diff options
author | Thomas Wiest <twiest@gmail.com> | 2014-10-30 17:32:31 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@gmail.com> | 2014-10-30 17:32:31 -0400 |
commit | cb316a8e6527a5a33e6c7ea686b21c7992839bab (patch) | |
tree | fc1522606d3eaa7ed33d1dc547e6db7b16d5ae17 /lib/aws_command.rb | |
parent | c292781afdcb57ee097f0840342b19a626d2a2c4 (diff) | |
parent | ccc72c0792f14c7a26513226746d8a18d3033e08 (diff) | |
download | openshift-cb316a8e6527a5a33e6c7ea686b21c7992839bab.tar.gz openshift-cb316a8e6527a5a33e6c7ea686b21c7992839bab.tar.bz2 openshift-cb316a8e6527a5a33e6c7ea686b21c7992839bab.tar.xz openshift-cb316a8e6527a5a33e6c7ea686b21c7992839bab.zip |
Merge pull request #23 from twiest/pr
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/aws_command.rb')
-rw-r--r-- | lib/aws_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aws_command.rb b/lib/aws_command.rb index b8ecb89ac..865901585 100644 --- a/lib/aws_command.rb +++ b/lib/aws_command.rb @@ -41,7 +41,7 @@ module OpenShift ah.extra_vars['oo_new_inst_tags'].merge!(AwsHelper.generate_env_host_type_tag(options[:env], options[:type])) puts - puts 'Creating instance(s) in AWS...' + puts "Creating #{options[:count]} #{options[:type]} instance(s) in AWS..." ah.ignore_bug_6407 # Make sure we're completely up to date before launching |