introduced Build-ID
Related: PROD-16367
Change-Id: Ice7e54583411f96c31ee75c057b6fe04cff3a67d
diff --git a/linux/system/repo/mcp/apt_mirantis/ubuntu.yml b/linux/system/repo/mcp/apt_mirantis/ubuntu.yml
new file mode 100644
index 0000000..2203e07
--- /dev/null
+++ b/linux/system/repo/mcp/apt_mirantis/ubuntu.yml
@@ -0,0 +1,21 @@
+parameters:
+ _param:
+ apt_mk_version: stable
+ linux:
+ system:
+ repo:
+ ubuntu:
+ source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/ ${_param:apt_mk_version} main restricted universe"
+ architectures: amd64
+ default: true
+ key_url: "http://apt.mirantis.com/public.gpg"
+ ubuntu_updates:
+ source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/updates/ ${_param:apt_mk_version} main restricted universe"
+ architectures: amd64
+ default: true
+ key_url: "http://apt.mirantis.com/public.gpg"
+ ubuntu_security:
+ source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/security/ ${_param:apt_mk_version} main restricted universe"
+ architectures: amd64
+ default: true
+ key_url: "http://apt.mirantis.com/public.gpg"
\ No newline at end of file