try this
This commit is contained in:
parent
1efbaf9075
commit
ecc9f1e911
2 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ inventory_tenant: persistent
|
||||||
# name of machine in OpenStack
|
# name of machine in OpenStack
|
||||||
inventory_instance_name: copr-be-dev
|
inventory_instance_name: copr-be-dev
|
||||||
cloud_networks:
|
cloud_networks:
|
||||||
- net-id: persistent-net
|
- net-name: persistent-net
|
||||||
- net-id: copr-net
|
- net-name: copr-net
|
||||||
|
|
||||||
# Copr vars
|
# Copr vars
|
||||||
copr_hostbase: copr-be-dev
|
copr_hostbase: copr-be-dev
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}"
|
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}"
|
||||||
security_groups: "{{security_group}}"
|
security_groups: "{{security_group}}"
|
||||||
key_name: "{{ keypair }}"
|
key_name: "{{ keypair }}"
|
||||||
nics: "{{ cloud_networks|network_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}"
|
nics: "{{ cloud_networks }}"
|
||||||
# floating_ip_pools: "{{ floating_ip_pools }}"
|
# floating_ip_pools: "{{ floating_ip_pools }}"
|
||||||
floating_ips:
|
floating_ips:
|
||||||
- "{{public_ip}}"
|
- "{{public_ip}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue