[copr] updated disk and network IDs for the new cloud.

This commit is contained in:
Valentin Gologuzov 2015-04-30 11:58:56 +02:00
parent 1793e56668
commit 59d8f9ce49
4 changed files with 23 additions and 5 deletions

View file

@ -11,15 +11,16 @@ root_auth_users: bkabrda msuchy tradej pingou vgologuz
description: copr dispatcher and repo server - dev instance
tcp_ports: ['22', '80', '443']
# volumes: copr-be-dev-data
volumes: [ {volume_id: '0541a477-6ecf-4b27-ad76-5eff313abf9b', device: '/dev/vdc'} ]
volumes: [ {volume_id: '98372b76-b82c-4a03-9708-17af7d01e1e2', device: '/dev/vdc'} ]
inventory_tenant: persistent
# name of machine in OpenStack
inventory_instance_name: copr-be-dev
cloud_networks:
# persistent-net
- net-id: "a4c8289e-eeaa-4070-9ea7-789ed5da6632"
- net-id: "7c705493-f795-4c3a-91d3-c5825c50abfe"
# coprdev-net
- net-id: "53fb02fd-6e97-4cfc-b298-a2ff867daa52"
- net-id: "107cbe36-c7c2-40f3-9613-c0d3765f27e3"
# Copr vars
copr_hostbase: copr-be-dev

View file

@ -29,3 +29,12 @@ copr_hostbase: copr-be
host_backup_targets: ['/var/lib/copr/public_html/results']
_copr_be_conf: copr-be.conf
# for the new cloud:
# uncomment after switch
# volumes: [ {volume_id: '63c3a40c-e228-417a-97a2-e2c34730bf3b', device: '/dev/vdc'} ]
cloud_networks:
# persistent-net
- net-id: "7c705493-f795-4c3a-91d3-c5825c50abfe"
# copr-net
- net-id: "bba5cd9b-8a90-497b-a87f-62372f037620"

View file

@ -10,13 +10,13 @@ root_auth_users: bkabrda ryanlerch pingou msuchy tradej asamalik vgologuz
description: copr frontend server - dev instance
tcp_ports: [22, 80, 443]
# volumes: copr-fe-dev-db
volumes: [ {volume_id: '74fde12a-7f37-4003-9218-f82fadaf4ea7', device: '/dev/vdc'} ]
volumes: [ {volume_id: 'c1f1db5f-1b71-4ee8-82f6-0665ff142933', device: '/dev/vdc'} ]
inventory_tenant: persistent
# name of machine in OpenStack
inventory_instance_name: copr-fe-dev
cloud_networks:
# persistent-net
- net-id: "a4c8289e-eeaa-4070-9ea7-789ed5da6632"
- net-id: "7c705493-f795-4c3a-91d3-c5825c50abfe"
# Copr vars
copr_hostbase: copr-fe-dev

View file

@ -21,3 +21,11 @@ dbs_to_backup:
# Backup db dumps in /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"