tripleo-heat-templates/environments/nova-nuage-config.yaml
Alexey Stupnikov 6b99abc5db Remove Nova parameters that are no longer used
Since Train release several puppet classes were removed
from puppet-nova. At the same time, some of them are
still defined in tripleo heat templates.

- nova::use_ipv6 was used to configure IPv6 for nova-network.
  DEFAULT/use_ipv6 nova configuration option was deprecated
  in Ocata release and removed from puppet-nova in Train
  release. Setting this parameter in THT no longer affects
  anything.
- nova::compute::neutron::libvirt_vif_driver seems like an
  artifact: though it was removed from puppet-nova only in
  Train release, actual nova configuration parameter was
  deprecated in IceHouse and hard-coded in Juno.

Puppet-nova change id: I6f7fde1f475acec82bafc66183211f317b4c7795

Conflicts:
      deployment/nova/nova-base-puppet.yaml

Resolved conflicts related to changes
I42af3e39da76ae94ca7bbf2797f776c28a75f7e7 and
If8a3d0a6db1b2950191ab62bdcfd7d2f12935de1
both of these are changes are not required in stable/train release.

Change-Id: Ia269193f1f5215612165a2a0228bf4d1859b7b1e
Closes-Bug: #1869528
(cherry picked from commit ebfe7897af)
2020-11-09 15:45:35 +05:30

13 lines
485 B
YAML

# A Heat environment file which can be used to enable
# Nuage backend on the compute, configured via puppet
resource_registry:
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::TripleO::Services::ComputeNeutronCorePluginNuage
parameter_defaults:
NuageActiveController: '0.0.0.0'
NuageStandbyController: '0.0.0.0'
NovaOVSBridge: 'default_bridge'
NovaComputeLibvirtType: 'default_type'
NuageMetadataProxySharedSecret: 'default'
NuageNovaApiEndpoint: 'default_endpoint'