X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=601e3657d70a1a2263802834927a2d68a52a1d25;hb=06cacb28e8256c0d7c287516f7aaddb6e3fb6d21;hp=9031388a281b4ad7ac4924960b141ffa84d8bd8f;hpb=cafe31e388357499765ddc3360b865800b612d7a;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 9031388a..601e3657 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -11,6 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +name: osm +bundle: kubernetes description: | **Single instance Charmed OSM** @@ -25,20 +27,28 @@ description: | - Stable and secure - Supported with Ubuntu Advantage - Availability of managed services -bundle: kubernetes applications: zookeeper: - charm: "cs:~charmed-osm/zookeeper-1" + charm: zookeeper-k8s + channel: latest/edge scale: 1 - series: kubernetes storage: - database: 100M + data: 100M annotations: gui-x: 0 gui-y: 500 - mariadb-k8s: - charm: "cs:~charmed-osm/mariadb-k8s" - channel: "stable" + kafka: + charm: kafka-k8s + channel: latest/edge + scale: 1 + trust: true + storage: + data: 100M + annotations: + gui-x: 0 + gui-y: 250 + mariadb: + charm: charmed-osm-mariadb-k8s scale: 1 series: kubernetes storage: @@ -50,17 +60,9 @@ applications: annotations: gui-x: -300 gui-y: -250 - kafka: - charm: "cs:~charmed-osm/kafka-1" - scale: 1 - series: kubernetes - storage: - database: 100M - annotations: - gui-x: 0 - gui-y: 250 mongodb: - charm: ch:mongodb-k8s + charm: mongodb-k8s + channel: latest/stable scale: 1 series: kubernetes storage: @@ -69,73 +71,95 @@ applications: gui-x: 0 gui-y: 0 nbi: - charm: "cs:~charmed-osm/nbi-18" + charm: osm-nbi + channel: latest/edge scale: 1 series: kubernetes options: database_commonkey: osm auth_backend: keystone log_level: DEBUG + resources: + image: opensourcemano/nbi:testing-daily annotations: gui-x: 0 gui-y: -250 ro: - charm: "cs:~charmed-osm/ro-10" + charm: osm-ro + channel: latest/edge scale: 1 series: kubernetes options: log_level: DEBUG + resources: + image: opensourcemano/ro:testing-daily annotations: gui-x: -300 gui-y: 250 ng-ui: - charm: "cs:~charmed-osm/ng-ui-25" + charm: osm-ng-ui + channel: latest/edge scale: 1 series: kubernetes + resources: + image: opensourcemano/ng-ui:testing-daily annotations: gui-x: 600 gui-y: 0 lcm: - charm: "cs:~charmed-osm/lcm-15" + charm: osm-lcm + channel: latest/edge scale: 1 series: kubernetes options: database_commonkey: osm log_level: DEBUG + resources: + image: opensourcemano/lcm:testing-daily annotations: gui-x: -300 gui-y: 0 mon: - charm: "cs:~charmed-osm/mon-12" + charm: osm-mon + channel: latest/edge scale: 1 series: kubernetes options: database_commonkey: osm log_level: DEBUG keystone_enabled: true + resources: + image: opensourcemano/mon:testing-daily annotations: gui-x: 300 gui-y: 0 pol: - charm: "cs:~charmed-osm/pol-10" + charm: osm-pol + channel: latest/edge scale: 1 series: kubernetes options: log_level: DEBUG + resources: + image: opensourcemano/pol:testing-daily annotations: gui-x: -300 gui-y: 500 pla: - charm: "cs:~charmed-osm/pla-13" + charm: osm-pla + channel: latest/edge scale: 1 series: kubernetes options: log_level: DEBUG + resources: + image: opensourcemano/pla:testing-daily annotations: gui-x: 600 gui-y: -250 prometheus: - charm: "cs:~charmed-osm/prometheus-9" + charm: osm-prometheus + channel: latest/edge scale: 1 series: kubernetes storage: @@ -146,16 +170,19 @@ applications: gui-x: 300 gui-y: 250 grafana: - charm: "cs:~charmed-osm/grafana-10" + charm: osm-grafana + channel: latest/edge scale: 1 series: kubernetes annotations: gui-x: 300 gui-y: 500 keystone: - charm: "cs:~charmed-osm/keystone-16" + charm: osm-keystone + channel: latest/edge scale: 1 - series: kubernetes + resources: + keystone-image: opensourcemano/keystone:testing-daily annotations: gui-x: 300 gui-y: -250 @@ -165,7 +192,7 @@ relations: - - kafka:zookeeper - zookeeper:zookeeper - - keystone:db - - mariadb-k8s:mysql + - mariadb:mysql - - lcm:kafka - kafka:kafka - - lcm:mongodb @@ -202,7 +229,7 @@ relations: - nbi:nbi - - mon:keystone - keystone:keystone - - - mariadb-k8s:mysql + - - mariadb:mysql - pol:mysql - - grafana:db - - mariadb-k8s:mysql + - mariadb:mysql