Add openvswitch element back in

The change Ie4f5d771a16ea453b470be8ea103b2bde4aa892a switched
os-net-config to be installed as a package rather than an element.
Unfortunately the openvswitch service was being configured via the
openvswitch dependency from the os-net-config element. The switch to use
the package lost the automatic starting of openvswitch on the nodes
which has manifested itself as intermittent issues on compute nodes when
network isolation is not deployed.

Change-Id: I0f865d4811919c19577c75615b66d7d8a1e685d3
Partial-Bug: #1757111
This commit is contained in:
Alex Schultz 2018-03-21 15:07:43 -06:00
parent 95cc729950
commit 05009b32ef
4 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ disk_images:
type: qcow2
elements:
- dhcp-all-interfaces
- openvswitch
- overcloud-agent
- overcloud-full
- overcloud-controller

View File

@ -5,6 +5,7 @@ disk_images:
elements:
- baremetal
- dhcp-all-interfaces
- openvswitch
- overcloud-agent
- overcloud-full
- overcloud-controller

View File

@ -8,6 +8,7 @@ disk_images:
- sysctl
- baremetal
- dhcp-all-interfaces
- openvswitch
- os-collect-config
- puppet-modules
- stable-interface-names

View File

@ -5,10 +5,10 @@ disk_images:
elements:
- baremetal
- dhcp-all-interfaces
- openvswitch
- overcloud-agent
- overcloud-compute
- puppet-modules
- os-net-config
- stable-interface-names
- grub2
- element-manifest
@ -28,6 +28,7 @@ disk_images:
- ntp
- device-mapper-multipath
- openstack-heat-agents
- os-net-config
- jq
options:
- "--min-tmpfs=7"