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

Fix traefik config filename #1164

Merged

Conversation

hemanthnakkina
Copy link
Contributor

@hemanthnakkina hemanthnakkina commented Nov 3, 2023

Traefik config file names are of format
juju_ingress_ingress_id_app.yaml for
ingress interface. However if traefik_route
interface is used, the file name format
is juju_ingress_traefik-route_id_app.yaml

In tempest tests, wait_for_traefik, change the
filename format to support both ingress and
traefik-route interfaces.

Traefik config file names are of format
juju_ingress_ingress_<id>_<app>.yaml for
ingress interface. However if traefik_route
interface is used, the file name format
is juju_ingress_traefik-route_<id>_<app>.yamlwq

In tempest tests, wait_for_traefik, change the
filename format to support both ingress and
traefik-route interfaces.
@gnuoy gnuoy merged commit d6ada89 into openstack-charmers:master Nov 3, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants