summaryrefslogtreecommitdiffstats
path: root/docs/sections/humaninsterfaces.rst
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-11-05 19:24:05 -0500
committerLusheng Ji <lji@research.att.com>2017-11-05 19:24:17 -0500
commita73548f4eb6ba4bdb2b2064c7e24a4b74b467f5a (patch)
tree38fa662d90000f88df368d53ced9333a5e36428b /docs/sections/humaninsterfaces.rst
parent20cb0239275b2c1c6276507943ca341d932b0378 (diff)
Add documentation
Issue-Id: DCAEGEN2-194 Change-Id: Ic70d210e91a0d964861e287d6c2affd4e098b919 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'docs/sections/humaninsterfaces.rst')
-rw-r--r--docs/sections/humaninsterfaces.rst32
1 files changed, 24 insertions, 8 deletions
diff --git a/docs/sections/humaninsterfaces.rst b/docs/sections/humaninsterfaces.rst
index 42928460..3afcac30 100644
--- a/docs/sections/humaninsterfaces.rst
+++ b/docs/sections/humaninsterfaces.rst
@@ -4,14 +4,30 @@
Human Interfaces
================
-.. note::
- * This section is used to describe a software component's command line and graphical
- user interfaces.
-
- * This section is typically: provided for a platform-component and application; and
- referenced from user guides.
-
- * This note must be removed after content has been added.
+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 .