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/mcp-common-noha/openstack_init.yml.j2 | |
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/mcp-common-noha/openstack_init.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 index 54df34cc6..6c2c088e0 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 @@ -8,7 +8,7 @@ {%- import 'net_map.j2' as nm with context %} --- classes: - - cluster.all-mcp-arch-common.uca_repo + - cluster.all-mcp-arch-common.openvswitch_210 parameters: _param: openstack_region: RegionOne @@ -83,13 +83,8 @@ parameters: net.ipv4.tcp_congestion_control: yeah net.ipv4.tcp_slow_start_after_idle: 0 net.ipv4.tcp_fin_timeout: 30 - repo: - uca: - pin: - - pin: 'release o=Canonical' - priority: 1200 - package: 'openvswitch* python-openvswitch ovn* dpdk* libdpdk*' {%- if 'aarch64' in nm.cluster.arch %} + repo: armband_3: # Should be in sync with the repo config generated via curtin/MaaS source: "deb http://linux.enea.com/mcp-repos/${_param:openstack_version}/${_param:linux_system_codename} ${_param:openstack_version}-armband main" key: ${_param:armband_key} |