Skip to content

Instantly share code, notes, and snippets.

@robertstarmer
Last active December 11, 2015 18:19
Show Gist options
  • Save robertstarmer/4640495 to your computer and use it in GitHub Desktop.
Save robertstarmer/4640495 to your computer and use it in GitHub Desktop.
site.yaml for VLAN 20
default:
dns_server: 192.168.26.186
domain_name: twenty.lab
ntp_server: 192.168.20.1
admin: localadmin
password: ubuntu
apt_location: http://192.168.26.163/openstack/cisco
network: 192.168.20.0
netmask: 255.255.255.0
gateway: 192.168.20.1
sql_mask: 192.168.20.%
float_range: 192.168.20.96/27
power_admin: admin
power_password: C1sc01234
power_type: ucs
install_drive: /dev/sda
build_node:
name: build-20
type: build
ip: 192.168.20.254
power_address: 192.168.26.18
power_id: AIO1-nopower
mac: 00:25:B5:00:05:DE
mac1: 00:25:B5:00:05:FE
control:
name: control
type: control
ip: 192.168.20.10
power_address: 192.168.26.18
power_id: AIO2
mac: 00:25:B5:00:05:BE
mac1: 00:25:B5:00:05:EE
compute_nodes:
compute1:
name: compute1
type: compute
ip: 192.168.20.21
power_address: 192.168.26.18
power_id: AIO3
mac: 00:25:B5:00:05:AE
mac1: 00:25:B5:00:05:CE
compute2:
name: compute2
type: compute
ip: 192.168.20.22
power_address: 192.168.26.18
power_id: AIO4
mac: 00:25:B5:00:05:9E
mac1: 00:25:B5:00:05:8E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment