| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
When a package install/update fails due to network blips or other spotty
availability, retry it. If the failure is a real failure (e.g. package
is really not there) it still fails after 3 tries (Ansible default).
|
|\
| |
| | |
Correct usage of include_role
|
| |
| |
| |
| | |
Switch to import_role for some required roles.
|
|\ \
| | |
| | | |
Combine openshift_node and openshift_node_dnsmasq
|
| |/
| |
| |
| |
| | |
This commit combines these two roles. This will
prevent openshift_node_facts from running twice.
|
|/
|
|
|
| |
This commit removes openshift.common.cli_image in
favor of openshift_cli_image.
|
|\
| |
| | |
Allow openshift_install_examples to be false
|
| |
| |
| |
| | |
when using yaml or json, a false value is converted to true
|
|\ \
| |/
|/| |
Workaround the fact that package state=present with dnf fails for already installed but excluded packages.
|
| |
| |
| |
| | |
list the package with --installed.
|
|\ \
| | |
| | | |
Remove unused task files
|
| | | |
|
|\ \ \
| | | |
| | | | |
Include Deprecation - openshift-master
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Playbook Consolidation - openshift-service-catalog
|
| |/ / / |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Include Deprecation - openshift-etcd
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Playbook Consolidation - openshift-glusterfs
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Playbook Consolidation - openshift-management
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Playbook Consolidation - openshift-master
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Playbook Consolidation - openshift-hosted
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Cleanup etcd runtime variable.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Cleaning out reference to etcd_runtime in openshift facts.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Playbook Consolidation - openshift-metrics
|
| | |_|/
| |/| | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Playbook Consolidation - openshift-loadbalancer
|
| |/ / |
|
| |/
|/| |
|
|\ \
| | |
| | | |
Playbook Consolidation - openshift-etcd
|
| |/ |
|
|\ \
| | |
| | | |
Playbook Consolidation - openshift-nfs
|
| |/ |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Automatic merge from submit-queue.
Playbook Consolidation - openshift-checks
- Create playbooks/openshift-checks directory
- Move everything from playbooks/byo/openshift-checks to playbooks/openshift-checks
- Move everything from playbooks/common/openshift-checks to playbooks/openshift-checks/private
- Fix all include path references throughout playbooks/
Trello: https://trello.com/c/2Rx1uvjz/547-2-playbook-consolidation-openshift-checks
|
| |/ |
|
|/
|
|
|
|
|
|
|
| |
Currently, having openshift_node and openshift_node_upgrade
as two distinct roles has created a duplication across
handlers, templates, and some tasks.
This commit combines the roles to reduce duplication
and bugs encountered by not putting code in both places.
|
|\
| |
| | |
Playbook Consolidation - Initialization
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Automatic merge from submit-queue.
Add role to configure project request template
The OpenShift master role already supports changing the master
configuration to refer to a project template, but there's no way to
manage that template directly. This role adds the necessary code to
generate a default template and to apply customizations using the
"yedit" module.
We need to configure custom services and endpoints in every project. The project request template enables us to do that automatically in every project and we'd like to manage the template using Ansible.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The OpenShift master role already supports changing the master
configuration to refer to a project template, but there's no way to
manage that template directly. This role adds the necessary code to
generate a default template and to apply customizations using the
"yedit" module.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Automatic merge from submit-queue.
Combine master upgrade play with role
Currently, there are plays importing tasks directly from
openshift_master role. This has caused numerous bugs
and code duplicaiton in the past.
This commit combines the upgrade into openshift_master role
utilizing include_role syntax.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently, there are plays importing tasks directly from
openshift_master role. This has caused numerous bugs
and code duplicaiton in the past.
This commit combines the upgrade into openshift_master role
utilizing include_role syntax.
|
|\ \ \ \
| |_|_|/
|/| | | |
Removed old version code
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit removes any references to versions < 1.5/3.5
We assume the version is always greater than or equal to 1.5/3.5.
|