blob: 2203e07ce95086f31386cd35f1ca77f141dee72a [file] [log] [blame]
Richard Felkl57468bf2017-12-04 11:41:45 +01001parameters:
2 _param:
3 apt_mk_version: stable
4 linux:
5 system:
6 repo:
7 ubuntu:
8 source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/ ${_param:apt_mk_version} main restricted universe"
9 architectures: amd64
10 default: true
11 key_url: "http://apt.mirantis.com/public.gpg"
12 ubuntu_updates:
13 source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/updates/ ${_param:apt_mk_version} main restricted universe"
14 architectures: amd64
15 default: true
16 key_url: "http://apt.mirantis.com/public.gpg"
17 ubuntu_security:
18 source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/security/ ${_param:apt_mk_version} main restricted universe"
19 architectures: amd64
20 default: true
21 key_url: "http://apt.mirantis.com/public.gpg"