#840: test
This commit is contained in:
parent
1805f8d65c
commit
8af43f658d
@ -216,6 +216,8 @@ module Devops
|
||||
end
|
||||
|
||||
def prepare_two_phase_bootstrap options
|
||||
@out << "Prepare bootstrap...\n"
|
||||
@out << "Done\n"
|
||||
end
|
||||
|
||||
def two_phase_bootstrap options
|
||||
|
||||
@ -17,9 +17,12 @@ class BootstrapWorker < Worker
|
||||
server = Devops::Model::Server.new(server_attrs)
|
||||
report = save_report(file, owner, server)
|
||||
|
||||
=begin
|
||||
options = {
|
||||
bootstrap_template: bootstrap_template
|
||||
}
|
||||
=end
|
||||
out << options.inspect
|
||||
executor = Devops::Executor::ServerExecutor.new(server, out)
|
||||
executor.report = report
|
||||
status = executor.two_phase_bootstrap(options)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user