summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-22Include Deprecation - openshift-etcdRussell Teague
2017-11-22Merge pull request #6193 from mgugino-upstream-stage/etc-runtimeMichael Gugino
Cleanup etcd runtime variable.
2017-11-22Merge pull request #6152 from mtnbikenc/consolidate-openshift-metricsRussell Teague
Playbook Consolidation - openshift-metrics
2017-11-22Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague
Playbook Consolidation - openshift-loadbalancer
2017-11-22Automatic commit of package [openshift-ansible] release [3.8.0-0.9.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-21Merge pull request #6200 from mgugino-upstream-stage/node-sys-containerMichael Gugino
Fix node system container var
2017-11-21Merge pull request #6204 from richm/mux-int-portLuke Meyer
mux containerPort must be an int not a string
2017-11-21Merge pull request #6144 from mtnbikenc/init-include-deprecationRussell Teague
Include Deprecation - Init Playbook Paths
2017-11-21Merge pull request #6158 from mtnbikenc/consolidate-openshift-nodeRussell Teague
Playbook Consolidation - openshift-node
2017-11-21Cleanup etcd runtime variable.Michael Gugino
Cleaning out reference to etcd_runtime in openshift facts.
2017-11-21Fix node system container varMichael Gugino
Fix logic, make it simpler.
2017-11-21Merge pull request #6202 from mgugino-upstream-stage/fix-any-sys-containersMichael Gugino
Fix logic for any sys containers
2017-11-21Add temporary playbook for CI test functionalityRussell Teague
2017-11-21Playbook Consolidation - openshift-nodeRussell Teague
2017-11-21Merge pull request #6209 from jlebon/pr/use-env-varScott Dodson
papr: use new PAPR_PULL_TARGET_BRANCH
2017-11-21Merge pull request #6145 from mtnbikenc/consolidate-openshift-etcdScott Dodson
Playbook Consolidation - openshift-etcd
2017-11-21Merge pull request #6175 from zgalor/tunable_prometheusScott Dodson
Allow modifying and adding prometheus application arguments
2017-11-21Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfsScott Dodson
Playbook Consolidation - openshift-nfs
2017-11-21Merge pull request #6186 from jarrpa/glusterfs-files-3.8Scott Dodson
GlusterFS: Files and templates for 3.8
2017-11-21Fix logic for any sys containersMichael Gugino
Remove set_fact in favor of the variables directly.
2017-11-21containerPort must be an int; correctly quote/brace replicas valueRich Megginson
The mux containerPort must be an int The eventrouter REPLICAS must use the double quote/double brace syntax documented here: https://docs.openshift.org/latest/dev_guide/templates.html#writing-parameters And must be escaped because it uses double braces, as explained here: http://jinja.pocoo.org/docs/dev/templates/#escaping
2017-11-21Merge pull request #6197 from mgugino-upstream-stage/etcd-imageScott Dodson
Refactor etcd image
2017-11-21papr: use new PAPR_PULL_TARGET_BRANCHJonathan Lebon
PAPR now provides pull request tests with the branch that the test is targeting. Let's use that instead of querying the GitHub API and possibly running through the unauthenticated limit.
2017-11-21Merge pull request #6184 from sdodson/bz1469387Scott Dodson
Only remove empty keys from env if env exists
2017-11-20Refactor etcd imageMichael Gugino
Simplify logic for etcd_image
2017-11-20Merge pull request #6183 from sdodson/etcd-32OpenShift Merge Robot
Automatic merge from submit-queue. Upgrade to etcd 3.2 It's got wonderful fixes that we'd enjoy having.
2017-11-20Automatic commit of package [openshift-ansible] release [3.8.0-0.8.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-20Automatic commit of package [openshift-ansible] release [3.8.0-0.7.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-20GlusterFS: Files and templates for 3.8Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-11-20Only remove empty keys from env if env existsScott Dodson
2017-11-20Upgrade to etcd 3.2Scott Dodson
2017-11-20Automatic commit of package [openshift-ansible] release [3.8.0-0.6.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.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-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-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-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