parameters: | |
_param: | |
apt_mk_version: stable | |
linux: | |
system: | |
repo: | |
ubuntu: | |
source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/ ${_param:apt_mk_version} main restricted universe" | |
architectures: amd64 | |
default: true | |
key_url: "http://apt.mirantis.com/public.gpg" | |
ubuntu_updates: | |
source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/updates/ ${_param:apt_mk_version} main restricted universe" | |
architectures: amd64 | |
default: true | |
key_url: "http://apt.mirantis.com/public.gpg" | |
ubuntu_security: | |
source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ubuntu/security/ ${_param:apt_mk_version} main restricted universe" | |
architectures: amd64 | |
default: true | |
key_url: "http://apt.mirantis.com/public.gpg" |