| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Automatic merge from submit-queue.
Remove upgrade playbooks for 3.3 through 3.5
Release branches should be used for older upgrades.
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Allow disabling authorization migration check
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Automatic merge from submit-queue.
Add execution times to checkpoint status
This PR adds execution times to the checkpoint status report at the end of an installer playbook run.
- Checkpoint plays now use `all` host group to avoid using an undefined host group during the Initialization phase as well as maintaining the need to collect inventory vars for host group conditionals
- `run_once: true` is used to limit the execution to only one host
- `installer_phase_*` data is now stored as a dict so multiple data points can be stored for that phase
- Documentation updated
```
INSTALLER STATUS ***************************************************************
Initialization : Complete (0:02:14)
Health Check : Complete (0:01:10)
etcd Install : Complete (0:02:01)
Master Install : Complete (0:11:43)
Master Additional Install : Complete (0:00:54)
Node Install : Complete (0:14:11)
Hosted Install : Complete (0:03:28)
```
|
| | | | |
|