From f9dd6ed21262a65e977c5d7a96dfe7012e430336 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Dec 2020 13:29:29 -0800 Subject: [PATCH] Use test.openqa.fedoraproject.org instead of domain.local Signed-off-by: Adam Williamson --- hdds.json | 2 +- uploads/freeipa.ks | 2 +- uploads/freeipaclient.ks | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hdds.json b/hdds.json index a26cb27..abba5b1 100644 --- a/hdds.json +++ b/hdds.json @@ -54,7 +54,7 @@ { "name" : "ks", "size" : "100M", - "imgver" : "4", + "imgver" : "5", "parts" : [ { "filesystem" : "ext4", diff --git a/uploads/freeipa.ks b/uploads/freeipa.ks index bd10a3a..136677e 100644 --- a/uploads/freeipa.ks +++ b/uploads/freeipa.ks @@ -1,7 +1,7 @@ install cdrom bootloader --location=mbr -network --device=link --activate --bootproto=static --ip=172.16.2.100 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=ipa001.domain.local +network --device=link --activate --bootproto=static --ip=172.16.2.100 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=ipa001.test.openqa.fedoraproject.org lang en_US.UTF-8 keyboard us timezone --utc America/New_York diff --git a/uploads/freeipaclient.ks b/uploads/freeipaclient.ks index 88aef99..278c560 100644 --- a/uploads/freeipaclient.ks +++ b/uploads/freeipaclient.ks @@ -1,7 +1,7 @@ install cdrom bootloader --location=mbr -network --device=link --activate --bootproto=static --ip=172.16.2.101 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=client001.domain.local --nameserver=172.16.2.100 +network --device=link --activate --bootproto=static --ip=172.16.2.101 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=client001.test.openqa.fedoraproject.org --nameserver=172.16.2.100 lang en_US.UTF-8 keyboard us timezone --utc America/New_York @@ -12,4 +12,4 @@ autopart %end rootpw anaconda reboot -realm join --one-time-password=monkeys ipa001.domain.local +realm join --one-time-password=monkeys ipa001.test.openqa.fedoraproject.org