| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-19 | Merge pull request #4073 from richm/logging-es-route | Scott Dodson | |
| add ability to expose Elasticsearch as an external route | |||
| 2017-05-19 | Merge pull request #4094 from ashcrow/status-doesnt-exist | Jan Chaloupka | |
| Ensure good return code for specific until loops | |||
| 2017-05-19 | Merge pull request #4128 from VincentS/Container_Registry_Firewalld | Jan Chaloupka | |
| Added Container Registry Port 5000 to Firewalld | |||
| 2017-05-19 | Merge pull request #4145 from VincentS/Calico_Parameterization | Jan Chaloupka | |
| Parameterized Calico/Node Arguments | |||
| 2017-05-19 | Merge pull request #4125 from VincentS/Calico_BGP_Port | Jan Chaloupka | |
| Added Calico BGP Port 179 to Firewalld | |||
| 2017-05-19 | Merge pull request #4224 from VincentS/LocalTMPDir_Fix | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-19 | Merge pull request #4218 from abutcher/uninstall-container-engine-docker | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #3660 from juanvallejo/jvallejo/add-etcd-clustersize-check | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | add ability to expose Elasticsearch as an external route | Rich 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-18 | Merge pull request #4208 from abutcher/local-action-delegate | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4183 from jpeeler/master | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #3914 from rikkuness/yaml_newline | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4165 from sdodson/BZ1450167 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4190 from sdodson/BZ1428934 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Parameterized Calico/Node Arguments | Vincent Schwarzer | |
| 2017-05-18 | Merge pull request #4142 from VincentS/Adjustment_Naming_Schema | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4205 from stevekuznetsov/skuznets/logging-tmpdir | Scott Dodson | |
| Don't escalate privileges in local tmpdir creation | |||
| 2017-05-18 | Merge pull request #4176 from mtnbikenc/refactor-openshift_excluders | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-18 | Merge pull request #4143 from VincentS/calicoctl_role | Jan Chaloupka | |
| Added Calicoctl to deployment of Master Nodes when Calico is used | |||
| 2017-05-18 | Added Docker Registry Port 5000 to Firewalld | Vincent Schwarzer | |
| 2017-05-18 | Added Calicoctl to deployment of Master Nodes | Vincent Schwarzer | |
| 2017-05-18 | Localhost TMP Dir Fix | Vincent Schwarzer | |
| 2017-05-18 | Adjusted Naming Schema of Calico Roles | Vincent Schwarzer | |
| 2017-05-18 | Merge pull request #4213 from giuseppe/change-requires-to-wants-openvswitch | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | Merge pull request #4216 from ingvagabund/fix-etcd-upgrade-system-container | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | Merge pull request #4214 from giuseppe/rename-ENIRONMENT-to-Environment | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | Merge pull request #4127 from VincentS/Calico_Additional_Checks | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | Merge pull request #4221 from sdodson/fix-gpg-key-path | Scott Dodson | |
| Fix Centos PaaS SIG GPG path | |||
| 2017-05-17 | Fix gpg key path in our repo | Scott Dodson | |
| 2017-05-17 | Merge pull request #4199 from smarterclayton/set_image_policy | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | Uninstall: restart docker when container-engine restart hasn't changed. | Andrew Butcher | |
| 2017-05-17 | add etcd cluster size check | juanvallejo | |
| 2017-05-17 | Merge pull request #4173 from ashcrow/1450310 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | fix etcd_container_version detection | Jan Chaloupka | |
| 2017-05-17 | systemcontainercustom.conf.j2: use Environment instead of ENVIRONMENT | Giuseppe Scrivano | |
| Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1451187 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-05-17 | Merge pull request #4189 from giuseppe/fix-atomic-host | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-17 | Merge pull request #4144 from VincentS/Calico_Remove_Hardcoded_URLs | Jan Chaloupka | |
| Removed Hardcoded URLs in Calico Role | |||
| 2017-05-17 | node, systemd: change Requires to Wants for openvswitch | Giuseppe Scrivano | |
| Sometimes the node container is not started on a container-engine restart. Use a weaker dependency on openvswitch that is causing this issue Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1451192 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-05-16 | Merge pull request #4197 from abutcher/oc_adm_ca_server_cert-hostnames-omit | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-16 | Merge pull request #4196 from dmsimard/paas_repo | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-16 | Don't escalate privileges in local tmpdir creation | Steve Kuznetsov | |
| When running `ansible-playbook` as a non-root user, if a local temporary directory is created without explicitly not escalating privileges, the directory will not be readable to the user running the playbook on the controller host, which will lead to tasks like `fetch` failing to place files into the directory. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | |||
| 2017-05-16 | Remove use of local_action with delegate_to and switch 'delegate_to: ↵ | Andrew Butcher | |
| localhost' temporary directory cleanup actions to local_actions. | |||
| 2017-05-16 | Merge pull request #4185 from donnydavis/patch-1 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-16 | Merge pull request #4178 from mtnbikenc/fix-templating | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-16 | Rework openshift_excluders role | Russell Teague | |
| 2017-05-16 | Add regexp for container-engine lineinfile | Steve Milner | |
| This ensures that if the line already exists it will be updated with the expected results from the installer. | |||
| 2017-05-15 | Default image policy on new clusters to on | Clayton Coleman | |
| Will allow for default image resolution to be used. | |||
| 2017-05-15 | Merge pull request #4187 from giuseppe/uninstall-container-engine | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-05-15 | Filter non-strings from the oc_adm_ca_server_cert hostnames parameter. | Andrew Butcher | |
| This allows the omit filter to be used in the hostnames parameter list which simplifies conditionally added hostnames. | |||
| 2017-05-15 | Don't set-up origin repositories if they've already been configured | David Moreau-Simard | |
| CentOS ships the 'centos-release-openshift-origin' package which is used to set up the repository and the key. If this package has been installed prior to running openshift-ansible (i.e, to install ansible or openshift-ansible from RPM), it leads to the repository being set up twice in different files. We're now matching the name of the files and since they are identical, it will stay idempotent while not configuring the repositories twice. | |||
