the problem was that some of the host names were listed as cloud-noc01.fedorainfracloud.org and others were named cloud-noc01.cloud.fedoraproject.org. Move to 1 name throughout ansible

This commit is contained in:
Stephen Smoogen 2020-03-17 19:49:07 +00:00 committed by Pierre-Yves Chibon
parent 1fbe999a54
commit efcd9b0ead
10 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ spec:
storage:
files:
- contents:
source: "data:,server%20cloud-noc01.cloud.fedoraproject.org%20port%20124"
source: "data:,server%20cloud-noc01.fedorainfracloud.org%20port%20124"
verification: {}
filesystem: root
mode: 0644

View file

@ -9,7 +9,7 @@ dns: 8.8.8.8
freezes: false
ansible_ifcfg_whitelist: ['eth1']
baseiptables: false
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q cloud-noc01.cloud.fedoraproject.org"'
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q cloud-noc01.fedorainfracloud.org"'
nagios_Check_Services:
mail: false
nrpe: false

View file

@ -9,7 +9,7 @@ gw: 38.145.49.254
nm: 255.255.254.0
eth1_ip: 172.23.1.1
freezes: false
resolvconf: "{{ files }}/resolv.conf/cloud-noc01.cloud.fedoraproject.org"
resolvconf: "{{ files }}/resolv.conf/cloud-noc01.fedorainfracloud.org"
vmhost: virthost-cloud01.fedorainfracloud.org
volgroup: /dev/vg_guests

View file

@ -112,7 +112,7 @@
# host playbooks
#
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/cloud-noc01.fedorainfracloud.org.yml
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/iddev.fedorainfracloud.org.yml

View file

@ -3,7 +3,7 @@
server bastion01.phx2.fedoraproject.org iburst
server bastion02.phx2.fedoraproject.org iburst
{% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %}
server cloud-noc01.cloud.fedoraproject.org port 124
server cloud-noc01.fedorainfracloud.org port 124
{% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}
server 0.rhel.pool.ntp.org iburst
server 1.rhel.pool.ntp.org iburst

View file

@ -1,4 +1,4 @@
server-identifier cloud-noc01.cloud.fedoraproject.org;
server-identifier cloud-noc01.fedorainfracloud.org;
ddns-update-style none;
#subnet 172.16.1.0 netmask 255.255.255.0 {

View file

@ -15,7 +15,7 @@ restrict -6 ::1
server 10.5.126.12
server 10.5.126.11
{% elif datacenter == 'cloud' and not inventory_hostanem.startswith('cloud-noc01') %}
server cloud-noc01.cloud.fedoraproject.org
server cloud-noc01.fedorainfracloud.org
{% else %}
server 1.rhel.pool.ntp.org
server 2.rhel.pool.ntp.org