Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the doc text | Tomas Sedovic | 2017-11-29 | 2 | -5/+6 |
| | |||||
* | Use IP addresses for OpenStack nodes | Tomas Sedovic | 2017-11-28 | 5 | -78/+44 |
| | | | | | | | | | | | | | Unlike other cloud providers, OpenStack VMs are not able to resolve each other by their names. If you try to run the playbooks against nodes without a pre-created /etc/hosts or a DNS that provides the hostname/ip resolution, it will fail. By setting the `openshift_hostname` variable to each node's IP address, we're able to deploy a functional cluster without running a custom DNS. It is still possible to provide an external server with nsupdate keys and have it be populated, but that is no longer a hard requirement. | ||||
* | Merge pull request #6284 from ashcrow/add-svc-catalog-inventory-doc | Scott Dodson | 2017-11-27 | 1 | -0/+8 |
|\ | | | | | inventory: Add example for service catalog vars | ||||
| * | inventory: Add example for service catalog vars | Steve Milner | 2017-11-27 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Steve Milner <smilner@redhat.com> | ||||
* | | Merge pull request #6272 from abutcher/fix-env-facts | Scott Dodson | 2017-11-27 | 1 | -6/+19 |
|\ \ | | | | | | | Fix openshift_env fact creation within openshift_facts. | ||||
| * | | Fix openshift_env fact creation within openshift_facts. | Andrew Butcher | 2017-11-27 | 1 | -6/+19 |
| | | | |||||
* | | | Merge pull request #6240 from ↵ | Russell Teague | 2017-11-27 | 6 | -12/+12 |
|\ \ \ | |_|/ |/| | | | | | | | | mtnbikenc/include-deprecation-openshift-service-catalog Include Deprecation - openshift-service-catalog | ||||
| * | | Include Deprecation - openshift-service-catalog | Russell Teague | 2017-11-22 | 6 | -12/+12 |
| | | | |||||
* | | | Merge pull request #6271 from jarrpa/glusterblock-fix | Scott Dodson | 2017-11-27 | 2 | -2/+0 |
|\ \ \ | |_|/ |/| | | GlusterFS: Remove extraneous line from glusterblock template | ||||
| * | | GlusterFS: Remove extraneous line from glusterblock template | Jose A. Rivera | 2017-11-27 | 2 | -2/+0 |
|/ / | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | Merge pull request #6199 from mgugino-upstream-stage/master_sys_container | Michael Gugino | 2017-11-27 | 4 | -7/+7 |
|\ \ | | | | | | | Simplify is_master_system_container logic | ||||
| * | | Simplify is_master_system_container logic | Michael Gugino | 2017-11-27 | 4 | -7/+7 |
| | | | | | | | | | | | | Simplify the variable is_master_system_container | ||||
* | | | Merge pull request #6143 from dabelenda/add_hostname_routes | Michael Gugino | 2017-11-27 | 3 | -0/+11 |
|\ \ \ | | | | | | | | | Allow to set the hostname for routes to prometheus and alertmanager | ||||
| * | | | Remove spurrious file committed by error | Diego Abelenda | 2017-11-24 | 1 | -15/+0 |
| | | | | |||||
| * | | | Fix name of the service pointed to by hostname | Diego Abelenda | 2017-11-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Missed the default value after the variable name change... | Diego Abelenda | 2017-11-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Change the name of the variable and explicitely document the names | Diego Abelenda | 2017-11-24 | 3 | -2/+19 |
| | | | | |||||
| * | | | Allow to set the hostname for routes to prometheus and alertmanager | Diego Abelenda | 2017-11-24 | 3 | -0/+9 |
| | | | | |||||
* | | | | Merge pull request #6185 from ↵ | Michael Gugino | 2017-11-27 | 1 | -6/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | giuseppe/fix-additional-and-insecure-registries-for-crio cri-o: honor additional and insecure registries again | ||||
| * | | | | cri-o: honor additional and insecure registries again | Giuseppe Scrivano | 2017-11-20 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced with: https://github.com/openshift/openshift-ansible/commit/ee6adf9e9a520cc5873bf9f36924ae9aa4c47c7c Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | Merge pull request #6178 from giuseppe/copy-docker-to-alt-storage-path | Michael Gugino | 2017-11-27 | 1 | -4/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | docker: copy Docker metadata to the alternative storage path | ||||
| * | | | | docker: copy Docker metadata to the alternative storage path | Giuseppe Scrivano | 2017-11-20 | 1 | -4/+5 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-container | Michael Gugino | 2017-11-27 | 3 | -4/+3 |
|\ \ \ \ | | | | | | | | | | | Remove is_openvswitch_system_container from facts | ||||
| * | | | | Remove is_openvswitch_system_container from facts | Michael Gugino | 2017-11-22 | 3 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | Simply logic for this variable. | ||||
* | | | | | Merge pull request #6134 from fraenkel/allow_false | Scott Dodson | 2017-11-24 | 2 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow openshift_install_examples to be false | ||||
| * | | | | | Allow openshift_install_examples to be false | Michael Fraenkel | 2017-11-22 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | when using yaml or json, a false value is converted to true | ||||
* | | | | | | Merge pull request #6227 from adelton/issue-5517 | Scott Dodson | 2017-11-24 | 3 | -3/+5 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Workaround the fact that package state=present with dnf fails for already installed but excluded packages. | ||||
| * | | | | | Workaround the fact that package state=present with dnf fails for already ↵ | Jan Pazdziora | 2017-11-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | installed but excluded packages. | ||||
| * | | | | | With dnf repoquery and excluded packages, --disableexcludes=all is needed to ↵ | Jan Pazdziora | 2017-11-22 | 3 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | list the package with --installed. | ||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.13.0]. | Jenkins CD Merge Bot | 2017-11-23 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | ||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.12.0]. | Jenkins CD Merge Bot | 2017-11-23 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | ||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.11.0]. | Jenkins CD Merge Bot | 2017-11-23 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | ||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.10.0]. | Jenkins CD Merge Bot | 2017-11-23 | 2 | -2/+30 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | ||||
* | | | | | Merge pull request #6241 from sosiouxme/20171122-tox-ini | Luke Meyer | 2017-11-22 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | tox.ini: simplify unit test reqs | ||||
| * | | | | | tox.ini: simplify unit test reqs | Luke Meyer | 2017-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than using a command to install ooinstall in the venv, just do so as part of creation and leave the command to just run unit tests. | ||||
* | | | | | | Merge pull request #6237 from mtnbikenc/remove-unused-tasks | Russell Teague | 2017-11-22 | 3 | -41/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove unused task files | ||||
| * | | | | | | Remove unused task files | Russell Teague | 2017-11-22 | 3 | -41/+0 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #6232 from mtnbikenc/include-deprecation-openshift-glusterfs | Russell Teague | 2017-11-22 | 3 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Include Deprecation - openshift-glusterfs | ||||
| * | | | | | | Include Deprecation - openshift-glusterfs | Russell Teague | 2017-11-22 | 3 | -5/+5 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #6233 from mtnbikenc/include-deprecation-openshift-management | Russell Teague | 2017-11-22 | 3 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Include Deprecation - openshift-management | ||||
| * | | | | | | Include Deprecation - openshift-management | Russell Teague | 2017-11-22 | 3 | -5/+5 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-master | Russell Teague | 2017-11-22 | 19 | -51/+47 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Include Deprecation - openshift-master | ||||
| * | | | | | | Include Deprecation - openshift-master | Russell Teague | 2017-11-22 | 30 | -78/+74 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-node | Russell Teague | 2017-11-22 | 29 | -91/+87 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Include Deprecation - openshift-node | ||||
| * | | | | | | Include Deprecation - openshift-node | Russell Teague | 2017-11-22 | 29 | -91/+87 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalog | Russell Teague | 2017-11-22 | 7 | -12/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Playbook Consolidation - openshift-service-catalog | ||||
| * | | | | | | Playbook Consolidation - openshift-service-catalog | Russell Teague | 2017-11-22 | 7 | -12/+8 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6236 from mtnbikenc/consolidate-openshift-provisioners | Russell Teague | 2017-11-22 | 8 | -14/+15 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Playbook Consolidation - openshift-provisioners | ||||
| * | | | | | | | Playbook Consolidation - openshift-provisioners | Russell Teague | 2017-11-22 | 8 | -14/+15 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #6235 from mtnbikenc/include-deprecation-openshift-prometheus | Russell Teague | 2017-11-22 | 2 | -4/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Include Deprecation - openshift-prometheus |