summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add support for separate etcd volume with aws provider through bin/clusterJason DeTiberus2015-07-101-0/+20
|
* include user_data template for all host typesJason DeTiberus2015-07-091-2/+4
|
* grow and resize /var partition for online deployment_typeJason DeTiberus2015-07-091-0/+7
|
* Latest docker ships docker-storage-setupJason DeTiberus2015-07-091-16/+3
|
* lvm-direct support for awsJason DeTiberus2015-04-231-0/+29
- Create a separate docker volume in aws openshift-cluster playbooks - default to using ephemeral storage, but allow to be overriden - allow root volume settingsto be overriden as well - add user-data cloud-config to bootstrap the installation/configuration of docker-storage-setup - pylint cleanup for oo_filters.py - remove left over traces to the deployment_type tags which were previously removed - oo_get_deployment_type_from_groups filter in oo_filters.py - cluster list playbooks references to oo_get_deployment_type_from_groups filter