parameters: | |
_param: | |
apt_mk_version: stable | |
linux: | |
system: | |
repo: | |
ubuntu: | |
source: "deb [arch=amd64] http://mirror.mirantis.com/${_param:apt_mk_version}/ubuntu/ ${_param:linux_system_codename} main restricted universe" | |
architectures: amd64 | |
default: true | |
key_id: 437D05B5 | |
key_server: keyserver.ubuntu.com | |
ubuntu_updates: | |
source: "deb [arch=amd64] http://mirror.mirantis.com/${_param:apt_mk_version}/ubuntu/ ${_param:linux_system_codename}-updates main restricted universe" | |
architectures: amd64 | |
default: true | |
key_id: 437D05B5 | |
key_server: keyserver.ubuntu.com | |
ubuntu_security: | |
source: "deb [arch=amd64] http://mirror.mirantis.com/${_param:apt_mk_version}/ubuntu/ ${_param:linux_system_codename}-security main restricted universe" | |
architectures: amd64 | |
default: true | |
key_id: 437D05B5 | |
key_server: keyserver.ubuntu.com |