change base image for copr machines to F23
and remove valentin from root user and add michal
This commit is contained in:
parent
5f1d94415b
commit
b99d09a023
2 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
instance_type: ms1.xlarge
|
instance_type: ms1.xlarge
|
||||||
image: "{{ fedora21_x86_64 }}"
|
image: "{{ fedora23_x86_64 }}"
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent
|
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent
|
||||||
zone: nova
|
zone: nova
|
||||||
hostbase: copr-be-
|
hostbase: copr-be-
|
||||||
public_ip: 209.132.184.48
|
public_ip: 209.132.184.48
|
||||||
root_auth_users: msuchy pingou msuchy sgallagh nb asamalik vgologuz
|
root_auth_users: msuchy pingou msuchy sgallagh nb asamalik clime
|
||||||
description: copr dispatcher and repo server
|
description: copr dispatcher and repo server
|
||||||
volumes: [ {volume_id: '63c3a40c-e228-417a-97a2-e2c34730bf3b', device: '/dev/vdc'} ]
|
volumes: [ {volume_id: '63c3a40c-e228-417a-97a2-e2c34730bf3b', device: '/dev/vdc'} ]
|
||||||
inventory_tenant: persistent
|
inventory_tenant: persistent
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
base_pkgs_erase: ['PackageKit*', 'sendmail', 'at']
|
base_pkgs_erase: ['PackageKit*', 'sendmail', 'at']
|
||||||
|
|
||||||
instance_type: ms1.medium
|
instance_type: ms1.medium
|
||||||
image: "{{ fedora21_x86_64 }}"
|
image: "{{ fedora23_x86_64 }}"
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default
|
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.54
|
public_ip: 209.132.184.54
|
||||||
root_auth_users: ryanlerch pingou msuchy sgallagh nb asamalik vgologuz
|
root_auth_users: ryanlerch pingou msuchy sgallagh nb asamalik clime
|
||||||
description: copr frontend server - prod instance
|
description: copr frontend server - prod instance
|
||||||
tcp_ports: [22, 80, 443]
|
tcp_ports: [22, 80, 443]
|
||||||
volumes: [ {volume_id: '8f790db7-8294-4d2b-8bae-7af5961ce0f8', device: '/dev/vdc'} ]
|
volumes: [ {volume_id: '8f790db7-8294-4d2b-8bae-7af5961ce0f8', device: '/dev/vdc'} ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue