Skip to content

Commit

Permalink
Extended the support of AAP2.5 (#8915)
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshget authored Dec 6, 2024
1 parent 4e5aa85 commit 7d6584c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ ocp4_workload_ansible_automation_platform_manifest:
url: https://example.com/manifest
username: jonsnow
password: got2023

# -------------------------------------------------------------------------
# For Ansible Automation Platform 2.5
# -------------------------------------------------------------------------
ocp4_workload_ansible_automation_platform_disable_controller: false
ocp4_workload_ansible_automation_platform_disable_eda: false
ocp4_workload_ansible_automation_platform_disable_hub: true
ocp4_workload_ansible_automation_platform_disable_lightspeed: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,15 @@ metadata:
name: {{ ocp4_workload_ansible_automation_platform_app_name }}
namespace: {{ ocp4_workload_ansible_automation_platform_project }}
spec:
replicas: 1
image_pull_policy: IfNotPresent
controller:
disabled: {{ ocp4_workload_ansible_automation_platform_disable_controller }}
eda:
disabled: {{ ocp4_workload_ansible_automation_platform_disable_eda }}
hub:
disabled: {{ ocp4_workload_ansible_automation_platform_disable_hub }}
lightspeed:
disabled: {{ ocp4_workload_ansible_automation_platform_disable_lightspeed }}
no_log: true
redis_mode: standalone
route_tls_termination_mechanism: Edge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
api_version: v1
apiVersion: v1
kind: Secret
metadata:
name: "{{ ocp4_workload_ansible_automation_platform_app_name }}-admin-password"
Expand Down

0 comments on commit 7d6584c

Please sign in to comment.