Skip to content

Commit

Permalink
replace dodas-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Jan 29, 2020
1 parent ecd3051 commit f6393ac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GOCLEAN=$(GOCMD) clean
GOTEST=$(GOCMD) test
GOGET=$(GOCMD) get
BINARY_NAME=dodas
REPO=github.com/Cloud-PG/dodas-go-client
REPO=github.com/dodas-ts/dodas-go-client

export GO111MODULE=on
# Force 64 bit architecture
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Cloud-PG/dodas-go-client v0.3.3 h1:EZ1OAuS0Q7ztlFSrnBFVQ4TGkylHwRTYipQdr+9STYw=
github.com/Cloud-PG/dodas-go-client v0.3.3/go.mod h1:NZNpLdmEC5RhkBedxHdAECxQ6k+MhfIpm4IjNzOI5oI=
github.com/dodas-ts/dodas-go-client v0.3.3 h1:EZ1OAuS0Q7ztlFSrnBFVQ4TGkylHwRTYipQdr+9STYw=
github.com/dodas-ts/dodas-go-client v0.3.3/go.mod h1:NZNpLdmEC5RhkBedxHdAECxQ6k+MhfIpm4IjNzOI5oI=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package main
import (
"os"

"github.com/Cloud-PG/dodas-go-client/cmd"
"github.com/dodas-ts/dodas-go-client/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion tests/tosca/broken_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ node_types:
default: 30s
artifacts:
cms_config_role:
file: cloud-pg.ansible_role_metricbeat
file: dodas-ts.ansible_role_metricbeat
type: tosca.artifacts.AnsibleGalaxy.role
interfaces:
Standard:
Expand Down
2 changes: 1 addition & 1 deletion tests/tosca/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ node_types:
default: 30s
artifacts:
cms_config_role:
file: cloud-pg.ansible_role_metricbeat
file: dodas-ts.ansible_role_metricbeat
type: tosca.artifacts.AnsibleGalaxy.role
interfaces:
Standard:
Expand Down
2 changes: 1 addition & 1 deletion tests/tosca/valid_template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
#- indigo_custom_types: https://raw.githubusercontent.com/Cloud-PG/dodas-go-client/master/tests/tosca/valid_type.yaml
#- indigo_custom_types: https://raw.githubusercontent.com/dodas-ts/dodas-go-client/master/tests/tosca/valid_type.yaml
- indigo_custom_types: tests/tosca/types.yaml

description: TOSCA template for a complete CMS Site over Mesos orchestrator
Expand Down

0 comments on commit f6393ac

Please sign in to comment.