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