Ansible installer update
[osm/devops.git] / installers / openstack / group_vars / all.yml
1 ---
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
18 osm_installer_path: /usr/share/osm-devops/installers/install_osm.sh
19
20 server_name: server-osm
21
22 cloud_name:
23
24 setup_volume: false
25
26 external_network_name:
27
28 installer_args:
29
30 userdata_file:
31
32 local_userdata:
33
34 os_key_name: osm-ansible-key
35
36 key_file:
37
38 os_flavor:
39   name: medium-4-cpu-8-gb-40-disk
40   cpu: 4
41   ram: 8192
42   disk: 40
43
44 servers:
45   - name: '1'
46     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