Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding std_include to the metrics playbook. | Kenny Woodson | 2017-08-16 | 2 | -2/+6 |
| | |||||
* | Merge pull request #5086 from mtnbikenc/remove-yum-check | Scott Dodson | 2017-08-15 | 1 | -19/+0 |
|\ | | | | | Remove obsolete yum check | ||||
| * | Remove obsolete yum check | Russell Teague | 2017-08-14 | 1 | -19/+0 |
| | | |||||
* | | Merge pull request #5072 from kwoodson/glusterfs_fw | Scott Dodson | 2017-08-15 | 4 | -26/+65 |
|\ \ | | | | | | | Glusterfs firewall updates. | ||||
| * | | Moving firewall rules under the role to work with refactor. | Kenny Woodson | 2017-08-11 | 4 | -26/+65 |
| | | | |||||
* | | | Merge pull request #5051 from DenverJ/fix-iptables-reload | Scott Dodson | 2017-08-15 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Start iptables on each master in serial | ||||
| * | | | Start iptables on each master in serial | Denver Janke | 2017-08-10 | 1 | -0/+3 |
| | | | | | | | | | | | | Fix task hanging when running from a master | ||||
* | | | | Merge pull request #5058 from kwoodson/project_error_check | Scott Dodson | 2017-08-15 | 2 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Adding error checking to create. | ||||
| * | | | | Error check project creation. | Kenny Woodson | 2017-08-10 | 2 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #4767 from vareti/IptablesKubeProxy | Scott Dodson | 2017-08-15 | 2 | -0/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Nuage changes to support IPTables kube-proxy in OpenShift | ||||
| * | | | | | Nuage changes to support IPTables kube-proxy in OpenShift | sareti | 2017-07-24 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | changing the conditional to negation of pod network address rather than using host address | ||||
* | | | | | | Merge pull request #4770 from kwoodson/openshift_repos_refactor | Scott Dodson | 2017-08-15 | 11 | -12/+15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Removing openshift_repo dependencies. Moving to beginning of openshift_cluster. | ||||
| * | | | | | | Removing dependencies for openshift_repos and setting them up early in the ↵ | Kenny Woodson | 2017-08-14 | 11 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | cluster build. | ||||
* | | | | | | | Merge pull request #5037 from ozdanborne/calico-2.4 | Scott Dodson | 2017-08-14 | 3 | -12/+18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Bump Calico to v2.4.1 | ||||
| * | | | | | | | Clean up Calico readme | Dan Osborne | 2017-08-14 | 1 | -7/+13 |
| | | | | | | | | |||||
| * | | | | | | | Bump calico to v2.4.1 | Dan Osborne | 2017-08-08 | 2 | -5/+5 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4425 from rparulek/vsd-user-change | Scott Dodson | 2017-08-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Change vsd user nodes parameter name | ||||
| * | | | | | | | Change vsd user nodes parameter name | Rohan Parulekar | 2017-08-14 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #5055 from fraenkel/fix_aws | Andrew Butcher | 2017-08-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix Restore Master AWS Options | ||||
| * | | | | | | | Fix Restore Master AWS Options | Michael Fraenkel | 2017-08-11 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | - remove dangling bool | ||||
* | | | | | | | Merge pull request #5073 from mtnbikenc/fix-firewall-play | Russell Teague | 2017-08-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Minor update to correct firewall play name | ||||
| * | | | | | | | Minor update to correct firewall play name | Russell Teague | 2017-08-11 | 1 | -2/+2 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #5078 from jkaurredhat/cfme-1.7 | Scott Dodson | 2017-08-14 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Default values for CFME container images are invalid | ||||
| * | | | | | | | Default values for CFME container images are invalid | jkaurredhat | 2017-08-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_cfme_application_img_name, openshift_cfme_postgresql_img_name and openshift_cfme_memcached_img_name are incorrect. It will fail with below error : The ImageStream \"miq-app\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag The ImageStream \"miq-postgresql\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag The ImageStream \"miq-memcached\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag Signed-off-by: jkaurredhat <jkaur@redhat.com> | ||||
* | | | | | | | | Merge pull request #5074 from mtnbikenc/fix-duplicate-evaluate | Scott Dodson | 2017-08-12 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix duplicate evaluate_groups.yml call during install | ||||
| * | | | | | | | | Fix duplicate evaluate_groups.yml call during install | Russell Teague | 2017-08-11 | 2 | -1/+6 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate. | ||||
* | | | | | | | | Merge pull request #4944 from sosiouxme/20170728-refactor-ansible-mounts | Scott Dodson | 2017-08-11 | 8 | -88/+73 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | openshift_checks: refactor find_ansible_mount | ||||
| * | | | | | | | openshift_checks: refactor find_ansible_mount | Luke Meyer | 2017-08-08 | 8 | -88/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse the code for finding the ansible_mounts mount for a path. | ||||
* | | | | | | | | Merge pull request #5046 from abutcher/rm-old-mode-units | Kenny Woodson | 2017-08-11 | 4 | -4/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove additional 'restart master' handler references. | ||||
| * | | | | | | | | Remove additional 'restart master' handler references. | Andrew Butcher | 2017-08-09 | 4 | -4/+1 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4984 from abutcher/etcd-scaleup-tweaks | Scott Dodson | 2017-08-11 | 1 | -6/+14 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Use etcd_hostname/ip vars for etcd scaleup registration | ||||
| * | | | | | | | Update etcd scaleup entrypoint includes and use etcd_{hostname,ip} facts for ↵ | Andrew Butcher | 2017-08-11 | 1 | -6/+14 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | new member registration. | ||||
* | | | | | | | Merge pull request #4797 from kwoodson/os_firewall_refactor | Scott Dodson | 2017-08-11 | 48 | -147/+671 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Refactor the firewall workflow. | ||||
| * | | | | | | | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 24 | -60/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file. | ||||
| * | | | | | | | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 18 | -57/+41 |
| | | | | | | | | |||||
| * | | | | | | | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 45 | -121/+647 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3905 from kwoodson/nuage_idempotency | Scott Dodson | 2017-08-11 | 2 | -35/+9 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [nuage_master] Adding module calls instead of command for idempotency. | ||||
| * | | | | | | | | Spacing and moving deleget_to to bottom. | Kenny Woodson | 2017-04-18 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Updated to use modules instead of command for user permissions. | Kenny Woodson | 2017-04-10 | 2 | -35/+9 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5063 from mtnbikenc/fix-etcd-scaleup-init | Scott Dodson | 2017-08-11 | 1 | -15/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Refactor group initialization for etcd scaleup playbook | ||||
| * | | | | | | | | | Refactor group initialization | Russell Teague | 2017-08-11 | 1 | -15/+1 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #5047 from rhcarvalho/fix-when-warning | Scott Dodson | 2017-08-11 | 20 | -50/+72 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix syntax for when statement | ||||
| * | | | | | | | | | Fix syntax for when statement | Rodolfo Carvalho | 2017-08-10 | 20 | -50/+72 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}} | ||||
* | | | | | | | | | Merge pull request #5060 from sosiouxme/20170810-fix-braces | Jan Chaloupka | 2017-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | system_container.yml: fix braces | ||||
| * | | | | | | | | system_container.yml: fix braces | Luke Meyer | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5028 from mtnbikenc/entry-point-validation | Russell Teague | 2017-08-10 | 1 | -16/+32 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | More complete discovery of entry point playbooks | ||||
| * | | | | | | | | More complete discovery of entry point playbooks | Russell Teague | 2017-08-08 | 1 | -16/+32 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change scans for supported entry point playbooks based on the following conditions: * In the supported directory of playbooks/byo * Playbooks not included by any other playbooks | ||||
* | | | | | | | | Merge pull request #5057 from openshift/sdodson-patch-1 | Scott Dodson | 2017-08-10 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Update README.md | ||||
| * | | | | | | | Update README.md | Scott Dodson | 2017-08-10 | 1 | -6/+6 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4922 from sosiouxme/20170728-improve-get-vars | Scott Dodson | 2017-08-09 | 3 | -7/+73 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | openshift_checks: enable variable conversion |