From 45c9f16e592d5d205d55189baef5fb5c01c8a6fc Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 3 Jul 2019 14:53:18 +0200 Subject: [PATCH] [AArch64] Fix renamed repo key in defaults section The `apt` key has been renamed to `repo` in a previous change, but we missed renaming some occurences in defaults.yml.j2 for AArch64. Change-Id: Icf930371e9bc5253ea27e053933e1c012361f66e Signed-off-by: Alexandru Avadanii --- mcp/config/scenario/defaults.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcp/config/scenario/defaults.yaml.j2 b/mcp/config/scenario/defaults.yaml.j2 index 8864974ec..5dbf52950 100644 --- a/mcp/config/scenario/defaults.yaml.j2 +++ b/mcp/config/scenario/defaults.yaml.j2 @@ -107,7 +107,7 @@ aarch64: ubuntu1604: base_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img common: - apt: + repo: keys: - https://linux.enea.com/mcp-repos/rocky/xenial/archive-mcprocky.key - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub @@ -123,7 +123,7 @@ aarch64: - python-futures - salt-minion control: - apt: ~ + repo: ~ pkg: install: - cloud-init -- 2.16.6