blob: ce0f9c12d1778fd241caff9306f28473569316d5 [file] [log] [blame]
Antonio Marsicof4ce57c2020-04-23 12:06:19 +02001---
2
3# Copyright 2020 British Telecommunications plc
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# Author: Antonio Marsico (antonio.marsico@bt.com)
17
18osm_installer_path: /usr/share/osm-devops/installers/install_osm.sh
19
20prefix: server
21
22cloud_name:
23
24setup_volume: false
25
26external_network_name:
27
28installer_args:
29
30os_key_name: ansible-key
31
32os_flavor:
33 name: medium-4-cpu-8-gb-40-disk
34 cpu: 4
35 ram: 8192
36 disk: 40
37
38servers:
39 - name: osm
40 user: ubuntu
41 image: ubuntu1804
42 image_url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
43 flavor: "{{os_flavor.name}}"
44 key: "{{os_key_name}}"
45 nics: "net-name={{external_network_name}}"
46 meta:
47 group: appservers