Horizon: Fix and reload missing css in Pike
[fuel.git] / mcp / config / scenario / defaults-x86_64.yaml
1 ##############################################################################
2 # Copyright (c) 2017 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 base_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
10 virtual:
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     pkg:
26       install:
27         - cloud-init