lib/chef/knife/topo_bootstrap.rb in knife-topo-0.0.8 vs lib/chef/knife/topo_bootstrap.rb in knife-topo-0.0.9
- old
+ new
@@ -77,13 +77,13 @@
ui.info "Node #{node_data['name']} does not have ssh_host specified - skipping bootstrap"
skipped += 1
end
end
- ui.info "Bootstrapped #{nodes.length - (@failed.length + skipped)} nodes and skipped #{skipped} nodes of #{nodes.length} in topology #{@bag_name}/#{@topo_name}"
+ ui.info "Bootstrapped #{nodes.length - (@failed.length + skipped)} nodes and skipped #{skipped} nodes of #{nodes.length} in topology #{display_name(topo)}"
ui.warn "#{@failed.length} nodes [ #{@failed.join(', ')} ] failed to bootstrap" if @failed.length > 0
else
- ui.info "No nodes found for topology #{@topo_name}"
+ ui.info "No nodes found for topology #{display_name(topo)}"
end
end
# Setup the bootstrap args and run the bootstrap command
def run_bootstrap(node_data)