aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-deploy/classes/hosts.bbclass
blob: 07fa72758be58a77f5d843f93b143f7fed33b55a (plain)
1
2
3
4
5
6
7
8
# 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}"
DB_DATADIR ?= "/etc/postgresql/data"