summaryrefslogtreecommitdiff
path: root/clusters/openstack-two-node-installer.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-22 16:39:13 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-24 15:58:22 +0000
commit8e9428d298f4b305c5ae2b304de6f9207a014563 (patch)
treeaeb9e3031d83f8737fcfb7ba6bc3336870dc87bb /clusters/openstack-two-node-installer.morph
parent9e7b9c4d0cc17e31f3c84c2d6ae9a95a5f97527c (diff)
downloaddefinitions-8e9428d298f4b305c5ae2b304de6f9207a014563.tar.gz
ceilometer: Configure ceilometer for multinode deployment
Change-Id: I065dcd8926775c5469830af25c3fc6a49d89e432
Diffstat (limited to 'clusters/openstack-two-node-installer.morph')
-rw-r--r--clusters/openstack-two-node-installer.morph16
1 files changed, 14 insertions, 2 deletions
diff --git a/clusters/openstack-two-node-installer.morph b/clusters/openstack-two-node-installer.morph
index 0541e784..2a278550 100644
--- a/clusters/openstack-two-node-installer.morph
+++ b/clusters/openstack-two-node-installer.morph
@@ -48,8 +48,9 @@ description: |
- NOVA_VIRT_TYPE can be either 'kvm' or 'qemu', depending on where the
system is being deployed to.
- We recommend changing all the PASSWORDs variables, also the
- KEYSTONE_TEMPORARY_ADMIN_TOKEN and METADATA_PROXY_SHARED_SECRET.
- - Setting NOVA_BAREMETAL_SCHEDULING with an YAML truth value will configure
+ KEYSTONE_TEMPORARY_ADMIN_TOKEN, METADATA_PROXY_SHARED_SECRET and
+ METERING_SECRET.
+ - Setting NOVA_BAREMETAL_SCHEDULING with a YAML truth value will configure
Nova to schedule baremetal machines through the Ironic driver, instead of
sheduling virtual machines.
@@ -131,6 +132,14 @@ systems:
IRONIC_DB_USER: ironicDB
IRONIC_DB_PASSWORD: veryinsecure
+ CEILOMETER_SERVICE_USER: ceilometer
+ CEILOMETER_SERVICE_PASSWORD: veryinsecure
+ CEILOMETER_DB_USER: ceilometerDB
+ CEILOMETER_DB_PASSWORD: veryinsecure
+ CEILOMETER_ENABLE_CONTROLLER: True
+ CEILOMETER_ENABLE_COMPUTE: False
+ METERING_SECRET: insecureceilometersecret
+
CONTROLLER_HOST_ADDRESS: twonode-controller.os-mgmt
MANAGEMENT_INTERFACE_IP_ADDRESS: 10.0.0.1
@@ -178,6 +187,9 @@ systems:
IRONIC_ENABLE_SERVICE: False
+ CEILOMETER_ENABLE_CONTROLLER: False
+ CEILOMETER_ENABLE_COMPUTE: True
+
MANAGEMENT_INTERFACE_IP_ADDRESS: 10.0.0.3
HOSTS_SELF: 10.0.0.3 twonode-compute
EXTERNAL_INTERFACE: eno1