blob: d7c6c01da34b90f1962290ef11f5eefc9387cc3a [file] [log] [blame]
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Human Interfaces
5================
6
Lusheng Ji72c4fba2017-10-10 18:12:22 +00007
Lusheng Jia73548f2017-11-05 19:24:05 -05008DCAE provides a number of interfaces for users to interact with the DCAE system.
9
101. DCAE Bootstrap VM
11 * The DCAE bootstrap VM accepts ssh connection with the standard access key.
Stanislav Chlebece7933a02018-11-15 10:08:31 +010012 * After ssh into the VM, the DCAE bootstrap docker container can be access via "docker exec" command.
Lusheng Jia73548f2017-11-05 19:24:05 -050013
Stanislav Chlebece7933a02018-11-15 10:08:31 +0100142. DCAE Cloudify Manager
15 * 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.
Lusheng Jia73548f2017-11-05 19:24:05 -050016 * The Cloudify Manager GUI can be accessed from http://{{CLOUDIFY_MANAGER_VM_IP}} .
17 * The standard Cloudify command line CLI as specified here: http://cloudify.co/guide/3.2/cli-general.html .
18
193. DCAE Consul Cluster
20 * The DCAE Consul Cluster VMs accept ssh connection with the standard access key.
21 * The Consul GUI can be accessed from http://{{ANY_CONSUL_CLUSTER_VM_IP}}:8500 .
22 * The standard Consul HTTP API as specified here: https://www.consul.io/api/index.html .
23 * The standard Consul CLI access as specified here: https://www.consul.io/docs/commands/index.html .
24
254. DCAE Docket hosts
26 * The DCAE Docker host VMs accept ssh connection with the standard access key.
27 * After ssh into the VM, the running docker containers can be access via "docker exec" command.
28
295. DCAE CDAP
30 * The CDAP VMs accept ssh connection with the standard access key.
31 * The CDAP GUI can be accessed from http://{{CDAP02_VM_IP}}:11011 .
Lusheng Ji72c4fba2017-10-10 18:12:22 +000032
Donald Huntera5683c62018-11-06 22:54:51 +0000336. DCAE PNDA
34 * The PNDA Console can be accessed from http://knox.service.dc1.pnda.local:8443/gateway/pnda/console .
35 * The PNDA UIs can be accessed from the PNDA Console which is described here: http://pnda.io/pnda-guide/console/ .