Non-containerized neutron-ml2-ansible template present

Bug #1864721 reported by Nate Johnston
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Medium
Brent Eagles

Bug Description

Since Queens all OpenStack services on overcloud are in containers. For whatever reason with Rocky we provide neutron-ml2-ansible template for non-containerized deployment which is failing installation. Could we get rid of it or overwrite it with the right template?

BAD template:

[stack@director ~]$ cat /usr/share/openstack-tripleo-heat-templates/environments/neutron-ml2-ansible.yaml
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
resource_registry:
  OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-ansible.yaml

parameter_defaults:
  IronicDefaultNetworkInterface: neutron
  NeutronMechanismDrivers: openvswitch,ansible
  NeutronTypeDrivers: local,vxlan,vlan,flat
  NeutronNetworkType: vlan

GOOD template:

[stack@director ~]$ cat /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ml2-ansible.yaml
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
resource_registry:
  OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
parameter_defaults:
  IronicDefaultNetworkInterface: neutron
  NeutronMechanismDrivers: openvswitch,ansible
  NeutronTypeDrivers: local,vxlan,vlan,flat
  NeutronNetworkType: vlan

Brent Eagles (beagles)
Changed in tripleo:
status: New → Triaged
importance: Undecided → Medium
milestone: none → ussuri-3
assignee: nobody → Brent Eagles (beagles)
tags: added: stein-backport-potential train-backport-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (master)

Fix proposed to branch: master
Review: https://review.opendev.org/710131

Changed in tripleo:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.opendev.org/710131
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=2468c23c988ad8751398b6bfb0844b508dfe1e03
Submitter: Zuul
Branch: master

commit 2468c23c988ad8751398b6bfb0844b508dfe1e03
Author: Brent Eagles <email address hidden>
Date: Wed Feb 26 16:38:51 2020 -0330

    Sync neutron-ml2-ansible.yaml files

    The two files have different contents. Using the one in the services sub
    as the source of truth and making them the same.

    Change-Id: Idbdd03710c3c7f14d00242cc7327ce06f3442a4b
    Closes-Bug: #1864721

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 12.2.0

This issue was fixed in the openstack/tripleo-heat-templates 12.2.0 release.

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.