summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2016-08-16Merge pull request #2220 from jkhelil/fix_key_error_when_ssh_failingScott Dodson
fixing openshift key error in case of node failure during run (ssh is…
2016-08-16Bug 1367199 - iptablesSyncPeriod should default to 30s OOTBSamuel Munilla
Update the default to thirty seconds.
2016-08-16Sync remaining contentScott Dodson
2016-08-16XPaas 1.3.3Scott Dodson
2016-08-15Merge pull request #2201 from richm/v1.3Scott Dodson
add 3.3 to installer
2016-08-12Ensure etcd user exists in etcd_server_certificates by installing etcd.Andrew Butcher
2016-08-11Merge pull request #1142 from abutcher/new-certs-who-disScott Dodson
Support for redeploying certificates
2016-08-11Support for redeploying certificates.Andrew Butcher
2016-08-11qps typodeads2k
2016-08-10Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang
2016-08-10docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang
by default
2016-08-09Merge pull request #2268 from abutcher/ansible-2.2Scott Dodson
Ansible 2.2 Support
2016-08-09Enable 'NoVolumeZoneConflict' policy for schedulerAndrew Butcher
2016-08-09fixing openshift key error in case of node failure during run (ssh issue)jawed
2016-08-08Merge pull request #2269 from abutcher/etcd-certs-becomeScott Dodson
Set become=no for etcd server certificates temporary directory.
2016-08-08Set become=no for etcd server certificates temporary directory.Andrew Butcher
2016-08-08Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson
1.3 / 3.3 Upgrades
2016-08-08Move storage includes up to main.Andrew Butcher
2016-08-08Support gathering ansible 2.1/2.2 system factsAndrew Butcher
2016-08-08Try/except urlparse calls.Andrew Butcher
2016-08-08with_fileglob no longer supports wildcard prefixes.Andrew Butcher
2016-08-04[openshift_ca] correct check for missing CA.Andrew Butcher
2016-08-03Merge pull request #2255 from abutcher/hosted-knobsScott Dodson
Add knobs for disabling router/registry management.
2016-08-03Merge pull request #2238 from sdodson/no-network-pluginAndrew Butcher
Don't set a networkPluginName in 3.3 installs
2016-08-03Add knobs for disabling router/registry management.Andrew Butcher
2016-08-03Merge pull request #2049 from abutcher/named-certificatesScott Dodson
Named CA Certificates
2016-08-03Restore missing etcd_image fact.Andrew Butcher
2016-08-02Rename router and registry node list variables.Andrew Butcher
2016-08-02Refactor etcd certificates roles.Andrew Butcher
2016-08-01Add options for specifying named ca certificates to be added to the ↵Andrew Butcher
openshift ca bundle.
2016-08-01Merge pull request #2240 from abutcher/roles-to-playbooksScott Dodson
Speed Improvements
2016-07-31add 3.3 to installerRich Megginson
2016-07-29Move role dependencies to playbooks.Andrew Butcher
2016-07-29Fix xpaas_templates_baseScott Dodson
2016-07-29Add dotnet image stream to enterprise installsScott Dodson
2016-07-29Don't set a networkPluginName in 3.3 installsScott Dodson
2016-07-29Merge pull request #2218 from sdodson/image-stream-syncScott Dodson
xPaaS v1.3.2 release
2016-07-28Fix haproxy logsScott Dodson
2016-07-28Merge pull request #2210 from abutcher/staggered-master-startScott Dodson
Stagger HA master service start
2016-07-28Add 3.3 protobuf config stanzas for master/node config.Devan Goodwin
2016-07-27Merge pull request #2224 from dgoodwin/infra-count-fixScott Dodson
Fix registry/router being created despite no infra nodes.
2016-07-27Fix registry/router being created despite no infra nodes.Devan Goodwin
Fix a bug with determining the correct number of replicas to use, and guarding the creation of the router/registry on whether or not replicas is > 0.
2016-07-26Remove old sso70-basic templatesScott Dodson
2016-07-26xPaaS v1.3.2 releaseScott Dodson
2016-07-25remove outdated openshift_cluster_metrics roleJason DeTiberus
2016-07-25Introduce 1.3/3.3 upgrade path.Devan Goodwin
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+.
2016-07-24Stagger the start of master services.Andrew Butcher
2016-07-21Merge pull request #1990 from abutcher/openshift-certificatesScott Dodson
Refactor openshift certificates roles.
2016-07-21Merge pull request #2192 from abutcher/replicasScott Dodson
Bug 1358723 - openshift_hosted_router_replicas option didn't work
2016-07-21Merge pull request #2168 from dgoodwin/container-cli-speedScott Dodson
Copy openshift binary instead of using wrapper script.