summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/templates/user_data.j2
Commit message (Collapse)AuthorAgeFilesLines
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-22/+0
|
* aws provider fixesJason DeTiberus2016-05-051-2/+3
| | | | | | | | - fix errors in userdata template - update origin centos ami - ensure ec2_tag_sub-host-type is set after launch - disable openshift_use_dnsmasq for now - Remove use of vars_files in includes
* fix up variable references remove "online" support from bin/clusterJason DeTiberus2016-04-291-31/+0
|
* Replace sudo with become when accessing deployment_vars.Andrew Butcher2016-04-271-1/+1
|
* Merge pull request #933 from menren/dockerOnMasterAWSThomas Wiest2015-11-191-2/+2
|\ | | | | Docker on master aws
| * small tweaks for adding docker volume for aws master hostsJason DeTiberus2015-11-181-2/+2
| |
| * add a volume on master host, in AWS provisioningChengcheng Mu2015-11-181-1/+1
| |
* | ec2 - force !requiretty for ssh_userJason DeTiberus2015-11-181-0/+7
|/
* 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