summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15Merge pull request #2590 from vshn/feature/s3_regionendpointJason DeTiberus
add regionendpoint parameter for registry s3
2016-10-14Merge pull request #2607 from vshn/fix/2602Andrew Butcher
Do not error on node labels set too non-string values.
2016-10-14Merge pull request #2605 from sdodson/loggingScott Dodson
[logging] Use inventory variables rather than facts
2016-10-14formatting updates in templateTobias Brunner
2016-10-14Do not error on node labels set too non-string values.Manuel Hutter
see #2602
2016-10-14Use inventory variables rather than factsScott Dodson
2016-10-14Merge pull request #2604 from dgoodwin/restart-nodes-againScott Dodson
Resume restarting node after upgrading node rpms.
2016-10-14Resume restarting node after upgrading node rpms.Devan Goodwin
Error in commit 245fef16573757b6e691c448075d8564f5d569f4. As it turns out this is the only place a rpm based node can be restarted in upgrade. Restoring the restart but making it conditional to avoid the two issues reported with out of sync node restarts.
2016-10-14Merge pull request #2603 from dgoodwin/skip-docker-avail-checkScott Dodson
upgrade: Don't check avail docker version if not already installed.
2016-10-14upgrade: Don't check avail docker version if not already installed.Devan Goodwin
2016-10-14Automatic commit of package [openshift-ansible] release [3.4.8-1].Troy Dawson
2016-10-13revise docsTobias Brunner
2016-10-13Merge pull request #2598 from detiber/2547Scott Dodson
update handling of use_dnsmasq
2016-10-13Merge pull request #2599 from dgoodwin/node-docker-upgradeScott Dodson
Fix standalone docker upgrade playbook skipping nodes.
2016-10-13update handling of use_dnsmasqJason DeTiberus
2016-10-13Merge pull request #2595 from tbielawa/aoi-fix-runner-on-failedTim Bielawa
Fix missing play assignment in a-o-i callback plugin
2016-10-13Merge pull request #2586 from cgwalters/seboolean-handle-aliasesScott Dodson
nfs: Handle seboolean aliases not just in Fedora
2016-10-13Fix standalone docker upgrade playbook skipping nodes.Devan Goodwin
Transition to being able to specify nodes to upgrade caused standalone nodes to get skipped in this playbook.
2016-10-12Merge pull request #2593 from dgoodwin/remove-node-restartScott Dodson
Stop restarting node after upgrading master rpms.
2016-10-12Fix missing play assignment in a-o-i callback pluginTim Bielawa
If a task fails in the quick installer it calls the `v2_runner_on_failed` method in the callback plugin. I missed setting `self._play` in the first iteration of the callback plugin, which it turns out is critical for the `on_failed` method to work. This fixes that by adding back in the assignment in the `play_start` method.
2016-10-12Merge pull request #2592 from smunilla/BZ1381411Scott Dodson
Fix upgrade mappings in quick installer
2016-10-12adjustments in docs and j2 templateTobias Brunner
2016-10-12Stop restarting node after upgrading master rpms.Devan Goodwin
This looks to be causing a customer issue where some HA upgrades fail, due to a missing EgressNetworkPolicy API. We update master rpms, we don't restart services yet, but then restart node service which tries to talk to an API that does not yet exist. (pending restart) Restarting node here is very out of place and appears to not be required.
2016-10-12Fix upgrade mappings in quick installerSamuel Munilla
Update to use the correct playbook for 3.2 to 3.3 upgrades and some error handling for unsupported upgrades. Fixes Bug 1381411
2016-10-12add regionendpoint parameter for registry s3Tobias Brunner
2016-10-12Automatic commit of package [openshift-ansible] release [3.4.7-1].Troy Dawson
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 pull request #2584 from jhcook/variable_with_no_default_2576Scott Dodson
set defaults for debug_level in template and task
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-10Merge pull request #2581 from sdodson/bz1377089Scott Dodson
Set HTTPS_PROXY in example builddefaults_json
2016-10-10Set HTTPS_PROXY in example builddefaults_jsonScott Dodson
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-10Merge pull request #2571 from sdodson/node-retry-improvementScott Dodson
Retry starting master and node services once
2016-10-10Automatic commit of package [openshift-ansible] release [3.4.6-1].Troy Dawson
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-10Merge pull request #2572 from ironcladlou/master-retriesScott Dodson
Retry failed master startup once
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-07Merge pull request #2569 from sdodson/loggingScott Dodson
[logging] Fix openshift_hosted_logging_fluentd_nodeselector
2016-10-07[logging] Fix openshift_hosted_logging_fluentd_nodeselectorScott Dodson
2016-10-07Automatic commit of package [openshift-ansible] release [3.4.5-1].Scott Dodson
2016-10-07Merge pull request #2566 from abutcher/dash-veeScott Dodson
[a-o-i] -v disables quiet ansible config.
2016-10-07[a-o-i] -v disables quiet ansible config.Andrew Butcher
2016-10-07Automatic commit of package [openshift-ansible] release [3.4.4-1].Troy Dawson
2016-10-07Changes for etcd serversVishal Patil