some more logs
This commit is contained in:
parent
cb32c9126b
commit
1ba9f6b6c8
@ -32,7 +32,9 @@ class StackBootstrapWorker < Worker
|
||||
out << "\nStack '#{stack.name}' has been created\n"
|
||||
out.flush
|
||||
servers = persist_stack_servers!(stack, provider)
|
||||
unless options['stack_attributes']['without_bootstrap']
|
||||
out << attrs.inspect
|
||||
out << "\n"
|
||||
unless attrs['without_bootstrap']
|
||||
statuses = servers.map do |s|
|
||||
Devops::Executor::ServerExecutor.new(s, out).two_phase_bootstrap({})
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user