Skip to content
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

Adapt to new API status endpoints in AAP 2.5 #267

Open
snagoor opened this issue Jan 20, 2025 · 0 comments
Open

Adapt to new API status endpoints in AAP 2.5 #267

snagoor opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working new

Comments

@snagoor
Copy link
Contributor

snagoor commented Jan 20, 2025

Summary

In AAP 2.5 https://issues.redhat.com/browse/AAP-37903 introduced new API status endpoints, aap_setup_install role should adapt to this new change.

Issue Type

  • Bug Report

Ansible, Collection, Docker/Podman details

ansible --version
ansible [core 2.16.12]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.12/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/bin/ansible
  python version = 3.12.6 (main, Sep  9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3)
  jinja version = 3.1.4
  libyaml = True

ansible-galaxy collection list
# /root/.ansible/collections/ansible_collections
Collection                               Version
---------------------------------------- -------
ansible.posix                            1.6.0  
ansible.windows                          2.5.0  
awx.awx                                  24.6.1 
community.crypto                         2.22.0 
community.general                        9.4.0  
community.vmware                         5.1.0  
infra.aap_utilities                      2.5.2  
kubernetes.core                          5.0.0  
nshaik.aap_collection                    1.0.18 
vmware.vmware                            1.6.0 

podman --version
podman version 5.2.2
  • ansible installation method: one of source, pip, OS package, EE

OS / ENVIRONMENT

AAP 2.5-7 latest setup bundle to test on RHEL 9.5

Desired Behavior

new conditional check should be introduced

Actual Behavior

API status checks in https://github.com/redhat-cop/aap_utilities/blob/devel/roles/aap_setup_install/tasks/setup.yml#L71-L77 would fail as per new changes in API status endpoint introduced with https://issues.redhat.com/browse/AAP-37903

@snagoor snagoor added bug Something isn't working new labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new
Projects
None yet
Development

No branches or pull requests

1 participant