summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-14Merge pull request #5037 from ozdanborne/calico-2.4Scott Dodson
Bump Calico to v2.4.1
2017-08-14Merge pull request #4425 from rparulek/vsd-user-changeScott Dodson
Change vsd user nodes parameter name
2017-08-14Clean up Calico readmeDan Osborne
2017-08-14Change vsd user nodes parameter nameRohan Parulekar
2017-08-14Merge pull request #5055 from fraenkel/fix_awsAndrew Butcher
Fix Restore Master AWS Options
2017-08-14Merge pull request #5073 from mtnbikenc/fix-firewall-playRussell Teague
Minor update to correct firewall play name
2017-08-14Merge pull request #5078 from jkaurredhat/cfme-1.7Scott Dodson
Default values for CFME container images are invalid
2017-08-14Default values for CFME container images are invalidjkaurredhat
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>
2017-08-12Merge pull request #5074 from mtnbikenc/fix-duplicate-evaluateScott Dodson
Fix duplicate evaluate_groups.yml call during install
2017-08-11Fix duplicate evaluate_groups.yml call during installRussell Teague
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.
2017-08-11Minor update to correct firewall play nameRussell Teague
2017-08-11Merge pull request #4944 from sosiouxme/20170728-refactor-ansible-mountsScott Dodson
openshift_checks: refactor find_ansible_mount
2017-08-11Merge pull request #5046 from abutcher/rm-old-mode-unitsKenny Woodson
Remove additional 'restart master' handler references.
2017-08-11Merge pull request #4984 from abutcher/etcd-scaleup-tweaksScott Dodson
Use etcd_hostname/ip vars for etcd scaleup registration
2017-08-11Fix Restore Master AWS OptionsMichael Fraenkel
- remove dangling bool
2017-08-11Update etcd scaleup entrypoint includes and use etcd_{hostname,ip} facts for ↵Andrew Butcher
new member registration.
2017-08-11Merge pull request #4797 from kwoodson/os_firewall_refactorScott Dodson
Refactor the firewall workflow.
2017-08-11Merge pull request #3905 from kwoodson/nuage_idempotencyScott Dodson
[nuage_master] Adding module calls instead of command for idempotency.
2017-08-11Merge pull request #5063 from mtnbikenc/fix-etcd-scaleup-initScott Dodson
Refactor group initialization for etcd scaleup playbook
2017-08-11Merge pull request #5047 from rhcarvalho/fix-when-warningScott Dodson
Fix syntax for when statement
2017-08-11Refactor group initializationRussell Teague
2017-08-11Merge pull request #5060 from sosiouxme/20170810-fix-bracesJan Chaloupka
system_container.yml: fix braces
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-10Merge pull request #5028 from mtnbikenc/entry-point-validationRussell Teague
More complete discovery of entry point playbooks
2017-08-10system_container.yml: fix bracesLuke Meyer
2017-08-10Merge pull request #5057 from openshift/sdodson-patch-1Scott Dodson
Update README.md
2017-08-10Update README.mdScott Dodson
2017-08-10Fix syntax for when statementRodolfo Carvalho
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}}
2017-08-09Remove additional 'restart master' handler references.Andrew Butcher
2017-08-09Adding a default condition and removing unneeded defaults.Kenny Woodson
2017-08-09Merge pull request #4922 from sosiouxme/20170728-improve-get-varsScott Dodson
openshift_checks: enable variable conversion
2017-08-09Merge pull request #4832 from smarterclayton/stop_using_old_modeOpenShift Bot
Merged by openshift-bot
2017-08-08Bump calico to v2.4.1Dan Osborne
2017-08-08Merge pull request #4812 from kwoodson/openshift_version_refactorOpenShift Bot
Merged by openshift-bot
2017-08-08openshift_checks: refactor find_ansible_mountLuke Meyer
Reuse the code for finding the ansible_mounts mount for a path.
2017-08-08More complete discovery of entry point playbooksRussell Teague
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
2017-08-08Merge pull request #5032 from sdodson/v3_7_byoScott Dodson
Add missing byo v3_7 playbooks
2017-08-08Add missing byo v3_7 playbooksScott Dodson
2017-08-08Merge pull request #5030 from sdodson/v37_upgrade_stubScott Dodson
Add v3_7 upgrades
2017-08-08Add v3_7 upgradesScott Dodson
2017-08-08Merge pull request #4913 from sosiouxme/20170720-refactor-check-resultsRodolfo Carvalho
openshift_checks: refactor check results
2017-08-08Remove remaining references to openshift-master.serviceClayton Coleman
Prevents playbooks from accidentally restarting the master service.
2017-08-08Disable old openshift-master.service on upgradeClayton Coleman
2017-08-08Use the new election mode (client based) instead of direct etcd accessClayton Coleman
2017-08-08Remove the origin-master.service and associated filesClayton Coleman
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.
2017-08-08Make native clustering the default everywhereClayton Coleman
2017-08-08Warn when user has no etcd group member nodesClayton Coleman
This will be removed from support in a future release
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-08-08Refactor of openshift_version.Kenny Woodson
2017-08-08Merge pull request #4739 from kwoodson/openshift_facts_refactorScott Dodson
Reduce openshift_facts dependencies.