summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-20docker: copy Docker metadata to the alternative storage pathGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-11-19Automatic commit of package [openshift-ansible] release [3.8.0-0.5.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-19Automatic commit of package [openshift-ansible] release [3.8.0-0.4.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-19Add check for gluterFS DS to stop restartsMangirdas
2017-11-19Allow modifying and adding prometheus application argumentsZohar Galor
config.file and web.listen-address remain unconfigurable (Changing those will break deployment) Storage defaults moved to a list parameter `openshift_prometheus_args` that can be modified and extended.
2017-11-18Merge pull request #5652 from ruromero/bz1498398OpenShift Merge Robot
Automatic merge from submit-queue. Add enclosing <store> tags to sample secure-forward.conf files This fixes [BZ#1498398](https://bugzilla.redhat.com/show_bug.cgi?id=1498398) The examples provided in the documentation to configure the secure forward mention the configuration must be enclosed between the <store> tag. For that I think the examples should include it as well. See [3.6 Documentation](https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html#aggregated-fluentd) ~~~ <store> @type secure_forward self_hostname pod-${HOSTNAME} shared_key thisisasharedkey secure yes enable_strict_verification yes ca_cert_path /etc/fluent/keys/your_ca_cert ca_private_key_path /etc/fluent/keys/your_private_key ca_private_key_passphrase passphrase <server> host ose1.example.com port 24284 </server> <server> host ose2.example.com port 24284 standby </server> <server> host ose3.example.com port 24284 standby </server> </store> ~~~
2017-11-17Automatic commit of package [openshift-ansible] release [3.8.0-0.3.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-17Merge pull request #6147 from mtnbikenc/consolidate-openshift-checksOpenShift Merge Robot
Automatic merge from submit-queue. Playbook Consolidation - openshift-checks - Create playbooks/openshift-checks directory - Move everything from playbooks/byo/openshift-checks to playbooks/openshift-checks - Move everything from playbooks/common/openshift-checks to playbooks/openshift-checks/private - Fix all include path references throughout playbooks/ Trello: https://trello.com/c/2Rx1uvjz/547-2-playbook-consolidation-openshift-checks
2017-11-17Merge pull request #6150 from jarrpa/glusterfs-block-fixLuke Meyer
GlusterFS: Add configuration for auto creating block-hosting volumes
2017-11-17Merge pull request #6132 from jlebon/pr/bump-and-fixScott Dodson
papr: auto-detect image tag to use and bump to f27
2017-11-17papr: auto-detect image tag to use and bump to f27Jonathan Lebon
Current PAPR tests are failing because we're using an outdated image tag. Switch to auto-magically determining which image tag to use based on the branch the PR we're running in is targeting, which lets us not have to worry about the tag version becoming stale again. This is similar to what the containerized tests from `aos-cd-jobs` are doing (i.e. use `git describe --abbrev=0` in the target branch to determine the image tag to use). Also bump to the brand new f27 release, which allows us to drop the temporary workaround for the glibc/libsolv bug.
2017-11-17Merge pull request #6167 from kwoodson/mtu_int_valueOpenShift Merge Robot
Automatic merge from submit-queue. Updating mtu value to int
2017-11-17Merge pull request #6153 from jcantrill/es_prom_service_selector_errorOpenShift Merge Robot
Automatic merge from submit-queue. fix the logging-es-prometheus selector This PR fixes the the service selector for the prometheus service
2017-11-17Bug 1514417 - Adding correct advertise-client-urlsShawn Hurley
2017-11-17Updating mtu value to intKenny Woodson
2017-11-16Merge pull request #6082 from mgugino-upstream-stage/combine-node-upgradeOpenShift Merge Robot
Automatic merge from submit-queue. Combine openshift_node and openshift_node_upgrade Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
2017-11-16Merge pull request #6114 from sosiouxme/20171114-registry-console-tech-debtOpenShift Merge Robot
Automatic merge from submit-queue. registry-console tech debt Followup to https://github.com/openshift/openshift-ansible/pull/5829 Replaces https://github.com/openshift/openshift-ansible/pull/6093 Fixes the construction and checking of registry-console images to be as similar as it can get to those constructed from the traditional `oreg_url` without tacking on `ose-` or `origin-` to the base name. I did not see a reason for having `registry.access.redhat.com/` as a hardcoded enterprise default so I took it out. Someone say something if there was a good reason for this.
2017-11-16Playbook Consolidation - openshift-glusterfsRussell Teague
2017-11-16fix the logging-es-prometheus selectorJeff Cantrill
2017-11-16Playbook Consolidation - openshift-metricsRussell Teague
2017-11-16GlusterFS: Add configuration for auto creating block-hosting volumesJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-11-16Playbook Consolidation - openshift-nfsRussell Teague
2017-11-16Playbook Consolidation - openshift-loadbalancerRussell Teague
2017-11-16Playbook Consolidation - openshift-etcdRussell Teague
2017-11-16Playbook Consolidation - openshift-checksRussell Teague
2017-11-16Automatic commit of package [openshift-ansible] release [3.8.0-0.2.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-16Merge pull request #6029 from boeboe/masterOpenShift Merge Robot
Automatic merge from submit-queue. logging with static pvc: allow specifying the storage class name See https://github.com/openshift/openshift-ansible/issues/6028 for more info and motivation.
2017-11-16Merge pull request #6021 from luis5tb/masterScott Dodson
Initial Kuryr Ports Pool Support
2017-11-16Include Deprecation - Init Playbook PathsRussell Teague
2017-11-16Merge pull request #6142 from mtnbikenc/fix-initRussell Teague
Fix openstack init
2017-11-16Fix openstack initRussell Teague
2017-11-16Combine openshift_node and openshift_node_upgradeMichael Gugino
Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
2017-11-16Merge pull request #6039 from tomassedovic/openstack-provider-githistScott Dodson
Add the OpenStack provider
2017-11-16Merge pull request #6064 from mtnbikenc/consolidate-initScott Dodson
Playbook Consolidation - Initialization
2017-11-16Merge pull request #6088 from wozniakjan/bug_1510496_es_pvc_sizeOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1510496 - logging: honor ES PVC size fix for https://bugzilla.redhat.com/show_bug.cgi?id=1510496
2017-11-16Merge pull request #5729 from kwoodson/cluster_autoscalerOpenShift Merge Robot
Automatic merge from submit-queue. Adding support for cluster-autoscaler. This is the kubernetes cluster-autoscaler role. Features: - Updated lib_openshift to handle --role-namespace when modifying/creating rolebindings for specific namespaced role objects - openshift_cluster_autoscaler role to deploy the autoscaler
2017-11-16Uninstall tuned-profiles-atomic-openshift-node as defined in origin.specJiri Mencak
The origin.spec file defines two variants of tuned rpm packages: tuned-profiles-atomic-openshift-node and tuned-profiles-origin-node. Uninstall them both. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509129
2017-11-16Merge pull request #5990 from kwoodson/ensure_node_startedOpenShift Merge Robot
Automatic merge from submit-queue. Ensure node service is started. When bootstrapping nodes we need to restart networkmanager so that the /etc/resolv.conf is properly populated. We also restart the node service after making changes to the unit files.
2017-11-16Merge pull request #5500 from vshn/projtmpl1OpenShift Merge Robot
Automatic merge from submit-queue. Add role to configure project request template The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module. We need to configure custom services and endpoints in every project. The project request template enables us to do that automatically in every project and we'd like to manage the template using Ansible.
2017-11-15Merge pull request #6123 from mtnbikenc/tweak-configOpenShift Merge Robot
Automatic merge from submit-queue. Minor tweaks to ansible.cfg and example inventory - Adds reference to plugins and library path to support removal of symlinks - Removes references to old example inventories - Corrects deprecated ansible_ssh_user - Adds [nfs] group for proper parsing of the example inventory
2017-11-15Merge pull request #6037 from ewolinetz/logging_default_imagesOpenShift Merge Robot
Automatic merge from submit-queue. Updating logging components image defaulting pattern Matches openshift_logging pattern and pattern used by other ansible components Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1505681
2017-11-15Merge pull request #6099 from zgalor/create_cfgmap_before_statefulsetOpenShift Merge Robot
Automatic merge from submit-queue. Create prometheus configmaps before statefulset Originally statefulset was created before configmaps and the pod would have a "FailedMount" warning for a few seconds until the configmaps are created. Now the configmaps are created before the statefulset to avoid that warning.
2017-11-15Merge pull request #6078 from mtnbikenc/require-ansible-2.4OpenShift Merge Robot
Automatic merge from submit-queue. Start requiring Ansible 2.4 We've tested Ansible 2.4 and need to start addressing deprecation warnings. This change will allow us to start migrating away from the `include:` directive as well as make necessary changes for obsolete AWS modules.
2017-11-15Merge pull request #6084 from mgugino-upstream-stage/combine-master-upgradeOpenShift Merge Robot
Automatic merge from submit-queue. Combine master upgrade play with role Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.
2017-11-15registry-console: align image and checkLuke Meyer
enable option to configure basename in image docker_image_availability check: follow registry-console image options
2017-11-15registry-console template 3.8 consistencyLuke Meyer
don't hardcode the enterprise registry; construct the image like origin
2017-11-15registry-console template 3.7 consistencyLuke Meyer
don't hardcode the enterprise registry; construct the image like origin
2017-11-15registry-console template 3.6 consistencyLuke Meyer
don't hardcode the enterprise registry; construct the image like origin
2017-11-15Merge pull request #6105 from kwoodson/docker_crio_fixScott Dodson
Fixing docker crio installation.
2017-11-15Ensure node service is started.Kenny Woodson