Merge "[openvswitch] Add overrides values for dpdk"

This commit is contained in:
Zuul 2024-01-31 20:07:25 +00:00 committed by Gerrit Code Review
commit c119701ada
5 changed files with 6 additions and 11 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm OpenVSwitch description: OpenStack-Helm OpenVSwitch
name: openvswitch name: openvswitch
version: 0.1.20 version: 0.1.21
home: http://openvswitch.org home: http://openvswitch.org
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
sources: sources:

View File

@ -1,8 +1,8 @@
--- ---
images: images:
tags: tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-opensuse_15-dpdk openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal-dpdk
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-opensuse_15-dpdk openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal-dpdk
pod: pod:
resources: resources:
enabled: true enabled: true

View File

@ -1,8 +1,8 @@
--- ---
images: images:
tags: tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic-dpdk openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy-dpdk
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic-dpdk openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy-dpdk
pod: pod:
resources: resources:
enabled: true enabled: true

View File

@ -1,6 +0,0 @@
---
images:
tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-opensuse_15
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-opensuse_15
...

View File

@ -21,4 +21,5 @@ openvswitch:
- 0.1.18 Add value for extra poststart command - 0.1.18 Add value for extra poststart command
- 0.1.19 Add check for cgroups v2 file structure - 0.1.19 Add check for cgroups v2 file structure
- 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides - 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides
- 0.1.21 Add overrides for dpdk
... ...