summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2052 from sdodson/metricsScott Dodson2016-08-2510-71/+299
|\ | | | | Metrics improvements
| * Refactor volume directory creationScott Dodson2016-08-241-2/+3
| |
| * Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselvesScott Dodson2016-08-243-3/+3
| |
| * Add metrics exports to nfs role, move exports to ↵Scott Dodson2016-08-242-1/+17
| | | | | | | | /etc/exports.d/openshift-ansible.exports
| * Add ability to disable pvc creationScott Dodson2016-08-241-2/+4
| |
| * Fix registry volumeScott Dodson2016-08-241-1/+2
| |
| * add selectors for metrics and loggingScott Dodson2016-08-241-0/+8
| |
| * Add logic to detect existing installsScott Dodson2016-08-244-84/+175
| | | | | | | | | | However, due to testing constraints we're only supporting 'greenfield' installs right now.
| * Add Enterprise 3.3 templateScott Dodson2016-08-242-6/+36
| |
| * Pull in keynote demo changesScott Dodson2016-08-243-54/+133
| |
* | Merge pull request #2361 from detiber/repo_reworkJason DeTiberus2016-08-241-1/+0
|\ \ | | | | | | fix duplicate src field
| * | fix duplicate src fieldJason DeTiberus2016-08-241-1/+0
| | |
* | | Merge pull request #2360 from detiber/repo_reworkJason DeTiberus2016-08-2412-86/+9
|\| | | | | | | | Repo rework
| * | simplify repo configurationJason DeTiberus2016-08-2411-78/+9
| | |
| * | remove fedora origin copr (it's in mainline fedora now), some dnf/yum clean upAdam Miller2016-08-241-8/+0
| |/ | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* | Merge pull request #2359 from abutcher/flannel-certsScott Dodson2016-08-242-13/+12
|\ \ | | | | | | Correct flannel cert variables.
| * | Correct flannel cert variables.Andrew Butcher2016-08-242-13/+12
| | |
* | | Merge pull request #2356 from maxamillion/fedoraJason DeTiberus2016-08-241-4/+4
|\ \ \ | | | | | | | | don't set virt_sandbox_use_nfs on Fedora, it was replaced by virt_use_nfs
| * | | don't set virt_sandbox_use_nfs on Fedora, it was replaced by virt_use_nfsAdam Miller2016-08-241-4/+4
| |/ / | | | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* | | Merge pull request #2100 from smunilla/BZ1337553Scott Dodson2016-08-241-0/+1
|\ \ \ | |/ / |/| | Add externalIPNetworkCIDRs to config
| * | Add externalIPNetworkCIDRs to configSamuel Munilla2016-08-231-0/+1
| | | | | | | | | | | | | | | Allow networkConfig.externalIPNetworkCIDRs to be set along with a default to emulate the old 3.1 behavior.
* | | Merge pull request #2354 from abutcher/ca-rtScott Dodson2016-08-241-2/+2
|\ \ \ | |_|/ |/| | Correct masterCA config typo
| * | Correct masterCA config typo.Andrew Butcher2016-08-241-2/+2
| | |
* | | Merge pull request #2348 from dgoodwin/ded-etcd-fixScott Dodson2016-08-231-0/+4
|\ \ \ | |/ / |/| | Dedicated Etcd Upgrade Fix
| * | Better error if no OpenShift RPMs are available.Devan Goodwin2016-08-231-0/+4
| | |
* | | Link ca to ca-bundle when ca-bundle does not exist.Andrew Butcher2016-08-231-0/+26
|/ /
* | Revert "Due to problems with with_fileglob lets avoid using it for now"Scott Dodson2016-08-233-2/+2
| |
* | Merge pull request #2325 from sdodson/fileglobglobScott Dodson2016-08-193-2/+2
|\ \ | |/ |/| Due to problems with with_fileglob lets avoid using it for now
| * Due to problems with with_fileglob lets avoid using it for nowScott Dodson2016-08-183-2/+2
| |
* | Merge pull request #2327 from lhuard1A/openstack_ansible_2.1Scott Dodson2016-08-191-3/+3
|\ \ | | | | | | Fix warnings in OpenStack provider with ansible 2.1
| * | Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard2016-08-191-3/+3
| | | | | | | | | | | | Some expressions now need to be enclosed inside `{{…}}`.
* | | Merge pull request #2323 from sdodson/bz1367937Scott Dodson2016-08-181-1/+1
|\ \ \ | |/ / |/| | Mount /sys rw
| * | Mount /sys rwScott Dodson2016-08-181-1/+1
| | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1367937
* | | Fix padding on registry configScott Dodson2016-08-171-1/+1
|/ /
* | Merge pull request #2220 from jkhelil/fix_key_error_when_ssh_failingScott Dodson2016-08-161-1/+2
|\ \ | | | | | | fixing openshift key error in case of node failure during run (ssh is…
| * | fixing openshift key error in case of node failure during run (ssh issue)jawed2016-08-091-1/+2
| | |
* | | Bug 1367199 - iptablesSyncPeriod should default to 30s OOTBSamuel Munilla2016-08-161-1/+1
| |/ |/| | | | | Update the default to thirty seconds.
* | Sync remaining contentScott Dodson2016-08-1633-94/+1182
| |
* | XPaas 1.3.3Scott Dodson2016-08-1633-87/+17845
| |
* | Merge pull request #2201 from richm/v1.3Scott Dodson2016-08-151-1/+1
|\ \ | | | | | | add 3.3 to installer
| * | add 3.3 to installerRich Megginson2016-07-311-1/+1
| | |
* | | Ensure etcd user exists in etcd_server_certificates by installing etcd.Andrew Butcher2016-08-121-0/+4
| | |
* | | Merge pull request #1142 from abutcher/new-certs-who-disScott Dodson2016-08-119-78/+191
|\ \ \ | | | | | | | | Support for redeploying certificates
| * | | Support for redeploying certificates.Andrew Butcher2016-08-119-78/+191
| | | |
* | | | qps typodeads2k2016-08-112-4/+4
|/ / /
* | | Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang2016-08-101-1/+3
| | |
* | | docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang2016-08-101-0/+5
| | | | | | | | | | | | by default
* | | Merge pull request #2268 from abutcher/ansible-2.2Scott Dodson2016-08-099-35/+53
|\ \ \ | | | | | | | | Ansible 2.2 Support
| * | | Move storage includes up to main.Andrew Butcher2016-08-083-19/+16
| | | |
| * | | Support gathering ansible 2.1/2.2 system factsAndrew Butcher2016-08-081-12/+19
| | | |