From: Alexandru Avadanii Date: Wed, 3 Jul 2019 12:53:18 +0000 (+0200) Subject: [AArch64] Fix renamed repo key in defaults section X-Git-Tag: opnfv-9.0.0~35 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=45c9f16e592d5d205d55189baef5fb5c01c8a6fc;p=fuel.git [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 --- 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