summaryrefslogtreecommitdiffstats
path: root/docs/sections/humaninterfaces.rst
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-06-06 00:20:03 -0400
committerLusheng Ji <lji@research.att.com>2018-06-06 08:13:38 -0400
commiteaac78d809a0a019718cb8b070f496b6883bb130 (patch)
treeb562042115bdef60061edd9babc5a38b6e860b82 /docs/sections/humaninterfaces.rst
parent768421bae7586ffe6c4dc2f967471a2c5434cd98 (diff)
Fix doc build warnings2.0.0-ONAP2.0.0-ONAP
Issue-ID: DCAEGEN2-516 Change-Id: I94f1c7fcf5e4a21752c3ce9d8d71d98f2140e1ee Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'docs/sections/humaninterfaces.rst')
-rw-r--r--docs/sections/humaninterfaces.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/sections/humaninterfaces.rst b/docs/sections/humaninterfaces.rst
new file mode 100644
index 00000000..3afcac30
--- /dev/null
+++ b/docs/sections/humaninterfaces.rst
@@ -0,0 +1,33 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Human Interfaces
+================
+
+
+DCAE provides a number of interfaces for users to interact with the DCAE system.
+
+1. DCAE Bootstrap VM
+ * The DCAE bootstrap VM accepts ssh connection with the standard access key.
+ * After ssh into the VM, the DCAE bootstarp docker container can be access via "docker exec" command.
+
+2. DCAE Clouify Manager
+ * The DCAE Clouify Manager VM accepts ssh connection with the standard access key. The access account is **centos** because this is a CentOS 7 VM.
+ * The Cloudify Manager GUI can be accessed from http://{{CLOUDIFY_MANAGER_VM_IP}} .
+ * The standard Cloudify command line CLI as specified here: http://cloudify.co/guide/3.2/cli-general.html .
+
+3. DCAE Consul Cluster
+ * The DCAE Consul Cluster VMs accept ssh connection with the standard access key.
+ * The Consul GUI can be accessed from http://{{ANY_CONSUL_CLUSTER_VM_IP}}:8500 .
+ * The standard Consul HTTP API as specified here: https://www.consul.io/api/index.html .
+ * The standard Consul CLI access as specified here: https://www.consul.io/docs/commands/index.html .
+
+4. DCAE Docket hosts
+ * The DCAE Docker host VMs accept ssh connection with the standard access key.
+ * After ssh into the VM, the running docker containers can be access via "docker exec" command.
+
+5. DCAE CDAP
+ * The CDAP VMs accept ssh connection with the standard access key.
+ * The CDAP GUI can be accessed from http://{{CDAP02_VM_IP}}:11011 .
+
+