| Antonio Marsico | f4ce57c | 2020-04-23 12:06:19 +0200 | [diff] [blame] | 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 | prefix: server |
| 21 | |
| 22 | cloud_name: |
| 23 | |
| 24 | setup_volume: false |
| 25 | |
| 26 | external_network_name: |
| 27 | |
| 28 | installer_args: |
| 29 | |
| 30 | os_key_name: ansible-key |
| 31 | |
| 32 | os_flavor: |
| 33 | name: medium-4-cpu-8-gb-40-disk |
| 34 | cpu: 4 |
| 35 | ram: 8192 |
| 36 | disk: 40 |
| 37 | |
| 38 | servers: |
| 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 |