X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=1c19390da8ac3032e119190d0b572bcbf387694a;hb=ae03c5ba44b1b200c90927057d2f43fee0c01327;hp=0783993da692814c8d8cdf85cb89cb973047e75d;hpb=a43a22f50db90731e1c25279b721778240c2ce04;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 0783993d..1c19390d 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -11,22 +11,44 @@ # 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. -description: Single instance OSM bundle +name: osm bundle: kubernetes +description: | + **Single instance Charmed OSM** + + Charmed OSM is an OSM distribution, developed and maintained by Canonical, which uses + Juju charms to simplify its deployments and operations. This bundle distribution refers + to the development stack for OSM and allows you to deploy a single instance OSM bundle + that is fast, reliable, and a complete solution with MicroStack and MicroK8s. + + - Industry‐aligned and fully compliant with upstream + - Predictable release cadence and upgrade path + - Simplified deployments and operations + - Stable and secure + - Supported with Ubuntu Advantage + - Availability of managed services applications: - zookeeper-k8s: - charm: "cs:~charmed-osm/zookeeper-k8s" - channel: "stable" + zookeeper: + charm: zookeeper-k8s + channel: latest/stable scale: 1 - series: kubernetes storage: - database: 100M + data: 100M annotations: gui-x: 0 - gui-y: 550 - mariadb-k8s: - charm: "cs:~charmed-osm/mariadb-k8s" - channel: "stable" + gui-y: 500 + kafka: + charm: kafka-k8s + channel: latest/stable + 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: @@ -36,100 +58,108 @@ applications: root_password: osm4u user: mano annotations: - gui-x: -250 - gui-y: -200 - kafka-k8s: - charm: "cs:~charmed-osm/kafka-k8s" - channel: "stable" + gui-x: -300 + gui-y: -250 + mongodb: + charm: mongodb-k8s + channel: latest/stable scale: 1 series: kubernetes storage: - database: 100M + db: 50M annotations: gui-x: 0 - gui-y: 300 - mongodb-k8s: - charm: "cs:~charmed-osm/mongodb-k8s" - channel: "stable" - scale: 1 - series: kubernetes - storage: - database: 50M - options: - replica-set: rs0 - namespace: osm - enable-sidecar: true - annotations: - gui-x: 0 - gui-y: 50 + gui-y: 0 nbi: - charm: "cs:~charmed-osm/nbi-5" + charm: osm-nbi + channel: 12.0/stable scale: 1 series: kubernetes options: database_commonkey: osm auth_backend: keystone log_level: DEBUG + resources: + image: opensourcemano/nbi:12 annotations: gui-x: 0 - gui-y: -200 + gui-y: -250 ro: - charm: "cs:~charmed-osm/ro-0" + charm: osm-ro + channel: 12.0/stable scale: 1 series: kubernetes options: log_level: DEBUG + resources: + image: opensourcemano/ro:12 annotations: - gui-x: -250 - gui-y: 300 + gui-x: -300 + gui-y: 250 ng-ui: - charm: "cs:~charmed-osm/ng-ui-16" + charm: osm-ng-ui + channel: 12.0/stable scale: 1 series: kubernetes + resources: + image: opensourcemano/ng-ui:12 annotations: - gui-x: 500 - gui-y: 100 + gui-x: 600 + gui-y: 0 lcm: - charm: "cs:~charmed-osm/lcm-0" + charm: osm-lcm + channel: 12.0/stable scale: 1 series: kubernetes options: database_commonkey: osm log_level: DEBUG + resources: + image: opensourcemano/lcm:12 annotations: - gui-x: -250 - gui-y: 50 + gui-x: -300 + gui-y: 0 mon: - charm: "cs:~charmed-osm/mon-0" + charm: osm-mon + channel: 12.0/stable scale: 1 series: kubernetes options: database_commonkey: osm log_level: DEBUG keystone_enabled: true + resources: + image: opensourcemano/mon:12 annotations: - gui-x: 250 - gui-y: 50 + gui-x: 300 + gui-y: 0 pol: - charm: "cs:~charmed-osm/pol-0" + charm: osm-pol + channel: 12.0/stable scale: 1 series: kubernetes options: log_level: DEBUG + resources: + image: opensourcemano/pol:12 annotations: - gui-x: -250 - gui-y: 550 + gui-x: -300 + gui-y: 500 pla: - charm: "cs:~charmed-osm/pla-6" + charm: osm-pla + channel: latest/stable scale: 1 series: kubernetes options: log_level: DEBUG + resources: + image: opensourcemano/pla:12 annotations: - gui-x: 500 - gui-y: -200 + gui-x: 600 + gui-y: -250 prometheus: - charm: "cs:~charmed-osm/prometheus-0" + charm: osm-prometheus + channel: 12.0/stable scale: 1 series: kubernetes storage: @@ -137,55 +167,58 @@ applications: options: default-target: "mon:8000" annotations: - gui-x: 250 - gui-y: 300 + gui-x: 300 + gui-y: 250 grafana: - charm: "cs:~charmed-osm/grafana-0" + charm: osm-grafana + channel: 12.0/stable scale: 1 series: kubernetes annotations: - gui-x: 250 - gui-y: 550 + gui-x: 300 + gui-y: 500 keystone: - charm: "cs:~charmed-osm/keystone-4" + charm: osm-keystone + channel: latest/stable scale: 1 - series: kubernetes + resources: + keystone-image: opensourcemano/keystone:12 annotations: - gui-x: -250 - gui-y: 550 + gui-x: 300 + gui-y: -250 relations: - - grafana:prometheus - prometheus:prometheus - - - kafka-k8s:zookeeper - - zookeeper-k8s:zookeeper + - - kafka:zookeeper + - zookeeper:zookeeper - - keystone:db - - mariadb-k8s:mysql + - mariadb:mysql - - lcm:kafka - - kafka-k8s:kafka + - kafka:kafka - - lcm:mongodb - - mongodb-k8s:mongo + - mongodb:database - - ro:ro - lcm:ro - - ro:kafka - - kafka-k8s:kafka + - kafka:kafka - - ro:mongodb - - mongodb-k8s:mongo + - mongodb:database - - pol:kafka - - kafka-k8s:kafka + - kafka:kafka - - pol:mongodb - - mongodb-k8s:mongo + - mongodb:database - - mon:mongodb - - mongodb-k8s:mongo + - mongodb:database - - mon:kafka - - kafka-k8s:kafka + - kafka:kafka - - pla:kafka - - kafka-k8s:kafka + - kafka:kafka - - pla:mongodb - - mongodb-k8s:mongo + - mongodb:database - - nbi:mongodb - - mongodb-k8s:mongo + - mongodb:database - - nbi:kafka - - kafka-k8s:kafka + - kafka:kafka - - nbi:prometheus - prometheus:prometheus - - nbi:keystone @@ -196,3 +229,7 @@ relations: - nbi:nbi - - mon:keystone - keystone:keystone + - - mariadb:mysql + - pol:mysql + - - grafana:db + - mariadb:mysql