PyYAML bug workaround 86/13686/1 paas
authorMark Beierl <mark.beierl@canonical.com>
Mon, 17 Jul 2023 19:13:26 +0000 (19:13 +0000)
committerMark Beierl <mark.beierl@canonical.com>
Mon, 17 Jul 2023 19:13:26 +0000 (19:13 +0000)
Change-Id: I86ff4a687723a9a13b3ac7bf7fc51effa77121d2
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
installers/charm/bundles/osm/bundle.yaml
installers/charmed_install.sh

index 9dd3580..0ba6f29 100644 (file)
@@ -58,7 +58,7 @@ applications:
     series: jammy
     scale: 1
     storage:
-      db: 50M
+      mongodb: 50M
   nbi:
     charm: osm-nbi
     channel: latest/edge/paas
index 9172ac3..1a7c914 100755 (executable)
@@ -187,9 +187,6 @@ EOF
               sudo usermod -a -G lxd `whoami`
               cat /usr/share/osm-devops/installers/lxd-preseed.conf | sed 's/^config: {}/config:\n  core.https_address: '$LXDENDPOINT':8443/' | sg lxd -c "lxd init --preseed"
               sg lxd -c "lxd waitready"
-              DEFAULT_MTU=$(ip addr show $DEFAULT_IF | perl -ne 'if (/mtu\s(\d+)/) {print $1;}')
-              sg lxd -c "lxc profile device set default eth0 mtu $DEFAULT_MTU"
-              sg lxd -c "lxc network set lxdbr0 bridge.mtu $DEFAULT_MTU"
 
               cat << EOF > $LXD_CLOUD
 clouds: