summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-23Picking change from sdodsonewolinetz
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 #28 from fabianvf/style-fixesEric Wolinetz
fix yamllint issues, remove service_catalog_broker
2017-06-23fix yamllint issuesFabian von Feilitzsch
2017-06-23Merge pull request #27 from fabianvf/broker-fixesEric Wolinetz
Broker fixes
2017-06-22Cleanup/updates for env variables and etcd imageFabian von Feilitzsch
Fix embarrassing typo fix etcd command
2017-06-22Merge pull request #26 from fabianvf/service-catalog-and-brokerEric Wolinetz
Add ansible-service-broker install
2017-06-22add play and role to install ansible-service-brokerFabian von Feilitzsch
* add ansible-service-broker role to catalog install playbook add ansible_service_broker to catalog install flow fix indentation syntax error respond to code review Remove content, update image prefix to exclude image name Make variables deployment type specific, add rhcc configuration, add fact validation some spacing/comments Remove ansible_service_broker_namespace variable Fix stupid typo == nil -> is none nil -> null, fix validation checks Fix a few typos Add Broker object to catalog replace oc_pvc creation with oc_obj remove namespace from broker creation fix namespace
2017-06-22Creation of service_catalog and placeholder broker rolesewolinetz
2017-06-20Automatic commit of package [openshift-ansible] release [3.6.120-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.120
2017-06-20Merge pull request #4292 from sdodson/push-via-dnsOpenShift Bot
Merged by openshift-bot
2017-06-20Automatic commit of package [openshift-ansible] release [3.6.119-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.119
2017-06-19Update atomic-openshift-master.j2Scott Dodson
2017-06-19Merge pull request #4489 from rhcarvalho/image-availability-no-tlsOpenShift Bot
Merged by openshift-bot
2017-06-19Merge pull request #4486 from sdodson/etcdv3-clean-installOpenShift Bot
Merged by openshift-bot
2017-06-19Merge pull request #4484 from jarrpa/glusterfs-fixes-tooOpenShift Bot
Merged by openshift-bot
2017-06-19Merge pull request #4491 from sdodson/fix-storage-migrationScott Dodson
Temporarilly only migrate jobs as we were before
2017-06-19Temporarilly only migrate jobs as we were beforeScott Dodson
2017-06-19Disable TLS verification in skopeo inspectRodolfo Carvalho
Some registries are not configured with valid certificates and thus the check fails with 'http: server gave HTTP response to HTTPS client'. Since this is not fetching images, but only checking for existence, trade security for convenience.
2017-06-19Automatic commit of package [openshift-ansible] release [3.6.117-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.117
2017-06-18Merge pull request #4329 from srampal/rhel_ose_aciOpenShift Bot
Merged by openshift-bot
2017-06-18Enable push to registry via dns only on clean 3.6 installsScott Dodson
We cannot assume that 3.5 to 3.6 upgrades were signed with the correct certs
2017-06-18Disable actually pushing to the registry via dns for nowScott Dodson
We need to sort out how to know that the registry certificate has the proper hostnames attached to it. It will for 3.6 clean installs but not for 3.5 to 3.6 upgrades. For now make it opt in and come back to this.
2017-06-18Add openshift_node_dnsmasq role to upgradeScott Dodson
2017-06-18Push to the registry via dnsScott Dodson
Configures OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc Adds 'cluster.local' to dns search on nodes via dispatcher script Adds '.svc' to NO_PROXY defaults
2017-06-18Merge pull request #4476 from mtnbikenc/storage-upgradeScott Dodson
Run storage upgrade pre and post master upgrade
2017-06-18Run storage upgrade pre and post master upgradeRussell Teague
2017-06-18Preserve etcd3 storage if it's already in useScott Dodson
This would be the case if for instance they'd upgraded and then migrated.
2017-06-18Merge pull request #3954 from ingvagabund/etcd-migrateOpenShift Bot
Merged by openshift-bot
2017-06-18Automatic commit of package [openshift-ansible] release [3.6.116-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.116
2017-06-17Introduce etcd migrate roleJan Chaloupka
2017-06-16Merge pull request #4435 from sdodson/etcdv3-clean-installOpenShift Bot
Merged by openshift-bot
2017-06-16GlusterFS: Generate better secret keysJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16GlusterFS: Fix error when groups.glusterfs_registry is undefined.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16GlusterFS: Use proper identity in heketi secretJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16GlusterFS: Allow configuration of heketi portJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16Merge pull request #4466 from portante/rufusOpenShift Bot
Merged by openshift-bot
2017-06-16Merge pull request #4474 from rhcarvalho/rename-cockpit-shellScott Dodson
Rename cockpit-shell -> cockpit-system
2017-06-16GlusterFS: Fix variable typoJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16GlusterFS: Minor template fixesJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16registry: mount GlusterFS storage volume from correct hostJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-16Merge pull request #4334 from simaishi/cf45Scott Dodson
Update CloudForms templates for CF 4.5/CF 4.2
2017-06-16PAPR: define openshift_image_tag via command lineRodolfo Carvalho
This is a temporary workaround to make sure the action plugin in the openshift_health_checker role can read the correct value specified in the OPENSHIFT_IMAGE_TAG environment variable, instead of a jinja2 template expression.
2017-06-16Ensure only one ES pod per PVPeter Portante
bug 1460564. Fixes [BZ #1460564](https://bugzilla.redhat.com/show_bug.cgi?id=1460564). Unfortunately, the defaults for Elasticsearch prior to v5 allow more than one "node" to access the same configured storage volume(s). This change forces this value to 1 to ensure we don't have an ES pod starting up accessing a volume while another ES pod is shutting down when reploying. This can lead to "1" directories being created in `/elasticsearch/persistent/${CLUSTER_NAME}/data/${CLUSTER_NAME}/nodes/`. By default ES uses a "0" directory there when only one node is accessing it.
2017-06-16Automatic commit of package [openshift-ansible] release [3.6.114-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.114
2017-06-16etcd v3 for clean installsScott Dodson
If we have no master config assume that we're a clean install. If we're a clean install and we're 3.6 or greater use etcd v3 storage.
2017-06-16Rename cockpit-shell -> cockpit-systemRodolfo Carvalho
The package name has changed. See https://bugzilla.redhat.com/show_bug.cgi?id=1461689 https://bugzilla.redhat.com/show_bug.cgi?id=1419718
2017-06-16Automatic commit of package [openshift-ansible] release [3.6.113-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.113
2017-06-16Merge pull request #4294 from richm/fix-es-routes-for-new-logging-rolesOpenShift Bot
Merged by openshift-bot