diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-26 11:58:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-26 11:58:42 +0000 |
commit | d9c1a02693cacd342106437f4f4525c0cdf857cd (patch) | |
tree | bca020cd131e83531b63c0c58963d04d02b18187 /mcp/reclass/classes/cluster/mcp-common-noha | |
parent | 10dcc4cf9d03f3e6d45e7a8eb3eda7030f9ffd3a (diff) | |
parent | 5d0aa7d6a8cb2ee73a3937fcef7fe66264c69b17 (diff) |
Merge "[AArch64] noha: Add armband repo prio" into stable/gambia
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 | 9 |
1 files changed, 9 insertions, 0 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 26a4bac73..ba6636da7 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 @@ -126,6 +126,15 @@ parameters: - pin: 'release o=Canonical' priority: 1200 package: 'openvswitch* python-openvswitch ovn* dpdk* libdpdk*' +{%- if 'aarch64' in nm.cluster.arch %} + 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} + pin: + - pin: 'release a=${_param:openstack_version}-armband' + priority: 1201 + package: '*' +{%- endif %} network: host: ctl: |