summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/native-cluster
Commit message (Collapse)AuthorAgeFilesLines
* use RestartSec to avoid default rate limit in systemdBrenton Leanhardt2016-04-122-0/+2
| | | | Lifted from https://github.com/openshift/origin/pull/8317
* Check for kind in cloudprovider facts prior to accessing.Andrew Butcher2016-04-042-2/+2
|
* Add AWS cloud provider support.Andrew Butcher2016-03-292-0/+10
|
* improve ordering of systemd unitsJason DeTiberus2016-03-142-6/+5
|
* Ensure is_containerized is cast as bool.Andrew Butcher2016-03-142-2/+2
|
* Support openshift_image_tagBrenton Leanhardt2016-03-072-2/+2
| | | | | | | | | | | | | This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-032-0/+6
|
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* Fix native master api sysconfig.Andrew Butcher2016-01-201-1/+1
|
* Use local address for loopback kubeconfigJason DeTiberus2016-01-141-1/+1
|
* consolidate steps and cleanup template dirJason DeTiberus2016-01-144-0/+65