]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Don't run repos tag on CentOS9 during trigger
authorDavid Galloway <dgallowa@redhat.com>
Thu, 25 Aug 2022 19:01:31 +0000 (15:01 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 25 Aug 2022 19:16:03 +0000 (15:16 -0400)
No longer needed as latest CentOS9 ISO fixed this problem.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/triggers/install/post/cephlab_ansible.sh

index 0fa62f0986f6b7f1c563c5e1922fbb6625ee5750..3120bf551220c2cae67b9c0d199ceea669106449 100644 (file)
@@ -36,10 +36,6 @@ export ANSIBLE_HOST_KEY_CHECKING=False
 if [[ $profile == *"8.stream"* ]]
 then
     ansible-playbook tools/convert-to-centos-stream.yml -v --limit $name* 2>&1 >> /var/log/ansible/$name.log
-elif [[ $profile == *"9.stream"* ]]
-then
-    # For some reason, we end up with no repos on the first boot without doing this.
-    ansible-playbook testnodes.yml --tags repos -v --limit $name* 2>&1 >> /var/log/ansible/$name.log
 fi
 
 # Tell ansible to create users, populate authorized_keys, and zap non-root disks