summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-17Bug 1501768: fix eventrouter nodeSelector paddingJan Wozniak
2017-10-17Add apiserver.crt to service-catalog controller-manager deployment.staebler
2017-10-17Docker storage fix (#812)Chandler Wilkerson
* Added task to stop docker before templating config * Rearranged storage roles in rhv install
2017-10-17Hostfile2inventory (#813)Chandler Wilkerson
* hostfile parameter deprecated * hostfile parameter deprecated
2017-10-17Merge pull request #5687 from jim-minter/tsb_configOpenShift Merge Robot
Automatic merge from submit-queue. Rewire openshift_template_service_broker_namespaces configurable @ewolinetz @bparees
2017-10-17Merge pull request #5744 from mgugino-upstream-stage/latest-image-configOpenShift Merge Robot
Automatic merge from submit-queue. Add ability to set node and master imageConfig to latest Currently, imageConfig.latest is hard-coded to false. This commit adds an appropriate boolean to enable setting to true. Fixes: https://github.com/openshift/openshift-ansible/issues/1422
2017-10-17[WIP] Merge server with nofloating server heat templates (#761)Bogdan Dobrelya
Merge server with nofloating server heat templates
2017-10-17Automatic commit of package [openshift-ansible] release [3.7.0-0.158.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-17Remove redundant faulty role binding ifrom kubeservicecatalog_roles_bindings.ymlstaebler
2017-10-16Reverting proxy image version to v1.0.0 to pass CIEric Wolinetz
2017-10-16Adding pre check to verify clusterid is set along with cloudprovider when ↵Kenny Woodson
performing upgrade.
2017-10-16Merge pull request #5704 from josefkarasek/docker-auditOpenShift Merge Robot
Automatic merge from submit-queue. Add switch to enable/disable container engine's audit log being stored in elasticsearch If enabled, tho logs are stored in ES' operations index, accessible only by cluster admins.
2017-10-16Fix missing docker option signature-verificationMichael Gugino
Currently, docker 1.12 can be configured to use the run-time parameter of 'signature-verification' By default, rpm installation of docker results in '--signature-verification=false' being added to OPTIONS in /etc/sysconfig/docker Currently, openshift-ansible does not preserve that value. This can cause docker to be unable to pull images from a previously working source due to a change in configuration. This commit adds the option with the default as provided by the rpm installation. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1502560
2017-10-16Fix prometheus role nfsZohar Galor
Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
2017-10-16Merge pull request #5734 from mtnbikenc/refactor-mgmt-entryOpenShift Merge Robot
Automatic merge from submit-queue. Refactor openshift-management entry point Moves checkpointing steps into path for both full cluster install and individual entry point playbook.
2017-10-16Automatic commit of package [openshift-ansible] release [3.7.0-0.157.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-16Merge pull request #5733 from ↵OpenShift Merge Robot
ingvagabund/data-migrate-of-embedded-etcd-not-allowed Automatic merge from submit-queue. data migration of embedded etcd not allowed The v2->v3 migration of an embedded etcd is depricated. Instead, one needs to run: 1. `playbooks/byo/openshift-etcd/embedded2external.yml` to migrate the embedded etcd to an external one (see https://github.com/openshift/openshift-ansible/pull/5672) 2. then `playbooks/byo/openshift-etcd/migrate.yml` to migrate the v2 data to v3 data
2017-10-16Updating the issue template to be more consistent in format. (#810)Matt Bruzek
* Updating the issue template to be more consistant in format. * Removing the links and the extra spaces. * Changed BUG REQUEST to BUG REPORT in the header.
2017-10-16Merge pull request #808 from dav1x/fix_deploy_host_setupDavis Phillips
Fix deploy host setup
2017-10-16GlusterFS: Remove image option from heketi commandJose A. Rivera
Reverts #5562, option has been removed from heketi command Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-10-16Making travis happyEric Wolinetz
2017-10-16Support separate data network for Flannel SDN (#757)Bogdan Dobrelya
* Support separate data network for Flannel SDN Document the use case for a separate flannel data network. Allow Nova servers for openshift cluster to be provisioned with that isolated data network created and connected to masters, computes and infra nodes. Do not configure dns nameservers and router for that network. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Fix flannel use cases with provider network Provider network cannot be used with flannel SDN as the latter requires a separate isolated network, while the provider network is an externally managed single network. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Drop unused data_net_name Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-10-16Merge pull request #5667 from jarrpa/deploy-heketi-fix-3.7Scott Dodson
GlusterFS: remove topology reference from deploy-heketi
2017-10-16add comma for package list for gcpDavis Phillips
2017-10-16cri-o: error out when node is a Docker containerGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1489555 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-16Automatic commit of package [openshift-ansible] release [3.7.0-0.156.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-15Merge pull request #5747 from ↵OpenShift Merge Robot
ingvagabund/set-initial-etcd-cluster-properly-system-container-scale-up Automatic merge from submit-queue. Set initial etcd cluster properly during system container scale up When a cluster is scaled up, the ETCD_INITIAL_CLUSTER must not contain etcd members that are not about to start or are not part of the etcd cluster. Consolidating `initial_etcd_cluster` and `etcd_initial_cluster` as they do exactly the same. Bug: 1500667
2017-10-15Automatic commit of package [openshift-ansible] release [3.7.0-0.155.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-14Update service catalog playbook for service-catalog rc1staebler
2017-10-14Automatic commit of package [openshift-ansible] release [3.7.0-0.154.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-13Rewire openshift_template_service_broker_namespaces configurableJim Minter
2017-10-13re-arrange README.md for vmwareDavis Phillips
2017-10-13Ensure controllerConfig.serviceServingCert is correctly set during upgrade.Andrew Butcher
2017-10-13re-arrange README.md for vmwareDavis Phillips
2017-10-13Updating pattern for elasticsearch_proxy imagesEric Wolinetz
2017-10-13Fixed teardown (#804)Peter Schiffer
2017-10-13re-arrange README.md for vmwareDavis Phillips
2017-10-13Make openshift-ansible depend on all subpackagesScott Dodson
2017-10-13re-arrange README.md for vmwareDavis Phillips
2017-10-13Automatic commit of package [openshift-ansible] release [3.7.0-0.153.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-13re-arrange README.md for vmwareDavis Phillips
2017-10-13Updating ES proxy image prefix and version to match other componentsEric Wolinetz
2017-10-13fix table format for real this timeDavis Phillips
2017-10-13More robust teardownPeter Schiffer
If core infrastructure was created, but ssh proxy not configured, teardown didn't work. This could happen, for example, when there was an issue with core deployment.
2017-10-13fix table formatDavis Phillips
2017-10-13fix table formatDavis Phillips
2017-10-13fix table formatDavis Phillips
2017-10-13fix table formatDavis Phillips
2017-10-13changing the docs for setup for providersDavis Phillips
2017-10-13Add Extra Docker Registry URLs (custom post-provision action) (#794)Tlacenka
* add-docker-registry: playbook that adds docker registries to docker config file (in progress) * indentation fix * docker registries: add check for variable type * another type conversion * docker registry: try another unified formatting * another attempt * type error fix * quotation attempt * docker registry: bug fixes * docker registry: fixed formatting * docker registry: if docker is not available, skip the whole playbook * README updated * README: typo * docker registries: suggested changes applied (in progress) * docker registries: README updated, redundant check removed * removed redundant become:true