Backport repos structure
Depends-On: https://gerrit.mcp.mirantis.com/#/c/37429/
Change-Id: Idce7bf41b98c9d684381fae7197d74c21dd82ed1
Prod-related: PROD-28395 (PROD:28395)
diff --git a/linux/system/repo/mcp/apt_mirantis/fluentd.yml b/linux/system/repo/mcp/apt_mirantis/fluentd.yml
index 58df85f..825b1c2 100644
--- a/linux/system/repo/mcp/apt_mirantis/fluentd.yml
+++ b/linux/system/repo/mcp/apt_mirantis/fluentd.yml
@@ -1,13 +1,11 @@
+classes:
+- system.linux.system.repo.keystorage.fluentd
parameters:
- _param:
- apt_mk_version: stable
- linux_system_repo_mcp_fluentd_version: ${_param:apt_mk_version}
linux:
system:
repo:
mcp_fluentd:
- source: "deb [arch=amd64] http://mirror.mirantis.com/${_param:linux_system_repo_mcp_fluentd_version}/td-agent/${_param:linux_system_codename} ${_param:linux_system_codename} contrib"
- architectures: amd64
- key_id: 901F9177AB97ACBE
- key_server: keyserver.ubuntu.com
+ source: "deb [arch=amd64] ${_param:linux_system_repo_mcp_fluentd_url}/${_param:linux_system_codename} ${_param:linux_system_codename} contrib"
+ key: ${_param:linux_system_repo_mcp_fluentd_key}
+ architectures: ${_param:linux_system_architecture}
clean_file: true