sync up variables
This commit is contained in:
parent
87023dbd2a
commit
98aafc387b
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ image: "86422ca2-6eeb-435c-87e8-402b3c7c3b7b"
|
|||
keypair: "fedora-admin-20130801"
|
||||
security_group: ssh-anywhere-coprdev,default
|
||||
OS_TENANT_ID: "566a072fb1694950998ad191fee3833b"
|
||||
OS_TENANT_NAME: "coprdev"
|
||||
inventory_tenant: "coprdev"
|
||||
zone: nova
|
||||
hostbase: copr-be-dev2-
|
||||
public_ip: 209.132.184.49
|
||||
|
|
|
@ -36,10 +36,10 @@
|
|||
module: nova_compute
|
||||
insecure: True
|
||||
auth_url: "{{os_auth_url}}"
|
||||
login_username: "{{OS_USERNAME}}"
|
||||
login_password: "{{OS_PASSWORD}}"
|
||||
login_tenant_name: "{{OS_TENANT_NAME}}"
|
||||
name: "{{inventory_hostname}}"
|
||||
login_username: "admin"
|
||||
login_password: "{{ADMIN_PASS}}"
|
||||
login_tenant_name: "{{inventory_tenant}}"
|
||||
name: "{{inventory_instance_name}}"
|
||||
image_id: "{{ image }}"
|
||||
wait_for: 300
|
||||
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue