summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3860 from sdodson/backup-v3-dataOpenShift Bot2017-04-251-32/+28
|\ | | | | Merged by openshift-bot
| * Cleanup comments and remove extraneous tasksScott Dodson2017-04-101-23/+7
| |
| * Store backups in /var/lib/etcd/openshift-backupScott Dodson2017-04-101-19/+12
| | | | | | | | | | | | | | | | Because containerized installs don't mount /var/lib/origin and we switched to running the backup inside the container that meant that we were backing up the etcd data into a directory inside the container filesystem. Since we have no other volume mounted we need to backup into /var/lib/etcd.
| * Create member/snap directory encase it doesn't existScott Dodson2017-04-071-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes TASK [Copy etcd v3 data store] ************************************************* fatal: [host.redhat.com]: FAILED! => { "changed": true, "cmd": [ "cp", "-a", "/var/lib/etcd//member/snap", "/var/lib/origin/etcd-backup-pre-upgrade-20170407055413/member/" ], "delta": "0:00:00.003152", "end": "2017-04-07 01:54:17.584685", "failed": true, "rc": 1, "start": "2017-04-07 01:54:17.581533", "warnings": [] } STDERR: cp: cannot create directory ?/var/lib/origin/etcd-backup-pre-upgrade-20170407055413/member/?: No such file or directory
| * Copy v3 data dir when performing backupScott Dodson2017-04-051-1/+15
| | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1433272
* | Differentiate between service serving router certificate and custom ↵Andrew Butcher2017-04-241-1/+60
| | | | | | | | openshift_hosted_router_certificate when replacing the router certificate.
* | Don't check excluder versions when they're not enabledScott Dodson2017-04-201-6/+7
| |
* | Merge pull request #3936 from mtnbikenc/fix-ca-pathsRussell Teague2017-04-191-3/+3
|\ \ | | | | | | BZ 1442942: Fix paths for file includes
| * | Fix paths for file includesRussell Teague2017-04-171-3/+3
| | |
* | | Merge pull request #3948 from mtnbikenc/metrics-fixScott Dodson2017-04-182-0/+6
|\ \ \ | | | | | | | | Create openshift-metrics entrypoint playbook
| * | | Create openshift-metrics entrypoint playbookRussell Teague2017-04-182-0/+6
| | | |
* | | | Minor v3.6 upgrade docs fixesRussell Teague2017-04-182-6/+9
|/ / /
* | | Merge pull request #3793 from jarrpa/glusterfs-registryOpenShift Bot2017-04-177-0/+43
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Integrate GlusterFS into OpenShift installationJose A. Rivera2017-04-103-0/+19
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
| * | GlusterFS playbook and roleJose A. Rivera2017-04-104-0/+24
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | Merge pull request #3900 from mtnbikenc/refactor-network-managerOpenShift Bot2017-04-132-40/+28
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Standardize use of byo and common for network_manager.ymlRussell Teague2017-04-122-40/+28
| | | |
* | | | Refactor initialize groups tasksRussell Teague2017-04-1235-187/+109
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-125-13/+12
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Refactor docker upgrade playbooksRussell Teague2017-04-105-13/+12
| |/ / | | | | | | | | | | | | 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-112-6/+6
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Remove unnecessary folder refsRussell Teague2017-04-102-6/+6
| |/ /
* | | 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
| | |
* | | Merge pull request #3871 from mtnbikenc/fix-iptables-checkOpenShift Bot2017-04-071-1/+1
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Switch from ignoring to passing on checksRussell Teague2017-04-061-1/+1
| | |/ | |/|
* | | Merge pull request #3822 from codificat/cronjob-exampleOpenShift Bot2017-04-072-0/+56
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Add example scheduled certificate checkPep Turró Mauri2017-04-062-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional certificate expiration check playbooks: - one that that uploads the generated reports to a location in the masters - one that uses custom report paths with timestamps OpenShift Job and ScheduledJob examples that use these playbooks run from a container to check cluster certificates from within the cluster itself.
* | | Port 10255 unnecessary. Removing all instancesChris Callegari2017-04-041-10/+0
| | |
* | | Add 'docker-registry.default.svc' to cert-redeploy tooScott Dodson2017-04-031-1/+1
|/ /
* | Merge pull request #3792 from ewolinetz/fix_metrics_image_settingsOpenShift Bot2017-03-301-6/+0
|\ \ | | | | | | Merged by openshift-bot
| * | Removing initial setting of metrics image prefix and versionewolinetz2017-03-281-6/+0
| | |
* | | Merge pull request #3734 from sosiouxme/20170322-deployment-typeOpenShift Bot2017-03-3015-23/+0
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | validate and normalize inventory variablesLuke Meyer2017-03-2915-23/+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-284-31/+0
|\ \ \ | |/ / |/| | | | | | | | ingvagabund/make-the-ocp-version-detection-excluder-free Merged by openshift-bot
| * | Make the OCP available version detection excluder freeJan Chaloupka2017-03-284-31/+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-289-0/+379
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Added 3.5 -> 3.6 upgrade playbooksSteve Kuznetsov2017-03-249-0/+379
| | |
* | | 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 #3038 from djosborne/calicoOpenShift Bot2017-03-276-0/+8
|\ \ \ \ | |_|/ / |/| | | Merged by openshift-bot
| * | | Add calico.Dan Osborne2017-03-236-0/+8
| | | |