Viewing cluster informationΒΆ
To view a list of running clusters, run adam list
:
$ adam list
cluster
second-cluster
third-cluster
To view detailed information about a cluster, run:
$ adam describe -n [cluster-name]
EXAMPLE: To view information about the cluster named “cluster”:
$ adam describe -n cluster
conda:
anaconda_hash: md5=7097150146dd3b83c805223663ebffcc
anaconda_url: https://repo.continuum.io/miniconda/Miniconda2-4.3.21-Linux-x86_64.sh#adam-ci
enabled: true
rootdir: /opt/continuum
name: cluster
nodes:
- host: ci_head_1
keypair: ~/.ssh/my_private_key
port: 22
username: root
- host: ci_compute_1
keypair: ~/.ssh/my_private_key
port: 22
username: root