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

Add support for new platform installation method of AAP 2.5 on OpenShift #261

Open
wants to merge 22 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f4030c6
Add EDA deployment on OCP
Jun 12, 2024
42322b0
Update documentation for role change
derekwaters Jun 18, 2024
792b899
Additional checks for EDA variables, and ability to use custom EDA na…
derekwaters Jun 18, 2024
e28938c
Merge branch 'devel' into add_eda_install_on_ocp
derekwaters Jun 18, 2024
00064d7
Correct linting formatting errors
derekwaters Jun 18, 2024
789df97
Add endline on changelog fragment
derekwaters Jun 18, 2024
81539a8
Merge branch 'devel' into add_eda_install_on_ocp
branic Jun 18, 2024
594f02d
Modifications to support the new OCP deployment method for AAP 2.5
Nov 1, 2024
4aab621
Template fixes identified during testing
Nov 1, 2024
e750004
Make the AAP OCP Deployment backward compatible with pre AAP2.5
Nov 6, 2024
421f650
Restore missing files
Nov 6, 2024
acf412e
Ensure Hub settings are correct
Nov 7, 2024
6467bbd
Merge remote-tracking branch 'origin/devel' into aap-2.5-install
Nov 11, 2024
e1b9439
Update documentation for OCP Installation AAP 2.5+
Nov 21, 2024
09bc565
Corrected trailing whitespace and line feed errors
Nov 21, 2024
1051592
Remove duplication in yml file
Nov 21, 2024
de251f9
Pre-commit fixes (EOF and github-actions-bot changes)
derekwaters Nov 21, 2024
c6b4e08
Fix Jinja templating errors
derekwaters Nov 21, 2024
61d0efb
Revert galaxy version definition
derekwaters Nov 21, 2024
40b5978
Merge branch 'redhat-cop:devel' into aap-2.5-install
derekwaters Dec 14, 2024
7dc5c47
- Allow installation of cluster-scoped AAP into a different namespace
derekwaters Dec 14, 2024
17fd35c
Update documentation to show 2.4- and 2.5+ example playbooks
derekwaters Dec 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: infra
name: aap_utilities
version: 2.5.2-devel
version: 1.0.0
derekwaters marked this conversation as resolved.
Show resolved Hide resolved
description: A collection of utility roles for usage with Ansible Automation Platform
readme: README.md
authors:
Expand Down
2 changes: 1 addition & 1 deletion roles/aap_ocp_install/tasks/install-eda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
state: present
resource_definition: "{{ lookup('template', 'eda/consolelink.yaml.j2') | from_yaml | ansible.builtin.combine(aap_ocp_install_eda['consolelink_manifest_overrides'] | default({}), recursive=true) }}"
apply: true
...
...