blob: 4754d122d136bf51a2f3d5d18881154218bf0051 [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:
13 - pin: 'release s=mos8.0'
14 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:
22 - pin: 'release s=mos8.0-hotfix'
23 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:
31 - pin: 'release s=mos8.0-proposed'
32 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:
40 - pin: 'release s=mos8.0-security'
41 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:
49 - pin: 'release s=mos8.0-updates'
50 priority: 1000
51 package: '*'