diff options
author | Chengcheng Mu <chengcheng.mu@amadeus.com> | 2015-11-18 11:10:16 +0100 |
---|---|---|
committer | Chengcheng Mu <chengcheng.mu@amadeus.com> | 2015-11-18 11:13:25 +0100 |
commit | 31dbbf54a22202dfcce44dbb82f8bfcb4ea5181c (patch) | |
tree | 4395cf50d5835ce01b0dce77790dcbe40bd2f9ea /playbooks/aws/openshift-cluster/templates | |
parent | 544633e687e4d51c169eca435f7f356aad78bacf (diff) | |
download | openshift-31dbbf54a22202dfcce44dbb82f8bfcb4ea5181c.tar.gz openshift-31dbbf54a22202dfcce44dbb82f8bfcb4ea5181c.tar.bz2 openshift-31dbbf54a22202dfcce44dbb82f8bfcb4ea5181c.tar.xz openshift-31dbbf54a22202dfcce44dbb82f8bfcb4ea5181c.zip |
add a volume on master host, in AWS provisioning
Diffstat (limited to 'playbooks/aws/openshift-cluster/templates')
-rw-r--r-- | playbooks/aws/openshift-cluster/templates/user_data.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/templates/user_data.j2 b/playbooks/aws/openshift-cluster/templates/user_data.j2 index 82c2f4d57..b7d89eac1 100644 --- a/playbooks/aws/openshift-cluster/templates/user_data.j2 +++ b/playbooks/aws/openshift-cluster/templates/user_data.j2 @@ -19,7 +19,7 @@ fs_setup: partition: auto {% endif %} -{% if type == 'node' %} +{% if type == 'node' or type == 'master' %} mounts: - [ xvdb ] - [ ephemeral0 ] |