diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-01-23 15:36:57 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-01-28 12:33:52 +0400 |
commit | 0c05f52aaf024db6443336f69ebc7c6e037d06b9 (patch) | |
tree | c2fc9255f3879e4e65206fa7cb83eb4c45cce397 /mcp/reclass/classes/cluster/all-mcp-arch-common/openvswitch_210.yml | |
parent | c30c0888db0f2a05c118b05d4aedb6df0b61017e (diff) |
Update openvswitch to 2.10opnfv-7.2.0
Change-Id: I0121b3190869528e5f2e9985f9e9299ac6c6724e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-arch-common/openvswitch_210.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-arch-common/openvswitch_210.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-arch-common/openvswitch_210.yml b/mcp/reclass/classes/cluster/all-mcp-arch-common/openvswitch_210.yml new file mode 100644 index 000000000..cefca2e3e --- /dev/null +++ b/mcp/reclass/classes/cluster/all-mcp-arch-common/openvswitch_210.yml @@ -0,0 +1,14 @@ +parameters: + _param: + repo_ovs_210: https://mirror.mirantis.com/nightly/openstack-rocky/${_param:linux_system_codename} + linux: + system: + repo: + openvswitch: + source: "deb ${_param:repo_ovs_210} ${_param:linux_system_codename} main" + clean_file: true + key_url: ${_param:repo_ovs_210}/archive-rocky.key + pin: + - pin: 'release l=openstack-rocky-nightly' + priority: 1101 + package: 'openvswitch* python3-openvswitch ovn* dpdk* libdpdk*' |