Last active
February 22, 2017 01:47
-
-
Save nvpnathan/211c8e01ce2dc888a91c5fdc8ff609ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compute: | |
hypervisors: | |
vlab-esx-80: | |
hostname: "vlab-esx-80.vballin.com" | |
ipaddress: "192.168.79.80" | |
dns: "192.168.64.101" | |
credential: | |
username: "root" | |
password: "netmanftw" | |
vlab-esx-90: | |
hostname: "vlab-esx-90.vballin.com" | |
ipaddress: "192.168.79.90" | |
dns: "192.168.64.101" | |
credential: | |
username: "root" | |
password: "netmanftw" | |
vlab-esx-100: | |
hostname: "vlab-esx-100.vballin.com" | |
ipaddress: "192.168.79.100" | |
dns: "192.168.64.101" | |
credential: | |
username: "root" | |
password: "netmanftw" | |
lightwave: | |
domain: "vballin.com" | |
credential: | |
username: "administrator" | |
password: "VMware1!" | |
controllers: | |
lightwave-1: | |
site: "vlab" | |
appliance: | |
hostref: "vlab-esx-100" | |
datastore: "vlab-local-ds-ssd-100" | |
memoryMb: 4096 | |
cpus: 2 | |
root-login: true | |
credential: | |
username: "root" | |
password: "netmanftw" | |
network-config: | |
network: "NAT=mgmt-net" | |
type: "static" | |
hostname: "lightwave.vballin.com" | |
ipaddress: "192.168.64.101" | |
dns: "192.168.64.101" | |
ntp: "64.6.144.6" | |
netmask: "255.255.255.0" | |
gateway: "192.168.64.1" | |
photon: | |
imagestore: | |
img-store-1: | |
datastore: "vlab-local-ds-ssd-80,vlab-local-ds-ssd-90,vlab-local-ds-ssd-100" | |
enableimagestoreforvms: "true" | |
cloud: | |
hostref1: "vlab-esx-80" | |
hostref2: "vlab-esx-90" | |
hostref3: "vlab-esx-100" | |
syslog: | |
ipaddress: "192.168.64.105" | |
controllers: | |
pc-1: | |
appliance: | |
hostref: "vlab-esx-80" | |
datastore: "vlab-local-ds-ssd-80" | |
memoryMb: 4096 | |
cpus: 2 | |
root-login: true | |
credential: | |
username: "root" | |
password: "netmanftw" | |
network-config: | |
network: "NAT=mgmt-net" | |
type: "static" | |
hostname: "pc-1.vballin.com" | |
ipaddress: "192.168.64.80" | |
netmask: "255.255.255.0" | |
dns: "192.168.64.101" | |
ntp: "64.6.144.6" | |
gateway: "192.168.64.1" | |
pc-2: | |
appliance: | |
hostref: "vlab-esx-90" | |
datastore: "vlab-local-ds-ssd-90" | |
memoryMb: 4096 | |
cpus: 2 | |
root-login: true | |
credential: | |
username: "root" | |
password: "netmanftw" | |
network-config: | |
network: "NAT=mgmt-net" | |
type: "static" | |
hostname: "pc-2.vballin.com" | |
ipaddress: "192.168.64.90" | |
netmask: "255.255.255.0" | |
dns: "192.168.64.101" | |
ntp: "64.6.144.6" | |
gateway: "192.168.64.1" | |
pc-3: | |
appliance: | |
hostref: "vlab-esx-100" | |
datastore: "vlab-local-ds-ssd-100" | |
memoryMb: 4096 | |
cpus: 2 | |
root-login: true | |
credential: | |
username: "root" | |
password: "netmanftw" | |
network-config: | |
network: "NAT=mgmt-net" | |
type: "static" | |
hostname: "pc-3.vballin.com" | |
ipaddress: "192.168.64.100" | |
netmask: "255.255.255.0" | |
dns: "192.168.64.101" | |
ntp: "64.6.144.6" | |
gateway: "192.168.64.1" | |
loadBalancer: | |
load-balancer-1: | |
appliance: | |
hostref: "vlab-esx-80" | |
datastore: "vlab-local-ds-ssd-80" | |
memoryMb: 2048 | |
cpus: 2 | |
root-login: true | |
credential: | |
username: "root" | |
password: "netmanftw" | |
network-config: | |
network: "NAT=mgmt-net" | |
type: "static" | |
hostname: "photonplatform.vballin.com" | |
ipaddress: "192.168.64.85" | |
netmask: "255.255.255.0" | |
dns: "192.168.64.101" | |
ntp: "64.6.144.6" | |
gateway: "192.168.64.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment