13f2dd527388f12c5a19b0e45b56bbff6d296d01
[fuel.git] / mcp / config / scenario / defaults.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 x86_64:
10   base_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
11   default:
12     vcpus: 2
13     ram: 4096
14   common:
15     apt:
16       keys:
17         - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.11/SALTSTACK-GPG-KEY.pub
18       repos:
19         # <repo name> <repo prio> deb [arch=<arch>] <repo url> <repo dist> <repo comp>
20         - saltstack 500 deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.11 xenial main
21     pkg:
22       install:
23         - linux-generic-hwe-16.04
24         - salt-minion
25   control:
26     apt: ~
27     pkg:
28       install:
29         - cloud-init
30 aarch64:
31   base_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img
32   default:
33     vcpus: 6
34     ram: 4096
35   common:
36     apt:
37       keys:
38         - https://linux.enea.com/mcp-repos/pike/xenial/archive-mcppike.key
39       repos:
40         # <repo name> <repo prio> deb [arch=<arch>] <repo url> <repo dist> <repo comp>
41         - saltstack 500 deb [arch=arm64] http://linux.enea.com/saltstack/apt/ubuntu/16.04/arm64/2016.11 xenial main
42         - armband 1100 deb [arch=arm64] http://linux.enea.com/mcp-repos/pike/xenial pike-armband main
43     pkg:
44       install:
45         - linux-image-generic-hwe-16.04-edge
46         - linux-headers-generic-hwe-16.04-edge
47         - salt-minion
48   control:
49     apt: ~
50     pkg:
51       install:
52         - cloud-init