Specify some missing openstack vars.
This commit is contained in:
parent
09cf5a5cdd
commit
0c4f9d2f56
2 changed files with 4 additions and 0 deletions
|
@ -243,6 +243,8 @@ Creating a persistant instance
|
||||||
zone: nova
|
zone: nova
|
||||||
tcp_ports: [22, 80, 443]
|
tcp_ports: [22, 80, 443]
|
||||||
|
|
||||||
|
inventory_tenant: persistent
|
||||||
|
inventory_instance_name: taiga
|
||||||
hostbase: taiga
|
hostbase: taiga
|
||||||
public_ip: 209.132.184.50
|
public_ip: 209.132.184.50
|
||||||
root_auth_users: ralph maxamillion
|
root_auth_users: ralph maxamillion
|
||||||
|
|
|
@ -4,6 +4,8 @@ image: "{{ f20_qcow_id }}"
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: webserver
|
security_group: webserver
|
||||||
zone: nova
|
zone: nova
|
||||||
|
inventory_tenant: persistent
|
||||||
|
inventory_instance_name: taiga
|
||||||
hostbase: taiga
|
hostbase: taiga
|
||||||
public_ip: 209.132.184.50
|
public_ip: 209.132.184.50
|
||||||
root_auth_users: ralph maxamillion
|
root_auth_users: ralph maxamillion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue