Skip to content

Instantly share code, notes, and snippets.

View kscherer's full-sized avatar

Konrad Scherer kscherer

View GitHub Profile
@kscherer
kscherer / gist:6383077
Last active December 21, 2015 23:29 — forked from ody/gist:5718115
Fix typos, add region to auth file and remove dollar sign from password. This causes puppet failure due to shell interpolation.
---
# Data needed for Class['openstack::compute']
# The IP and interface that external sources will use to communicate with the instance and hypervisors.
openstack::compute::public_interface: 'eth0'
openstack::compute::internal_address: "%{ipaddress_eth0}"
openstack::compute::iscsi_ip_address: "%{ipaddress_eth0}"
# The interface that will handle instance to intance communication and instance outbound traffic.
openstack::compute::private_interface: 'eth1'