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