diff options
-rw-r--r-- | inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org | 3 | ||||
-rw-r--r-- | inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org index 29bd14af6..794c213c7 100644 --- a/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org @@ -4,6 +4,3 @@ eth0_ip: 10.5.129.230 gw: 10.5.129.254 main_bridge: br1 virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" - -ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-25-ppc64 -ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/25/Server/ppc64/os/ diff --git a/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org index daa950009..d322b8def 100644 --- a/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org @@ -4,7 +4,3 @@ eth0_ip: 10.5.129.231 gw: 10.5.129.254 main_bridge: br1 virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" - -ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-25-ppc64le -ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/25/Server/ppc64le/os/ - |