output ids and names of persisted servers

This commit is contained in:
Anton Chuchkalov 2016-03-30 13:18:31 +03:00
parent d410d5db11
commit 0f4dd8a5f3

View File

@ -23,6 +23,7 @@ class Devops::Executor::StackExecutor
with_state(NEW).each do |info|
info[:server] = persist_stack_server(info[:provider_info])
info[:state] = JUST_PERSISTED
puts_and_flush "Persisted server with id '#{info[:id]}' and name '#{info[:server].chef_node_name}'"
end
end