summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Normalizing groups.Kenny Woodson2017-05-017-20/+9
| | | |
* | | | Merge pull request #4053 from abutcher/rhsub-sans-std-includeOpenShift Bot2017-05-021-4/+0
|\ \ \ \ | |_|/ / |/| | | Merged by openshift-bot
| * | | Remove std_include from playbooks/byo/rhel_subscribe.ymlAndrew Butcher2017-05-011-4/+0
| |/ /
* | | Merge pull request #4034 from ↵Jan Chaloupka2017-05-022-38/+4
|\ \ \ | | | | | | | | | | | | | | | | ingvagabund/move-excluder-verification-code-under-excluders-role [RFE] move excluder upgrade validation tasks under openshift_excluder role
| * | | move excluder upgrade validation tasks under openshift_excluder roleJan Chaloupka2017-04-282-38/+4
| | |/ | |/|
* | | Don't double quote when conditionsScott Dodson2017-05-0110-29/+29
| | |
* | | Remove jinja template delimeters from when conditionsScott Dodson2017-05-0110-29/+29
| |/ |/| | | | | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* | Merge pull request #3817 from ingvagabund/polish-etcd-roleJan Chaloupka2017-04-301-0/+14
|\ \ | |/ |/| Refactor etcd roles
| * Refactor etcd rolesJan Chaloupka2017-04-281-0/+14
| | | | | | | | | | | | | | | | - introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
* | Merge pull request #3951 from lhuard1A/fix_bin_cluster_no_glusterfsOpenShift Bot2017-04-274-0/+8
|\ \ | |/ |/| Merged by openshift-bot
| * Fix cluster creation with `bin/cluster` when there’s no glusterfs nodeLénaïc Huard2017-04-194-0/+8
| |
* | 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.