Merge pull request #18 from tcooper/freeipa-fixes

fix ipadomain for freeipa and freeipaclient kickstarts
This commit is contained in:
Alan Marshall 2023-12-31 21:55:59 +00:00 committed by GitHub
commit 4b8cd29f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
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.test.openqa.fedoraproject.org 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.rockylinux.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

View File

@ -1,6 +1,6 @@
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.test.openqa.fedoraproject.org --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.rockylinux.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
@ -11,4 +11,4 @@ autopart
%end %end
rootpw anaconda rootpw anaconda
reboot reboot
realm join --one-time-password=monkeys ipa001.test.openqa.fedoraproject.org realm join --one-time-password=monkeys ipa001.test.openqa.rockylinux.org