Skip to content

Instantly share code, notes, and snippets.

@robertstarmer
Created January 28, 2013 11:45
Show Gist options
  • Save robertstarmer/4654887 to your computer and use it in GitHub Desktop.
Save robertstarmer/4654887 to your computer and use it in GitHub Desktop.
site for VLAN 101 (subset .240-250)
default:
dns_server: 192.168.26.186
domain_name: nerdlunch.lab
ntp_server: 192.168.101.1
admin: localadmin
password: ubuntu
apt_location: http://192.168.26.163/openstack/cisco
network: 192.168.101.0
netmask: 255.255.255.0
gateway: 192.168.101.1
sql_mask: 192.168.101.%
float_range: 192.168.101.96/27
power_admin: admin
power_password: password
power_type: ipmitool
install_drive: /dev/sdc
external_net_interface: eth0
public_bridge_interface: br-ex
build_node:
name: build-101
type: build
ip: 192.168.101.240
power_address: 192.168.28.10
power_id: None-build
mac: 70:CA:9B:CE:35:92
mac1: 70:CA:9B:CE:35:93
control:
name: control
type: control
ip: 192.168.101.241
power_address: 192.168.28.17
power_id: None-control
mac: 70:CA:9B:CE:2E:EA
mac1: 70:CA:9B:CE:2E:EB
compute_nodes:
compute1:
name: compute1
type: compute
ip: 192.168.101.242
power_address: 192.168.28.16
power_id: None-compute1
mac: 00:10:18:BE:E9:10
mac1: 00:10:18:BE:E9:11
compute2:
name: compute2
type: compute
ip: 192.168.101.243
power_address: 192.168.28.12
power_id: None-compute2
mac: 00:10:18:BE:E9:38
mac1: 00:10:18:BE:E9:3A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment