summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-04-26Add masterConfig.volumeConfig.dynamicProvisioningEnabledScott Dodson
2016-04-26Merge pull request #1809 from abutcher/portal-netJason DeTiberus
BZ 1330357: Fail to deploy pod after installing env with openshift_master_portal_net='172.31.0.0/16'
2016-04-26Merge pull request #1810 from smunilla/fix_nosetests_26_aprJason DeTiberus
a-o-i tests: Update attended tests for proxy
2016-04-26a-o-i tests: Update attended tests for proxySamuel Munilla
Update the input to account for the new questions around proxies.
2016-04-26Move portal_net from openshift_common to openshift_facts.Andrew Butcher
2016-04-26Merge pull request #1765 from smunilla/proxy_uiJason DeTiberus
a-o-i: UI additions for proxies
2016-04-26Apply openshift_common to all masters prior to creating certificates for ↵Andrew Butcher
portal_net.
2016-04-26Access portal_net in common facts.Andrew Butcher
2016-04-26Merge pull request #1726 from detiber/htpasswd_usersJason DeTiberus
Add support for setting identity provider custom values
2016-04-25Merge pull request #1799 from ibotty/port_filter_plugins_to_ansible_2Jason DeTiberus
port filter_plugins to ansible2
2016-04-25Add support for setting identity provider custom valuesJason DeTiberus
- htpasswd users - ldap ca file - openid ca file - request_header ca file
2016-04-25port filter_plugins to ansible2Tobias Florek