Skip to content

Commit

Permalink
Update E2E AWX test playbook and guide (#678)
Browse files Browse the repository at this point in the history
- increased the version of awx_operator_image_tag to 2.15.0 to fix error
with Kustomize
- added a step specific for users of Podman
- increased the timeout for the cluster setup (I saw in testing that the
default 120 seconds was not enough for a first install)
  • Loading branch information
dhaustein committed Apr 30, 2024
1 parent ab761fe commit 02bdf80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tests/e2e/utils/awx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ if you are not using the ansible-rulebook dev environment.

# Steps

0. When using Podman

```
export KIND_EXPERIMENTAL_PROVIDER=podman
```

1. Create the cluster

```
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/utils/awx/roles/install-awx/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ awx_name: awx
awx_image: quay.io/ansible/awx
awx_image_tag: latest
awx_operator_image: quay.io/ansible/awx-operator
awx_operator_image_tag: "1.2.0"
awx_operator_image_tag: "2.15.0"
awx_namespace: awx
awx_hostname: "localhost"
awx_admin_password: password
3 changes: 2 additions & 1 deletion tests/e2e/utils/awx/roles/install-awx/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
label_selectors:
- app.kubernetes.io/component=awx
wait: yes
wait_sleep: 3
wait_sleep: 10
wait_timeout: 300

0 comments on commit 02bdf80

Please sign in to comment.