Ceilometer must be deployed for odl scenarios 17/62417/5
authorManuel Buil <mbuil@suse.com>
Mon, 17 Sep 2018 10:16:18 +0000 (12:16 +0200)
committerManuel Buil <mbuil@suse.com>
Wed, 24 Oct 2018 12:52:33 +0000 (12:52 +0000)
Ceilometer is a dependency in the networking-odl repo and thus we
require the ceilometer component to be deployed for all the scenarios
including odl

deploy-scenario:os-odl-nofeature
installer-type:osa

Change-Id: I3281ceec07f72512fba3a804957a0f8ac36b509e
Signed-off-by: Manuel Buil <mbuil@suse.com>
scenarios/os-odl-nofeature/role/os-odl-nofeature/files/ha/openstack_user_config.yml
scenarios/os-odl-nofeature/role/os-odl-nofeature/files/mini/openstack_user_config.yml
scenarios/os-odl-nofeature/role/os-odl-nofeature/files/noha/openstack_user_config.yml
scenarios/os-odl-nofeature/role/os-odl-nofeature/templates/user_variables_os-odl-nofeature.yml.j2

index 2ca5a98..6877ada 100644 (file)
@@ -202,6 +202,15 @@ network_hosts:
   controller02:
     ip: 172.29.236.13
 
+# ceilometer
+metering-infra_hosts:
+  controller00:
+    ip: 172.29.236.11
+  controller01:
+    ip: 172.29.236.12
+  controller02:
+    ip: 172.29.236.13
+
 # nova hypervisors
 compute_hosts:
   compute00:
index 0f8ccd1..ab8cd62 100644 (file)
@@ -145,6 +145,11 @@ network_hosts:
   controller00:
     ip: 172.29.236.11
 
+# ceilometer
+metering-infra_hosts:
+  controller00:
+    ip: 172.29.236.11
+
 # nova hypervisors
 compute_hosts:
   compute00:
index 7ed9cd3..3a8f9b5 100644 (file)
@@ -145,6 +145,11 @@ network_hosts:
   controller00:
     ip: 172.29.236.11
 
+# ceilometer
+metering-infra_hosts:
+  controller00:
+    ip: 172.29.236.11
+
 # nova hypervisors
 compute_hosts:
   compute00:
index eb08adc..600a498 100644 (file)
@@ -38,6 +38,9 @@ neutron_ml2_drivers_type: "flat,vlan,vxlan"
 
 neutron_plugin_base:
   - odl-router_v2
+
+# To get functest testcases work (otherwise it keeps trying to access the metadata server)
+neutron_dnsmasq_force_metadata: True
 {% endraw %}
 
 {% if odl_repo_version is defined %}