Skip to content

Commit

Permalink
remove ah collection registry indexing test (#1808)
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: EamonTracey <[email protected]>
  • Loading branch information
EamonTracey authored Jul 20, 2023
1 parent 8d3b259 commit 5c301f6
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions dev/ah_collection_plays/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,36 @@
ah_password: "{{ ah_password }}"
ah_path_prefix: "{{ ah_path_prefix }}"

- name: Index redhat.io registry
ansible.automation_hub.ah_ee_registry_index:
name: redhat
ah_host: "{{ ah_host }}"
ah_username: "{{ ah_username }}"
ah_password: "{{ ah_password }}"
ah_path_prefix: "{{ ah_path_prefix }}"

- name: Update aap22ee29rhel8 ee repository
ansible.automation_hub.ah_ee_repository:
name: ansible-automation-platform-22/ee-29-rhel8
description: AAP RHEL execution environment
readme: |
# RHEL execution environment
* Contains ansible
ah_host: "{{ ah_host }}"
ah_username: "{{ ah_username }}"
ah_password: "{{ ah_password }}"
ah_path_prefix: "{{ ah_path_prefix }}"

- name: Delete the aap22ee29rhel8 repository
ansible.automation_hub.ah_ee_repository:
name: ansible-automation-platform-22/ee-29-rhel8
state: absent
ah_host: "{{ ah_host }}"
ah_username: "{{ ah_username }}"
ah_password: "{{ ah_password }}"
ah_path_prefix: "{{ ah_path_prefix }}"
# Can be uncommented after AAH-2607 is resolved.
#
# - name: Index redhat.io registry
# ansible.automation_hub.ah_ee_registry_index:
# name: redhat
# ah_host: "{{ ah_host }}"
# ah_username: "{{ ah_username }}"
# ah_password: "{{ ah_password }}"
# ah_path_prefix: "{{ ah_path_prefix }}"
#
# - name: Update aap22ee29rhel8 ee repository
# ansible.automation_hub.ah_ee_repository:
# name: ansible-automation-platform-22/ee-29-rhel8
# description: AAP RHEL execution environment
# readme: |
# # RHEL execution environment
# * Contains ansible
# ah_host: "{{ ah_host }}"
# ah_username: "{{ ah_username }}"
# ah_password: "{{ ah_password }}"
# ah_path_prefix: "{{ ah_path_prefix }}"
#
# - name: Delete the aap22ee29rhel8 repository
# ansible.automation_hub.ah_ee_repository:
# name: ansible-automation-platform-22/ee-29-rhel8
# state: absent
# ah_host: "{{ ah_host }}"
# ah_username: "{{ ah_username }}"
# ah_password: "{{ ah_password }}"
# ah_path_prefix: "{{ ah_path_prefix }}"

- name: Delete the redhat.io registry
ansible.automation_hub.ah_ee_registry:
Expand Down

0 comments on commit 5c301f6

Please sign in to comment.