summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-02Merge pull request #1775 from detiber/kill_deprecated_rolesJason DeTiberus
Remove deprecated online playbooks/roles
2016-05-02Merge pull request #1850 from cben/patch-1Jason DeTiberus
Fix tables in roles/openshift_metrics/README.md
2016-05-02Merge pull request #1848 from detiber/statAndrew Butcher
use stat module instead of shell module and ls to check for rpm-ostree
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-29Merge pull request #1847 from sjenning/fix-openstack-templateJason DeTiberus
fix openstack template
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-29Merge pull request #1843 from detiber/remove_deprecated_rolesJason DeTiberus
Remove deprecated roles
2016-04-29Merge pull request #1841 from andrewklau/insecure-registryJason DeTiberus
Add openshift_docker_hosted_registry_insecure option
2016-04-29Merge pull request #1844 from openshift/README-updatesJason DeTiberus
README Updates
2016-04-29README UpdatesJason DeTiberus
2016-04-29Merge pull request #1842 from talset/inventory_certJason DeTiberus
Fix inventory syntax
2016-04-29Remove deprecated online playbooks/rolesJason DeTiberus
2016-04-29fix up variable references remove "online" support from bin/clusterJason DeTiberus
2016-04-29Remove Ops specific ansible-tower aws playbooksJason DeTiberus
2016-04-29Fix inventory syntaxetalset
* ERROR: /etc/ansible/hosts:...: variables assigned to group must be in key=value form * change key: value by key=value
2016-04-29Add openshift_docker_hosted_registry_insecure optionAndrew Lau
2016-04-29Merge pull request #1840 from detiber/logging_fixJason DeTiberus
Fix templating issue with logging role
2016-04-28Merge pull request #1835 from sdodson/bz1331346Jason DeTiberus
BuildDefaults are a kube admission controller not an openshift admission
2016-04-28additional fixesJason DeTiberus
2016-04-28Fix templating issue with logging roleJason DeTiberus
2016-04-28BuildDefaults are a kube admission controller not an openshift admissionScott Dodson
controller Also, improve commenting
2016-04-28Merge pull request #1836 from smunilla/BZ1331365Jason DeTiberus
a-o-i: More friendly proxy questions
2016-04-28a-o-i: More friendly proxy questionsSamuel Munilla
Some UI improvements to help make it more clear to the user what information we are looking for.
2016-04-28Merge pull request #1831 from sdodson/update-repos-on-upgradeJason DeTiberus
Update repos per inventory before upgrading
2016-04-28Merge pull request #1834 from jianlinliu/masterJason DeTiberus
update tenand_id typo in example file
2016-04-28update tenand_id typo in example fileJianlin Liu
2016-04-28Update hosts.ose.exampleJianlin Liu
2016-04-28update tenand_id typo in example fileJianlin Liu
2016-04-27Update repos per inventory before upgradingScott Dodson
2016-04-27Merge pull request #1818 from dgoodwin/safe-yaml-3Jason DeTiberus
Fix inventory properties with raw booleans, again...
2016-04-27Automatic commit of package [openshift-ansible] release [3.0.87-1].Troy Dawson
2016-04-27Merge pull request #1830 from smunilla/BZ1330918Jason DeTiberus
a-o-i: Populate groups for openshift_facts
2016-04-27Merge pull request #1829 from smunilla/BZ1330919Jason DeTiberus
a-o-i-: Allow empty proxy
2016-04-27a-o-i-: Allow empty proxySamuel Munilla
2016-04-27a-o-i: Populate groups for openshift_factsSamuel Munilla
openshift_facts is currently failing because it doesn't properly set up groups after the proxy changes we made. This fixes that.
2016-04-27Merge pull request #1812 from sdodson/issue1759Jason DeTiberus
Add masterConfig.volumeConfig.dynamicProvisioningEnabled
2016-04-27Merge pull request #1824 from abutcher/sudo-becomeJason DeTiberus
Replace sudo with become when accessing deployment_vars.
2016-04-27Replace sudo with become when accessing deployment_vars.Andrew Butcher
2016-04-27Fix inventory properties with raw booleans, again...Devan Goodwin
The fix earlier in this affected method was only being applied when merging old and new facts. In a first run on a clean system with no pre-existing openshift facts cache, the yaml safe load was not applied resulting in the same broken master config. (which would fix itself if you just reran the config playbook) Apply the same check on new facts not previously applied on the system.
2016-04-26Merge pull request #1813 from abutcher/v2-lookupJason DeTiberus
Port lookup_plugins to ansible v2.
2016-04-26Port lookup plugins to ansible v2.Andrew Butcher
2016-04-26Automatic commit of package [openshift-ansible] release [3.0.86-1].Brenton Leanhardt
2016-04-26Merge pull request #1808 from sdodson/fix-proxyAndrew Butcher
Don't set empty HTTP_PROXY, HTTPS_PROXY, NO_PROXY values
2016-04-26Don't set empty HTTP_PROXY, HTTPS_PROXY, NO_PROXY valuesScott Dodson