Implemented node based scope
This commit is contained in:
parent
e436e87e67
commit
be4ed8da95
@ -7,3 +7,5 @@
|
|||||||
ip: 10.0.0.3
|
ip: 10.0.0.3
|
||||||
ssh_user: vagrant
|
ssh_user: vagrant
|
||||||
ssh_private_key_path: /vagrant/tmp/keys/ssh_private
|
ssh_private_key_path: /vagrant/tmp/keys/ssh_private
|
||||||
|
attrs:
|
||||||
|
keystone_admin_port: 77777
|
||||||
|
@ -15,7 +15,7 @@ input:
|
|||||||
db_host:
|
db_host:
|
||||||
first_with_tags: ["entrypoint/mariadb"]
|
first_with_tags: ["entrypoint/mariadb"]
|
||||||
item: '{{ item.node.ip }}'
|
item: '{{ item.node.ip }}'
|
||||||
admin_port: 35357
|
admin_port: '{{ this.node.keystone_admin_port|d(35357) }}'
|
||||||
public_port: 5000
|
public_port: 5000
|
||||||
name: solar.keystone-test
|
name: solar.keystone-test
|
||||||
image: kollaglue/centos-rdo-keystone
|
image: kollaglue/centos-rdo-keystone
|
||||||
|
Loading…
Reference in New Issue
Block a user