Try this
This commit is contained in:
parent
a3f0b2083a
commit
c65cfea2d2
2 changed files with 5 additions and 5 deletions
|
@ -19,8 +19,8 @@ tcp_ports: []
|
||||||
custom_rules: []
|
custom_rules: []
|
||||||
|
|
||||||
# defaults for virt installs
|
# defaults for virt installs
|
||||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
||||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||||
mem_size: 2048
|
mem_size: 2048
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
lvm_size: 20000
|
lvm_size: 20000
|
||||||
|
@ -42,7 +42,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||||
--network bridge=br0,model=virtio
|
--network bridge=br0,model=virtio
|
||||||
--autostart --noautoconsole
|
--autostart --noautoconsole --noverifyssl
|
||||||
|
|
||||||
# By default, nodes get no fedmsg certs. They need to declare them explicitly.
|
# By default, nodes get no fedmsg certs. They need to declare them explicitly.
|
||||||
fedmsg_certs: []
|
fedmsg_certs: []
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.125.254
|
gw: 10.5.125.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
ks_url: https://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
ks_repo: https://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||||
volgroup: /dev/xenGuests
|
volgroup: /dev/xenGuests
|
||||||
eth0_ip: 10.5.125.47
|
eth0_ip: 10.5.125.47
|
||||||
vmhost: bvirthost09.phx2.fedoraproject.org
|
vmhost: bvirthost09.phx2.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue