diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-11-16 10:27:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 10:27:58 -0500 |
commit | e96a363c9b502f61db363d8be26f365809ea65a1 (patch) | |
tree | 20c4d591eb60a39e71553bb069ce0bcb1dd67661 /playbooks/gce/openshift-cluster/tasks | |
parent | dedc8742acecf6775dcd29a128ef1f0800c917e4 (diff) | |
parent | 47525407e753fcac99c8fa08e6375c35bf7eb199 (diff) | |
download | openshift-e96a363c9b502f61db363d8be26f365809ea65a1.tar.gz openshift-e96a363c9b502f61db363d8be26f365809ea65a1.tar.bz2 openshift-e96a363c9b502f61db363d8be26f365809ea65a1.tar.xz openshift-e96a363c9b502f61db363d8be26f365809ea65a1.zip |
Merge pull request #2814 from lhuard1A/fix_gce_subnet
Fix GCE cluster creation
Diffstat (limited to 'playbooks/gce/openshift-cluster/tasks')
-rw-r--r-- | playbooks/gce/openshift-cluster/tasks/launch_instances.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/gce/openshift-cluster/tasks/launch_instances.yml b/playbooks/gce/openshift-cluster/tasks/launch_instances.yml index 7c8189224..b7604580c 100644 --- a/playbooks/gce/openshift-cluster/tasks/launch_instances.yml +++ b/playbooks/gce/openshift-cluster/tasks/launch_instances.yml @@ -9,6 +9,7 @@ project_id: "{{ lookup('env', 'gce_project_id') }}" zone: "{{ lookup('env', 'zone') }}" network: "{{ lookup('env', 'network') }}" + subnetwork: "{{ lookup('env', 'subnetwork') | default(omit, True) }}" # unsupported in 1.9.+ #service_account_permissions: "datastore,logging-write" tags: |