Remove xenial-updates repository
PROD-35119
Change-Id: I7d00bdc0658757323a8b89644f7d24c07d684e3a
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index b7aba28..00f352c 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -691,13 +691,10 @@
skip_fail: false
{%- if UPDATE_REPO_CUSTOM_TAG != '' %}
-- description: "[EXPERIMENTAL] Change update repos tag acording to defined in job"
+- description: "[EXPERIMENTAL] Change update repos tag acсording to defined in job"
cmd: |
. /root/venv-reclass-tools/bin/activate;
reclass-tools add-key parameters._param.linux_system_repo_update_url 'http://mirror.mirantis.com/update/{{ UPDATE_REPO_CUSTOM_TAG }}/' /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/openstack/init.yml;
- reclass-tools add-key parameters._param.linux_system_repo_update_url 'http://mirror.mirantis.com/update/{{ UPDATE_REPO_CUSTOM_TAG }}/' /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/kubernetes/init.yml;
- # Replace ubuntu_updates repo tag independently, because it has another url structure
- reclass-tools add-key parameters.linux.system.repo.ubuntu_updates.source 'deb [arch=amd64] http://mirror.mirantis.com/update/{{ UPDATE_REPO_CUSTOM_TAG }}/ubuntu/ ${_param:linux_system_codename}-updates main restricted universe' /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/infra/apt_repos.yml;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 1, delay: 5}
skip_fail: false