From 96c3c5f05485b3d382be94b7edbbefc35c40a648 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Feb 2020 21:36:43 +0000 Subject: [PATCH] aarch64-test01/02: move to aws Signed-off-by: Kevin Fenzi --- .../aarch64-test01.fedorainfracloud.org | 23 +------------------ .../aarch64-test02.fedorainfracloud.org | 23 +------------------ 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/inventory/host_vars/aarch64-test01.fedorainfracloud.org b/inventory/host_vars/aarch64-test01.fedorainfracloud.org index fa2618574e..8b00e0afaf 100644 --- a/inventory/host_vars/aarch64-test01.fedorainfracloud.org +++ b/inventory/host_vars/aarch64-test01.fedorainfracloud.org @@ -1,23 +1,2 @@ --- -vmhost: virthost-aarch64-os01.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/ -volgroup: /dev/rhel - -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 - -mem_size: 4096 -num_cpus: 2 -datacenter: cloud +datacenter: aws diff --git a/inventory/host_vars/aarch64-test02.fedorainfracloud.org b/inventory/host_vars/aarch64-test02.fedorainfracloud.org index 61d938e73e..8b00e0afaf 100644 --- a/inventory/host_vars/aarch64-test02.fedorainfracloud.org +++ b/inventory/host_vars/aarch64-test02.fedorainfracloud.org @@ -1,23 +1,2 @@ --- -vmhost: virthost-aarch64-os02.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/ -volgroup: /dev/rhel - -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 - -mem_size: 4096 -num_cpus: 2 -datacenter: cloud +datacenter: aws