Skip to content

Commit

Permalink
Removing sample awxmeshingress to fix CI
Browse files Browse the repository at this point in the history
sample are used in CI for validation test

in current implementation we only support openshift route this will not work on kind clusters correctly and having the sample is causing CI failure
  • Loading branch information
TheRealHaoLiu committed Oct 3, 2023
1 parent a22fa83 commit 7f5f079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/samples/awx_v1alpha1_awxmeshingress.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions roles/mesh_ingress/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
wait_timeout: "120"
register: route

# TODO: need to wait until the route is ready before we can get the hostname

- name: Set external_hostname
set_fact:
external_hostname: "{{ route.result.status.ingress[0].host }}"
Expand Down

0 comments on commit 7f5f079

Please sign in to comment.