output ids and names of persisted servers
This commit is contained in:
parent
d410d5db11
commit
0f4dd8a5f3
@ -23,6 +23,7 @@ class Devops::Executor::StackExecutor
|
|||||||
with_state(NEW).each do |info|
|
with_state(NEW).each do |info|
|
||||||
info[:server] = persist_stack_server(info[:provider_info])
|
info[:server] = persist_stack_server(info[:provider_info])
|
||||||
info[:state] = JUST_PERSISTED
|
info[:state] = JUST_PERSISTED
|
||||||
|
puts_and_flush "Persisted server with id '#{info[:id]}' and name '#{info[:server].chef_node_name}'"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user