summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-16Merge pull request #4334 from simaishi/cf45Scott Dodson
Update CloudForms templates for CF 4.5/CF 4.2
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-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
2017-06-15Merge pull request #4402 from stevekuznetsov/skuznets/router-registry-rolloutOpenShift Bot
Merged by openshift-bot
2017-06-15Automatic commit of package [openshift-ansible] release [3.6.112-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.112
2017-06-15Merge pull request #4458 from git001/more-auditlog-paramsScott Dodson
Add the other featured audit-config paramters as example
2017-06-15Automatic commit of package [openshift-ansible] release [3.6.111-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.111
2017-06-15Merge pull request #4041 from tbielawa/cfmeScott Dodson
CFME as an OpenShift Pod
2017-06-15Merge pull request #4460 from ashcrow/system-container-ansible-cfgScott Dodson
System container honor provided ansible cfg
2017-06-15Merge pull request #4356 from nhosoi/mux_params-0OpenShift Bot
Merged by openshift-bot
2017-06-15doc: Info for system container installer optionsSteve Milner
2017-06-15Add ANSIBLE_CONFIG to system container installerSteve Milner
The provided configuration file was not being honored. This change adds a new variable called ANSIBLE_CONFIG which points to the ansible.cfg file within the container. By default it is set to the configuration provided by openshift-ansible within the container at: /usr/share/ansible/openshift-ansible/ansible.cfg
2017-06-15Add missing file. Remove debugging prompt.Tim Bielawa
2017-06-15Add the the other featured audit-config paramters as exampleAleks
2017-06-15Automatic commit of package [openshift-ansible] release [3.6.110-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.110
2017-06-14Merge pull request #4397 from sosiouxme/20170608-include-more-install-checksOpenShift Bot
Merged by openshift-bot
2017-06-14Merge pull request #4422 from jlebon/pr/paprScott Dodson
PAPR updates
2017-06-14Merge pull request #4377 from mwringe/hawkular_openshift_agentOpenShift Bot
Merged by openshift-bot
2017-06-14Update readme one last timeTim Bielawa
2017-06-14Reconfigure masters in serial to avoid HA meltdownsTim Bielawa
2017-06-14Merge pull request #4179 from sosiouxme/20170512-singletonize-slow-stuffOpenShift Bot
Merged by openshift-bot
2017-06-14First POC of a CFME turnkey solution in openshift-anisbleTim Bielawa
2017-06-14papr: add documentation to YAML and simplify contextJonathan Lebon
Don't duplicate the actual image tag used in the context. Just print it in the logs instead. That way there's no risk of it being outdated when we bump the tag in the YAML.
2017-06-14docs: better documentation for PAPRJonathan Lebon
Add a section in `repo_structure.md`, and rename from `redhat-ci` to `PAPR` and point to the new upstream repo in `pull_requests.md`. Closes: #4078
2017-06-14papr: install libffi-develJonathan Lebon
Closes: #4418
2017-06-14Merge pull request #4443 from ingvagabund/move-etcd-backup-to-etcd-commonJan Chaloupka
move etcd backup to etcd_common role
2017-06-14Merge pull request #4245 from jarrpa/glusterfs-fixesOpenShift Bot
Merged by openshift-bot
2017-06-14Automatic commit of package [openshift-ansible] release [3.6.109-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.109
2017-06-14Automatic commit of package [openshift-ansible] release [3.6.108-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.108
2017-06-14pre-install checks: add more during byo installLuke Meyer
Add the docker and RPM checks to the list that run at install time. They can be disabled the same as the existing ones. Removed cockpit-kubernetes RPM requirement as it no longer is. Fixed up docker_image_availability to handle oreg_url and other nuances. Switched to using the openshift_image_tag that's set by openshift_version for both component and infrastructure images. Fixed a bug where execute_module was being called with incorrect positional arg "tmp" as a dict which caused errors down the call stack.
2017-06-14move etcd backup to etcd_common roleJan Chaloupka
2017-06-14Merge pull request #4296 from VincentS/Upgrade_Calico_Version_to_2.2.1OpenShift Bot
Merged by openshift-bot
2017-06-14Automatic commit of package [openshift-ansible] release [3.6.107-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.107
2017-06-13Merge pull request #4434 from stevekuznetsov/skuznets/disable-negative-cacheOpenShift Bot
Merged by openshift-bot
2017-06-13Support installing HOSA via ansiblemwringe
2017-06-13Merge branch 'master' into Upgrade_Calico_Version_to_2.2.1Scott Dodson
2017-06-13Merge pull request #4404 from abutcher/etcd-ca-redeployScott Dodson
Separate etcd and OpenShift CA redeploy playbooks.
2017-06-13Merge pull request #4295 from VincentS/Remove_Hardcoded_Calico_URLOpenShift Bot
Merged by openshift-bot
2017-06-13Merge pull request #4302 from ewolinetz/pv_node_selectorsOpenShift Bot
Merged by openshift-bot
2017-06-13Make rollout status check best-effort, add pollSteve Kuznetsov
We cannot rely on the `watch.Until` call in the `rollout status` subcommand for the time being, so we need to ignore the result of this call. This will make the rollout status check best-effort, so we need to follow it with a poll for the actual status of the rollout, which we can extract from the `openshift.io/deployment.phase` annotation on the ReplicationControllers. This annotation can have only three values -- `Running`, `Complete` and `Failed`. If we poll on this attribute until we stop seeing `Running`, we can then inspect the last result for `Failed`; if it's present, we have failed the deployment. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-06-13GlusterFS: Remove requirement for heketi-cliJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Fix bugs in wipeJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Skip heketi-cli install on AtomicJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Create a StorageClass if specifiedJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Use proper secretsJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Allow cleaner separation of multiple clustersJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Minor corrections and cleanupsJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Improve documentationJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-06-13GlusterFS: Allow configuration of kube namespace for heketiJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>