[ipa/server] Restore the variable changes
Let's restore variables to state before we caused the issue started happening on IPA cluster. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
ea1f8a14c1
commit
696edb4c3d
3 changed files with 4 additions and 6 deletions
|
@ -135,11 +135,11 @@ freezes: true
|
|||
install_noc: none
|
||||
ipa_admin_password: "{{ ipa_prod_admin_password }}"
|
||||
ipa_realm: FEDORAPROJECT.ORG
|
||||
ipa_server: ipa02.iad2.fedoraproject.org
|
||||
ipa_server: ipa01.iad2.fedoraproject.org
|
||||
ipa_server_nodes:
|
||||
- ipa01.iad2.fedoraproject.org
|
||||
- ipa02.iad2.fedoraproject.org
|
||||
- ipa03.iad2.fedoraproject.org
|
||||
#- ipa03.iad2.fedoraproject.org
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
# defaults for virt installs
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.55
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext
|
||||
vmhost: vmhost-x86-03.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
ipa_initial: true
|
||||
|
|
|
@ -6,4 +6,3 @@ ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
|||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
vmhost: vmhost-x86-06.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
ipa_initial: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue