[copr] fedora user; use default keypair

This commit is contained in:
Valentin Gologuzov 2015-03-17 16:34:17 +01:00
parent c54f4a0151
commit a4311de34d
3 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,7 @@ instance_type: m1.xlarge
flavor_id: 2 flavor_id: 2
# image: "{{ f20_qcow_id }}" # image: "{{ f20_qcow_id }}"
image: "86422ca2-6eeb-435c-87e8-402b3c7c3b7b" image: "86422ca2-6eeb-435c-87e8-402b3c7c3b7b"
keypair: fas # keypair: "fedora-admin-20130801"
security_group: ssh-anywhere-coprdev,default security_group: ssh-anywhere-coprdev,default
OS_TENANT_ID: "566a072fb1694950998ad191fee3833b" OS_TENANT_ID: "566a072fb1694950998ad191fee3833b"
OS_TENANT_NAME: "coprdev" OS_TENANT_NAME: "coprdev"

View file

@ -3,7 +3,9 @@
#hosts: copr-be-dev2.cloud.fedoraproject.org #hosts: copr-be-dev2.cloud.fedoraproject.org
#hosts: copr-back:copr-back-stg #hosts: copr-back:copr-back-stg
#hosts: copr-back-stg #hosts: copr-back-stg
user: root user: fedora
sudo: True
#user: root
gather_facts: False gather_facts: False
vars_files: vars_files:

View file

@ -32,6 +32,7 @@
- name: spin UP VM using nova_compute - name: spin UP VM using nova_compute
#delegate_to: 127.0.0.1 #delegate_to: 127.0.0.1
sudo: False
local_action: local_action:
module: nova_compute module: nova_compute
insecure: True insecure: True