| tierno | 9a61c6b | 2016-09-08 10:57:02 +0200 | [diff] [blame] | 1 | ## |
| 2 | # Copyright 2016 |
| 3 | # This file is part of openvim |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 6 | # not use this file except in compliance with the License. You may obtain |
| 7 | # 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, WITHOUT |
| 13 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | # License for the specific language governing permissions and limitations |
| 15 | # under the License. |
| 16 | # |
| 17 | ## |
| tierno | f7aa8c4 | 2016-09-06 16:43:04 +0200 | [diff] [blame] | 18 | series: xenial |
| 19 | services: |
| 20 | mariadb: |
| 21 | charm: "cs:trusty/mariadb-3" |
| 22 | num_units: 1 |
| 23 | annotations: |
| 24 | "gui-x": "539" |
| 25 | "gui-y": "494.7050807568877" |
| 26 | to: |
| 27 | - "0" |
| 28 | openmano: |
| 29 | charm: "cs:~nfv/openmano-3" |
| 30 | num_units: 1 |
| 31 | annotations: |
| 32 | "gui-x": "939" |
| 33 | "gui-y": "494.7050807568877" |
| 34 | to: |
| 35 | - "1" |
| 36 | "openvim-controller": |
| 37 | charm: "cs:~nfv/openvim-controller-2" |
| 38 | num_units: 1 |
| 39 | annotations: |
| 40 | "gui-x": "739" |
| 41 | "gui-y": "148.29491924311225" |
| 42 | to: |
| 43 | - "2" |
| 44 | "openvim-compute": |
| 45 | charm: "cs:~nfv/openvim-compute-2" |
| 46 | num_units: 1 |
| 47 | annotations: |
| 48 | "gui-x": "339" |
| 49 | "gui-y": "148.29491924311225" |
| 50 | to: |
| 51 | - "3" |
| 52 | relations: |
| 53 | - - "openmano:db" |
| 54 | - "mariadb:db" |
| 55 | - - "openvim-controller:db" |
| 56 | - "mariadb:db" |
| 57 | - - "openmano:openvim-controller" |
| 58 | - "openvim-controller:openvim-controller" |
| 59 | - - "openvim-controller:compute" |
| 60 | - "openvim-compute:compute" |
| 61 | machines: |
| 62 | "0": |
| 63 | series: trusty |
| 64 | constraints: arch=amd64 |
| 65 | "1": |
| 66 | series: xenial |
| 67 | constraints: arch=amd64 |
| 68 | "2": |
| 69 | series: xenial |
| 70 | constraints: arch=amd64 |
| 71 | "3": |
| 72 | series: xenial |
| 73 | constraints: arch=amd64 |