openshift-ansible
openshift-ansible copied to clipboard
Install and config an OpenShift 3.x cluster
This is an automated cherry-pick of #12372 /assign patrickdillon
This is an automated cherry-pick of #12397 /assign yselkowitz
This is an automated cherry-pick of #12412 /assign yselkowitz
…OpenShift Service Catalog for 7.13.0 release Signed-off-by: spolti
Since we can authenticate the cluster using `api-int.*` URL, the Ansible task picks the cluster API endpoint in the form of `api-int-int` from the `kubeconfig` file and throws the below...
** Added argparsing to allow the user to configure the number of attempts during the oc csr approval process. The default will be 1 just like it was before but...
No parameters are passed to preStop hook handlers and OPENSHIFT_SDN_POD environment variable is never expanded. Use the existing pod environment through a shell instead. Signed-off-by: Jaime Caamaño Ruiz
This is an automated cherry-pick of #12372 /assign patrickdillon
The following branches are being fast-forwarded from the current development branch (master) as placeholders for future releases. No merging is allowed into these release branches until they are unfrozen for...
#### Description When attempting to run the [openshift-logging/config.yml](https://github.com/openshift/openshift-ansible/blob/release-3.11/playbooks/openshift-logging/config.yml) playbook I am seeing the ansible playbooks fail when running the [conditional_set_fact.py](https://github.com/openshift/openshift-ansible/blob/release-3.11/roles/lib_openshift/action_plugins/conditional_set_fact.py#L57) action callback. ##### Version * Your ansible version per `ansible...