summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [openshift-ansible] release [3.6.52-1].Jenkins CD Merge Bot2017-05-032-2/+14
| | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* Merge pull request #4070 from ewolinetz/mux_scaleup_fixOpenShift Bot2017-05-022-2/+2
|\ | | | | Merged by openshift-bot
| * Making mux with_items list evaluate as empty if didnt get objects beforeewolinetz2017-05-022-2/+2
| |
* | Merge pull request #4068 from mtnbikenc/fix-variantsScott Dodson2017-05-021-3/+4
|\ \ | | | | | | Fix variants for v3.6
| * | Fix variants for v3.6Russell Teague2017-05-021-3/+4
| | | | | | | | | | | | Fixes bug 1447204
* | | Merge pull request #4038 from mtnbikenc/upgrade-refactorOpenShift Bot2017-05-0233-1294/+1384
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | etcd Upgrade RefactorRussell Teague2017-05-025-80/+68
| | | | | | | | | | | | | | | | | | | | | | | | * Renaming etcd_hosts_to_* to oo_etcd_hosts_to* * Moving host group evaluation to evaluate_groups.yml * Removing duplicate evaluate_groups.yml usage
| * | | v3.3 Upgrade RefactorRussell Teague2017-05-027-301/+327
| | | |
| * | | v3.4 Upgrade RefactorRussell Teague2017-05-027-297/+323
| | | |
| * | | v3.5 Upgrade RefactorRussell Teague2017-05-027-308/+333
| | | |
| * | | v3.6 Upgrade RefactorRussell Teague2017-05-027-308/+333
| |/ /
* | | Merge pull request #4059 from sdodson/master-1.5-caOpenShift Bot2017-05-021-1/+1
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Use openshift_ca_host's hostnames to sign the CAScott Dodson2017-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | If for some reason oo_first_master and openshift_ca_host are different we could've signed the CA with the wrong hostnames.
* | | | Merge pull request #4045 from kwoodson/normalize_groupsOpenShift Bot2017-05-027-20/+9
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Normalizing groups.Kenny Woodson2017-05-017-20/+9
| | | | |
* | | | | Automatic commit of package [openshift-ansible] release [3.6.51-1].Jenkins CD Merge Bot2017-05-022-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | Merge pull request #4053 from abutcher/rhsub-sans-std-includeOpenShift Bot2017-05-021-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | Merged by openshift-bot
| * | | | Remove std_include from playbooks/byo/rhel_subscribe.ymlAndrew Butcher2017-05-011-4/+0
| | | | |
* | | | | Merge pull request #4028 from ewolinetz/logging_project_ns_labelsOpenShift Bot2017-05-022-11/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | | Merged by openshift-bot
| * | | | Adding way to add labels and nodeselectors to logging projectewolinetz2017-04-272-11/+34
| | | | |
* | | | | Automatic commit of package [openshift-ansible] release [3.6.50-1].Jenkins CD Merge Bot2017-05-022-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | Merge pull request #4034 from ↵Jan Chaloupka2017-05-023-10/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ingvagabund/move-excluder-verification-code-under-excluders-role [RFE] move excluder upgrade validation tasks under openshift_excluder role
| * | | | | move excluder upgrade validation tasks under openshift_excluder roleJan Chaloupka2017-04-283-10/+20
| | | | | |
* | | | | | Merge pull request #3975 from sdodson/ansible_23_warningsOpenShift Bot2017-05-0143-83/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Don't double quote when conditionsScott Dodson2017-05-0140-80/+80
| | | | | | |
| * | | | | | Remove jinja template delimeters from when conditionsScott Dodson2017-05-0123-51/+51
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* | | | | | Merge pull request #3865 from pilou-/fix_test_openssl_1.1.0OpenShift Bot2017-05-012-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Fix test compatibility with OpenSSL 1.1.0Pierre-Louis Bonicoli2017-04-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since OpenSSL 1.1.0, default name options ('oneline') for 'x509' command include 'space_eq'. Explicitly enable 'oneline' in order to have one behaviour with all versions.
* | | | | | | Automatic commit of package [openshift-ansible] release [3.6.49-1].Jenkins CD Merge Bot2017-05-012-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | Merge pull request #3986 from sdodson/require-2-2-2-0OpenShift Bot2017-05-013-20/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Bump ansible rpm dependency to 2.2.2.0Scott Dodson2017-04-253-20/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove check for unpatched 2.2.1.0
* | | | | | | | Merge pull request #3972 from lpsantil/masterScott Dodson2017-05-012-2/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update byo hosts examples with stronger warnings about Docker subnet overlap
| * | | | | | | | Warn users about conflicts with docker0 CIDR rangelpsantil2017-05-012-2/+16
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.48-1].Jenkins CD Merge Bot2017-05-012-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.47-1].Jenkins CD Merge Bot2017-05-012-2/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | / / / / Automatic commit of package [openshift-ansible] release [3.6.46-1].Jenkins CD Merge Bot2017-05-012-2/+6
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | Merge pull request #4027 from tbielawa/contrib_pre-commit_hookOpenShift Bot2017-05-014-0/+118
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Merged by openshift-bot
| * | | | | Merge branch 'master' into contrib_pre-commit_hookTim Bielawa2017-04-2818-196/+346
| |\ \ \ \ \
| * | | | | | Contrib: Hook to verify modules match assembled fragmentsTim Bielawa2017-04-284-0/+118
| | | | | | |
* | | | | | | Automatic commit of package [openshift-ansible] release [3.6.45-1].Jenkins CD Merge Bot2017-05-012-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | Automatic commit of package [openshift-ansible] release [3.6.44-1].Jenkins CD Merge Bot2017-04-302-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | Merge pull request #3817 from ingvagabund/polish-etcd-roleJan Chaloupka2017-04-3011-78/+89
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor etcd roles
| * | | | | | | Refactor etcd rolesJan Chaloupka2017-04-2811-78/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.43-1].Jenkins CD Merge Bot2017-04-292-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | | | | | | Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2OpenShift Bot2017-04-283-33/+51
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | Fix OpenShift registry deployment on OSE 3.2Lénaïc Huard2017-04-253-33/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #4000
* | | | | | | | | Merge pull request #4018 from ewolinetz/issue4007OpenShift Bot2017-04-281-1/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Merged by openshift-bot
| * | | | | | | | Adding checks for starting mux for 2.2.0ewolinetz2017-04-261-1/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #3983 from rhcarvalho/docs-and-ciScott Dodson2017-04-285-123/+236
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Document pull request process and improve contribution guide
| * | | | | | | | Document the Pull Request processRodolfo Carvalho2017-04-272-0/+88
| | | | | | | | |