try to make this work as a virtual guest on virthost-cloud01

This commit is contained in:
Stephen Smoogen 2019-08-21 15:56:09 +00:00 committed by Pierre-Yves Chibon
parent a924fac977
commit 86e4dc77f1
3 changed files with 24 additions and 4 deletions

View file

@ -85,7 +85,7 @@ fed-cloud05.cloud.fedoraproject.org
fed-cloud06.cloud.fedoraproject.org
fed-cloud07.cloud.fedoraproject.org
fed-cloud08.cloud.fedoraproject.org
cloud-noc01.cloud.fedoraproject.org
#cloud-noc01.cloud.fedoraproject.org
data-analysis01.phx2.fedoraproject.org
download-rdu01.fedoraproject.org
@ -105,7 +105,7 @@ aarch64-c06n1.arm.fedoraproject.org
aarch64-c07n1.arm.fedoraproject.org
aarch64-c08n1.arm.fedoraproject.org
aarch64-c09n1.arm.fedoraproject.org
aarch64-c10n1.arm.fedoraproject.org
oaarch64-c10n1.arm.fedoraproject.org
aarch64-c11n1.arm.fedoraproject.org
aarch64-c12n1.arm.fedoraproject.org
aarch64-c13n1.arm.fedoraproject.org

View file

@ -2,15 +2,33 @@
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
datacenter: cloud
nm: 255.255.254.0
gw: 209.132.184.254
fas_client_groups: sysadmin-main
dns: 8.8.8.8
# eth0_ip: 38.145.48.7
# gw: 38.145.49.254
# nm: 255.255.254.0
eth0_ip: 209.132.184.17
gw: 209.132.184.254
nm: 255.255.255.0
eth1_ip: 172.23.1.1
freezes: false
resolvconf: "{{ files }}/resolv.conf/cloud-noc01.cloud.fedoraproject.org"
vmhost: virthost-cloud01.fedorainfracloud.org
volgroup: /dev/vg_guests
virt_install_command: "{{ virt_install_command_two_nic }}"
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
mem_size: 16384
max_mem_size: 20480
lvm_size: 20000
num_cpus: 8
vpn: false
public_hostname: cloud-noc01.fedorainfracloud.org
tcp_ports: ['22']
custom_rules: [ '-A INPUT -i br0 -p tcp -m tcp -s 209.132.184.0/24 --dport 67 -j ACCEPT',
'-A INPUT -i br0 -p tcp -m tcp -s 209.132.184.0/24 --dport 68 -j ACCEPT',

View file

@ -1,5 +1,7 @@
# This is a basic playbook
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=cloud-noc01.cloud.fedoraproject.org"
- name: make cloud noc hardware
hosts: cloud-noc01.cloud.fedoraproject.org
user: root