summaryrefslogtreecommitdiffstats
path: root/docs/sections/humaninterfaces.rst
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2023-03-02 18:43:34 -0500
committerVijay Venkatesh Kumar <vv770d@att.com>2023-03-03 10:05:15 -0500
commita6f72a8f1c7bd93ca5916cd73d4226208ff469d3 (patch)
tree84acba64b6bf83c818fa07cdd72ed2181e112ccc /docs/sections/humaninterfaces.rst
parent74d53a77e5d74c921cfbc034a01f2cbf08e102a4 (diff)
Doc updates for London
Arch diagram updates Remove MOD/design components Remove cloudify based deployment Standardize deployment steps for DCAE current Ms Misc updates onap-gerrit-review: -changelog-or-release-file-missing onap-gerrit-review: -no-nl-ending-on-files onap-gerrit-review: -missing-setup-py onap-gerrit-review: -changelog-missing Change-Id: I99c6c8e870fa2f54af0a9d26267d0fb6901c74a9 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3360 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'docs/sections/humaninterfaces.rst')
-rw-r--r--docs/sections/humaninterfaces.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/sections/humaninterfaces.rst b/docs/sections/humaninterfaces.rst
deleted file mode 100644
index 2dbc04dc..00000000
--- a/docs/sections/humaninterfaces.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-.. 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 bootstrap docker container can be access via "docker exec" command.
-
-2. DCAE Cloudify Manager
- * The DCAE Cloudify 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.
-