summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup validate_hostnamesRussell Teague2017-08-151-5/+10
|
* Merge pull request #5037 from ozdanborne/calico-2.4Scott Dodson2017-08-143-12/+18
|\ | | | | Bump Calico to v2.4.1
| * Clean up Calico readmeDan Osborne2017-08-141-7/+13
| |
| * Bump calico to v2.4.1Dan Osborne2017-08-082-5/+5
| |
* | Merge pull request #4425 from rparulek/vsd-user-changeScott Dodson2017-08-141-1/+1
|\ \ | | | | | | Change vsd user nodes parameter name
| * | Change vsd user nodes parameter nameRohan Parulekar2017-08-141-1/+1
|/ /
* | Merge pull request #5055 from fraenkel/fix_awsAndrew Butcher2017-08-141-1/+1
|\ \ | | | | | | Fix Restore Master AWS Options
| * | Fix Restore Master AWS OptionsMichael Fraenkel2017-08-111-1/+1
| | | | | | | | | | | | - remove dangling bool
* | | Merge pull request #5073 from mtnbikenc/fix-firewall-playRussell Teague2017-08-141-2/+2
|\ \ \ | | | | | | | | Minor update to correct firewall play name
| * | | Minor update to correct firewall play nameRussell Teague2017-08-111-2/+2
| | | |
* | | | Merge pull request #5078 from jkaurredhat/cfme-1.7Scott Dodson2017-08-141-3/+3
|\ \ \ \ | | | | | | | | | | Default values for CFME container images are invalid
| * | | | Default values for CFME container images are invalidjkaurredhat2017-08-141-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-evaluateScott Dodson2017-08-122-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix duplicate evaluate_groups.yml call during install
| * | | | | Fix duplicate evaluate_groups.yml call during installRussell Teague2017-08-112-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-mountsScott Dodson2017-08-118-88/+73
|\ \ \ \ \ | |_|/ / / |/| | | | openshift_checks: refactor find_ansible_mount
| * | | | openshift_checks: refactor find_ansible_mountLuke Meyer2017-08-088-88/+73
| | | | | | | | | | | | | | | | | | | | Reuse the code for finding the ansible_mounts mount for a path.
* | | | | Merge pull request #5046 from abutcher/rm-old-mode-unitsKenny Woodson2017-08-114-4/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove additional 'restart master' handler references.
| * | | | | Remove additional 'restart master' handler references.Andrew Butcher2017-08-094-4/+1
| | | | | |
* | | | | | Merge pull request #4984 from abutcher/etcd-scaleup-tweaksScott Dodson2017-08-111-6/+14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Use etcd_hostname/ip vars for etcd scaleup registration
| * | | | | Update etcd scaleup entrypoint includes and use etcd_{hostname,ip} facts for ↵Andrew Butcher2017-08-111-6/+14
|/ / / / / | | | | | | | | | | | | | | | new member registration.
* | | | | Merge pull request #4797 from kwoodson/os_firewall_refactorScott Dodson2017-08-1148-147/+671
|\ \ \ \ \ | | | | | | | | | | | | Refactor the firewall workflow.
| * | | | | Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-1024-60/+74
| | | | | | | | | | | | | | | | | | | | | | | | file.
| * | | | | Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-0918-57/+41
| | | | | |
| * | | | | First attempt at refactor of os_firewallKenny Woodson2017-08-0845-121/+647
| | | | | |
* | | | | | Merge pull request #3905 from kwoodson/nuage_idempotencyScott Dodson2017-08-112-35/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | [nuage_master] Adding module calls instead of command for idempotency.
| * | | | | | Spacing and moving deleget_to to bottom.Kenny Woodson2017-04-181-2/+2
| | | | | | |
| * | | | | | Updated to use modules instead of command for user permissions.Kenny Woodson2017-04-102-35/+9
| | | | | | |
* | | | | | | Merge pull request #5063 from mtnbikenc/fix-etcd-scaleup-initScott Dodson2017-08-111-15/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor group initialization for etcd scaleup playbook
| * | | | | | | Refactor group initializationRussell Teague2017-08-111-15/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #5047 from rhcarvalho/fix-when-warningScott Dodson2017-08-1120-50/+72
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix syntax for when statement
| * | | | | | | Fix syntax for when statementRodolfo Carvalho2017-08-1020-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-bracesJan Chaloupka2017-08-111-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | system_container.yml: fix braces
| * | | | | | system_container.yml: fix bracesLuke Meyer2017-08-101-1/+1
| | | | | | |
* | | | | | | Merge pull request #5028 from mtnbikenc/entry-point-validationRussell Teague2017-08-101-16/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | More complete discovery of entry point playbooks
| * | | | | | More complete discovery of entry point playbooksRussell Teague2017-08-081-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-1Scott Dodson2017-08-101-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Update README.md
| * | | | | Update README.mdScott Dodson2017-08-101-6/+6
|/ / / / /
* | | | | Merge pull request #4922 from sosiouxme/20170728-improve-get-varsScott Dodson2017-08-093-7/+73
|\ \ \ \ \ | | | | | | | | | | | | openshift_checks: enable variable conversion
| * | | | | openshift_checks: enable variable conversionLuke Meyer2017-08-013-7/+73
| | | | | |
* | | | | | Merge pull request #4832 from smarterclayton/stop_using_old_modeOpenShift Bot2017-08-0928-288/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Remove remaining references to openshift-master.serviceClayton Coleman2017-08-0810-46/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents playbooks from accidentally restarting the master service.
| * | | | | | Disable old openshift-master.service on upgradeClayton Coleman2017-08-083-0/+11
| | | | | | |
| * | | | | | Use the new election mode (client based) instead of direct etcd accessClayton Coleman2017-08-081-3/+2
| | | | | | |
| * | | | | | Remove the origin-master.service and associated filesClayton Coleman2017-08-0813-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 everywhereClayton Coleman2017-08-081-1/+1
| | | | | | |
| * | | | | | Warn when user has no etcd group member nodesClayton Coleman2017-08-081-0/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | This will be removed from support in a future release
* | | | | | Merge pull request #4812 from kwoodson/openshift_version_refactorOpenShift Bot2017-08-083-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Merged by openshift-bot
| * | | | | Refactor of openshift_version.Kenny Woodson2017-08-083-2/+3
| |/ / / /
* | | | | Merge pull request #5032 from sdodson/v3_7_byoScott Dodson2017-08-084-0/+52
|\ \ \ \ \ | | | | | | | | | | | | Add missing byo v3_7 playbooks
| * | | | | Add missing byo v3_7 playbooksScott Dodson2017-08-084-0/+52
|/ / / / /