Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 1 | parameters: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 2 | _param: |
| 3 | mirror_mirantis-openstack-8.0-trusty_source: http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/ |
| 4 | mirror_mirantis-openstack-8.0-trusty_distribution: mos8.0 |
| 5 | mirror_mirantis-openstack-8.0-trusty_components: main restricted |
| 6 | mirror_mirantis-openstack-8.0-trusty_key_url: "http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/archive-mos8.0.key" |
| 7 | mirror_mirantis-openstack-8.0-trusty_gpgkeys: |
| 8 | - 1FA22B08 |
| 9 | |
| 10 | mirror_mirantis-openstack-8.0-proposed-trusty_source: http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/ |
| 11 | mirror_mirantis-openstack-8.0-proposed-trusty_distribution: mos8.0-proposed |
| 12 | mirror_mirantis-openstack-8.0-proposed-trusty_components: main restricted |
| 13 | mirror_mirantis-openstack-8.0-proposed-trusty_key_url: "http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/archive-mos8.0.key" |
| 14 | mirror_mirantis-openstack-8.0-proposed-trusty_gpgkeys: |
| 15 | - 1FA22B08 |
| 16 | |
| 17 | mirror_mirantis-openstack-8.0-updates-trusty_source: http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/ |
| 18 | mirror_mirantis-openstack-8.0-updates-trusty_distribution: mos8.0-updates |
| 19 | mirror_mirantis-openstack-8.0-updates-trusty_components: main restricted |
| 20 | mirror_mirantis-openstack-8.0-updates-trusty_key_url: "http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/archive-mos8.0.key" |
| 21 | mirror_mirantis-openstack-8.0-updates-trusty_gpgkeys: |
| 22 | - 1FA22B08 |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 23 | aptly: |
| 24 | server: |
| 25 | mirror: |
| 26 | mirantis-openstack-8.0-trusty: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 27 | source: ${_param:mirror_mirantis-openstack-8.0-trusty_source} |
| 28 | distribution: ${_param:mirror_mirantis-openstack-8.0-trusty_distribution} |
| 29 | components: ${_param:mirror_mirantis-openstack-8.0-trusty_components} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 30 | architectures: amd64 |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 31 | gpgkeys: ${_param:mirror_mirantis-openstack-8.0-trusty_gpgkeys} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 32 | publisher: |
| 33 | component: main |
| 34 | distributions: |
Petr Michalec | 288c034 | 2016-12-12 15:01:45 +0100 | [diff] [blame] | 35 | - mos8/mos8.0 |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 36 | # FIXME, enable hotfix once contain packages, otherwise broke aptly publish |
Ondrej Smola | ca7ce11 | 2016-12-14 17:07:44 +0100 | [diff] [blame] | 37 | #mirantis-openstack-8.0-hotfix-trusty: |
| 38 | # source: http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/ |
| 39 | # distribution: mos8.0-hotfix |
| 40 | # components: main restricted |
| 41 | # architectures: amd64 |
| 42 | # key_url: "http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/archive-mos8.0.key" |
| 43 | # gpgkeys: |
| 44 | # - 1FA22B08 |
| 45 | # publisher: |
| 46 | # component: main |
| 47 | # distributions: |
| 48 | # - mos8/mos8.0-hotfix |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 49 | mirantis-openstack-8.0-proposed-trusty: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 50 | source: ${_param:mirror_mirantis-openstack-8.0-proposed-trusty_source} |
| 51 | distribution: ${_param:mirror_mirantis-openstack-8.0-proposed-trusty_distribution} |
| 52 | components: ${_param:mirror_mirantis-openstack-8.0-proposed-trusty_components} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 53 | architectures: amd64 |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 54 | key_url: ${_param:mirror_mirantis-openstack-8.0-proposed-trusty_key_url} |
| 55 | gpgkeys: ${_param:mirror_mirantis-openstack-8.0-proposed-trusty_gpgkeys} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 56 | publisher: |
| 57 | component: main |
| 58 | distributions: |
Petr Michalec | 288c034 | 2016-12-12 15:01:45 +0100 | [diff] [blame] | 59 | - mos8/mos8.0-proposed |
Petr Michalec | 0e558dd | 2017-01-18 20:06:52 +0100 | [diff] [blame] | 60 | # FIXME, enable security once contain packages, otherwise broke aptly publish |
Ondrej Smola | ca7ce11 | 2016-12-14 17:07:44 +0100 | [diff] [blame] | 61 | #mirantis-openstack-8.0-security-trusty: |
| 62 | # source: http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/ |
| 63 | # distribution: mos8.0-security |
| 64 | # components: main restricted |
| 65 | # architectures: amd64 |
| 66 | # key_url: "http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0-mu-3/archive-mos8.0.key" |
| 67 | # gpgkeys: |
| 68 | # - 1FA22B08 |
| 69 | # publisher: |
| 70 | # component: main |
| 71 | # distributions: |
| 72 | # - mos8/mos8.0-security |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 73 | mirantis-openstack-8.0-updates-trusty: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 74 | source: ${_param:mirror_mirantis-openstack-8.0-updates-trusty_source} |
| 75 | distribution: ${_param:mirror_mirantis-openstack-8.0-updates-trusty_distribution} |
| 76 | components: ${_param:mirror_mirantis-openstack-8.0-updates-trusty_components} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 77 | architectures: amd64 |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 78 | key_url: ${_param:mirror_mirantis-openstack-8.0-updates-trusty_key_url} |
| 79 | gpgkeys: ${_param:mirror_mirantis-openstack-8.0-updates-trusty_gpgkeys} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 80 | publisher: |
| 81 | component: main |
| 82 | distributions: |
Petr Michalec | 288c034 | 2016-12-12 15:01:45 +0100 | [diff] [blame] | 83 | - mos8/mos8.0-updates |