Viewing cluster profile informationΒΆ
To view a list of cluster profiles, run adam list profiles
:
$ adam list profiles
profile
second-profile
third-profile
To view more detailed information about a profile, run:
$ adam describe -p [profile-name]
You may also use the --verbose
flag for increased detail.
EXAMPLE: To view verbose information about the profile named “profile”:
$ adam describe -p profile --verbose
bare:
keypair: ~/.ssh/my_keypair.pem
nodes:
- host: 192.168.1.1
- host: 192.168.1.2
- host: 192.168.1.3
- host: 192.168.1.4
port: 22
username: centos
name: cluster
provider: bare
security:
flush_iptables: false
selinux_context: false
selinux_permissive: false