[IDF] net_config: Add support for custom ip-range
[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         - salt-minion
24   control:
25     apt: ~
26     pkg:
27       install:
28         - cloud-init
29 aarch64:
30   base_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img
31   default:
32     vcpus: 6
33     ram: 4096
34   common:
35     apt:
36       keys:
37         - https://linux.enea.com/mcp-repos/pike/xenial/archive-mcppike.key
38       repos:
39         # <repo name> <repo prio> deb [arch=<arch>] <repo url> <repo dist> <repo comp>
40         - saltstack 500 deb [arch=arm64] http://linux.enea.com/saltstack/apt/ubuntu/16.04/arm64/2016.11 xenial main
41         - armband 1100 deb [arch=arm64] http://linux.enea.com/mcp-repos/pike/xenial pike-armband main
42     pkg:
43       install:
44         - linux-image-generic-hwe-16.04-edge
45         - linux-headers-generic-hwe-16.04-edge
46         - salt-minion
47   control:
48     apt: ~
49     pkg:
50       install:
51         - cloud-init