make keystone.host point to controller_virtual_ip
[apex-tripleo-heat-templates.git] / nova-compute-config.yaml
index 91a3cfe..6c6f7dc 100644 (file)
@@ -15,9 +15,12 @@ Resources:
           metering_secret: {get_input: ceilometer_metering_secret}
           service-password: {get_input: ceilometer_password}
           compute_agent: {get_input: ceilometer_compute_agent}
+        snmpd:
+          export_MIB: UCD-SNMP-MIB
+          readonly_user_name: {get_input: snmpd_readonly_user_name}
+          readonly_user_password: {get_input: snmpd_readonly_user_password}
         glance:
           host: {get_input: glance_host}
-        hosts: {get_input: static_hosts}
         keystone:
           host: {get_input: keystone_host}
         neutron:
@@ -35,7 +38,6 @@ Resources:
           service-password: {get_input: neutron_password}
         admin-password: {get_input: admin_password}
         rabbit:
-          host: {get_input: rabbit_host}
           username: {get_input: rabbit_user_name}
           password: {get_input: rabbit_password}
         live-update:
@@ -46,6 +48,9 @@ Resources:
           base_image_id: {get_input: nova_image}
           live_update_image_id: {get_input: live_update_compute_image}
         completion-signal: {get_input: deploy_signal_id}
+        ntp:
+          servers:
+              - {server: {get_input: ntp_server}, fudge: "stratum 0"}
   NovaComputePassthrough:
     Type: OS::Heat::StructuredConfig
     Properties: