aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-aio-deploy/classes/hosts.bbclass
blob: 82c9eb7f1d4caaa189ededc4a002a5b0c11e31dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# all-in-one hosts file
#
# The aio rootfs combines the functionality of the compute and 
# the controller in one node.
#
# The aio rootfs adds another hostname aio, since we need
# ths hostname compute and controller for the system's functionality,
# we defined compute and controller in this file as well. 
#
COMPUTE_IP ?= "${CONTROLLER_IP}"
COMPUTE_HOST ?= "compute"
CONTROLLER_IP ?= "128.224.149.173"
CONTROLLER_HOST ?= "controller"
MY_IP ?= "${CONTROLLER_IP}"
MY_HOST ?= "${CONTROLLER_HOST}"
DB_DATADIR ?= "/etc/postgresql"