Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | | | openshift_checks: enable variable conversion | Luke Meyer | 2017-08-01 | 3 | -7/+73 |
| | | | | | |||||
* | | | | | Merge pull request #4832 from smarterclayton/stop_using_old_mode | OpenShift Bot | 2017-08-09 | 28 | -288/+60 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Remove remaining references to openshift-master.service | Clayton Coleman | 2017-08-08 | 10 | -46/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Prevents playbooks from accidentally restarting the master service. | ||||
| * | | | | | Disable old openshift-master.service on upgrade | Clayton Coleman | 2017-08-08 | 3 | -0/+11 |
| | | | | | | |||||
| * | | | | | Use the new election mode (client based) instead of direct etcd access | Clayton Coleman | 2017-08-08 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | Remove the origin-master.service and associated files | Clayton Coleman | 2017-08-08 | 13 | -238/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8. | ||||
| * | | | | | Make native clustering the default everywhere | Clayton Coleman | 2017-08-08 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Warn when user has no etcd group member nodes | Clayton Coleman | 2017-08-08 | 1 | -0/+6 |
| | |/ / / | |/| | | | | | | | | | | | | | This will be removed from support in a future release | ||||
* | | | | | Merge pull request #4812 from kwoodson/openshift_version_refactor | OpenShift Bot | 2017-08-08 | 3 | -2/+3 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Merged by openshift-bot | ||||
| * | | | | Refactor of openshift_version. | Kenny Woodson | 2017-08-08 | 3 | -2/+3 |
| |/ / / | |||||
* | | | | Merge pull request #5032 from sdodson/v3_7_byo | Scott Dodson | 2017-08-08 | 4 | -0/+52 |
|\ \ \ \ | | | | | | | | | | | Add missing byo v3_7 playbooks | ||||
| * | | | | Add missing byo v3_7 playbooks | Scott Dodson | 2017-08-08 | 4 | -0/+52 |
|/ / / / | |||||
* | | | | Merge pull request #5030 from sdodson/v37_upgrade_stub | Scott Dodson | 2017-08-08 | 7 | -0/+382 |
|\ \ \ \ | | | | | | | | | | | Add v3_7 upgrades | ||||
| * | | | | Add v3_7 upgrades | Scott Dodson | 2017-08-08 | 7 | -0/+382 |
| | | | | | |||||
* | | | | | Merge pull request #4913 from sosiouxme/20170720-refactor-check-results | Rodolfo Carvalho | 2017-08-08 | 22 | -643/+730 |
|\ \ \ \ \ | |_|/ / / |/| | | | | openshift_checks: refactor check results | ||||
| * | | | | openshift_checks: refactor logging checks | Luke Meyer | 2017-08-02 | 15 | -616/+699 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn failure messages into exceptions that tests can look for without depending on text meant for humans. Turn logging_namespace property into a method. Get rid of _exec_oc and just use logging.exec_oc. | ||||
| * | | | | openshift_checks: add property to track 'changed' | Luke Meyer | 2017-08-02 | 12 | -40/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced the 'changed' property for checks that can make changes to track whether they did or not. Rather than the check's own logic having to track this and include it in the result hash, just set the property and have the action plugin insert it in the result hash after running (even if there is an exception). Cleared out a lot of crufty "changed: false" hash entries. | ||||
* | | | | | Merge pull request #4739 from kwoodson/openshift_facts_refactor | Scott Dodson | 2017-08-08 | 18 | -200/+152 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Reduce openshift_facts dependencies. | ||||
| * | | | | Fix lint errors | Scott Dodson | 2017-08-07 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | integration tests: keep openshift_version happy | Luke Meyer | 2017-08-07 | 10 | -55/+18 |
| | | | | | |||||
| * | | | | New pattern involves startup and initializing through the std_include.yml | Kenny Woodson | 2017-08-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | papr: Update to use v3.6.0 images | Steve Milner | 2017-08-04 | 1 | -1/+1 |
| | | | | |