Lusheng Ji | 72c4fba | 2017-10-10 18:12:22 +0000 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | Human Interfaces |
| 5 | ================ |
| 6 | |
Lusheng Ji | 72c4fba | 2017-10-10 18:12:22 +0000 | [diff] [blame] | 7 | |
Lusheng Ji | a73548f | 2017-11-05 19:24:05 -0500 | [diff] [blame] | 8 | DCAE provides a number of interfaces for users to interact with the DCAE system. |
| 9 | |
| 10 | 1. DCAE Bootstrap VM |
| 11 | * The DCAE bootstrap VM accepts ssh connection with the standard access key. |
Stanislav Chlebec | e7933a0 | 2018-11-15 10:08:31 +0100 | [diff] [blame] | 12 | * After ssh into the VM, the DCAE bootstrap docker container can be access via "docker exec" command. |
Lusheng Ji | a73548f | 2017-11-05 19:24:05 -0500 | [diff] [blame] | 13 | |
Stanislav Chlebec | e7933a0 | 2018-11-15 10:08:31 +0100 | [diff] [blame] | 14 | 2. 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 Ji | a73548f | 2017-11-05 19:24:05 -0500 | [diff] [blame] | 16 | * 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 | |
| 19 | 3. 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 | |
| 25 | 4. 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 | |