summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-15Merge pull request #6489 from mgugino-upstream-stage/fix-repos-v2Michael Gugino
Fix rhel_subscribe boolean
2017-12-15Adding no_log to registry_auth.Kenny Woodson
2017-12-15Merge pull request #6484 from mtnbikenc/tests-as-filtersRussell Teague
Deprecate using Ansible tests as filters
2017-12-15Merge pull request #6450 from nhosoi/file_buffer_limitOpenShift Merge Robot
Automatic merge from submit-queue. openshift_logging_{fluentd,mux}_file_buffer_limit mismatch . fixing a typo in fluentd template . adjusting the default value of openshift_logging_mux_file_buffer_limit
2017-12-15Fix rhel_repos disable commandChris Callegari
2017-12-15Merge pull request #6379 from ewolinetz/disable_config_trigger_loggingOpenShift Merge Robot
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
2017-12-15Fix rhel_subscribe booleanMichael Gugino
This commit fixes a variable name to it's correct name used in a when condition. Also makes use of 'is defined' consistent.
2017-12-14Merge pull request #6483 from mgugino-upstream-stage/fix-reposScott Dodson
Move repo and subscribe to prerequisites
2017-12-14Merge pull request #6386 from jim-minter/spinning_tsb_podsScott Dodson
prevent TSB pods from spinning on inappropriate nodes
2017-12-14Merge pull request #5970 from mtnbikenc/fix-1506750OpenShift Merge Robot
Automatic merge from submit-queue. 1506750 Validate node hostname and IP address - Replaces use of `pause` with a `fail` task. `pause` only runs on one host, therefore the check was not run for all nodes - Adds check for valid openshift_ip Fixes 1506750 https://bugzilla.redhat.com/show_bug.cgi?id=1506750
2017-12-14Move repo and subscribe to prerequisitesMichael Gugino
This commit refactors some steps in rhel subscribe and moves repos.yml from init/main to prerequisites.
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-12-14Merge pull request #6463 from mgugino-upstream-stage/openshift-service-type-fixOpenShift Merge Robot
Automatic merge from submit-queue. Add missing openshift_service_type Pull in openshift_facts to define the variable. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1525429
2017-12-14Merge pull request #6480 from mtnbikenc/update-version-requirementRussell Teague
Update version check to Ansible 2.4.1
2017-12-14Automatic commit of package [openshift-ansible] release [3.9.0-0.10.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-14Merge pull request #6314 from riffraff169/contiv-ovs-fixScott Dodson
Remove version requirement from openvswitch package
2017-12-14Merge pull request #6449 from giuseppe/crio-change-socket-pathScott Dodson
crio: change socket path to /var/run/crio/crio.sock
2017-12-14Removing config trigger for ES DC, updating to use a handler to rollout ES ↵Eric Wolinetz
at the end of a deployment, allowing for override with variable
2017-12-14openshift_logging_{fluentd,mux}_file_buffer_limit mismatchNoriko Hosoi
. fixing a typo in fluentd template . adjusting the default value of openshift_logging_mux_file_buffer_limit
2017-12-14Merge pull request #6404 from mazzystr/stablize_rhsmScott Dodson
Commit to stabilize RHSM operations. This code is derived from contrib
2017-12-14Merge pull request #6466 from mgugino-upstream-stage/journald-vars-to-defaultsScott Dodson
Combine openshift_master/vars with defaults
2017-12-14Update version check to Ansible 2.4.1Russell Teague
2017-12-14Merge pull request #6479 from mtnbikenc/bump-ansible-requirementsScott Dodson
Bump requirements.txt to Ansible 2.4.1
2017-12-14Bump requirements.txt to Ansible 2.4.1Russell Teague
2017-12-14Remove openshift_node_facts part 1Michael Gugino
This commit removes some items from openshift_facts for the openshit_node role.
2017-12-14Merge pull request #6348 from nbartos/contiv-systemdRussell Teague
Contiv systemd fixes
2017-12-14Automatic commit of package [openshift-ansible] release [3.9.0-0.9.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-14Commit to stabalize RHSM operations. This code is derived from contribChris Callegari
2017-12-14Clean up host-local IPAM data while nodes are drainedDan Winship
2017-12-14Merge pull request #6467 from giuseppe/use-fedoraproject-latestRussell Teague
containers: use registry.fedoraproject.org/latest instead of registry.fedoraproject.org/f2.X
2017-12-14Support master node high availabilityjihoon.o
2017-12-14Contiv systemd fixesNick Bartos
Add install section so that enable on reboot works. Make sure services are always restarted if they die.
2017-12-13Merge pull request #6363 from jcantrill/bz1519808_logging_kibana_annotationScott Dodson
fix 1519808. Only annotate ops projects when openshift_logging_use_op…
2017-12-13Validate node hostname and IP addressRussell Teague
Fixes 1506750 https://bugzilla.redhat.com/show_bug.cgi?id=1506750
2017-12-13Merge pull request #6415 from mgugino-upstream-stage/crt-upgrades-pt2OpenShift Merge Robot
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.
2017-12-13Adding .ini to inventory_ignore_extensionsØystein Bedin
2017-12-13etcd: use Fedora /latest/ instead of hardcoding the versionGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-13docker: use Fedora /latest/ instead of hardcoding the versionGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-13Combine openshift_master/vars with defaultsMichael Gugino
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.
2017-12-13Add missing openshift_service_typeMichael Gugino
Pull in openshift_facts to define the variable. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1525429
2017-12-13Merge pull request #6369 from irozzo-1A/logging-becomeRussell Teague
Do not escalate privileges in logging stack deployment task
2017-12-13Merge pull request #6182 from jmencak/glusterfs_storageclass-defaultRussell Teague
Support for making glusterfs storage class a default one.
2017-12-13Merge pull request #6315 from riffraff169/contiv-multimasterRussell Teague
Multimaster openshift+contiv fixes
2017-12-13Merge pull request #6179 from alexcern/update_is_python_36Russell Teague
Sync latest image-streams and templates
2017-12-13Merge pull request #5839 from jmencak/prometheus-storage_classScott Dodson
Add support for storage classes to openshift_prometheus role.
2017-12-13Merge pull request #6453 from sdodson/fix-versioned-installScott Dodson
Ensure that clients are version bound
2017-12-12Automatic commit of package [openshift-ansible] release [3.9.0-0.8.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-12upgrade node mark 2Michael Gugino
2017-12-12Refactor node upgrade to include less serial tasksMichael Gugino
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.
2017-12-12fix 1519808. Only annotate ops projects when openshift_logging_use_ops=truejcantrill