-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Various errors found in the aix playbook #3086
Comments
#3087 fixes the error with the Users task |
The Security error is just a case of a few machines having now space in /tmp. I've removed it from the original comment |
#3088 fixes the disable_sendmail error |
The I'll rewrite this one to test/make if needed for each of the authorizations required. See: #3090 |
As to openldap. imho: that is a yum error - contact IBM and get them to repackage it so that it works with SSL provided as part of AIX base. Noone wants to have to watch two packages of SSL when one is enough. Updating AIX SSL may not work - as it may break the base OS level being tested. The easiest fix may be to specify a lower level of openldap: I see If there is a NEED for I am curious to know which system passed (as you said most failed. Update: the adopt systems are all using openssl.base.1.0.2.2002 - not openssl.base.1.1.XXXX |
rbac fixed by #3090 Thanks Michael |
I did a more thorough check, It is affecting all machines |
OK. Well I assume it means they all need a later version of openssl installed, and sadly, my IBMid no longer lets me download stuff. I would consider limiting openldap to the previous version (2.4.X) rather than the newer 2.5 - and/or signal IBM (AIX Toolbox that is provided asis iirc) that AIX 7.2 should also support, ie, work with, openssl 1.0.2. |
Happy me too!
|
Any news on this? If yum fails - I would look at the way AIX Toolbox is managing things - rather than blame to playbook. But, yes, sadly, modifying the playbook is probably the way to 'patch' around those packaging issues. |
Yum
yum update
dependency error. Most machinesrbac ✅
infrastructure/ansible/playbooks/AdoptOpenJDK_AIX_Playbook/roles/rbac/tasks/setsecattr.yml
Line 15 in e9c5559
/usr/bin/ksh
Users ✅
infrastructure/ansible/playbooks/AdoptOpenJDK_AIX_Playbook/roles/users/tasks/jenkins.yml
Line 12 in e9c5559
disable_sendmail ✅
infrastructure/ansible/playbooks/AdoptOpenJDK_AIX_Playbook/roles/disable_sendmail/tasks/main.yml
Line 5 in e9c5559
aixfs
In https://github.com/adoptium/infrastructure/blob/master/ansible/playbooks/AdoptOpenJDK_AIX_Playbook/roles/aixfs/tasks/main.yml, if ansible detects that the filesystems are larger than the desired amount it should not shrink it. I feel like this will cause loss of data
The text was updated successfully, but these errors were encountered: