Step 1: Move vm scripts to the right place
[integration/test.git] / tools / odl-openstack-integration / puppet / templates / hosts.erb
1 ## Do Not Edit. Created by Puppet ##
2 127.0.0.1   localhost
3 255.255.255.255 broadcasthost
4 ::1             localhost
5 fe80::1%lo0 localhost
6 <% @hosts.values.each do |h| %>
7 <%= h["ipaddress"] %>  <%= h["name"] %>
8 <% end %>