summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2016-05-12Merge pull request #1885 from dgoodwin/proxy-quotesJason DeTiberus
Fix mistaken quotes on proxy sysconfig variables.
2016-05-12Merge pull request #1875 from sdodson/fix-static-interfacesJason DeTiberus
Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS
2016-05-12Fix mistaken quotes on proxy sysconfig variables.Devan Goodwin
Only need double quotes if preserving whitespace, and never singles.
2016-05-12Sync comments with origin prScott Dodson
2016-05-12Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson
Only modify resolv.conf if IP4_NAMESERVERS is defined, it's not safe to do so otherwise.
2016-05-12Merge pull request #1870 from sdodson/fix-firewallJason DeTiberus
Fix master firewall rules by deferring them
2016-05-12Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_roleJason DeTiberus
Add image-auditor role to ManageIQ SA
2016-05-12Merge pull request #1871 from sdodson/fix-versionJason DeTiberus
Fix version fact on containerized installs
2016-05-11Why is the node failing to startScott Dodson
2016-05-11Move os_firewall out of openshift_commonScott Dodson
2016-05-11Remove old unused firewall rulesScott Dodson
2016-05-11Fix firewall rulesScott Dodson
2016-05-10Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus
Add support for Openstack based persistent volumes
2016-05-10Merge pull request #1828 from sdodson/bz1330920Jason DeTiberus
Fix openshift_generate_no_proxy_hosts boolean
2016-05-10Merge pull request #1872 from abutcher/flannel-fixesJason DeTiberus
Fixes for flannel configuration
2016-05-10Add support for Openstack based persistent volumesSylvain Baubeau
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
2016-05-09Fixes for flannel configuration.Andrew Butcher
2016-05-09Fix versionScott Dodson
2016-05-09Merge tag 'openshift-ansible-3.0.89-1'Brenton Leanhardt
Tagging package [openshift-ansible] version [3.0.89-1] in directory [./].
2016-05-09Merge pull request #1858 from vishpat/credentialsJason DeTiberus
Fixed the credentials
2016-05-09Use yum swap to downgrade dockerScott Dodson
2016-05-09Merge pull request #1869 from dgoodwin/upgrade-registriesJason DeTiberus
Fix cli_docker_additional_registries being erased during upgrade.
2016-05-09Fix cli_docker_additional_registries being erased during upgrade.Devan Goodwin
Legacy options (cli_*) were not being migrated during upgrade. Add the oo_all_hosts group, and migrate the facts as we do in the normal cluster playbooks.
2016-05-06Merge tag 'openshift-ansible-3.0.88-1'Brenton Leanhardt
Tagging package [openshift-ansible] version [3.0.88-1] in directory [./].
2016-05-06Open port 53 whenever we're unsure of versionScott Dodson
2016-05-06Fix unsafe boolean handling on use_dnsmasqScott Dodson
2016-05-05Fixed the credentialsVishal Patil
2016-05-05Merge pull request #1853 from abutcher/v2-hostvarsJason DeTiberus
Replace hostvars with vars for openshift env facts when ansible >= v2.
2016-05-05Merge pull request #1688 from jprovaznik/dnsJason DeTiberus
Allow containerized deployment of dns role
2016-05-04Add oo_merge_hostvars filter for merging host & play variables.Andrew Butcher
2016-05-03Replace hostvars with vars for openshift env facts when ansible >= v2.Andrew Butcher
2016-05-03Add system:image-auditor role to ManageIQ SAMooli Tayer
2016-05-02Merge pull request #1854 from abutcher/v2-iptables-overridesJason DeTiberus
V2 iptables overrides
2016-05-02Merge pull request #1852 from sdodson/dns-improvementsJason DeTiberus
Fix openshift_use_dnsmasq=False on 1.2/3.2 installs
2016-05-02Check and unmask iptables/firewalld.Andrew Butcher
2016-05-02Default os_firewall_use_firewalld to false in os_firewall and remove overrides.Andrew Butcher
2016-05-02Merge pull request #1850 from cben/patch-1Jason DeTiberus
Fix tables in roles/openshift_metrics/README.md
2016-05-02listen on all interfacesScott Dodson
2016-05-02Fix markdown in roles/openshift_metrics/README.mdBeni Cherniavsky-Paskin
(tables, literal example)
2016-04-30use stat module instead of shell module and ls to check for rpm-ostreeJason DeTiberus
2016-04-29 fix openstack templateSeth Jennings
2016-04-29Merge pull request #1839 from abutcher/v2-deprecationsJason DeTiberus
Cleanup various deprecation warnings.
2016-04-29Remove duplicate oauth_template fact.Andrew Butcher
2016-04-29Cleanup various deprecation warnings.Andrew Butcher
2016-04-29Merge pull request #1845 from sdodson/nm-msgJason DeTiberus
Make NetworkManager failure friendlier
2016-04-29Make NetworkManager failure friendlierScott Dodson
2016-04-29Remove deprecated online playbooks/rolesJason DeTiberus
2016-04-29Merge pull request #1840 from detiber/logging_fixJason DeTiberus
Fix templating issue with logging role
2016-04-28additional fixesJason DeTiberus
2016-04-28Fix templating issue with logging roleJason DeTiberus