summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2016-10-20Don't freak out if the oc command doesn't exist.Tim Bielawa
2016-10-20Make the json template filter-driven.Tim Bielawa
2016-10-20Add JSON result CLI parsing notes to the READMETim Bielawa
2016-10-20The JSON result saving template now includes a summary of expired/warned ↵Tim Bielawa
certs for easier parsing.
2016-10-20Clean up lint and other little things (polish++)Tim Bielawa
* Fix code lint * Prefix role variables with the role name per best practices * Add words to README
2016-10-20Fix playbooks, update readme, update default varsTim Bielawa
Fix 'make ci' system Add examples
2016-10-20Refactor into a roleTim Bielawa
2016-10-19Merge pull request #2620 from mscherer/cleanup_split_argsJason DeTiberus
Remove uneeded import of ansible.module_utils.splitter
2016-10-19Merge pull request #2621 from dgoodwin/symlink-fixScott Dodson
Switch from "oadm" to "oc adm" and fix bug in binary sync.
2016-10-19Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin
Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
2016-10-19Remove uneeded import of ansible.module_utils.splitterMichael Scherer
2016-10-17Merge pull request #2611 from abutcher/systemd-units-node-configScott Dodson
Build full node config path in systemd_units tasks.
2016-10-17Get rid of openshift_node_config_file entirelyScott Dodson
2016-10-17Build full node config path in systemd_units tasks.Andrew Butcher
2016-10-17Merge pull request #2608 from abutcher/template-with-itemsScott Dodson
Template with_items for upstream ansible-2.2 compat.
2016-10-15Default []Andrew Butcher
2016-10-15Merge pull request #2590 from vshn/feature/s3_regionendpointJason DeTiberus
add regionendpoint parameter for registry s3
2016-10-14Template with_items for upstream ansible-2.2 compat.Andrew Butcher
2016-10-14formatting updates in templateTobias Brunner
2016-10-13Merge pull request #2598 from detiber/2547Scott Dodson
update handling of use_dnsmasq
2016-10-13update handling of use_dnsmasqJason DeTiberus
2016-10-13Merge pull request #2586 from cgwalters/seboolean-handle-aliasesScott Dodson
nfs: Handle seboolean aliases not just in Fedora
2016-10-12adjustments in docs and j2 templateTobias Brunner
2016-10-12add regionendpoint parameter for registry s3Tobias Brunner
2016-10-12nfs: Handle seboolean aliases not just in FedoraColin Walters
I'm testing with a bleeding edge RHEL Atomic Host, and it looks like we pulled in a new version of selinux-policy that has `virt_sandbox_use_nfs` aliased to `virt_use_nfs`. In https://github.com/openshift/openshift-ansible/pull/2356 Adam changed this to check for Fedora. This changes things to drop the distribution check, and instead parse the `getsebool` output to determine whether or not the boolean is an alias, and should hence work on all distributions/versions.
2016-10-11Merge branch 'master' of github.com:openshift/openshift-ansible into ↵Justin Cook
variable_with_no_default_2576
2016-10-11set defaults for debug_level in template and taskJustin Cook
2016-10-10Merge pull request #2579 from sdodson/fix-registry-volume-namespaceAndrew Butcher
Fix config and namespace for registry volume detection
2016-10-10Fix config and namespace for registry volume detectionScott Dodson
2016-10-10Merge pull request #2561 from lhuard1A/check_openstack_hostname_are_resovableScott Dodson
Check that OpenStack hostnames are resolvable
2016-10-10Apply same pattern to HA master servicesScott Dodson
2016-10-10Improve how we handle containerized node failure on first startupScott Dodson
2016-10-07Retry failed master startup onceDan Mace
Master startup can fail when ec2 transparently reallocates the block storage, causing etcd writes to temporarily fail. Retry failures blindly just once to allow time for this transient condition to to resolve and for systemd to restart the master (which will eventually succeed). https://github.com/coreos/etcd/issues/3864 https://github.com/openshift/origin/issues/6065 https://github.com/openshift/origin/issues/6447
2016-10-07Merge pull request #2565 from vishpat/etcdAndrew Butcher
Nuage Monitor: Enumerate over etcd servers
2016-10-07[logging] Fix openshift_hosted_logging_fluentd_nodeselectorScott Dodson
2016-10-07Changes for etcd serversVishal Patil
2016-10-06Merge pull request #2548 from dgoodwin/containerized-bScott Dodson
Error out if containerized=true for lb host.
2016-10-06Check that OpenStack hostnames are resolvableLénaïc Huard
If they’re not, then use IP instead
2016-10-06Error out if containerized=true for lb host.Devan Goodwin
2016-10-06Merge pull request #2558 from jtslear/issue-2423Scott Dodson
Removes an unused file
2016-10-06Merge pull request #2556 from sdodson/image-stream-syncScott Dodson
Add v1.4 content, update v1.3 content to latest
2016-10-05Removes an unused fileJohn T Skarbek
* closes openshift/openshift-ansible#2423
2016-10-05Update v1.3 contentScott Dodson
2016-10-05Add v1.4 contentScott Dodson
2016-10-05Merge pull request #2546 from abutcher/master-debug-levelTim Bielawa
Bug 1366522 - The value of "debug_level" isn't applied to /etc/sysconfig/atomic-openshift-master
2016-10-05Merge pull request #2544 from abutcher/registry-checkScott Dodson
Don't secure registry or deploy registry console when infra replicas == 0
2016-10-05Move openshift.common.debug.level to openshift_facts.Andrew Butcher
2016-10-04Merge pull request #2511 from vishpat/nuage_haAndrew Butcher
Changes for Nuage HA
2016-10-04Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher
2016-10-04Merge pull request #2538 from DG-i/masterAndrew Butcher
allow networkConfig.ingressIPNetworkCIDRs to be configured