blob: 5b6cdacca5ffa57e08cfe0d1b5561536ea11b9dd [file] [log] [blame]
Petr Michalec2f1141f2016-12-13 14:55:41 +01001parameters:
2 linux:
3 system:
4 repo:
5 mos9_openstack:
6 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0 main"
7 architectures: amd64
8 key_url: "http://${_param:local_repo_url}/public.gpg"
9 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010010 - pin: 'release a=mos9.0'
Petr Michalec2f1141f2016-12-13 14:55:41 +010011 priority: 1100
12 package: '*'
13 mos9_openstack_hotfix:
14 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-hotfix main"
15 architectures: amd64
16 key_url: "http://${_param:local_repo_url}/public.gpg"
17 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010018 - pin: 'release a=mos9.0-hotfix'
Petr Michalec2f1141f2016-12-13 14:55:41 +010019 priority: 1100
20 package: '*'
21 mos9_openstack_proposed:
22 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-proposed main"
23 architectures: amd64
24 key_url: "http://${_param:local_repo_url}/public.gpg"
25 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010026 - pin: 'release a=mos9.0-proposed'
Petr Michalec2f1141f2016-12-13 14:55:41 +010027 priority: 1100
28 package: '*'
29 mos9_openstack_security:
30 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-security main"
31 architectures: amd64
32 key_url: "http://${_param:local_repo_url}/public.gpg"
33 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010034 - pin: 'release a=mos9.0-security'
Petr Michalec2f1141f2016-12-13 14:55:41 +010035 priority: 1100
36 package: '*'
37 mos9_openstack_updates:
38 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-updates main"
39 architectures: amd64
40 key_url: "http://${_param:local_repo_url}/public.gpg"
41 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010042 - pin: 'release a=mos9.0-updates'
Petr Michalec2f1141f2016-12-13 14:55:41 +010043 priority: 1100
44 package: '*'
45 mos9_murano:
46 refresh_db: ${_param:linux_repo_refresh_db}
47 source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0 murano"
48 architectures: amd64
49 key_url: "http://${_param:local_repo_url}/public.gpg"
50 pin:
Petr Michalecdbb599e2017-02-02 07:27:38 +010051 - pin: 'release a=mos8.0-proposed'
Petr Michalec2f1141f2016-12-13 14:55:41 +010052 priority: 1100
53 package: '*'