| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-30 | retry package operations | Luke Meyer | |
| When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | |||
| 2017-11-30 | Merge pull request #6282 from mtnbikenc/fix-include_role | Scott Dodson | |
| Correct usage of include_role | |||
| 2017-11-30 | Merge pull request #6290 from tomassedovic/openstack-no-dns | Scott Dodson | |
| Use IP addresses for OpenStack nodes | |||
| 2017-11-29 | Merge pull request #6307 from mgugino-upstream-stage/no-log-fix | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Fix no_log warnings for custom module We need to set no_log for password and private_key variables. | |||
| 2017-11-29 | Merge pull request #5723 from mjudeikis/gluster-registry-backend | Scott Dodson | |
| Add external glusterfs backend to hosted and glusterfs playbook | |||
| 2017-11-29 | Update the doc text | Tomas Sedovic | |
| 2017-11-28 | Fix no_log warnings for custom module | Michael Gugino | |
| We need to set no_log for password and private_key variables. | |||
| 2017-11-28 | Merge pull request #6301 from mgugino-upstream-stage/project_cfg_facts | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Remove openshift_facts project_cfg_facts | |||
| 2017-11-28 | Merge pull request #6073 from mjudeikis/fix_glusterfs_restart | Scott Dodson | |
| fix for Gluster force restart | |||
| 2017-11-28 | Remove openshift_facts project_cfg_facts | Michael Gugino | |
| This simplifies some variable logic. | |||
| 2017-11-28 | Merge pull request #6299 from mgugino-upstream-stage/dns-facts | Michael Gugino | |
| Remove dns_port fact | |||
| 2017-11-28 | Remove dns_port fact | Michael Gugino | |
| Simply dns_port variable by remove from openshift_facts. | |||
| 2017-11-28 | Merge pull request #6295 from mtnbikenc/remove-etcd-file | Russell Teague | |
| Remove unused task file from etcd role | |||
| 2017-11-28 | Merge pull request #6269 from mgugino-upstream-stage/clock-depends | Michael Gugino | |
| Remove openshift_clock from meta depends | |||
| 2017-11-28 | Merge pull request #6268 from mgugino-upstream-stage/combine-dnsmasq-with-node | Michael Gugino | |
| Combine openshift_node and openshift_node_dnsmasq | |||
| 2017-11-28 | Merge pull request #6283 from mgugino-upstream-stage/schedulable | Michael Gugino | |
| remove schedulable from openshift_facts | |||
| 2017-11-28 | Remove unused task file from etcd role | Russell Teague | |
| 2017-11-28 | Merge pull request #6259 from adelton/issue-6255 | Michael Gugino | |
| dist.iteritems() no longer exists in Python 3. | |||
| 2017-11-28 | Merge pull request #6280 from mgugino-upstream-stage/cli_image | Scott Dodson | |
| Remove openshift.common.cli_image | |||
| 2017-11-28 | Merge pull request #6287 from zgalor/prom-version-update | Scott Dodson | |
| Update prometheus to 2.0.0 GA | |||
| 2017-11-28 | Merge pull request #6291 from ingvagabund/fix-type | Scott Dodson | |
| fix type in authroize | |||
| 2017-11-28 | fix type in authroize | Jan Chaloupka | |
| 2017-11-28 | Use IP addresses for OpenStack nodes | Tomas Sedovic | |
| 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. | |||
| 2017-11-28 | Update prometheus to 2.0.0 GA | Zohar Galor | |
| 2017-11-27 | Merge pull request #6284 from ashcrow/add-svc-catalog-inventory-doc | Scott Dodson | |
| inventory: Add example for service catalog vars | |||
| 2017-11-27 | Merge pull request #6272 from abutcher/fix-env-facts | Scott Dodson | |
| Fix openshift_env fact creation within openshift_facts. | |||
| 2017-11-27 | remove schedulable from openshift_facts | Michael Gugino | |
| This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory. | |||
| 2017-11-27 | inventory: Add example for service catalog vars | Steve Milner | |
| Signed-off-by: Steve Milner <smilner@redhat.com> | |||
| 2017-11-27 | Merge pull request #6240 from ↵ | Russell Teague | |
| mtnbikenc/include-deprecation-openshift-service-catalog Include Deprecation - openshift-service-catalog | |||
| 2017-11-27 | Correct usage of include_role | Russell Teague | |
| Switch to import_role for some required roles. | |||
| 2017-11-27 | Remove openshift.common.cli_image | Michael Gugino | |
| This commit removes openshift.common.cli_image in favor of openshift_cli_image. | |||
| 2017-11-27 | Fix openshift_env fact creation within openshift_facts. | Andrew Butcher | |
| 2017-11-27 | Combine openshift_node and openshift_node_dnsmasq | Michael Gugino | |
| This commit combines these two roles. This will prevent openshift_node_facts from running twice. | |||
| 2017-11-27 | Merge pull request #6271 from jarrpa/glusterblock-fix | Scott Dodson | |
| GlusterFS: Remove extraneous line from glusterblock template | |||
| 2017-11-27 | GlusterFS: Remove extraneous line from glusterblock template | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-11-27 | Merge pull request #6199 from mgugino-upstream-stage/master_sys_container | Michael Gugino | |
| Simplify is_master_system_container logic | |||
| 2017-11-27 | Remove openshift_clock from meta depends | Michael Gugino | |
| This commit adds openshift_clock role to required plays instead of using meta_depends. | |||
| 2017-11-27 | Merge pull request #6143 from dabelenda/add_hostname_routes | Michael Gugino | |
| Allow to set the hostname for routes to prometheus and alertmanager | |||
| 2017-11-27 | Merge pull request #6185 from ↵ | Michael Gugino | |
| giuseppe/fix-additional-and-insecure-registries-for-crio cri-o: honor additional and insecure registries again | |||
| 2017-11-27 | Merge pull request #6178 from giuseppe/copy-docker-to-alt-storage-path | Michael Gugino | |
| docker: copy Docker metadata to the alternative storage path | |||
| 2017-11-27 | Simplify is_master_system_container logic | Michael Gugino | |
| Simplify the variable is_master_system_container | |||
| 2017-11-27 | Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-container | Michael Gugino | |
| Remove is_openvswitch_system_container from facts | |||
| 2017-11-27 | dist.iteritems() no longer exists in Python 3. | Jan Pazdziora | |
| 2017-11-24 | Merge pull request #6134 from fraenkel/allow_false | Scott Dodson | |
| Allow openshift_install_examples to be false | |||
| 2017-11-24 | Merge pull request #6227 from adelton/issue-5517 | Scott Dodson | |
| Workaround the fact that package state=present with dnf fails for already installed but excluded packages. | |||
| 2017-11-24 | Remove spurrious file committed by error | Diego Abelenda | |
| 2017-11-24 | Fix name of the service pointed to by hostname | Diego Abelenda | |
| 2017-11-24 | Missed the default value after the variable name change... | Diego Abelenda | |
| 2017-11-24 | Change the name of the variable and explicitely document the names | Diego Abelenda | |
| 2017-11-24 | Allow to set the hostname for routes to prometheus and alertmanager | Diego Abelenda | |
