summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-27Shut down masters before taking an etcd backupScott Dodson
2017-07-27Add 3.7 releaserScott Dodson
2017-07-27Automatic commit of package [openshift-ansible] release [3.7.1-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-07-27Merge pull request #4902 from sdodson/fix-control-plane-upgradeScott Dodson
Fix incorrect delegate_to in control plane upgrade
2017-07-27Fix incorrect delegate_to in control plane upgradeScott Dodson
2017-07-27Merge pull request #4884 from warmchang/version-3.6Scott Dodson
Follow the new naming conventions.
2017-07-27Merge pull request #4882 from sdodson/fix-node-resolv-confScott Dodson
Simplify generation of /etc/origin/node/resolv.conf
2017-07-27Merge pull request #4874 from ingvagabund/set-default-valuesJan Chaloupka
Sync all openshift.common.use_openshift_sdn uses in yaml files
2017-07-27Follow the new naming conventions.William Chang
2017-07-26Merge pull request #4868 from ewolinetz/metrics_fix_caCertScott Dodson
Fixing route spec caCertificate to be correctly capitalized
2017-07-26Simplify generation of /etc/origin/node/resolv.confScott Dodson
Don't attempt to copy /etc/resolv.conf whenever there's no watermark, just write out the list of nameservers that network manager tells us about like we do for origin-upstream-dns.conf Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474707
2017-07-26Merge pull request #4881 from abutcher/glusterfs-cluster-hostsScott Dodson
Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.
2017-07-26Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.Andrew Butcher
2017-07-26Merge pull request #4448 from mtnbikenc/vars-syntaxScott Dodson
Remove invalid when: from vars:
2017-07-26Merge pull request #4738 from sjug/opt_ansible_cfgScott Dodson
Additional optimization parameters for ansible.cfg
2017-07-26Merge pull request #4844 from ewolinetz/bz1463081Scott Dodson
Updating how storage type is determined, adding bool filter in opensh…
2017-07-26Merge pull request #4816 from abutcher/containerized-lb-image-tagScott Dodson
Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.
2017-07-26Merge pull request #4485 from sosiouxme/20170616-store-args-in-check-propertiesScott Dodson
openshift_checks: store args in check properties
2017-07-26Merge pull request #4693 from enoodle/create_router_certificate_by_defaultScott Dodson
Router wildcard certificate created by default
2017-07-26Merge pull request #4876 from ewolinetz/fix_podpreset_permsScott Dodson
Fixing podpresets perms for service-catalog-controller
2017-07-26Sync all openshift.common.use_openshift_sdn uses in yaml filesJan Chaloupka
Most occurrences are in a form: ```yaml openshift.common.use_openshift_sdn | default(true) | bool ``` Let's make all occurences this way given the use_openshift_sdn is set to true anyway. See https://github.com/openshift/openshift-ansible/blob/0c350dcc7d06d62be5ba3a8e468dff85cdd96dd7/roles/openshift_facts/library/openshift_facts.py#L2035
2017-07-26Fixing podpresets perms for service-catalog-controllerewolinetz
2017-07-26Merge pull request #4813 from sdodson/log-dumperScott Dodson
Fix log dumping on service failure
2017-07-26Merge pull request #4855 from mwringe/hawkular-namespace-listener-updateScott Dodson
Metrics: grant hawkular namespace listener role
2017-07-26Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failureJan Chaloupka
Fix etcd conditional check failure (issue #4121)
2017-07-25Fixing route spec caCertificate to be correctly capitalizedewolinetz
2017-07-25Merge pull request #4866 from sdodson/timeoutstartsec-nodeScott Dodson
Set TimeoutStartSec=300
2017-07-25Set TimeoutStartSec=300Scott Dodson
On nodes with thousands of services it may take a very long time to establish all of the network routing rules. The longest we've seen is about 180s
2017-07-25Merge pull request #4863 from ↵Scott Dodson
openshift/revert-4755-set-killmode-to-process-in-node-service-file Revert "set KillMode to process in node service file"
2017-07-25Revert "set KillMode to process in node service file"Scott Dodson
2017-07-25openshift_checks: refactor to internalize task_varsLuke Meyer
Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code.
2017-07-25openshift_checks: get rid of deprecated module_executorLuke Meyer
2017-07-25openshift_checks: improve comments/namesLuke Meyer
2017-07-25add default value for router path in the certErez Freiberger
2017-07-25Router wildcard certificate created by defaultErez Freiberger
2017-07-25Merge pull request #4854 from ewolinetz/metrics_remove_no_logScott Dodson
Removing no_log from htpasswd invocation so not to supress errors
2017-07-25Merge pull request #4858 from jarrpa/unsupported-paramsScott Dodson
Remove unsupported parameters from example inventory files.
2017-07-25Remove unsupported parameters from example inventory files.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-25Merge pull request #4839 from tripledes/unexclude_use_abs_pathScott Dodson
Use absolute path when un-excluding
2017-07-24Merge pull request #4856 from sdodson/fix-lintScott Dodson
Fix lint errors
2017-07-24Fix lint errorsScott Dodson
2017-07-24Merge pull request #4846 from dcbw/libvirt-fixupsScott Dodson
libvirt fixups
2017-07-24Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxyScott Dodson
Bz1466783 etcd ips in masters no proxy
2017-07-24Metrics: grant hawkular namespace listener rolemwringe
2017-07-24Removing nolog from htpasswd invocation so not to supress errorsewolinetz
2017-07-24Merge pull request #4849 from kwoodson/sc_prov_fix_2Kenny Woodson
fix for storageclass provision defaults.
2017-07-24Removed kubernetes.io string from default.Kenny Woodson
2017-07-24Merge pull request #4847 from sdodson/optional-migrationsScott Dodson
Allow storage migrations to be optional and/or non fatal
2017-07-24Allow storage migrations to be optional and/or non fatalScott Dodson
Allow configuration of these options, these are their defaults openshift_upgrade_pre_storage_migration_enabled=true openshift_upgrade_post_storage_migration_enabled=true openshift_upgrade_pre_storage_migration_fatal=true openshift_upgrade_post_storage_migration_fatal=false
2017-07-24Merge pull request #4830 from fabianvf/asb-image-renameScott Dodson
Add ose- prefix to ansible service broker name