Switch instance to f23 and use correct persistent task
This commit is contained in:
parent
adfabe06ad
commit
5fb72b26d1
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: "{{ fedora21_x86_64 }}"
|
image: "{{ fedora23_x86_64 }}"
|
||||||
instance_type: m1.medium
|
instance_type: m1.medium
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent
|
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent
|
||||||
|
@ -9,7 +9,7 @@ tcp_ports: [22, 80, 443]
|
||||||
inventory_tenant: persistent
|
inventory_tenant: persistent
|
||||||
inventory_instance_name: glittergallery-dev
|
inventory_instance_name: glittergallery-dev
|
||||||
hostbase: glittergallery-dev
|
hostbase: glittergallery-dev
|
||||||
public_ip: 209.132.184.60
|
public_ip: 209.132.184.234
|
||||||
root_auth_users: sonalkr132 sarupbanskota
|
root_auth_users: sonalkr132 sarupbanskota
|
||||||
description: glittergallery GSoC work
|
description: glittergallery GSoC work
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||||
|
|
||||||
- name: setup all the things
|
- name: setup all the things
|
||||||
hosts: glittergallery-dev.fedorainfracloud.org
|
hosts: glittergallery-dev.fedorainfracloud.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue