summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy/classes/hosts.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-compute-deploy/classes/hosts.bbclass')
-rw-r--r--meta-openstack-compute-deploy/classes/hosts.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack-compute-deploy/classes/hosts.bbclass b/meta-openstack-compute-deploy/classes/hosts.bbclass
new file mode 100644
index 0000000..5376b02
--- /dev/null
+++ b/meta-openstack-compute-deploy/classes/hosts.bbclass
@@ -0,0 +1,6 @@
1COMPUTE_IP ?= "192.168.7.4"
2COMPUTE_HOST ?= "compute"
3CONTROLLER_IP ?= "192.168.7.2"
4CONTROLLER_HOST ?= "controller"
5MY_IP ?= "${COMPUTE_IP}"
6MY_HOST ?= "${COMPUTE_HOST}"