This adds support to install the latest AAP 2.5 version.
How should this be tested?
Automated tests are preferred, but not always doable - especially for infrastructure. Include commands to run your new feature, and also post-run commands to validate that it worked. (please use code blocks to format code samples)
Provide a link to any open issues that describe the problem you are solving.
resolves #[number]
Other Relevant info, PRs, etc
Please be aware of this Jira AAP-32816 where the EDA status shows degraded (404 not found on port 8443) when you hit the Gateway API. This causes the setup.sh to still execute even though the component is installed correctly.
To test it properly, after the installation is successful, change the following on EDA Server
# vi /etc/nginx/conf.d/automation-eda-controller-event-stream.conf
#location ~ ^/api/eda/v1/external_event_stream/ { ---> comment out this line
location ~ ^/api/eda/ { ---> add this line
What does this PR do?
This adds support to install the latest AAP 2.5 version.
How should this be tested?
Automated tests are preferred, but not always doable - especially for infrastructure. Include commands to run your new feature, and also post-run commands to validate that it worked. (please use code blocks to format code samples)
Is there a relevant Issue open for this?
Provide a link to any open issues that describe the problem you are solving. resolves #[number]
Other Relevant info, PRs, etc
Please be aware of this Jira AAP-32816 where the EDA status shows degraded (404 not found on port 8443) when you hit the Gateway API. This causes the
setup.sh
to still execute even though the component is installed correctly.To test it properly, after the installation is successful, change the following on EDA Server
Restart EDA Server
Now check the Gateway API status