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

comment out ah collection registry indexing test #1808

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Changes from all commits
Commits
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
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
Loading