summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-03Add in-tree CI scriptsMichael Gugino
Currently, the scripts that contain testing inventory and actually execute the running of openshift-ansible plays are kept in the CI jobs themselves. This commit adds scripts into our tree so we can have better control over variables, differences between branches, and more transparency to end users for how we run our integration tests.
2017-12-20Merge pull request #6524 from kwoodson/docker_storage_setup_overlayScott Dodson
Adding support for docker-storage-setup on overlay
2017-12-19Merge pull request #6509 from abutcher/asg-tagsOpenShift Merge Robot
Automatic merge from submit-queue. Move node group tags to openshift_aws_{master,node}_group. Move node groups tags to `openshift_aws_{master,node}_group` variables as discussed below.
2017-12-19Adding support for docker-storage-setup on overlayKenny Woodson
2017-12-19Merge pull request #6062 from luis5tb/readinessMichael Gugino
Add readiness probe to kuryr controller pod
2017-12-19Merge pull request #6510 from abutcher/centos37Scott Dodson
Add CentOS-OpenShift-Origin37 repo template.
2017-12-19Merge pull request #6469 from mgugino-upstream-stage/plugin-consolidateScott Dodson
Plugin consolidate
2017-12-19Merge pull request #6515 from mgugino-upstream-stage/defactingOpenShift Merge Robot
Automatic merge from submit-queue. Remove some small items from openshift_facts Remove some small items from openshift_facts that don't need to be there.
2017-12-19Merge pull request #6517 from mgugino-upstream-stage/router-selectorOpenShift Merge Robot
Automatic merge from submit-queue. Fix hosted_reg_router selectors This commit removes duplicate (and incorrect) assignment of openshift_hosted_registry_selector and openshift_hosted_router_selector Fixes https://github.com/openshift/origin/issues/17682
2017-12-18Remove some small items from openshift_factsMichael Gugino
Remove some small items from openshift_facts that don't need to be there.
2017-12-18Merge pull request #6514 from markllama/osp-add-reposMichael Gugino
set repos after registration
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
2017-12-18Merge pull request #6513 from mgugino-upstream-stage/remove-node-facts-pt2Scott Dodson
Remove openshift_node_facts role
2017-12-18Fix hosted_reg_router selectorsMichael Gugino
This commit removes duplicate (and incorrect) assignment of openshift_hosted_registry_selector and openshift_hosted_router_selector
2017-12-18set repos after registration: convert to match task -> import_role model.Mark Lamourine
2017-12-18Remove openshift_node_facts roleMichael Gugino
This commit removes the remainder of openshift_node_facts role.
2017-12-18Move node group tags to openshift_aws_{master,node}_group.Andrew Butcher
2017-12-18Add CentOS-OpenShift-Origin37 repo template.Andrew Butcher
2017-12-18Merge pull request #6492 from mazzystr/fix_rhel_reposMichael Gugino
Fix rhel_repos disable command
2017-12-17Merge pull request #6456 from mgugino-upstream-stage/node-factsMichael Gugino
Remove openshift_node_facts part 1
2017-12-15Merge pull request #6489 from mgugino-upstream-stage/fix-repos-v2Michael Gugino
Fix rhel_subscribe boolean
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-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-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…