| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 1 | # Copyright 2020 Canonical Ltd. |
| 2 | # | ||||
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| 4 | # you may not use this file except in compliance with the License. | ||||
| 5 | # You may obtain a copy of the License at | ||||
| 6 | # | ||||
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 | ||||
| 8 | # | ||||
| 9 | # Unless required by applicable law or agreed to in writing, software | ||||
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, | ||||
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| 12 | # See the License for the specific language governing permissions and | ||||
| 13 | # limitations under the License. | ||||
| 14 | description: Single instance OSM bundle | ||||
| 15 | bundle: kubernetes | ||||
| 16 | applications: | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 17 | zookeeper: |
| 18 | charm: "./zookeeper/zookeeper.charm" | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 19 | scale: 1 |
| 20 | series: kubernetes | ||||
| 21 | storage: | ||||
| 22 | database: 100M | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 23 | resources: |
| 24 | image: rocks.canonical.com:443/k8s.gcr.io/kubernetes-zookeeper:1.0-3.4.10 | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 25 | annotations: |
| 26 | gui-x: 0 | ||||
| 27 | gui-y: 550 | ||||
| 28 | mariadb-k8s: | ||||
| 29 | charm: "cs:~charmed-osm/mariadb-k8s" | ||||
| 30 | channel: "stable" | ||||
| 31 | scale: 1 | ||||
| 32 | series: kubernetes | ||||
| 33 | storage: | ||||
| 34 | database: 50M | ||||
| 35 | options: | ||||
| 36 | password: manopw | ||||
| 37 | root_password: osm4u | ||||
| 38 | user: mano | ||||
| 39 | annotations: | ||||
| 40 | gui-x: -250 | ||||
| 41 | gui-y: -200 | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 42 | kafka: |
| 43 | charm: "./kafka/kafka.charm" | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 44 | scale: 1 |
| 45 | series: kubernetes | ||||
| 46 | storage: | ||||
| 47 | database: 100M | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 48 | resources: |
| 49 | image: rocks.canonical.com:443/wurstmeister/kafka:2.12-2.2.1 | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 50 | annotations: |
| 51 | gui-x: 0 | ||||
| 52 | gui-y: 300 | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 53 | mongodb: |
| 54 | charm: ch:mongodb-k8s | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 55 | scale: 1 |
| 56 | series: kubernetes | ||||
| 57 | storage: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 58 | db: 50M |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 59 | annotations: |
| 60 | gui-x: 0 | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 61 | gui-y: 0 |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 62 | nbi: |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 63 | charm: "./nbi/nbi.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 64 | scale: 1 |
| 65 | series: kubernetes | ||||
| 66 | options: | ||||
| 67 | database_commonkey: osm | ||||
| 68 | auth_backend: keystone | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 69 | resources: |
| 70 | image: opensourcemano/nbi:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 71 | annotations: |
| 72 | gui-x: 0 | ||||
| 73 | gui-y: -200 | ||||
| 74 | ro: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 75 | charm: "./ro/ro.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 76 | scale: 1 |
| 77 | series: kubernetes | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 78 | resources: |
| 79 | image: opensourcemano/ro:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 80 | annotations: |
| 81 | gui-x: -250 | ||||
| 82 | gui-y: 300 | ||||
| 83 | ng-ui: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 84 | charm: "./ng-ui/ng-ui.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 85 | scale: 1 |
| 86 | series: kubernetes | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 87 | resources: |
| 88 | image: opensourcemano/ng-ui:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 89 | annotations: |
| 90 | gui-x: 500 | ||||
| 91 | gui-y: 100 | ||||
| 92 | lcm: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 93 | charm: "./lcm/lcm.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 94 | scale: 1 |
| 95 | series: kubernetes | ||||
| 96 | options: | ||||
| 97 | database_commonkey: osm | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 98 | resources: |
| 99 | image: opensourcemano/lcm:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 100 | annotations: |
| 101 | gui-x: -250 | ||||
| 102 | gui-y: 50 | ||||
| 103 | mon: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 104 | charm: "./mon/mon.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 105 | scale: 1 |
| 106 | series: kubernetes | ||||
| 107 | options: | ||||
| 108 | database_commonkey: osm | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 109 | resources: |
| 110 | image: opensourcemano/mon:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 111 | annotations: |
| 112 | gui-x: 250 | ||||
| 113 | gui-y: 50 | ||||
| 114 | pol: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 115 | charm: "./pol/pol.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 116 | scale: 1 |
| 117 | series: kubernetes | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 118 | resources: |
| 119 | image: opensourcemano/pol:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 120 | annotations: |
| 121 | gui-x: -250 | ||||
| 122 | gui-y: 550 | ||||
| 123 | pla: | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 124 | charm: "./pla/pla.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 125 | scale: 1 |
| 126 | series: kubernetes | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 127 | resources: |
| 128 | image: opensourcemano/pla:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 129 | annotations: |
| 130 | gui-x: 500 | ||||
| 131 | gui-y: -200 | ||||
| 132 | prometheus: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 133 | charm: "./prometheus/prometheus.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 134 | channel: "stable" |
| 135 | scale: 1 | ||||
| 136 | series: kubernetes | ||||
| 137 | storage: | ||||
| 138 | data: 50M | ||||
| 139 | options: | ||||
| 140 | default-target: "mon:8000" | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 141 | resources: |
| 142 | image: ubuntu/prometheus:latest | ||||
| 143 | backup-image: ed1000/prometheus-backup:latest | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 144 | annotations: |
| 145 | gui-x: 250 | ||||
| 146 | gui-y: 300 | ||||
| 147 | grafana: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 148 | charm: "./grafana/grafana.charm" |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 149 | channel: "stable" |
| 150 | scale: 1 | ||||
| 151 | series: kubernetes | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 152 | resources: |
| 153 | image: ubuntu/grafana:latest | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 154 | annotations: |
| 155 | gui-x: 250 | ||||
| 156 | gui-y: 550 | ||||
| 157 | keystone: | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 158 | charm: "./keystone/keystone.charm" |
| 159 | resources: | ||||
| 160 | image: opensourcemano/keystone:testing-daily | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 161 | scale: 1 |
| 162 | series: kubernetes | ||||
| 163 | annotations: | ||||
| 164 | gui-x: -250 | ||||
| 165 | gui-y: 550 | ||||
| 166 | relations: | ||||
| 167 | - - grafana:prometheus | ||||
| 168 | - prometheus:prometheus | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 169 | - - kafka:zookeeper |
| 170 | - zookeeper:zookeeper | ||||
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 171 | - - keystone:db |
| 172 | - mariadb-k8s:mysql | ||||
| 173 | - - lcm:kafka | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 174 | - kafka:kafka |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 175 | - - lcm:mongodb |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 176 | - mongodb:database |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 177 | - - ro:ro |
| 178 | - lcm:ro | ||||
| 179 | - - ro:kafka | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 180 | - kafka:kafka |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 181 | - - ro:mongodb |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 182 | - mongodb:database |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 183 | - - pol:kafka |
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 184 | - kafka:kafka |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 185 | - - pol:mongodb |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 186 | - mongodb:database |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 187 | - - mon:mongodb |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 188 | - mongodb:database |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 189 | - - mon:kafka |
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 190 | - kafka:kafka |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 191 | - - pla:kafka |
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 192 | - kafka:kafka |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 193 | - - pla:mongodb |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 194 | - mongodb:database |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 195 | - - nbi:mongodb |
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 196 | - mongodb:database |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 197 | - - nbi:kafka |
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 198 | - kafka:kafka |
| David Garcia | 49379ce | 2021-02-24 13:48:22 +0100 | [diff] [blame] | 199 | - - nbi:prometheus |
| 200 | - prometheus:prometheus | ||||
| 201 | - - nbi:keystone | ||||
| 202 | - keystone:keystone | ||||
| 203 | - - mon:prometheus | ||||
| 204 | - prometheus:prometheus | ||||
| 205 | - - ng-ui:nbi | ||||
| 206 | - nbi:nbi | ||||
| David Garcia | 141d935 | 2021-09-08 17:48:40 +0200 | [diff] [blame] | 207 | - - mon:keystone |
| 208 | - keystone:keystone | ||||
| 209 | - - mariadb-k8s:mysql | ||||
| 210 | - pol:mysql | ||||
| David Garcia | de440ed | 2021-10-11 19:56:53 +0200 | [diff] [blame] | 211 | - - mariadb-k8s:mysql |
| 212 | - grafana:db | ||||