Merge "Fix issue with stdout not appearing on console for converge"
This commit is contained in:
10
Rakefile
10
Rakefile
@@ -18,7 +18,7 @@ end
|
||||
|
||||
desc "Destroy machines"
|
||||
task :destroy_machines do
|
||||
run_command('chef-client -z destroy_all.rb')
|
||||
run_command('chef-client --force-formatter -z destroy_all.rb')
|
||||
end
|
||||
|
||||
desc "Vendor your cookbooks/"
|
||||
@@ -35,22 +35,22 @@ end
|
||||
|
||||
desc "All-in-One Neutron build"
|
||||
task :aio_neutron => :create_key do
|
||||
run_command('chef-client -z vagrant_linux.rb aio-neutron.rb')
|
||||
run_command('chef-client --force-formatter -z vagrant_linux.rb aio-neutron.rb')
|
||||
end
|
||||
|
||||
desc "All-in-One Nova-networking build"
|
||||
task :aio_nova => :create_key do
|
||||
run_command('chef-client -z vagrant_linux.rb aio-nova.rb')
|
||||
run_command('chef-client --force-formatter -z vagrant_linux.rb aio-nova.rb')
|
||||
end
|
||||
|
||||
desc "Multi-Neutron build"
|
||||
task :multi_neutron => :create_key do
|
||||
run_command('chef-client -z vagrant_linux.rb multi-neutron.rb')
|
||||
run_command('chef-client --force-formatter -z vagrant_linux.rb multi-neutron.rb')
|
||||
end
|
||||
|
||||
desc "Multi-Nova-networking build"
|
||||
task :multi_nova => :create_key do
|
||||
run_command('chef-client -z vagrant_linux.rb multi-nova.rb')
|
||||
run_command('chef-client --force-formatter -z vagrant_linux.rb multi-nova.rb')
|
||||
end
|
||||
|
||||
desc "Blow everything away"
|
||||
|
||||
Reference in New Issue
Block a user