summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4504 from ingvagabund/restart-the-right-etcd-serviceJan Chaloupka2017-06-221-1/+1
|\ | | | | detect etcd service name based on etcd runtime when restarting
| * detect etcd service name based on etcd runtime when restartingJan Chaloupka2017-06-201-1/+1
| |
* | Merge pull request #4521 from bliemli/uninstall_fixScott Dodson2017-06-211-0/+1
|\ \ | | | | | | Restart NetworkManager only if dnsmasq was used
| * | Restart NetworkManager only if dnsmasq was usedBenjamin Affolter2017-06-211-0/+1
| |/
* | Remove package_update from install playbookRodolfo Carvalho2017-06-211-1/+0
|/ | | | | | We observed in our CI environment that this check can't guarantee that an install would fail when the check fails, thus unless we can make its output match the fate of an install we shall keep it disabled.
* Merge pull request #4292 from sdodson/push-via-dnsOpenShift Bot2017-06-202-0/+2
|\ | | | | Merged by openshift-bot
| * Add openshift_node_dnsmasq role to upgradeScott Dodson2017-06-182-0/+2
| |
* | Merge pull request #4486 from sdodson/etcdv3-clean-installOpenShift Bot2017-06-191-2/+13
|\ \ | | | | | | Merged by openshift-bot
| * | Preserve etcd3 storage if it's already in useScott Dodson2017-06-181-2/+13
| | | | | | | | | | | | | | | This would be the case if for instance they'd upgraded and then migrated.
* | | Merge pull request #4491 from sdodson/fix-storage-migrationScott Dodson2017-06-191-2/+2
|\ \ \ | | | | | | | | Temporarilly only migrate jobs as we were before
| * | | Temporarilly only migrate jobs as we were beforeScott Dodson2017-06-191-2/+2
| | |/ | |/|
* | | Merge pull request #4329 from srampal/rhel_ose_aciOpenShift Bot2017-06-181-1/+1
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Add support for rhel, aci, vxlanSanjeev Rampal2017-05-311-1/+1
| | |
* | | Merge pull request #4476 from mtnbikenc/storage-upgradeScott Dodson2017-06-187-44/+18
|\ \ \ | |_|/ |/| | Run storage upgrade pre and post master upgrade
| * | Run storage upgrade pre and post master upgradeRussell Teague2017-06-187-44/+18
| | |
* | | Merge pull request #3954 from ingvagabund/etcd-migrateOpenShift Bot2017-06-181-0/+124
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Introduce etcd migrate roleJan Chaloupka2017-06-171-0/+124
| |/ /
* | | Merge pull request #4435 from sdodson/etcdv3-clean-installOpenShift Bot2017-06-161-0/+10
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | etcd v3 for clean installsScott Dodson2017-06-161-0/+10
| | | | | | | | | | | | | | | | | | | | If we have no master config assume that we're a clean install. If we're a clean install and we're 3.6 or greater use etcd v3 storage.
* | | | Rename cockpit-shell -> cockpit-systemRodolfo Carvalho2017-06-161-2/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | The package name has changed. See https://bugzilla.redhat.com/show_bug.cgi?id=1461689 https://bugzilla.redhat.com/show_bug.cgi?id=1419718
* | | Merge pull request #4041 from tbielawa/cfmeScott Dodson2017-06-157-0/+69
|\ \ \ | | | | | | | | CFME as an OpenShift Pod
| * | | Add missing file. Remove debugging prompt.Tim Bielawa2017-06-151-5/+0
| | | |
| * | | Reconfigure masters in serial to avoid HA meltdownsTim Bielawa2017-06-141-0/+14
| | | |
| * | | First POC of a CFME turnkey solution in openshift-anisbleTim Bielawa2017-06-147-0/+60
| | | |
* | | | Merge pull request #4397 from sosiouxme/20170608-include-more-install-checksOpenShift Bot2017-06-141-0/+5
|\ \ \ \ | |/ / / |/| | | Merged by openshift-bot
| * | | pre-install checks: add more during byo installLuke Meyer2017-06-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the docker and RPM checks to the list that run at install time. They can be disabled the same as the existing ones. Removed cockpit-kubernetes RPM requirement as it no longer is. Fixed up docker_image_availability to handle oreg_url and other nuances. Switched to using the openshift_image_tag that's set by openshift_version for both component and infrastructure images. Fixed a bug where execute_module was being called with incorrect positional arg "tmp" as a dict which caused errors down the call stack.
* | | | move etcd backup to etcd_common roleJan Chaloupka2017-06-142-7/+8
| |/ / |/| |
* | | Merge pull request #4404 from abutcher/etcd-ca-redeployScott Dodson2017-06-134-136/+170
|\ \ \ | | | | | | | | Separate etcd and OpenShift CA redeploy playbooks.
| * | | Separate etcd and OpenShift CA redeploy playbooks.Andrew Butcher2017-06-094-136/+170
| | | |
* | | | Merge pull request #4410 from rhcarvalho/fix-4306-gluster-varsScott Dodson2017-06-131-1/+1
|\ \ \ \ | | | | | | | | | | Fix possible access to undefined variable
| * | | | Fix possible access to undefined variableRodolfo Carvalho2017-06-121-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | g_glusterfs_hosts is verified to be defined in the beginning of the playbook. g_glusterfs_registry_hosts is only defined when playbooks/byo/openshift-cluster/cluster_hosts.yml is loaded, which seems to not always be the case. Instead of trying to find all entrypoints where cluster_hosts should be loaded to defined the variable, simply use the `default()` filter to consider it empty when not defined.
* | | | Merge pull request #4391 from mtnbikenc/1456096OpenShift Bot2017-06-124-0/+36
|\ \ \ \ | |/ / / |/| | | Merged by openshift-bot
| * | | Correct master-config update during upgradeRussell Teague2017-06-084-0/+36
| | | |
* | | | Merge pull request #4400 from ingvagabund/replace-repoquery-with-moduleJan Chaloupka2017-06-101-9/+11
|\ \ \ \ | | | | | | | | | | replace repoquery with module
| * | | | Replace repoquery with moduleJan Chaloupka2017-06-091-9/+11
| |/ / /
* | | | Merge pull request #4262 from gnufied/default-storage-classOpenShift Bot2017-06-091-0/+2
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Install default storageclass in AWS & GCE envsHemant Kumar2017-05-221-0/+2
| | | | |
* | | | | Merge pull request #4399 from ingvagabund/fail-if-node-upgrade-run-over-masterOpenShift Bot2017-06-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | Disable excluder only on nodes that are not mastersJan Chaloupka2017-06-091-1/+1
| | | | | |
* | | | | | Added includes to specify openshift version for libvirt cluster create. ↵Jürg Schulthess2017-06-091-0/+2
| |_|/ / / |/| | | | | | | | | | | | | | Otherwise bin/cluster create fails on unknown version for libvirt deployment.
* | | | | Merge pull request #4384 from admiyo/guard-containerOpenShift Bot2017-06-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Merged by openshift-bot
| * | | | Guard check for container install based on openshift dictionary keyAdam Young2017-06-071-1/+1
| | | | |
* | | | | Merge pull request #4376 from abutcher/uninstall-client-configScott Dodson2017-06-071-2/+10
|\ \ \ \ \ | | | | | | | | | | | | Separate client config removal in uninstall s.t. ansible_ssh_user is removed from with_items.
| * | | | | Separate client config removal in uninstall s.t. ansible_ssh_user is removed ↵Andrew Butcher2017-06-061-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | from with_items.
* | | | | | Merge pull request #4369 from giuseppe/fix-etcd-system-containerOpenShift Bot2017-06-071-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Merged by openshift-bot
| * | | | | openshift-master: set r_etcd_common_etcd_runtimeGiuseppe Scrivano2017-06-061-0/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | Merge pull request #4252 from sdodson/tolerate-node-upgrade-failureOpenShift Bot2017-06-062-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | Merged by openshift-bot
| * | | | Add separate variables for control plane nodesScott Dodson2017-05-221-2/+2
| | | | |
| * | | | Tolerate failures in the node upgrade playbookScott Dodson2017-05-192-2/+2
| | | | |
* | | | | Merge pull request #4357 from ewolinetz/registry_console_imageScott Dodson2017-06-051-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Updating image for registry_console