blob: d7c6c01da34b90f1962290ef11f5eefc9387cc3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.. 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.
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 .
6. DCAE PNDA
* The PNDA Console can be accessed from http://knox.service.dc1.pnda.local:8443/gateway/pnda/console .
* The PNDA UIs can be accessed from the PNDA Console which is described here: http://pnda.io/pnda-guide/console/ .
|