diff options
author | Thomas Wiest <twiest@redhat.com> | 2014-10-30 17:13:47 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2014-10-30 17:14:19 -0400 |
commit | ccc72c0792f14c7a26513226746d8a18d3033e08 (patch) | |
tree | fc1522606d3eaa7ed33d1dc547e6db7b16d5ae17 /lib/gce_command.rb | |
parent | c292781afdcb57ee097f0840342b19a626d2a2c4 (diff) | |
download | openshift-ccc72c0792f14c7a26513226746d8a18d3033e08.tar.gz openshift-ccc72c0792f14c7a26513226746d8a18d3033e08.tar.bz2 openshift-ccc72c0792f14c7a26513226746d8a18d3033e08.tar.xz openshift-ccc72c0792f14c7a26513226746d8a18d3033e08.zip |
fixed cluster.sh to only run minion and master creation once, and to use -c if there are multiple needed. Also added nicer output.
Diffstat (limited to 'lib/gce_command.rb')
-rw-r--r-- | lib/gce_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gce_command.rb b/lib/gce_command.rb index ce3737a19..e8e00b746 100644 --- a/lib/gce_command.rb +++ b/lib/gce_command.rb @@ -42,7 +42,7 @@ module OpenShift ah.extra_vars['oo_new_inst_tags'] << GceHelper.generate_env_host_type_tag(options[:env], options[:type]) puts - puts 'Creating instance(s) in GCE...' + puts "Creating #{options[:count]} #{options[:type]} instance(s) in GCE..." ah.ignore_bug_6407 ah.run_playbook("playbooks/gce/#{options[:type]}/launch.yml") |