copr: revert changes on incorrect file
This commit is contained in:
parent
e0d3e4e320
commit
6e089eecc1
1 changed files with 18 additions and 14 deletions
|
@ -1,19 +1,23 @@
|
||||||
---
|
---
|
||||||
ansible_ssh_user: fedora
|
instance_type: ms1.small
|
||||||
ansible_become_user: root
|
image: "{{ fedora30_x86_64 }}"
|
||||||
ansible_become: yes
|
#image: rhel7-20141015
|
||||||
datacenter: aws
|
keypair: fedora-admin-20130801
|
||||||
inventory_hostname: "copr-dist-git-dev.cloud.fedoraproject.org"
|
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||||
inventory_instance_name: copr-dist-git-dev
|
zone: nova
|
||||||
|
|
||||||
#instance_type: t3a.medium
|
|
||||||
#image: "{{ fedora31_x86_64 }}"
|
|
||||||
#keypair: fedora-admin-20130801
|
|
||||||
hostbase: copr-dist-git-dev-
|
hostbase: copr-dist-git-dev-
|
||||||
public_ip: 35.153.206.59
|
public_ip: 209.132.184.179
|
||||||
root_auth_users: msuchy frostyx dturecek praiskup schlupov thrnciar
|
root_auth_users: ryanlerch pingou msuchy dturecek frostyx praiskup schlupov thrnciar
|
||||||
description: copr dist git - dev instance
|
description: dist-git for copr service - dev instance
|
||||||
|
tcp_ports: [22, 80, 443]
|
||||||
|
# volumes: copr-dist-git-dev
|
||||||
|
volumes: [ {volume_id: '64f21445-d758-4b19-8401-e497cd0ae012', device: '/dev/vdc'} ]
|
||||||
|
inventory_tenant: persistent
|
||||||
|
# name of machine in OpenStack
|
||||||
|
inventory_instance_name: copr-dist-git-dev
|
||||||
|
cloud_networks:
|
||||||
|
# persistent-net
|
||||||
|
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||||
|
|
||||||
# Copr vars
|
# Copr vars
|
||||||
copr_hostbase: copr-dist-git-dev
|
copr_hostbase: copr-dist-git-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue