summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorClayton Coleman <ccoleman@redhat.com>2017-10-29 16:16:18 -0400
committerClayton Coleman <ccoleman@redhat.com>2017-10-30 23:31:02 -0400
commite56ac91f1f0a54ca428b7838b0cdf91045ddb8e6 (patch)
treefbc46abd8ffc0b149a0a6d5516b8c282fa32382f /playbooks/aws
parent00aa32cfdb73075ab08083a3c64ffd7ffaa342cf (diff)
downloadopenshift-e56ac91f1f0a54ca428b7838b0cdf91045ddb8e6.tar.gz
openshift-e56ac91f1f0a54ca428b7838b0cdf91045ddb8e6.tar.bz2
openshift-e56ac91f1f0a54ca428b7838b0cdf91045ddb8e6.tar.xz
openshift-e56ac91f1f0a54ca428b7838b0cdf91045ddb8e6.zip
GCP cannot use AWS growpart package
Make the required package optional
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/openshift-cluster/build_ami.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/build_ami.yml b/playbooks/aws/openshift-cluster/build_ami.yml
index 5b4a6a1e8..fae30eb0a 100644
--- a/playbooks/aws/openshift-cluster/build_ami.yml
+++ b/playbooks/aws/openshift-cluster/build_ami.yml
@@ -28,6 +28,8 @@
set_fact:
ansible_ssh_user: "{{ openshift_aws_build_ami_ssh_user | default(ansible_ssh_user) }}"
openshift_node_bootstrap: True
+ openshift_node_image_prep_packages:
+ - cloud-utils-growpart
# This is the part that installs all of the software and configs for the instance
# to become a node.