summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-15Additional os_firewall role refactoringRussell Teague
* Remove openshift_facts dependency * Move firewall initialization from std_include.yml to openshift_cluster/config.yml Installing firewall packages is only necessary during OpenShift installation.
2017-08-15Merge pull request #5072 from kwoodson/glusterfs_fwScott Dodson
Glusterfs firewall updates.
2017-08-15Merge pull request #5051 from DenverJ/fix-iptables-reloadScott Dodson
Start iptables on each master in serial
2017-08-15Merge pull request #5058 from kwoodson/project_error_checkScott Dodson
Adding error checking to create.
2017-08-15Merge pull request #4767 from vareti/IptablesKubeProxyScott Dodson
Nuage changes to support IPTables kube-proxy in OpenShift
2017-08-15Merge pull request #4770 from kwoodson/openshift_repos_refactorScott Dodson
Removing openshift_repo dependencies. Moving to beginning of openshift_cluster.
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-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
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-11Moving firewall rules under the role to work with refactor.Kenny Woodson
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-10Error check project creation.Kenny Woodson
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-10Start iptables on each master in serialDenver Janke
Fix task hanging when running from a master
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