blob: a873afb3199d26f1d19150e882ac7f461019c49e [file] [log] [blame]
Petr Michalec2f1141f2016-12-13 14:55:41 +01001classes:
2- system.linux.system.repo.salt
3parameters:
4 linux:
5 system:
6 repo:
7 mirantis:
8 refresh_db: ${_param:linux_repo_refresh_db}
9 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0 main"
10 architectures: amd64
11 key_url: "http://${_param:local_repo_url}/public.gpg"
12 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010013 - pin: 'release a=mos8.0'
Petr Michalec2f1141f2016-12-13 14:55:41 +010014 priority: 1000
15 package: '*'
16 mirantis_openstack_hotfix:
17 refresh_db: ${_param:linux_repo_refresh_db}
18 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-hotfix main"
19 architectures: amd64
20 key_url: "http://${_param:local_repo_url}/public.gpg"
21 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010022 - pin: 'release a=mos8.0-hotfix'
Petr Michalec2f1141f2016-12-13 14:55:41 +010023 priority: 1000
24 package: '*'
25 mirantis_openstack_proposed:
26 refresh_db: ${_param:linux_repo_refresh_db}
27 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-proposed main"
28 architectures: amd64
29 key_url: "http://${_param:local_repo_url}/public.gpg"
30 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010031 - pin: 'release a=mos8.0-proposed'
Petr Michalec2f1141f2016-12-13 14:55:41 +010032 priority: 1000
33 package: '*'
34 mirantis_openstack_security:
35 refresh_db: ${_param:linux_repo_refresh_db}
36 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-security main"
37 architectures: amd64
38 key_url: "http://${_param:local_repo_url}/public.gpg"
39 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010040 - pin: 'release a=mos8.0-security'
Petr Michalec2f1141f2016-12-13 14:55:41 +010041 priority: 1000
42 package: '*'
43 mirantis_openstack_updates:
44 refresh_db: ${_param:linux_repo_refresh_db}
45 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-updates main"
46 architectures: amd64
47 key_url: "http://${_param:local_repo_url}/public.gpg"
48 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010049 - pin: 'release a=mos8.0-updates'
Petr Michalec2f1141f2016-12-13 14:55:41 +010050 priority: 1000
51 package: '*'