summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-24Merge pull request #2654 from detiber/nix_vagrantScott Dodson
Remove Vagrantfile
2016-10-24Merge pull request #2655 from sdodson/image-stream-syncScott Dodson
Bump logging and metrics deployers to 3.3.1 and 3.4.0
2016-10-24Bump logging and metrics deployers to 3.3.1 and 3.4.0Scott Dodson
2016-10-24Merge pull request #2641 from vishpat/cert-validityAndrew Butcher
Added a parameter for cert validity for Nuage components
2016-10-24Remove VagrantfileJason DeTiberus
- Remove Vagrantfile - Update README_vagrant.md to point to openshift-ansible-contrib for a vagrant-based installation
2016-10-24Merge pull request #2650 from sdodson/issue2646Andrew Butcher
Enable dnsmasq service
2016-10-24Merge pull request #2649 from abutcher/default-modify-imagestreamsAndrew Butcher
Default infra template modification based on openshift_examples_modify_imagestreams
2016-10-24Enable dnsmasq serviceScott Dodson
2016-10-24Default infra template modification based on ↵Andrew Butcher
openshift_examples_modify_imagestreams
2016-10-24Automatic commit of package [openshift-ansible] release [3.4.12-1].Troy Dawson
2016-10-24Merge pull request #2573 from abutcher/infra-templatesScott Dodson
Move infrastructure templates into openshift_hosted_templates role.
2016-10-21Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher
2016-10-21Added a parameter for cert validityVishal Patil
2016-10-21Merge pull request #2639 from tbielawa/test-utils-debuggingAndrew Butcher
Unit tests for the debug_env logger thing
2016-10-21Merge pull request #2563 from smunilla/BZ1339621Andrew Butcher
a-o-i: Separate install and scaleup workflows
2016-10-21Unit tests for the debug_env logger thingTim Bielawa
2016-10-21Merge pull request #2624 from abutcher/rm-hosted-registry-object-storage-varsScott Dodson
Reference full vars for registry object storage.
2016-10-21Automatic commit of package [openshift-ansible] release [3.4.11-1].Troy Dawson
2016-10-21Merge pull request #2638 from henningf/masterScott Dodson
trouble creating service signer certificate while running upgrade dockerized
2016-10-21trouble creating service signer while running upgrade dockerizedHenning Fjellheim
2016-10-20a-o-i: Separate install and scaleup workflowsSamuel Munilla
In order to simplify the quick installer logic, this moves the scaleup workflow into its own subcommand. Fixes: Bug 1339621
2016-10-20Merge pull request #2623 from rhcarvalho/typosAndrew Butcher
Fix typos
2016-10-20Merge pull request #2549 from tbielawa/check-cert-expiryAndrew Butcher
Cert Expiry for Cluster Ops
2016-10-20Merge pull request #2627 from dgoodwin/remove-pacemaker-restartsScott Dodson
Drop pacemaker restart logic.
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-20Get router/registry certs. Collect common names and subjectAltNamesTim Bielawa
2016-10-20Support etcd certs now. Fix lint. Generate HTML report.Tim Bielawa
2016-10-20Try to make boiler plate for cert expiry checkingTim Bielawa
2016-10-19Merge pull request #2630 from abutcher/fix-default-callbackScott Dodson
Fix maximum recursion depth exceeded in default callback
2016-10-19Override __init__ in default callback to avoid infinite loop.Andrew Butcher
2016-10-19Drop pacemaker restart logic.Devan Goodwin
Pacemaker clusters are no longer supported, and in some cases bugs here were causing upgrade failures.
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-19Fix typosRodolfo Carvalho
2016-10-19Automatic commit of package [openshift-ansible] release [3.4.10-1].Troy Dawson
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-18Reference full vars for registry object storage.Andrew Butcher
2016-10-17Merge pull request #2611 from abutcher/systemd-units-node-configScott Dodson
Build full node config path in systemd_units tasks.
2016-10-17Merge pull request #2 from sdodson/systemd-units-node-configAndrew Butcher
Get rid of openshift_node_config_file entirely
2016-10-17Get rid of openshift_node_config_file entirelyScott Dodson
2016-10-17Merge pull request #2612 from sdodson/loggingScott Dodson
[logging] Fix NFS volume binding
2016-10-17[logging] Fix NFS volume bindingScott Dodson
2016-10-17Build full node config path in systemd_units tasks.Andrew Butcher