summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-23Merge pull request #6462 from kwoodson/daemonset_configOpenShift Merge Robot
Automatic merge from submit-queue. Laying config files down in a daemonset pod. Work to have daemonset config laydown files for nodes used with golden images. Based on the original work from @smarterclayton https://github.com/openshift/origin/pull/17351
2017-12-21Merge pull request #6542 from smarterclayton/fix_dockerfileOpenShift Merge Robot
Automatic merge from submit-queue. Must directly specify google-cloud-sdk version The upstream forces versions on packages, and rpm -V fails when it does not match. Also add which, used by gcloud. Fixes break https://ci.openshift.redhat.com/jenkins/job/build-and-release-latest-openshift-ansible-images/210/console
2017-12-21Merge pull request #6550 from mbarnes/aws_provisioning_vars_exampleOpenShift Merge Robot
Automatic merge from submit-queue. aws: Fix misnamed variable in provisioning_vars.yml.example This typo (?) in `provisioning_vars.yml.example` tripped me up while trying to run `provision_install.yml` using a configuration based on the example file.
2017-12-21Merge pull request #6530 from mgugino-upstream-stage/init-task-trimMichael Gugino
Move sanity_checks into custom action plugin
2017-12-21Merge pull request #6546 from mgugino-upstream-stage/fix-crt-groupsMichael Gugino
Fix container_runtime openshift_containerized_host_groups
2017-12-21aws: Fix misnamed variable in provisioning_vars.yml.exampleMatthew Barnes
2017-12-21Fix container_runtime openshift_containerized_host_groupsMichael Gugino
openshift_containerized_host_groups needs to be referenced via hostvars. This commit also updates tox ansible syntax checks to account for unavailability of hostsvars during syntax checks. Fixes: https://github.com/openshift/openshift-ansible/issues/6540
2017-12-21Remove references to deployment_typeMichael Gugino
Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
2017-12-21Must directly specify google-cloud-sdk versionClayton Coleman
The upstream forces versions on packages, and rpm -V fails when it does not match. Also add which, used by gcloud.
2017-12-21daemonset config role.Kenny Woodson
2017-12-20Merge pull request #6529 from smarterclayton/add_gcloud_to_imageOpenShift Merge Robot
Automatic merge from submit-queue. Add gcloud to the installer image The installer image will become our default cloud operations image for tasks that overlap with ansible, and will also be the image for provioning. We will eventually add others like awscli for support roles. Prereq for moving origin-gce into this repo @sdodson as discussed earlier (bypasses the need to get this in our tree for now)
2017-12-20Move validate_hosts to prerequisites.ymlMichael Gugino
Move more checks outside of init/main.yml for speeding up upgrades and other operational plays that need to run.
2017-12-20Move sanity_checks into custom action pluginMichael Gugino
This commit moves sanity_checks tasks into a custom action plugin that is only run against a single host. This will result in a large reduction of tasks during initialization
2017-12-20Merge pull request #6516 from mgugino-upstream-stage/defact-is-containerizedOpenShift Merge Robot
Automatic merge from submit-queue. Remove openshift.common.{is_atomic|is_containerized} We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
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-19Add gcloud to the installer imageClayton Coleman
The installer image will become our default cloud operations image for tasks that overlap with ansible, and will also be the image for provioning. We will eventually add others like awscli for support roles.
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