summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster
Commit message (Collapse)AuthorAgeFilesLines
* Create openshift-metrics entrypoint playbookRussell Teague2017-04-181-0/+2
|
* Merge pull request #3793 from jarrpa/glusterfs-registryOpenShift Bot2017-04-172-0/+17
|\ | | | | Merged by openshift-bot
| * Integrate GlusterFS into OpenShift installationJose A. Rivera2017-04-102-0/+17
| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Refactor initialize groups tasksRussell Teague2017-04-123-49/+3
| | | | | | | | | | | | | | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* | Merge pull request #3891 from mtnbikenc/refactor-dockerOpenShift Bot2017-04-123-0/+72
|\ \ | | | | | | Merged by openshift-bot
| * | Refactor docker upgrade playbooksRussell Teague2017-04-103-0/+72
| |/ | | | | | | | | The playbooks were crossing byo/common boundaries for task includes. This moves all 'common' files/tasks into the 'common' folder.
* | Merge pull request #3897 from kwoodson/upgrade_r_and_rOpenShift Bot2017-04-121-19/+21
|\ \ | | | | | | Merged by openshift-bot
| * | Fixed spelling mistake.Kenny Woodson2017-04-111-2/+2
| | |
| * | Switching commands for modules during upgrade of router and registry.Kenny Woodson2017-04-101-19/+21
| |/
* | Merge pull request #3899 from mtnbikenc/fix-common-refsOpenShift Bot2017-04-111-3/+3
|\ \ | | | | | | Merged by openshift-bot
| * | Remove unnecessary folder refsRussell Teague2017-04-101-3/+3
| |/
* | Merge pull request #3892 from mtnbikenc/refactor-oo-option-factsOpenShift Bot2017-04-113-45/+29
|\ \ | | | | | | Merged by openshift-bot
| * | Refactor use of initialize_oo_option_facts.ymlRussell Teague2017-04-103-45/+29
| |/
* | Merge pull request #3691 from wongma7/efsOpenShift Bot2017-04-111-0/+5
|\ \ | |/ |/| Merged by openshift-bot
| * Add external provisioners playbook starting with aws efsMatthew Wong2017-03-301-0/+5
| |
* | Switch from ignoring to passing on checksRussell Teague2017-04-061-1/+1
| |
* | Add 'docker-registry.default.svc' to cert-redeploy tooScott Dodson2017-04-031-1/+1
| |
* | Merge pull request #3734 from sosiouxme/20170322-deployment-typeOpenShift Bot2017-03-306-10/+0
|\ \ | | | | | | Merged by openshift-bot
| * | validate and normalize inventory variablesLuke Meyer2017-03-296-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* | | redeploy-certificates/registry.yml: add ↵Slava Semushin2017-03-291-0/+3
| | | | | | | | | | | | openshift_hosted_registry_cert_expire_days parameter.
* | | Merge pull request #3781 from ↵OpenShift Bot2017-03-282-25/+0
|\ \ \ | |/ / |/| | | | | | | | ingvagabund/make-the-ocp-version-detection-excluder-free Merged by openshift-bot
| * | Make the OCP available version detection excluder freeJan Chaloupka2017-03-282-25/+0
| | | | | | | | | | | | | | | | | | When detecting available OCP version via repoquery, use yum.conf file with exclude= set to an empty array. So the detection is independent of the OCP excluder.
* | | Merge pull request #3750 from stevekuznetsov/skuznets/3-6-upgradeOpenShift Bot2017-03-284-0/+30
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Added 3.5 -> 3.6 upgrade playbooksSteve Kuznetsov2017-03-244-0/+30
| | |
* | | Merge pull request #3752 from mtnbikenc/openshift_node_updateOpenShift Bot2017-03-281-4/+0
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Use meta/main.yml for role dependenciesRussell Teague2017-03-271-4/+0
| |/ /
* | | Merge pull request #3737 from dgoodwin/upgrade-pkgsOpenShift Bot2017-03-271-2/+21
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Upgrade specific rpms instead of just master/node.Devan Goodwin2017-03-271-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | Dependencies for these, particularly the SDN package, can cause the entire transaction to jump to a newer openshift than we requested, if something newer is available in the repositories. By being specific for multiple packages, we avoid this problem and get the actual version we require.
* | | Merge pull request #3726 from sdodson/oreg_url_on_upgradeOpenShift Bot2017-03-221-0/+8
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Update imageConfig.format on upgrades to match oreg_urlScott Dodson2017-03-211-0/+8
| | |
* | | Attempt to match version of excluders to target versionScott Dodson2017-03-201-1/+1
|/ /
* | enable docker excluder since the time it is installedJan Chaloupka2017-03-161-0/+7
| |
* | Merge pull request #3675 from sdodson/only_use_excluders_on_masters_nodesScott Dodson2017-03-163-3/+3
|\ \ | | | | | | Only call excluder playbooks on masters and nodes
| * | Only call excluder playbooks on masters and nodesScott Dodson2017-03-153-3/+3
| | |
* | | Merge pull request #3626 from mtnbikenc/module_renameOpenShift Bot2017-03-152-4/+4
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-102-4/+4
| | | |
* | | | don't assume openshift_upgrade_target is in a form d.dJan Chaloupka2017-03-151-2/+6
| |/ / |/| |
* | | Revert "Enable docker during installation and upgrade by default"Steve Kuznetsov2017-03-141-7/+0
| | |
* | | Merge pull request #3620 from ↵Scott Dodson2017-03-141-0/+7
|\ \ \ | | | | | | | | | | | | | | | | ingvagabund/enable-docker-during-installation-and-upgrade-by-default Enable docker during installation and upgrade by default
| * | | enable docker excluder since the time it is installedJan Chaloupka2017-03-131-0/+7
| | | |
* | | | Merge pull request #3631 from ingvagabund/validate-excluders-on-non-atomic-onlyOpenShift Bot2017-03-131-13/+16
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | validate excluders on non-atomic hosts onlyJan Chaloupka2017-03-131-13/+16
| |/ / /
* / / / Fix typoScott Dodson2017-03-131-1/+1
|/ / /
* | | Merge pull request #3625 from jcantrill/bz1430661_update_metrics_urlOpenShift Bot2017-03-111-0/+8
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | update all the mastersJeff Cantrill2017-03-101-0/+8
| |/ /
* | | Merge pull request #3623 from tbielawa/petset_early_fail_againOpenShift Bot2017-03-101-2/+2
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Fix incorrect comparison when detecting petsetsTim Bielawa2017-03-101-2/+2
| |/ /
* | | Merge pull request #3610 from ↵Scott Dodson2017-03-102-0/+12
|\ \ \ | |/ / |/| | | | | | | | ingvagabund/re-enable-excluders-during-installation-if-enabled re-enable excluders if they are enabled after openshift version detection
| * | re-enable excluders if they are enabled after openshift version detectionJan Chaloupka2017-03-092-0/+12
| |/
* / New roleTim Bielawa2017-03-081-1/+1
|/