migrate to new cloud
This commit is contained in:
parent
d0c26bbdd3
commit
3befce1b86
1 changed files with 12 additions and 13 deletions
|
@ -1,15 +1,21 @@
|
||||||
---
|
---
|
||||||
instance_type: m1.medium
|
instance_type: ms1.medium
|
||||||
image: "{{ f20_qcow_id }}"
|
image: "{{ fedora21_x86_64 }}"
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: webserver
|
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default
|
||||||
zone: nova
|
zone: nova
|
||||||
hostbase: copr-fe-
|
hostbase: copr-fe-
|
||||||
public_ip: 209.132.184.144
|
public_ip: 209.132.184.54
|
||||||
root_auth_users: bkabrda ryanlerch pingou msuchy sgallagh nb asamalik
|
root_auth_users: ryanlerch pingou msuchy sgallagh nb asamalik vgologuz
|
||||||
description: copr frontend server
|
description: copr frontend server - prod instance
|
||||||
volumes: ['-d /dev/vdb vol-0000000f']
|
volumes: ['-d /dev/vdb vol-0000000f']
|
||||||
tcp_ports: [22, 80, 443]
|
tcp_ports: [22, 80, 443]
|
||||||
|
volumes: [ {volume_id: '8f790db7-8294-4d2b-8bae-7af5961ce0f8', device: '/dev/vdc'} ]
|
||||||
|
inventory_tenant: persistent
|
||||||
|
inventory_instance_name: copr-fe
|
||||||
|
cloud_networks:
|
||||||
|
# persistent-net
|
||||||
|
- net-id: "7c705493-f795-4c3a-91d3-c5825c50abfe"
|
||||||
|
|
||||||
# Copr vars
|
# Copr vars
|
||||||
|
|
||||||
|
@ -22,10 +28,3 @@ dbs_to_backup:
|
||||||
# Backup db dumps in /backups
|
# Backup db dumps in /backups
|
||||||
host_backup_targets: ['/backups']
|
host_backup_targets: ['/backups']
|
||||||
|
|
||||||
# for the new cloud:
|
|
||||||
# uncomment after switch
|
|
||||||
# volumes: [ {volume_id: '8f790db7-8294-4d2b-8bae-7af5961ce0f8', device: '/dev/vdc'} ]
|
|
||||||
cloud_networks:
|
|
||||||
# persistent-net
|
|
||||||
- net-id: "7c705493-f795-4c3a-91d3-c5825c50abfe"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue