diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2017-10-20 13:53:21 -0700 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2017-10-20 20:55:45 +0000 |
commit | f49eab063a13bb89bd90f583bd6d814c3a7d21d2 (patch) | |
tree | b054fb62d0cd5c868fd2938821340805ab179b09 /docs/release | |
parent | 6d1c5491ffc6dd72c6a93083a5aaba29378e9a72 (diff) |
Change-Id: I9dc2d7160d4e231729a531325ff394a6244ac24d
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
(cherry picked from commit 12a817571140fcb2531112b894ad37fbfffd44c6)
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/userguide/userguide.rst | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/release/userguide/userguide.rst b/docs/release/userguide/userguide.rst index 706eb8a..80f6ba4 100644 --- a/docs/release/userguide/userguide.rst +++ b/docs/release/userguide/userguide.rst @@ -61,22 +61,22 @@ Juju jumphost $ juju ssh contrail-controller/0 "sudo docker exec contrail-controller contrail-status" == Contrail Control == -contrail-control: active -contrail-named: active -contrail-dns: active -contrail-control-nodemgr: active +contrail-control: active +contrail-named: active +contrail-dns: active +contrail-control-nodemgr: active == Contrail Config == -contrail-api: active -contrail-schema: active -contrail-svc-monitor: active -contrail-device-manager: active -contrail-config-nodemgr: active +contrail-api: active +contrail-schema: active +contrail-svc-monitor: active +contrail-device-manager: active +contrail-config-nodemgr: active == Contrail Web UI == -contrail-webui: active -contrail-webui-middleware: active +contrail-webui: active +contrail-webui-middleware: active == Contrail Support Services == rabbitmq-server: active (disabled on boot) -zookeeper: active +zookeeper: active Connection to 172.16.50.153 closed. Note that due to the distributed containerized deployment that is used in Juju, the contrail-status @@ -85,13 +85,13 @@ contrail-analytics node yields: $ juju ssh contrail-analytics/0 "sudo docker exec contrail-analytics contrail-status" == Contrail Analytics == -contrail-collector: active -contrail-analytics-api: active -contrail-query-engine: active -contrail-alarm-gen: active -contrail-snmp-collector: active -contrail-topology: active -contrail-analytics-nodemgr: active +contrail-collector: active +contrail-analytics-api: active +contrail-query-engine: active +contrail-alarm-gen: active +contrail-snmp-collector: active +contrail-topology: active +contrail-analytics-nodemgr: active Connection to 172.16.50.153 closed. A set of command line python utilities are provided that implement most OpenContrail features. These |