Pavel Cizinsky | eb3b56f | 2017-08-08 17:42:04 +0200 | [diff] [blame] | 1 | parameters: |
2 | _param: | ||||
3 | linux_repo_ceph_component: jewel | ||||
4 | linux_repo_ceph_mirror: download | ||||
5 | linux: | ||||
6 | system: | ||||
7 | repo: | ||||
8 | ceph: | ||||
9 | source: "deb [arch=amd64] https://${_param:linux_repo_ceph_mirror}.ceph.com/debian-${_param:linux_repo_ceph_component} ${_param:linux_system_codename} main" | ||||
10 | architectures: amd64 | ||||
11 | key_url: "https://${_param:linux_repo_ceph_mirror}.ceph.com/keys/release.asc" |