summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for 3.10Scott Dodson2018-02-054-0/+48
|
* Moving upgrade sg playbook to 3.9Kenny Woodson2018-02-051-0/+0
|
* Remove old assetConfig from master-config.yamlSamuel Padgett2018-01-251-0/+2
| | | | | | | | The `assetConfig` is no longer used now that the console is split into its own pod. - Remove `assetConfig` on upgrades to 3.9 - Stop writing logging and metrics URLs to assetConfig for 3.9
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-182-2/+0
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-0714-15/+15
|
* Merge pull request #6365 from mtnbikenc/consolidate-etcd-upgradeRussell Teague2017-12-071-4/+0
|\ | | | | Playbook Consolidation - etcd Upgrade
| * Playbook Consolidation - etcd UpgradeRussell Teague2017-12-051-4/+0
| |
* | Playbook Consolidation - byo/config.ymlRussell Teague2017-12-061-4/+0
| |
* | Remove entry point files no longer needed by CIRussell Teague2017-12-051-3/+0
|/
* Merge pull request #6154 from mtnbikenc/consolidate-openshift-loggingScott Dodson2017-12-051-8/+2
|\ | | | | Playbook Consolidation - openshift-logging
| * Playbook Consolidation - openshift-loggingRussell Teague2017-11-301-8/+2
| |
* | Merge pull request #6324 from mtnbikenc/consolidate-redeploy-certificatesOpenShift Merge Robot2017-12-048-96/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Playbook Consolidation - Redeploy Certificates This PR moves the certificate redeploy playbooks out of {byo,common}/openshift-cluster and into their respective component areas. - playbooks/openshift-etcd (redeploy-certificates.yml, redeploy-ca.yml) - playbooks/openshift-master (redeploy-certificates.yml, redeploy-openshift-ca.yml) - playbooks/openshift-node (redeploy-certificates.yml) - playbooks/openshift-hosted (redeploy-registry-certificates.yml, redeploy-router-certificates.yml) playbooks/byo/openshift-cluster/redeploy-certificates.yml was moved to playbooks/redeploy-certificates.yml Trello: https://trello.com/c/zCz6RIHM/578-2-playbook-consolidation-openshift-cluster-redeploy-certificates
| * | Playbook Consolidation - Redeploy CertificatesRussell Teague2017-12-018-96/+0
| |/
* | Merge pull request #6321 from sdodson/v3_9Scott Dodson2017-12-025-1/+47
|\ \ | | | | | | Add v3.9 support
| * | Add v3.9 supportScott Dodson2017-11-305-1/+47
| |/
* | Initial upgrade for scale groups.Kenny Woodson2017-11-291-0/+7
|/
* Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-271-4/+0
| | | | | This commit combines these two roles. This will prevent openshift_node_facts from running twice.
* Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague2017-11-221-9/+0
|\ | | | | Playbook Consolidation - openshift-service-catalog
| * Playbook Consolidation - openshift-service-catalogRussell Teague2017-11-221-9/+0
| |
* | Playbook Consolidation - openshift-provisionersRussell Teague2017-11-221-4/+0
|/
* Merge pull request #6151 from mtnbikenc/consolidate-openshift-masterRussell Teague2017-11-223-7/+7
|\ | | | | Playbook Consolidation - openshift-master
| * Playbook Consolidation - openshift-masterRussell Teague2017-11-223-7/+7
| |
* | Merge pull request #6217 from mtnbikenc/consolidate-openshift-hostedRussell Teague2017-11-222-8/+0
|\ \ | | | | | | Playbook Consolidation - openshift-hosted
| * | Playbook Consolidation - openshift-hostedRussell Teague2017-11-222-8/+0
| |/
* | Merge pull request #6152 from mtnbikenc/consolidate-openshift-metricsRussell Teague2017-11-221-4/+0
|\ \ | |/ |/| Playbook Consolidation - openshift-metrics
| * Playbook Consolidation - openshift-metricsRussell Teague2017-11-161-4/+0
| |
* | Playbook Consolidation - openshift-nodeRussell Teague2017-11-212-4/+4
| |
* | Playbook Consolidation - openshift-etcdRussell Teague2017-11-162-4/+4
|/
* Playbook Consolidation - InitializationRussell Teague2017-11-1529-152/+18
|
* Merge pull request #6068 from mtnbikenc/remove-old-upgradesOpenShift Merge Robot2017-11-1414-153/+2
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Remove upgrade playbooks for 3.3 through 3.5 Release branches should be used for older upgrades.
| * Remove upgrade playbooks for 3.3 through 3.5Russell Teague2017-11-0814-153/+2
| |
* | First pass at v3.8 supportScott Dodson2017-11-134-0/+52
|/
* Temporarily set master servingInfo.clientCA as client-ca-bundle.crt during ↵Andrew Butcher2017-11-061-0/+4
| | | | rolling CA redeployment.
* Ensure deployment_subtype is set within openshift_sanitize_inventory.Andrew Butcher2017-10-201-2/+0
|
* Merge pull request #5614 from mtnbikenc/fix-prometheusOpenShift Merge Robot2017-10-031-0/+2
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Fix Prometheus byo entry point Adds the std_include.yml playbook to the byo entrypoint and moves the conditional install to the openshift_hosted.yml portion of an install.
| * Fix Prometheus byo entry pointRussell Teague2017-10-021-0/+2
| |
* | Separate certificate playbooks.Andrew Butcher2017-10-024-6/+30
|/
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-0/+6
| | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
* Do a full stop/start when etcd certificates had expired.Andrew Butcher2017-09-212-0/+12
|
* Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_commonOpenShift Bot2017-09-073-8/+0
|\ | | | | Merged by openshift-bot
| * Remove openshift-commonMichael Gugino2017-09-063-8/+0
| | | | | | | | | | | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* | Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-061-0/+4
|/ | | | | | | | | | | | | | A new role for installing prometheus on openshift. Depends on `openshift_hosted_prometheus_deploy` flag role creates: - prometheus namespace - prometheus clusterrolebinding and service account - pvs for prometheus, alertmanager and alertbuffer for internal nfs - prometheus pod with prometheus behind oauth-proxy, alertmanager and alert-buffer behind oauth-proxy - prometheus and alertmanager configmaps - prometheus and alerts services and direct routes - prometheus, alertmanager and alert-buffer pvcs
* Standardize openshift_provisioners entry pointRussell Teague2017-08-231-0/+6
|
* Merge pull request #5106 from kwoodson/metrics_stdincludeOpenShift Bot2017-08-171-0/+6
|\ | | | | Merged by openshift-bot
| * Adding std_include to the metrics playbook.Kenny Woodson2017-08-161-0/+6
| |
* | Standardize usage of std_include in byoRussell Teague2017-08-152-0/+10
|/
* Fix duplicate evaluate_groups.yml call during installRussell Teague2017-08-111-0/+6
| | | | | | | The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate.
* Add missing byo v3_7 playbooksScott Dodson2017-08-084-0/+52
|
* Merge pull request #3043 from jkhelil/scaleup_etcdScott Dodson2017-08-021-1/+3
|\ | | | | Add etcd scaleup playbook
| * add etcd scaleup playbookjawed2017-06-151-1/+3
| |