Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unsupported playbooks and utilities | Russell Teague | 2017-08-25 | 1 | -22/+0 |
| | |||||
* | aws provider fixes | Jason DeTiberus | 2016-05-05 | 1 | -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/cluster | Jason DeTiberus | 2016-04-29 | 1 | -31/+0 |
| | |||||
* | Replace sudo with become when accessing deployment_vars. | Andrew Butcher | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #933 from menren/dockerOnMasterAWS | Thomas Wiest | 2015-11-19 | 1 | -2/+2 |
|\ | | | | | Docker on master aws | ||||
| * | small tweaks for adding docker volume for aws master hosts | Jason DeTiberus | 2015-11-18 | 1 | -2/+2 |
| | | |||||
| * | add a volume on master host, in AWS provisioning | Chengcheng Mu | 2015-11-18 | 1 | -1/+1 |
| | | |||||
* | | ec2 - force !requiretty for ssh_user | Jason DeTiberus | 2015-11-18 | 1 | -0/+7 |
|/ | |||||
* | Add support for separate etcd volume with aws provider through bin/cluster | Jason DeTiberus | 2015-07-10 | 1 | -0/+20 |
| | |||||
* | include user_data template for all host types | Jason DeTiberus | 2015-07-09 | 1 | -2/+4 |
| | |||||
* | grow and resize /var partition for online deployment_type | Jason DeTiberus | 2015-07-09 | 1 | -0/+7 |
| | |||||
* | Latest docker ships docker-storage-setup | Jason DeTiberus | 2015-07-09 | 1 | -16/+3 |
| | |||||
* | lvm-direct support for aws | Jason DeTiberus | 2015-04-23 | 1 | -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 |