mirror of
https://github.com/openshift/community.okd.git
synced 2026-07-29 19:04:32 +00:00
Add openshift_route module for route creation (#40)
* first draft of interface * Add basic implementation * Add validation * rename to openshift_route and add some test tasks * Fix sanity checks * Add checks for missing dependencies * Add port processing like the oc command * Add real tests * Fix waiting * add some more waiting to test * add state parameters and fix RETURN docs * try to fix odd sanity issue * import tests passing * Fix all sanity tests * Do less work when state is absent, and add explicit removal values * insecure_policy disable -> disallow * add proper default for insecure_policy
This commit is contained in:
committed by
GitHub
parent
6942cd6756
commit
e7c3351309
@@ -61,3 +61,4 @@
|
||||
- import_tasks: tasks/validate_not_installed.yml
|
||||
|
||||
- import_tasks: tasks/openshift_auth.yml
|
||||
- import_tasks: tasks/openshift_route.yml
|
||||
|
||||
Reference in New Issue
Block a user