e66542cde3
This commit deploys horizon and tempest and then validates that horizon is functioning using the dashboard scenario test. Change-Id: Iba77ecdfc437ec72a1ed3580964837c6c8429d32
27 lines
465 B
Plaintext
27 lines
465 B
Plaintext
[all]
|
|
localhost ansible_connection=local ansible_become=True
|
|
infra1 ansible_host=10.100.100.2 ansible_become=True ansible_user=root
|
|
keystone1 ansible_host=10.100.100.3 ansible_become=True ansible_user=root
|
|
horizon1 ansible_host=10.100.100.4 ansible_become=True ansible_user=root
|
|
|
|
[all_containers]
|
|
infra1
|
|
keystone1
|
|
horizon1
|
|
|
|
[rabbitmq_all]
|
|
infra1
|
|
|
|
[galera_all]
|
|
infra1
|
|
|
|
[service_all:children]
|
|
rabbitmq_all
|
|
galera_all
|
|
|
|
[keystone_all]
|
|
keystone1
|
|
|
|
[horizon_all]
|
|
horizon1
|