-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors running Ansible across current cluster #2531
Comments
Running into some ansible issues myself currently with this error
But once i get it working ill get on to ansibling the macs. |
FTR IBM i and z/OS do not have |
Ran the ansible scripts against our LinuxONE (rhel-s390x) hosts and they run into an error in the |
I've updated the AIX hosts. All IBM platforms that have sudo have been updated to patch the advisory. |
Ive run against all the macs only error I faced is this on
|
I'm looking at Manually running `apt get update` fails with an expired gpg key:
|
Refreshing keys has allowed the create worker ansible playbook to successfully run on |
Removed the smartos 15/16 hosts from the list in the description as they've been removed: #2552 |
Fixed by running
Running the playbook on
|
build/ansible/roles/baselayout/tasks/partials/repo/centos7.yml Lines 8 to 12 in 722fdc1
I'm not sure what we're installing from there, but the "centos*.iuscommunity.org" URLs were retired in 2020: iusrepo/announce#18 |
Re. "Failed 'not secret' (Jenkins secret not in secrets/inventory.yml)" -- Having double checked we no longer have them in neither public nor release Jenkins, I've removed all the centos5 entries from secrets/inventory.yml in addition to the ones marked "should remove", and added the missing secrets for the others in the list. Edit: Centos 5 was removed from Jenkins in #1984 |
Removed: release-requireio-osx1010-x64-1 release-scaleway-ubuntu1604-armv7l-1 release-scaleway-ubuntu1604-armv7l-2 test-requireio_rvagg-ubuntu1404-arm64_odroidxu-1 test-requireio_rvagg-ubuntu1404-arm64_odroidxu-2 test-requireio_rvagg-ubuntu1404-arm64_odroidxu3-1 test-requireio-osx1010-x64-1 Refs: #2531
Remove: test-mininodes-ubuntu1604-arm64_odroid_c2-1 test-mininodes-ubuntu1604-arm64_odroid_c2-2 test-mininodes-ubuntu1604-arm64_odroid_c2-3 test-scaleway-ubuntu1804-armv7l-1 test-scaleway-ubuntu1804-armv7l-2 test-scaleway-ubuntu1804-armv7l-3 Refs: #2531
This was a snap install of Node.js.
Removed via |
- Update `python` to point to `python2` (for consistency with other platforms in our CI; use `python3` for Python 3). - Use `py38-pip` to match the version of Python 3 installed. - Create a `pip3` symlink as Ansible's `pip` task fails without it. - `-slaveLog` Jenkins agent parameter has been obsoleted. Use the `-o` parameter to `daemon` to redirect stdout/stderr to the log file. Refs: #2531
Tasks registering variables in Ansible will always set the variable regardless of any `when` clause(s). This means if more than one task registers the same variable, the last one "wins". Fix the bootstrap role on Fedora by correctly registering `has_libselinux` in both `fedora30` and non-`fedora30` cases. Refs: #2531
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
I decided to just run our ansible worker create script across our cluster today in light of the
sudo
security flaw that was announced. In the process I've encountered a bunch of errors that we should probably look in to. Recording here as a list so we can tick them off. I'd appreciate help in dealing with these.I didn't run any updates on:
Errors:
Failed 'not secret' (Jenkins secret not in secrets/inventory.yml)
test-digitalocean-centos5-x86-1Removedtest-softlayer-centos5-x64-2Removedtest-softlayer-centos5-x64-1Removedrelease-digitalocean-centos5-x64-1Removedrelease-digitalocean-centos6-x86-1Removed ansible: add RHEL 8 x64 instances #2886release-softlayer-centos5-x86-1Removedtest-digitalocean-ubuntu1404-x86-1Removed ansible: add RHEL 8 x64 instances #2886test-rackspace-ubuntu1204-x64-1 (should remove)test-requireio_rvagg-ubuntu1404-arm64_odroidxu-1 (should remove)test-requireio_rvagg-ubuntu1404-arm64_odroidxu-2 (should remove)test-requireio_rvagg-ubuntu1404-arm64_odroidxu3-1 (should remove)release-scaleway-ubuntu1604-armv7l-1 (should remove)release-scaleway-ubuntu1604-armv7l-2 (should remove)Unreachable
test-joyent-smartos18-x64-1Removedtest-joyent-smartos18-x64-2Removedtest-digitalocean-freebsd10-x64-1 (should remove?)test-joyent-freebsd10-x64-1Removedtest-joyent-freebsd10-x64-2Removedtest-rackspace-freebsd10-x64-1 (should remove?)test-digitalocean-ubuntu1204-x64-1(should remove)test-digitalocean-ubuntu1204-x64-2(should remove)test-scaleway-ubuntu1804-armv7l-2 (should remove)test-scaleway-ubuntu1804-armv7l-3 (should remove)test-mininodes-ubuntu1604-arm64_odroid_c2-1 (should remove)test-mininodes-ubuntu1604-arm64_odroid_c2-2 (should remove)test-mininodes-ubuntu1604-arm64_odroid_c2-3 (should remove)Failed on 'baselayout : run ccache installer'
test-joyent-smartos15-x64-3(gone: Replacing machines from Joyent data center #2552)test-joyent-smartos15-x64-4(gone: Replacing machines from Joyent data center #2552)test-joyent-smartos16-x64-3(gone: Replacing machines from Joyent data center #2552)test-joyent-smartos16-x64-4(gone: Replacing machines from Joyent data center #2552)release-joyent-smartos15-x64-2(gone: Replacing machines from Joyent data center #2552)Failed update
Failed 'bootstrap : install libselinux-python bindings'
release-softlayer-centos6-x64-1removed ansible: add RHEL 8 x64 instances #2886test-softlayer-centos6-x64-1removed ansible: add RHEL 8 x64 instances #2886test-softlayer-centos6-x64-2removed ansible: add RHEL 8 x64 instances #2886Failed 'set hostname'
(We should remove these entirely)
Failed 'baselayout : centos7 | install ius'
"Name or service not known", is IUS still a thing?
Failed 'jenkins-worker : install tap2junit'
Failed uninstall
node
No "containers" config
(these probably need to be removed, they were part of my next-gen containerisation experiment iirc)
The text was updated successfully, but these errors were encountered: