summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-28parameterize etcd binary pathFabian von Feilitzsch
2017-06-28Merge pull request #4591 from richm/bug-1465168Scott Dodson
Bug 1465168 - mux doesn't recognize ansible boolean parameters correctly
2017-06-28Merge pull request #4623 from ↵Scott Dodson
ingvagabund/run-ttl-migration-only-one-on-the-first-master attach leases via the first master only and only once
2017-06-28attach leases via the first master only and only onceJan Chaloupka
- move openshift-etcd/migrate.yml from byo to common and keep just the entry point - replace std_include with essential plays (e.g. no need to detect openshift version) - delegate the ttl re-attaching to the first master
2017-06-28Merge pull request #4619 from ingvagabund/evaluate-groups-for-pure-etcd-upgradeScott Dodson
[master] evalute groups when running etcd upgrade from byo/openshift-cluster/upgrades/upgrade_etcd.yml
2017-06-28evalute groups when running etcd upgrade from ↵Jan Chaloupka
byo/openshift-cluster/upgrades/upgrade_etcd.yml
2017-06-27Automatic commit of package [openshift-ansible] release [3.6.123.1003-1].Scott Dodson
Created by command: /usr/bin/tito tag
2017-06-27Merge pull request #4588 from giuseppe/router-look-for-ocScott Dodson
router/registry: look for the oc executable in /usr/local/bin and ~/bin
2017-06-27Merge pull request #4605 from abutcher/loopback-named-caScott Dodson
Generate loopback kubeconfig separately to preserve OpenShift CA certificate.
2017-06-27Merge pull request #4441 from sdodson/retry-docker-startupScott Dodson
Retry docker startup once
2017-06-27Generate loopback kubeconfig separately to preserve OpenShift CA certificate.Andrew Butcher
2017-06-27Automatic commit of package [openshift-ansible] release [3.6.123.1002-1].Scott Dodson
Created by command: /usr/bin/tito tag
2017-06-27Merge pull request #4606 from DG-i/fluentd-typo-fixScott Dodson
Fix typo in fluentd_secureforward_contents variable
2017-06-27Fix typo in fluentd_secureforward_contents variableAndreas Dembach
2017-06-27Merge pull request #4601 from ewolinetz/fix_asb_quotesScott Dodson
Reverting quotation change in ansible_service_broker install for etcd
2017-06-27Reverting quotation change in ansible_service_broker install for etcdewolinetz
2017-06-27Bug 1465168 - mux doesn't recognize ansible boolean parameters correctlyRich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=1465168 The fix is to pass the value through the `lower` filter. The value is set in defaults/main.yaml so it should always have a value.
2017-06-27registry: look for the oc executable in /usr/local/bin and ~/binGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-26Automatic commit of package [openshift-ansible] release [3.6.123.1001-1].Scott Dodson
Created by command: /usr/bin/tito tag
2017-06-26Merge pull request #4534 from jarrpa/glusterfs-fixes-threeScott Dodson
GlusterFS: Various fixes 3
2017-06-26router: look for the oc executable in /usr/local/bin and ~/binGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1463131 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-26Merge pull request #4569 from simon3z/empty-labelsScott Dodson
Use empty default for storage labels
2017-06-26Merge pull request #4561 from sdodson/bz1464011Scott Dodson
Set clean install and etcd storage on first master to fix scaleup
2017-06-26Merge pull request #4414 from sdodson/bz1460626Scott Dodson
Ensure that host pki tree is mounted in containerized components
2017-06-26Merge pull request #4495 from ashcrow/skip-nfs-on-requirements-checkScott Dodson
Skip nfs and lb groups on openshift_version
2017-06-26Merge pull request #4583 from giuseppe/fix-invocation-atomic-vScott Dodson
oc_atomic_container: fix version check for atomic
2017-06-26oc_atomic_container: use rpm to check the version.Giuseppe Scrivano
Some versions of atomic report their version wrong. Use rpm to check it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-26Merge pull request #4578 from sdodson/push-via-dnsScott Dodson
Also configure default registry on HA masters
2017-06-26Merge pull request #4532 from kwoodson/storageclass_dynamicScott Dodson
bugzilla:1463577 - Fix for dynamic pvs when using storageclasses.
2017-06-26Merge pull request #4195 from ewolinetz/service_catalogScott Dodson
Creation of service_catalog and broker roles
2017-06-24Fix .spec for stagecutjupierce
2017-06-23Picking change from sdodsonewolinetz
2017-06-23openshift_version: skip nfs and lb hostsSteve Milner
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1458653
2017-06-23openshift_checks: eval groups before including roleLuke Meyer
openshift_health_checker requires openshift_version, and that has been updated to require group evaluation. Update check playbooks and integration tests to do group eval.
2017-06-23Adding volume fact for etcd for openshift ansible service brokerewolinetz
2017-06-23Updating to label node and wait for apiservice to be healthy and startedewolinetz
2017-06-23Merge pull request #4573 from tbielawa/cert-hex-serial-parseScott Dodson
Fix parsing certs with very large serial numbers
2017-06-23Also configure default registry on HA mastersScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1463498
2017-06-23Fix parsing certs with very large serial numbersTim Bielawa
Certificates with large serial numbers (such as those from commercial vendors) previously failed to parse due to absent logic in the FakeOpenSSLCertificate parser. This would cause the module to abort and break any other roles depending on the cert expiry checking results. * Identifies large serials in HEX format for decimal conversion * Update unit tests to parse a large serial
2017-06-23Merge pull request #28 from fabianvf/style-fixesEric Wolinetz
fix yamllint issues, remove service_catalog_broker
2017-06-23fix yamllint issuesFabian von Feilitzsch
2017-06-23openshift_logging: use empty default for storage labelsFederico Simoncelli
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2017-06-23Merge pull request #4559 from giuseppe/ansible-change-default-ansible-configScott Dodson
images, syscontainer: change default value for ANSIBLE_CONFIG
2017-06-23Set clean install and etcd storage on first master to fix scaleupScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1464011
2017-06-23Merge pull request #27 from fabianvf/broker-fixesEric Wolinetz
Broker fixes
2017-06-23Merge pull request #4549 from sdodson/image-stream-syncScott Dodson
Sync 3.5 cfme templates over to 3.6
2017-06-23images, syscontainer: change default value for ANSIBLE_CONFIGGiuseppe Scrivano
Change it to /usr/share/atomic-openshift-utils/ansible.cfg Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1461281 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-23Automatic commit of package [openshift-ansible] release [3.6.123-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.123
2017-06-22Cleanup/updates for env variables and etcd imageFabian von Feilitzsch
Fix embarrassing typo fix etcd command
2017-06-22Merge pull request #4548 from sosiouxme/20170622-build-image-multiple-tagsScott Dodson
releases: enable build/push with multiple tags