blob: 96080c8cb4bad7bfedb2bc8876c26b7d3766875c [file] [log] [blame]
azvyagintsevee56ba82018-06-15 17:57:23 +03001classes:
2- system.linux.system.repo.keystorage.docker
Richard Felkl57468bf2017-12-04 11:41:45 +01003parameters:
4 _param:
5 apt_mk_version: stable
azvyagintsevee56ba82018-06-15 17:57:23 +03006 linux_system_repo_url: http://mirror.mirantis.com/${_param:apt_mk_version}/
7 linux_system_repo_mcp_docker_url: ${_param:linux_system_repo_url}/docker/
Richard Felkl57468bf2017-12-04 11:41:45 +01008 linux:
9 system:
10 repo:
11 mcp_docker:
azvyagintsevee56ba82018-06-15 17:57:23 +030012 source: "deb [arch=amd64] ${_param:linux_system_repo_mcp_docker_url}/${_param:linux_system_codename}/ ${_param:linux_system_codename} stable"
Richard Felkl57468bf2017-12-04 11:41:45 +010013 architectures: amd64
azvyagintsevee56ba82018-06-15 17:57:23 +030014 clean_file: true