blob: 62cabc3b81b38516cf8adfddee923fccc976f04c [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
Antonio Marsicoe3650fc2020-12-21 17:29:42 +010020server_name: server-osm
Antonio Marsicof4ce57c2020-04-23 12:06:19 +020021
22cloud_name:
23
24setup_volume: false
25
26external_network_name:
27
28installer_args:
29
Antonio Marsicoe3650fc2020-12-21 17:29:42 +010030userdata_file:
31
32local_userdata:
33
34os_key_name: osm-ansible-key
35
36key_file:
Antonio Marsicof4ce57c2020-04-23 12:06:19 +020037
38os_flavor:
39 name: medium-4-cpu-8-gb-40-disk
40 cpu: 4
41 ram: 8192
42 disk: 40
43
44servers:
Antonio Marsicoe3650fc2020-12-21 17:29:42 +010045 - name: '1'
Antonio Marsicof4ce57c2020-04-23 12:06:19 +020046 user: ubuntu
47 image: ubuntu1804
48 image_url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
49 flavor: "{{os_flavor.name}}"
50 key: "{{os_key_name}}"
51 nics: "net-name={{external_network_name}}"
52 meta:
53 group: appservers