choose between gce and aws cloud providers

This commit is contained in:
Smaine Kahlouch
2016-03-23 17:27:06 +01:00
parent f49926413a
commit 68fafd030d
7 changed files with 22 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ def install_cluster(inventory_path, credentialsId, network_plugin) {
extraVars: [
kube_network_plugin: network_plugin
],
extras: "-e '{\"cloud_provider\": true}'",
extras: "-e cloud_provider=aws",
colorized: true
)
}