summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-22Create logging deployments with non-zero replica countsSteve Kuznetsov
When we currently create the set of logging `DeploymentConfig`s, we create them with zero desired replicas. This causes the deployment to immediately succeed as there is no work to be done. This inhibits our ability to use nice CLI UX features like `oc rollout status` to monitor the logging stack deployments. Instead, we should can create the configs with the correct number of replicas in the first place and stop using `oc scale` to bring them up after the fact. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-05-22Pulling changes from master branchewolinetz
2017-05-22Adding some missing changesewolinetz
2017-05-22fixing available variables for 2.3.0ewolinetz
2017-05-22Updating pvc generation namesewolinetz
2017-05-22updating delete_logging to use modulesewolinetz
2017-05-22Pulling in changes from masterewolinetz
2017-05-22Decomposing openshift_logging role into subcomponent rolesewolinetz
2017-05-22Merge pull request #4228 from etsauer/s3-required-varsScott Dodson
Removing requirement to pass aws credentials
2017-05-22Merge pull request #4220 from pat2man/openshift_hosted_metrics_deployer_versionEric Wolinetz
Update examples to include metrics deployer version
2017-05-22Removing requirement to pass aws credentialsEric Sauer
2017-05-21Merge pull request #4217 from ingvagabund/move-etcd-upgrade-code-into-roleJan Chaloupka
Move etcd upgrade code into role
2017-05-19Merge pull request #4226 from mtnbikenc/fix-auditConfigOpenShift Bot
Merged by openshift-bot
2017-05-19Merge pull request #4134 from ewolinetz/issue4111OpenShift Bot
Merged by openshift-bot
2017-05-19Merge pull request #4211 from dmsimard/github_teamsOpenShift Bot
Merged by openshift-bot
2017-05-19Merge pull request #4249 from ashcrow/router-certificate-nameScott Dodson
inventory: rename certificates->certificate in router example
2017-05-19inventory: rename certificates->certificate in router exampleSteve Milner
Per change 9397727e433cbd9bfd865fb5ad773c7b6b4590e8, router replaced certificates with certificate.
2017-05-19Merge pull request #4175 from codificat/20170512-img-build-updatesOpenShift Bot
Merged by openshift-bot
2017-05-19Merge pull request #3630 from juanvallejo/jvallejo/add-etcd-volume-checkOpenShift Bot
Merged by openshift-bot
2017-05-19Merge pull request #4235 from sdodson/fix-yamllintScott Dodson
Fix yamllint problems
2017-05-19Fix yamllint problemsScott Dodson
I should've noticed before merging...
2017-05-19Merge pull request #4073 from richm/logging-es-routeScott Dodson
add ability to expose Elasticsearch as an external route
2017-05-19Merge pull request #4094 from ashcrow/status-doesnt-existJan Chaloupka
Ensure good return code for specific until loops
2017-05-19Merge pull request #4128 from VincentS/Container_Registry_FirewalldJan Chaloupka
Added Container Registry Port 5000 to Firewalld
2017-05-19Merge pull request #4145 from VincentS/Calico_ParameterizationJan Chaloupka
Parameterized Calico/Node Arguments
2017-05-19Merge pull request #4125 from VincentS/Calico_BGP_PortJan Chaloupka
Added Calico BGP Port 179 to Firewalld
2017-05-19Merge pull request #4224 from VincentS/LocalTMPDir_FixOpenShift Bot
Merged by openshift-bot
2017-05-19Merge pull request #4218 from abutcher/uninstall-container-engine-dockerOpenShift Bot
Merged by openshift-bot
2017-05-18Merge pull request #3660 from juanvallejo/jvallejo/add-etcd-clustersize-checkOpenShift Bot
Merged by openshift-bot
2017-05-18add ability to expose Elasticsearch as an external routeRich Megginson
This adds the ability to expose Elastisearch as a route outside of the cluster. - `openshift_logging_es_allow_external`: True (default is False) - if this is True, Elasticsearch will be exposed as a Route - `openshift_logging_es_ops_hostname`: The external facing hostname to use for the route and the TLS server certificate (default is "es." + `openshift_master_default_subdomain`) There are other similar parameters for the TLS server cert, key, and CA cert. There are other similar parameters for when the OPS cluster is deployed e.g. `openshift_logging_es_ops_allow_external`, etc.
2017-05-18Merge pull request #4208 from abutcher/local-action-delegateOpenShift Bot
Merged by openshift-bot
2017-05-18Merge pull request #4183 from jpeeler/masterOpenShift Bot
Merged by openshift-bot
2017-05-18Merge pull request #3914 from rikkuness/yaml_newlineOpenShift Bot
Merged by openshift-bot
2017-05-18Merge pull request #4165 from sdodson/BZ1450167OpenShift Bot
Merged by openshift-bot
2017-05-18Merge pull request #4190 from sdodson/BZ1428934OpenShift Bot
Merged by openshift-bot
2017-05-18Parameterized Calico/Node ArgumentsVincent Schwarzer
2017-05-18Merge pull request #4142 from VincentS/Adjustment_Naming_SchemaOpenShift Bot
Merged by openshift-bot
2017-05-18Merge pull request #4205 from stevekuznetsov/skuznets/logging-tmpdirScott Dodson
Don't escalate privileges in local tmpdir creation
2017-05-18Merge pull request #4176 from mtnbikenc/refactor-openshift_excludersOpenShift Bot
Merged by openshift-bot
2017-05-18Fix auditConfig for non-HA environmentsRussell Teague
Bug 1447019
2017-05-18Merge pull request #4143 from VincentS/calicoctl_roleJan Chaloupka
Added Calicoctl to deployment of Master Nodes when Calico is used
2017-05-18Added Docker Registry Port 5000 to FirewalldVincent Schwarzer
2017-05-18Added Calicoctl to deployment of Master NodesVincent Schwarzer
2017-05-18move etcd upgrade related code into etcd_upgrade roleJan Chaloupka
2017-05-18Localhost TMP Dir FixVincent Schwarzer
2017-05-18Adjusted Naming Schema of Calico RolesVincent Schwarzer
2017-05-18Merge pull request #4213 from giuseppe/change-requires-to-wants-openvswitchOpenShift Bot
Merged by openshift-bot
2017-05-17Update hosts.*.example to include openshift_hosted_metrics_deployer_versionPatrick Tescher
Without this we can have a mismatch between the OpenShift version and the metrics version. Fixes https://github.com/openshift/origin/issues/13532
2017-05-17Merge pull request #4216 from ingvagabund/fix-etcd-upgrade-system-containerOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4214 from giuseppe/rename-ENIRONMENT-to-EnvironmentOpenShift Bot
Merged by openshift-bot