summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Fix rhel_repos disable commandChris Callegari2017-12-151-3/+2
|
* Merge pull request #6379 from ewolinetz/disable_config_trigger_loggingOpenShift Merge Robot2017-12-156-0/+107
|\ | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Disable config trigger logging Removes the default config trigger from the ES generated DC and adds a handler to roll out any updated ES node in a controlled, rolling manner Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1498989
| * Removing config trigger for ES DC, updating to use a handler to rollout ES ↵Eric Wolinetz2017-12-146-0/+107
| | | | | | | | at the end of a deployment, allowing for override with variable
* | Merge pull request #6483 from mgugino-upstream-stage/fix-reposScott Dodson2017-12-143-47/+14
|\ \ | | | | | | Move repo and subscribe to prerequisites
| * | Move repo and subscribe to prerequisitesMichael Gugino2017-12-143-47/+14
| | | | | | | | | | | | | | | This commit refactors some steps in rhel subscribe and moves repos.yml from init/main to prerequisites.
* | | Merge pull request #6386 from jim-minter/spinning_tsb_podsScott Dodson2017-12-142-0/+4
|\ \ \ | |/ / |/| | prevent TSB pods from spinning on inappropriate nodes
| * | prevent TSB pods from spinning on inappropriate nodesJim Minter2017-12-112-0/+4
| | |
* | | Merge pull request #6314 from riffraff169/contiv-ovs-fixScott Dodson2017-12-141-1/+1
|\ \ \ | | | | | | | | Remove version requirement from openvswitch package
| * | | Remove version requirement from openvswitch package, since listed version ↵riffraff2017-11-291-1/+1
| | | | | | | | | | | | | | | | got removed from repo
* | | | Merge pull request #6449 from giuseppe/crio-change-socket-pathScott Dodson2017-12-142-3/+3
|\ \ \ \ | | | | | | | | | | crio: change socket path to /var/run/crio/crio.sock
| * | | | crio: change socket path to /var/run/crio/crio.sockGiuseppe Scrivano2017-12-122-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is required for OpenShift 3.9 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | Merge pull request #6404 from mazzystr/stablize_rhsmScott Dodson2017-12-145-56/+97
|\ \ \ \ \ | | | | | | | | | | | | Commit to stabilize RHSM operations. This code is derived from contrib
| * | | | | Commit to stabalize RHSM operations. This code is derived from contribChris Callegari2017-12-145-56/+97
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6466 from mgugino-upstream-stage/journald-vars-to-defaultsScott Dodson2017-12-142-41/+42
|\ \ \ \ \ | | | | | | | | | | | | Combine openshift_master/vars with defaults
| * | | | | Combine openshift_master/vars with defaultsMichael Gugino2017-12-132-41/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit combines these two sources of variables. Prior to the current release, some plays external to the openshift_master role consumed these variables using relative imports. This is no longer the case, so we can safely combine the vars into defaults.
* | | | | | Merge pull request #6348 from nbartos/contiv-systemdRussell Teague2017-12-143-2/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Contiv systemd fixes
| * | | | | | Contiv systemd fixesNick Bartos2017-12-143-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add install section so that enable on reboot works. Make sure services are always restarted if they die.
* | | | | | | Merge pull request #6467 from giuseppe/use-fedoraproject-latestRussell Teague2017-12-142-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | containers: use registry.fedoraproject.org/latest instead of registry.fedoraproject.org/f2.X
| * | | | | | etcd: use Fedora /latest/ instead of hardcoding the versionGiuseppe Scrivano2017-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | | | | | docker: use Fedora /latest/ instead of hardcoding the versionGiuseppe Scrivano2017-12-131-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | Merge pull request #6363 from jcantrill/bz1519808_logging_kibana_annotationScott Dodson2017-12-132-8/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix 1519808. Only annotate ops projects when openshift_logging_use_op…
| * | | | | | fix 1519808. Only annotate ops projects when openshift_logging_use_ops=truejcantrill2017-12-122-8/+29
| | | | | | |
* | | | | | | Merge pull request #6415 from mgugino-upstream-stage/crt-upgrades-pt2OpenShift Merge Robot2017-12-1317-270/+322
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Crt upgrades pt2 Refactor node upgrade to include less serial tasks This commit moves the pulling of images, packages, and updating config files into a non-serialized play. The serialized play is now in charge of marking unschedulable, draining, stopping and restarting services, and marking schedulable. If rpm install / container download takes 60s per host, this will save 3 hours and 10 minutes at 200 hosts per cluster and forks of 20 hosts.
| * | | | | | | upgrade node mark 2Michael Gugino2017-12-1211-174/+219
| | | | | | | |
| * | | | | | | Refactor node upgrade to include less serial tasksMichael Gugino2017-12-129-189/+196
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit moves the pulling of images, packages, and updating config files into a non-serialized play. The serialized play is now in charge of marking unschedulable, draining, stopping and restarting services, and marking schedulable. If rpm install / container download takes 60s per host, this will save 3 hours and 10 minutes at 200 hosts per cluster and forks of 20 hosts.
* | | | | | | Merge pull request #6369 from irozzo-1A/logging-becomeRussell Teague2017-12-132-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not escalate privileges in logging stack deployment task
| * | | | | | | Do not escalate privileges in logging stack deployment taskirozzo2017-12-052-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #6182 from jmencak/glusterfs_storageclass-defaultRussell Teague2017-12-138-7/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Support for making glusterfs storage class a default one.
| * | | | | | | | Support for making glusterfs storage class a default one.Jiri Mencak2017-12-128-7/+29
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds support for making glusterfs storage class a default class. By default this behaviour is turned off for backward compatibility and can be turned on by setting: openshift_storage_glusterfs_storageclass_default=True
* | | | | | | | Merge pull request #6315 from riffraff169/contiv-multimasterRussell Teague2017-12-134-3/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Multimaster openshift+contiv fixes
| * | | | | | | | Multimaster openshift+contiv fixesLance Dillon2017-11-294-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only run default contiv commands once Fix detection of firewalld Open up netmaster ports to all nodes Make sure etcd ca stuff only runs once
* | | | | | | | | Merge pull request #6179 from alexcern/update_is_python_36Russell Teague2017-12-1321-27/+78
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Sync latest image-streams and templates
| * | | | | | | | | Sync latest image-streams and templatesAlex Lossent2017-11-2021-27/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following openshift/origin#17281
* | | | | | | | | | Merge pull request #5839 from jmencak/prometheus-storage_classScott Dodson2017-12-133-0/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add support for storage classes to openshift_prometheus role.
| * | | | | | | | | | Add support for storage classes to openshift_prometheus role.Jiri Mencak2017-12-123-0/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6453 from sdodson/fix-versioned-installScott Dodson2017-12-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Ensure that clients are version bound
| * | | | | | | | | | Ensure that clients are version boundScott Dodson2017-12-121-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #6451 from mgugino-upstream-stage/remove-empty-hosted-factsScott Dodson2017-12-127-24/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Remove empty openshift_hosted_facts role
| * | | | | | | | | Remove empty openshift_hosted_facts roleMichael Gugino2017-12-127-24/+6
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | This commit removes a now-empty role.
* | | | | | | | | Merge pull request #6407 from mgugino-upstream-stage/crt-upgradesScott Dodson2017-12-122-15/+67
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Refactor upgrade codepaths step 1
| * | | | | | | | Refactor upgrade codepaths step 1Michael Gugino2017-12-122-15/+67
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
* | | | | | | | Merge pull request #6445 from mtnbikenc/fix-openshift-examplesScott Dodson2017-12-123-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Remove bad openshift_examples symlink
| * | | | | | | Remove bad openshift_examples symlinkRussell Teague2017-12-123-2/+1
| |/ / / / / /
* | | | | | | Merge pull request #6335 from kwoodson/node_groups_refactorScott Dodson2017-12-1221-168/+239
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Node group management update.
| * | | | | | Changing the node group format to a list.Kenny Woodson2017-12-1121-168/+239
| | | | | | |
* | | | | | | Merge pull request #6381 from bogdando/dns_hostname_prefixesOpenShift Merge Robot2017-12-122-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Allow 2 sets of hostnames for openstack provider Support private/public hostnames suffixes for DNS records. Real hostnames, Inventory variables, Nova servers and ansible hostnames will ignore the custom suffixes. Those are only for nsupdates sent to external DNS servers. Related change: add openshift_openstack_public_dns_domain to the role defaults to not rely on the group vars example only. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> Co-authored-by: Tomas Sedovic <tsedovic@redhat.com>
| * | | | | | | Allow 2 sets of hostnames for openstack providerBogdan Dobrelya2017-12-112-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support private/public hostnames suffixes for DNS records. Real hostnames, Inventory variables, Nova servers and ansible hostnames will ignore the custom suffixes. Those are only for nsupdates sent to external DNS servers. Related change: add openshift_openstack_public_dns_domain to the role defaults to not rely on the group vars example only. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> Co-authored-by: Tomas Sedovic <tsedovic@redhat.com>
* | | | | | | | Merge pull request #6414 from mgugino-upstream-stage/remove-embedded-etcdOpenShift Merge Robot2017-12-116-25/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove unneeded embedded etcd logic Removing some remaining embedded etcd facts except for the migration plays.
| * | | | | | | | Remove unneeded embedded etcd logicMichael Gugino2017-12-086-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing some remaining embedded etcd facts except for the migration plays.
* | | | | | | | | Merge pull request #6418 from sdodson/bz1424102OpenShift Merge Robot2017-12-113-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add missing dependencies on openshift_facts role All of these roles call the openshift_facts module but didn't include the role in their dependencies which can lead to errors in Ansible 2.4. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102