Step 2: Move test folder to root
[integration/test.git] / tools / odl-openstack-integration / puppet / templates / hosts.erb
diff --git a/tools/odl-openstack-integration/puppet/templates/hosts.erb b/tools/odl-openstack-integration/puppet/templates/hosts.erb
new file mode 100644 (file)
index 0000000..c23f40f
--- /dev/null
@@ -0,0 +1,8 @@
+## Do Not Edit. Created by Puppet ##
+127.0.0.1   localhost
+255.255.255.255 broadcasthost
+::1             localhost
+fe80::1%lo0 localhost
+<% @hosts.values.each do |h| %>
+<%= h["ipaddress"] %>  <%= h["name"] %>
+<% end %>