vgusev | de147bf | 2017-12-06 12:16:25 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | aptly_mirror_elasticsearch-5x_source: https://artifacts.elastic.co/packages/5.x/apt |
| 4 | aptly_mirror_elasticsearch-5x_distribution: stable |
| 5 | aptly_mirror_elasticsearch-5x_components: main |
| 6 | aptly_mirror_elasticsearch-5x_gpgkeys: |
| 7 | - D88E42B4 |
| 8 | aptly_mirror_elasticsearch-curator-5x_source: https://packages.elastic.co/curator/5/debian |
| 9 | aptly_mirror_elasticsearch-curator-5x_distribution: stable |
| 10 | aptly_mirror_elasticsearch-curator-5x_components: main |
| 11 | aptly: |
| 12 | server: |
| 13 | mirror: |
| 14 | elasticsearch-5x: |
| 15 | source: ${_param:mirror_elasticsearch-5x_source} |
| 16 | distribution: ${_param:mirror_elasticsearch-5x_distribution} |
| 17 | components: ${_param:mirror_elasticsearch-5x_components} |
| 18 | architectures: amd64 |
| 19 | gpgkeys: ${_param:mirror_elasticsearch-5x_gpgkeys} |
| 20 | publisher: |
| 21 | component: elastic |
| 22 | distributions: |
| 23 | - trusty/${_param:apt_mk_version} |
| 24 | - xenial/${_param:apt_mk_version} |
| 25 | kibana-5x: |
| 26 | source: ${_param:aptly_mirror_elasticsearch-5x_source} |
| 27 | distribution: ${_param:aptly_mirror_elasticsearch-5x_distribution} |
| 28 | components: ${_param:aptly_mirror_elasticsearch-5x_components} |
| 29 | architectures: amd64 |
| 30 | gpgkeys: ${_param:aptly_mirror_elasticsearch-5x_gpgkeys} |
| 31 | publisher: |
| 32 | component: elastic |
| 33 | distributions: |
| 34 | - trusty/${_param:apt_mk_version} |
| 35 | - xenial/${_param:apt_mk_version} |
| 36 | elasticsearch-curator-5x: |
| 37 | source: ${_param:aptly_mirror_elasticsearch-curator-5x_source} |
| 38 | distribution: ${_param:aptly_mirror_elasticsearch-curator-5x_distribution} |
| 39 | components: ${_param:aptly_mirror_elasticsearch-curator-5x_components} |
| 40 | architectures: amd64 |
| 41 | gpgkeys: ${_param:aptly_mirror_elasticsearch-5x_gpgkeys} |
| 42 | publisher: |
| 43 | component: elastic |
| 44 | distributions: |
| 45 | - trusty/${_param:apt_mk_version} |
| 46 | - xenial/${_param:apt_mk_version} |