2013-02-26 20:04:20 +00:00
|
|
|
---
|
2015-05-18 15:31:44 +02:00
|
|
|
|
|
|
|
instance_type: ms1.xlarge
|
2019-07-18 07:43:44 +02:00
|
|
|
image: "{{ fedora30_x86_64 }}"
|
2013-08-01 20:33:50 +00:00
|
|
|
keypair: fedora-admin-20130801
|
2015-06-08 20:44:25 +00:00
|
|
|
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent
|
2013-02-26 20:04:20 +00:00
|
|
|
zone: nova
|
|
|
|
hostbase: copr-be-
|
2015-05-18 15:31:44 +02:00
|
|
|
public_ip: 209.132.184.48
|
2020-01-30 14:49:36 +01:00
|
|
|
root_auth_users: msuchy frostyx praiskup dturecek schlupov thrnciar
|
2013-02-26 20:04:20 +00:00
|
|
|
description: copr dispatcher and repo server
|
2015-05-18 15:31:44 +02:00
|
|
|
volumes: [ {volume_id: '63c3a40c-e228-417a-97a2-e2c34730bf3b', device: '/dev/vdc'} ]
|
|
|
|
inventory_tenant: persistent
|
2015-05-19 09:25:03 +02:00
|
|
|
inventory_instance_name: copr-be
|
2015-05-18 15:31:44 +02:00
|
|
|
cloud_networks:
|
|
|
|
# persistent-net
|
2015-06-05 11:58:36 +00:00
|
|
|
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
2015-05-18 15:31:44 +02:00
|
|
|
# copr-net
|
2015-06-05 11:58:36 +00:00
|
|
|
- net-id: "24699649-0e05-4fd3-98a3-86a75ec49f6e"
|
2013-11-08 14:27:04 +00:00
|
|
|
|
2015-02-02 22:04:40 +01:00
|
|
|
tcp_ports: [ 22, 80, 443,
|
2014-06-18 20:04:19 +00:00
|
|
|
# These 8 ports are used by fedmsg. One for each wsgi thread.
|
|
|
|
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007]
|
|
|
|
|
2019-09-10 11:17:28 +02:00
|
|
|
# consumed by roles/messaging/base
|
|
|
|
messaging:
|
|
|
|
certificates:
|
|
|
|
- key: copr
|
|
|
|
username: copr
|
|
|
|
app_name: Copr build system
|
2013-11-08 14:27:04 +00:00
|
|
|
|
2014-10-10 14:25:12 +02:00
|
|
|
# Copr vars
|
|
|
|
copr_hostbase: copr-be
|
2014-10-12 16:38:45 +00:00
|
|
|
|
2016-05-30 23:18:14 +00:00
|
|
|
host_backup_targets: ['/var/lib/copr/public_html/results']
|
2014-10-17 12:26:50 +02:00
|
|
|
_copr_be_conf: copr-be.conf
|
2017-05-02 19:00:04 +00:00
|
|
|
|
|
|
|
nagios_Check_Services:
|
2020-02-23 18:21:50 +00:00
|
|
|
mail: false
|
|
|
|
nrpe: false
|
|
|
|
sshd: false
|
|
|
|
named: false
|
|
|
|
dhcpd: false
|
|
|
|
httpd: false
|
2017-09-09 20:00:59 +00:00
|
|
|
swap: false
|
2020-02-23 18:21:50 +00:00
|
|
|
ping: false
|
|
|
|
raid: false
|
2019-07-03 14:16:38 +02:00
|
|
|
# There is no python2 on F30
|