From e56ac91f1f0a54ca428b7838b0cdf91045ddb8e6 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Sun, 29 Oct 2017 16:16:18 -0400 Subject: GCP cannot use AWS growpart package Make the required package optional --- playbooks/aws/openshift-cluster/build_ami.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks/aws') 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. -- cgit v1.2.1