aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-deploy/classes/hosts.bbclass
blob: 3b83aa5f92518e4b55adc20126dc7a03746c3dfd (plain)
1
2
3
4
5
6
7
# controller hosts file
COMPUTE_IP ?= "192.168.7.4"
COMPUTE_HOST ?= "compute" 
CONTROLLER_IP ?= "192.168.7.2"
CONTROLLER_HOST ?= "controller"
MY_IP ?= "${CONTROLLER_IP}"
MY_HOST ?= "${CONTROLLER_HOST}"