blob: e5b940ad38c6af1f7fd6974cf00dd0f15e070f0b [file] [log] [blame]
azvyagintsev5287e492018-08-29 18:02:44 +03001# DEPRECATED since 2018.7+ release.
2# Please use system/repo/mcp/apt_mirantis
Ondrej Smolaa2202f22016-12-14 15:57:34 +01003parameters:
4 linux:
5 system:
6 repo:
7 ubuntu:
8 refresh_db: ${_param:linux_repo_refresh_db}
Ondrej Smola9f346de2016-12-15 15:36:23 +01009 source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu ${_param:linux_system_codename} main universe restricted"
Ondrej Smolaa2202f22016-12-14 15:57:34 +010010 architectures: amd64
11 default: true
12 key_url: "http://${_param:local_repo_url}/public.gpg"
azvyagintsev5a00f7a2018-06-05 19:20:40 +030013 ubuntu_updates:
Ondrej Smolaa2202f22016-12-14 15:57:34 +010014 refresh_db: ${_param:linux_repo_refresh_db}
Ondrej Smola9f346de2016-12-15 15:36:23 +010015 source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu ${_param:linux_system_codename}-updates main universe restricted"
Ondrej Smolaa2202f22016-12-14 15:57:34 +010016 architectures: amd64
17 default: true
18 key_url: "http://${_param:local_repo_url}/public.gpg"
azvyagintsev5a00f7a2018-06-05 19:20:40 +030019 ubuntu_security:
Ondrej Smolaa2202f22016-12-14 15:57:34 +010020 refresh_db: ${_param:linux_repo_refresh_db}
Ondrej Smola9f346de2016-12-15 15:36:23 +010021 source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu ${_param:linux_system_codename}-security main universe restricted"
Ondrej Smolaa2202f22016-12-14 15:57:34 +010022 architectures: amd64
23 default: true
24 key_url: "http://${_param:local_repo_url}/public.gpg"