Skip to content

Instantly share code, notes, and snippets.

@robertstarmer
Last active December 11, 2015 12:39
Show Gist options
  • Save robertstarmer/4602427 to your computer and use it in GitHub Desktop.
Save robertstarmer/4602427 to your computer and use it in GitHub Desktop.
site.yaml for .200 network
default:
dns_server: 192.168.26.186
domain_name: ht.lab
ntp_server: 192.168.200.1
admin: localadmin
password: ubuntu
apt_location: http://192.168.26.163/openstack/cisco
network: 192.168.200.0
netmask: 255.255.255.0
gateway: 192.168.200.1
sql_mask: 192.168.200.%
power_admin: admin
power_password: password
power_type: ipmitool
install_drive: /dev/sdc
build_node:
name: build-ht
type: build
ip: 192.168.200.254
power_address: not.192.168.200.10
power_id: 192.168.200.10
mac: 90:e2:ba:2d:e7:10
control:
name: control
type: control
ip: 192.168.200.20
power_address: 192.168.200.12
mac: 90:e2:ba:25:ae:84
mac1: 90:e2:ba:25:ae:85
compute_nodes:
compute1:
name: compute1
type: compute
ip: 192.168.200.21
power_address: 192.168.200.13
mac: 90:e2:ba:25:af:18
mac2: 90:e2:ba:25:af:18
compute2:
name: compute2
type: compute
ip: 192.168.200.22
power_address: 192.168.200.14
mac: 90:e2:ba:2b:06:f4
mac1: 90:e2:ba:2b:06:f5
compute3:
name: compute3
type: compute
ip: 192.168.200.23
power_address: 192.168.200.15
mac: 90:e2:ba:2b:08:80
mac1: 90:e2:ba:2b:08:81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment