summaryrefslogtreecommitdiffstats
path: root/docs/sections/components/dcae-cli
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/components/dcae-cli')
-rw-r--r--docs/sections/components/dcae-cli/commands.rst4
-rwxr-xr-xdocs/sections/components/dcae-cli/walkthrough.rst8
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/sections/components/dcae-cli/commands.rst b/docs/sections/components/dcae-cli/commands.rst
index f471d671..d63fb09c 100644
--- a/docs/sections/components/dcae-cli/commands.rst
+++ b/docs/sections/components/dcae-cli/commands.rst
@@ -257,9 +257,9 @@ Run a component in attached mode:
DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)
- DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 135.205.226.140 - - [24/May/2017 03:37:57] "GET /health HTTP/1.1" 200 -
+ DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 127.0.0.1 - - [24/May/2017 03:37:57] "GET /health HTTP/1.1" 200 -
- DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 135.205.226.140 - - [24/May/2017 03:38:12] "GET /health HTTP/1.1" 200 -
+ DCAE.Docker.user1.b7287639-37f5-4f25-8d54-8a2087f4c8da.0-5-0.sandbox-platform-yourapp | INFO | 127.0.0.1 - - [24/May/2017 03:38:12] "GET /health HTTP/1.1" 200 -
Hit Ctrl-C to terminate session.
diff --git a/docs/sections/components/dcae-cli/walkthrough.rst b/docs/sections/components/dcae-cli/walkthrough.rst
index 56c9e28e..fd1efb93 100755
--- a/docs/sections/components/dcae-cli/walkthrough.rst
+++ b/docs/sections/components/dcae-cli/walkthrough.rst
@@ -133,8 +133,8 @@ Query CONSUL to get the IP/PORT of CONFIG BINDING SERVICE
{
"ID": "bfbc220d-4603-7f90-ec2e-611d3c330f20",
"Node":"docker00",
- "Address": "10.226.1.15",
- "Datacenter":"solutioning-central",
+ "Address": "127.0.0.1",
+ "Datacenter":"dcae-central",
"TaggedAddresses": {
"lan":"10.226.1.15",
"wan":"10.226.1.15"
@@ -143,7 +143,7 @@ Query CONSUL to get the IP/PORT of CONFIG BINDING SERVICE
"ServiceID": "472b116f9035:config_binding_service:10000",
"ServiceName": "config_binding_service",
"ServiceTags": [],
- "ServiceAddress":"135.205.226.126",
+ "ServiceAddress":"127.0.0.1",
"ServicePort":10000,
"ServiceEnableTagOverride": false,
"CreateIndex":1078990,
@@ -295,7 +295,7 @@ Run a component in attached mode:
DCAE.Docker.user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp | INFO | * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)
- DCAE.Docker.user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp | INFO | 135.205.226.156 - - [08/Nov/2017 23:27:30] "GET /health HTTP/1.1" 200 -
+ DCAE.Docker.user12.dbb13a3c-d870-487e-b584-89929b856b5c.0-7-0.sandbox-platform-yourapp | INFO | 127.0.0.1 - - [08/Nov/2017 23:27:30] "GET /health HTTP/1.1" 200 -
Hit Ctrl-C to terminate session.