db: 50M
nbi:
charm: osm-nbi
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 3
options:
nbi-image: opensourcemano/nbi:testing-daily
ro:
charm: osm-ro
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 3
options:
ro-image: opensourcemano/ro:testing-daily
ng-ui:
charm: osm-ng-ui
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 3
resources:
ng-ui-image: opensourcemano/ng-ui:testing-daily
lcm:
charm: osm-lcm
- channel: latest/beta
+ channel: v13.0/stable
scale: 3
options:
database-commonkey: osm
lcm-image: opensourcemano/lcm:testing-daily
mon:
charm: osm-mon
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 1
options:
mon-image: opensourcemano/mon:testing-daily
pol:
charm: osm-pol
- channel: latest/beta
+ channel: v13.0/stable
scale: 3
options:
log-level: DEBUG
pol-image: opensourcemano/pol:testing-daily
vca:
charm: osm-vca-integrator
- channel: latest/beta
+ channel: v13.0/stable
scale: 1
ingress:
charm: nginx-ingress-integrator
db: 50M
nbi:
charm: osm-nbi
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 1
options:
nbi-image: opensourcemano/nbi:testing-daily
ro:
charm: osm-ro
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 1
options:
ro-image: opensourcemano/ro:testing-daily
ng-ui:
charm: osm-ng-ui
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 1
resources:
ng-ui-image: opensourcemano/ng-ui:testing-daily
lcm:
charm: osm-lcm
- channel: latest/beta
+ channel: v13.0/stable
scale: 1
options:
database-commonkey: osm
lcm-image: opensourcemano/lcm:testing-daily
mon:
charm: osm-mon
- channel: latest/beta
+ channel: v13.0/stable
trust: true
scale: 1
options:
mon-image: opensourcemano/mon:testing-daily
pol:
charm: osm-pol
- channel: latest/beta
+ channel: v13.0/stable
scale: 1
options:
log-level: DEBUG
pol-image: opensourcemano/pol:testing-daily
vca:
charm: osm-vca-integrator
- channel: latest/beta
+ channel: v13.0/stable
scale: 1
ingress:
charm: nginx-ingress-integrator
K8S_CLOUD_NAME="k8s-cloud"
KUBECTL="microk8s.kubectl"
MICROK8S_VERSION=1.23
-OSMCLIENT_VERSION=latest
+OSMCLIENT_VERSION=v13.0
IMAGES_OVERLAY_FILE=~/.osm/images-overlay.yaml
PASSWORD_OVERLAY_FILE=~/.osm/password-overlay.yaml
PATH=/snap/bin:${PATH}
OSM_BUNDLE=ch:osm
OSM_HA_BUNDLE=ch:osm-ha
-CHARMHUB_CHANNEL=latest/beta
+CHARMHUB_CHANNEL=v13.0/stable
unset TAG
function check_arguments(){