redhat-cop / casl-ansible

Ansible automation for Managing OpenShift Container Platform clusters
Apache License 2.0
121 stars 82 forks source link

Add namespace scope to openshift-route-status #387

Closed tylerauerbeck closed 4 years ago

tylerauerbeck commented 4 years ago

What does this PR do?

This adds the ability to supply a namespace to check a route in a specific namespace

How should this be manually tested?

Use the following vars with the openshift-route-status role and specify a route that isn't in your current project.

route: my-route
protocol: https
status: 200
namespace: my-project
retries: 5

Is there a relevant Issue open for this?

N/A

Other Relevant info, PRs, etc.

N/A

Who would you like to review this?

cc: @redhat-cop/casl

garethahealy commented 4 years ago

FYI: i've done similar work @ https://github.com/redhat-cop/casl-ansible/pull/383

tylerauerbeck commented 4 years ago

@garethahealy Not sure how I missed that. Closing in favor of getting yours merged.