aarch64-test01/02: move back to emag in cloud network.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2c9b262b39
commit
ebb4449e99
3 changed files with 50 additions and 2 deletions
|
@ -1,5 +1,28 @@
|
|||
---
|
||||
datacenter: aws
|
||||
vmhost: cloudvmhost-aarch64-01.fedorainfracloud.org
|
||||
eth0_ip: 38.145.48.50
|
||||
nm: 255.255.254.0
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-31-ext-aarch64
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/aarch64/os/
|
||||
|
||||
virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
lvm_size: 140000
|
||||
mem_size: 40960
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 5
|
||||
datacenter: cloud
|
||||
|
||||
nagios_Check_Services:
|
||||
mail: false
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
---
|
||||
datacenter: aws
|
||||
vmhost: cloudvmhost-aarch64-01.fedorainfracloud.org
|
||||
eth0_ip: 38.145.48.51
|
||||
nm: 255.255.254.0
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-31-ext-aarch64
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/aarch64/os/
|
||||
|
||||
virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
lvm_size: 140000
|
||||
mem_size: 40960
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 5
|
||||
datacenter: cloud
|
||||
|
||||
nagios_Check_Services:
|
||||
mail: false
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=aarch64_test"
|
||||
|
||||
- name: Do some basic cloud setup on them
|
||||
hosts: maintainer_test:aarch64_test
|
||||
gather_facts: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue