Skip to content

Commit

Permalink
Changes + revert ansible upgrade (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvazquezc authored Nov 12, 2024
1 parent 4caac12 commit 453341b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions documentation/modules/ROOT/pages/_attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ code:experimental:
:advanced-ztp-policy-config: https://docs.openshift.com/container-platform/4.17/edge_computing/policygentemplate_for_ztp/ztp-advanced-policy-config.html#ztp-adding-new-content-to-gitops-ztp_ztp-advanced-policy-config
:ztp-precaching-config-docs: https://docs.openshift.com/container-platform/4.17/edge_computing/policygentemplate_for_ztp/ztp-talm-updating-managed-policies.html#talm-prechache-user-specified-images-concept_ztp-talm
:ssh-pub-key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC5pFKFLOuxrd9Q/TRu9sRtwGg2PV+kl2MHzBIGUhCcR0LuBJk62XG9tQWPQYTQ3ZUBKb6pRTqPXg+cDu5FmcpTwAKzqgUb6ArnjECxLJzJvWieBJ7k45QzhlZPeiN2Omik5bo7uM/P1YIo5pTUdVk5wJjaMOb7Xkcmbjc7r22xY54cce2Wb7B1QDtLWJkq++eJHSX2GlEjfxSlEvQzTN7m2N5pmoZtaXpLKcbOqtuSQSVKC4XPgb57hgEs/ZZy/LbGGHZyLAW5Tqfk1JCTFGm6Q+oOd3wAOF1SdUxM7frdrN3UOB12u/E6YuAx3fDvoNZvcrCYEpjkfrsjU91oz78aETZV43hOK9NWCOhdX5djA7G35/EMn1ifanVoHG34GwNuzMdkb7KdYQUztvsXIC792E2XzWfginFZha6kORngokZ2DwrzFj3wgvmVyNXyEOqhwi6LmlsYdKxEvUtiYhdISvh2Y9GPrFcJ5DanXe7NVAKXe5CyERjBnxWktqAPBzXJa36FKIlkeVF5G+NWgufC6ZWkDCD98VZDiPP9sSgqZF8bSR4l4/vxxAW4knKIZv11VX77Sa1qZOR9Ml12t5pNGT7wDlSOiDqr5EWsEexga/2s/t9itvfzhcWKt+k66jd8tdws2dw6+8JYJeiBbU63HBjxCX+vCVZASrNBjiXhFw==
:aap-docs: https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.5/
:aap-hub-docs: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/installing-hub-operator
:aap-controller-docs: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/installing-controller-operator
:aap-get-manifest-docs: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/access_management_and_authentication/assembly-gateway-licensing#assembly-aap-obtain-manifest-files
:aap-docs: https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/
:aap-hub-docs: https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html/deploying_the_red_hat_ansible_automation_platform_operator_on_openshift_container_platform/installing-hub-operator
:aap-controller-docs: https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html/deploying_the_red_hat_ansible_automation_platform_operator_on_openshift_container_platform/installing-controller-operator
:aap-get-manifest-docs: https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html/red_hat_ansible_automation_platform_operations_guide/assembly-aap-obtain-manifest-files
:sriov-channel: stable
:last-update-date: 2024-11-11
6 changes: 4 additions & 2 deletions lab-materials/lab-env-data/hub-cluster/hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ disconnected_operators:
- name: stable-4.17
- name: ansible-automation-platform-operator
channels:
- name: stable-2.5-cluster-scoped
- name: stable-2.4-cluster-scoped
- name: sriov-network-operator
channels:
- name: stable
Expand All @@ -50,6 +50,8 @@ users_dev: developer
users_devpassword: CHANGE_DEV_PWD
users_admin: admin
users_adminpassword: CHANGE_ADMIN_PWD
lvms_devices:
- /dev/vdb
apps:
- users
- openshift-gitops-operator
Expand All @@ -70,4 +72,4 @@ vmrules:
- hub-ctlplane-2:
nets:
- name: 5gdeploymentlab
mac: aa:aa:aa:aa:01:03
mac: aa:aa:aa:aa:01:03

0 comments on commit 453341b

Please sign in to comment.