aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-deploy/classes/hosts.bbclass
blob: d4062b4da3083ce5258039bd450335f359ee8749 (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"