summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| * | | Try/except urlparse calls.Andrew Butcher2016-08-081-1/+5
| | | |
| * | | with_fileglob no longer supports wildcard prefixes.Andrew Butcher2016-08-085-3/+13
| | | |
* | | | Enable 'NoVolumeZoneConflict' policy for schedulerAndrew Butcher2016-08-091-0/+1
| |_|/ |/| |
* | | Merge pull request #2269 from abutcher/etcd-certs-becomeScott Dodson2016-08-081-0/+2
|\ \ \ | | | | | | | | Set become=no for etcd server certificates temporary directory.
| * | | Set become=no for etcd server certificates temporary directory.Andrew Butcher2016-08-081-0/+2
| |/ /
* | | Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson2016-08-084-4/+25
|\ \ \ | |/ / |/| | 1.3 / 3.3 Upgrades
| * | Add 3.3 protobuf config stanzas for master/node config.Devan Goodwin2016-07-282-0/+21
| | |
| * | Introduce 1.3/3.3 upgrade path.Devan Goodwin2016-07-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 2+.
* | | [openshift_ca] correct check for missing CA.Andrew Butcher2016-08-041-2/+1
| | |
* | | Merge pull request #2255 from abutcher/hosted-knobsScott Dodson2016-08-031-0/+3
|\ \ \ | | | | | | | | Add knobs for disabling router/registry management.
| * | | Add knobs for disabling router/registry management.Andrew Butcher2016-08-031-0/+3
| | | |
* | | | Merge pull request #2238 from sdodson/no-network-pluginAndrew Butcher2016-08-031-2/+2
|\ \ \ \ | |/ / / |/| | | Don't set a networkPluginName in 3.3 installs
| * | | Don't set a networkPluginName in 3.3 installsScott Dodson2016-07-291-2/+2
| | | |
* | | | Merge pull request #2049 from abutcher/named-certificatesScott Dodson2016-08-0313-15/+182
|\ \ \ \ | | | | | | | | | | Named CA Certificates
| * | | | Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-0114-16/+182
| | | | | | | | | | | | | | | | | | | | openshift ca bundle.
* | | | | Restore missing etcd_image fact.Andrew Butcher2016-08-031-0/+5
| | | | |
* | | | | Rename router and registry node list variables.Andrew Butcher2016-08-022-4/+4
| | | | |
* | | | | Refactor etcd certificates roles.Andrew Butcher2016-08-0219-137/+347
|/ / / /
* | | | Merge pull request #2240 from abutcher/roles-to-playbooksScott Dodson2016-08-013-76/+4
|\ \ \ \ | |_|_|/ |/| | | Speed Improvements
| * | | Move role dependencies to playbooks.Andrew Butcher2016-07-293-76/+4
| |/ /
* | | Fix xpaas_templates_baseScott Dodson2016-07-291-2/+5
| | |
* | | Add dotnet image stream to enterprise installsScott Dodson2016-07-295-3/+79
|/ /
* | Merge pull request #2218 from sdodson/image-stream-syncScott Dodson2016-07-29108-1127/+5249
|\ \ | | | | | | xPaaS v1.3.2 release
| * | Remove old sso70-basic templatesScott Dodson2016-07-261-0/+12
| | |
| * | xPaaS v1.3.2 releaseScott Dodson2016-07-26107-1127/+5237
| | |
* | | Fix haproxy logsScott Dodson2016-07-281-0/+1
| | |