diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-11-28 08:26:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-28 08:26:49 +0000 |
commit | 0cd4332f168052af8887d794b16efa7ba661d509 (patch) | |
tree | 59f4ee6144d789eb7203ae62f63dab52602c30be /mcp/config/scenario | |
parent | 255742b98efd4ff499a6abc6eb491059fc268d43 (diff) | |
parent | 6ead32f737f39e3d82e1484a9d31f07ed2daeadb (diff) |
Merge "Add pre-{install,purge} support for base image"
Diffstat (limited to 'mcp/config/scenario')
-rw-r--r-- | mcp/config/scenario/defaults-aarch64.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mcp/config/scenario/defaults-aarch64.yaml b/mcp/config/scenario/defaults-aarch64.yaml index 24a4037b4..d9898191e 100644 --- a/mcp/config/scenario/defaults-aarch64.yaml +++ b/mcp/config/scenario/defaults-aarch64.yaml @@ -11,3 +11,21 @@ virtual: default: vcpus: 6 ram: 4096 + common: + apt: + keys: + - https://linux.enea.com/mcp-repos/ocata/xenial/archive-mcpocata.key + repos: + # <repo name> <repo prio> deb [arch=<arch>] <repo url> <repo dist> <repo comp> + - armband_openstack 1100 deb [arch=arm64] http://linux.enea.com/mcp-repos/ocata/xenial ocata main + - armband_mk_openstack 1100 deb [arch=arm64] http://linux.enea.com/apt-mk/xenial nightly ocata + # NOTE(armband): Empty repo, keep commented out as reference + # - armband_mcp_extra 1100 deb [arch=arm64] http://linux.enea.com/apt-mk/xenial nightly extra + pkg: + install: + - linux-image-generic-hwe-16.04-edge + - linux-headers-generic-hwe-16.04-edge + control: + pkg: + install: + - cloud-init |