mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-22 07:13:09 +00:00
Use test.openqa.fedoraproject.org instead of domain.local
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
bdcc1b794a
commit
f9dd6ed212
@ -54,7 +54,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "ks",
|
"name" : "ks",
|
||||||
"size" : "100M",
|
"size" : "100M",
|
||||||
"imgver" : "4",
|
"imgver" : "5",
|
||||||
"parts" : [
|
"parts" : [
|
||||||
{
|
{
|
||||||
"filesystem" : "ext4",
|
"filesystem" : "ext4",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
install
|
install
|
||||||
cdrom
|
cdrom
|
||||||
bootloader --location=mbr
|
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
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc America/New_York
|
timezone --utc America/New_York
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
install
|
install
|
||||||
cdrom
|
cdrom
|
||||||
bootloader --location=mbr
|
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
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc America/New_York
|
timezone --utc America/New_York
|
||||||
@ -12,4 +12,4 @@ autopart
|
|||||||
%end
|
%end
|
||||||
rootpw anaconda
|
rootpw anaconda
|
||||||
reboot
|
reboot
|
||||||
realm join --one-time-password=monkeys ipa001.domain.local
|
realm join --one-time-password=monkeys ipa001.test.openqa.fedoraproject.org
|
||||||
|
Loading…
Reference in New Issue
Block a user