nova-compute.yaml missing parameters

Bug #1183223 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Clint Byrum

Bug Description

quantum's ovs plugin:
sql-connection (for quantum)
tenant-network-type
enable-tunnelling
local_ip

nova.conf:
glance.host

Revision history for this message
Robert Collins (lifeless) wrote :

The edit to add glance.host:
diff --git a/nova-compute.yaml b/nova-compute.yaml
index 172e9a1..ca95556 100644
--- a/nova-compute.yaml
+++ b/nova-compute.yaml
@@ -11,6 +11,8 @@ Parameters:
     Default: baremetal
   NovaImage:
     Type: String
+ GlanceHost:
+ Type: String
   KeystoneHost:
     Type: String
   ServicePassword:
@@ -66,6 +68,8 @@ Resources:
           - resource: NovaCompute
       nova:
         compute_driver: {Ref: NovaComputeDriver}
+ glance:
+ host: {Ref: GlanceHost}
       keystone:
         host: {Ref: KeystoneHost}
       quantum:

Revision history for this message
Robert Collins (lifeless) wrote :

/opt/stack/os-config-applier/templates/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
quantum.ovs_db
quantum.ovs.bridge_mappings
quantum.ovs.network_vlan_ranges
quantum.ovs.tenant_network_type
quantum.ovs.enable_tunneling
quantum.ovs.local_ip

Revision history for this message
Robert Collins (lifeless) wrote :

/opt/stack/os-config-applier/templates/etc/nova/nova.conf
nova.host
nova.db
nova.tuning - can be {} otherwise
nova.tuning.ram_allocation_ratio
nova.tuning.reserved_host_memory_mb

nova.baremetal - can be {}.

Revision history for this message
Robert Collins (lifeless) wrote :

btw this seems sufficient - I can render all templates on .138 in strict mode with these set.

Changed in tripleo:
status: Triaged → In Progress
assignee: nobody → Clint Byrum (clint-fewbar)
Revision history for this message
Robert Collins (lifeless) wrote :

https://review.openstack.org/#/c/32682/ will cover more, but we still have outstanding:

nova.tuning - can be {} otherwise
nova.tuning.ram_allocation_ratio
nova.tuning.reserved_host_memory_mb

nova.baremetal - can be {}

I'll need Clints help on these I think.

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Parameters are all there in nova-compute-instance.yaml think:

sql settings: NeutronDSN
tenant_network_type: NeutronNetworkType
enable_tunnelling: NeutronEnableTunnelling
local_ip: Set automatically by the split between compute and compute-config.

Changed in tripleo:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.