Commit a271b1da authored by calvinosanc1's avatar calvinosanc1
Browse files

Using v12.0.6 instead of v12

parent c0e39c57
Loading
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -563,18 +563,18 @@ juju scale-application ro 1

At this point, OSM LTS is operational and ready to use.

## Upgrade of 10.1 LTS to 12 LTS
## Upgrade of 10.1 LTS to 12.0.6 LTS

This procedure covers both the upgrade of 10.1 to 12 LTS.  There are two installation methods, each with its own set of procedures:

* [Kubernetes Installation Option](#kubernetes-installation-to-12)
* [Charmed Installation Option](#charmed-installation-to-12)

### Kubernetes Installation to 12
### Kubernetes Installation to 12.0.6

TBD

### Charmed Installation to 12
### Charmed Installation to 12.0.6

#### Back up the Databases <a name="charm-12-db">

@@ -638,14 +638,14 @@ microk8s.kubectl cp osm/$mongodb_pod:/data/backup.archive backup.archive
#### Upgrade OSM Application <a name="charm-12-osm">

```bash
juju attach-resource -m osm lcm image=opensourcemano/lcm:12
juju attach-resource -m osm mon image=opensourcemano/mon:12
juju attach-resource -m osm nbi image=opensourcemano/nbi:12
juju attach-resource -m osm ng-ui image=opensourcemano/ng-ui:12
juju attach-resource -m osm pla image=opensourcemano/pla:12
juju attach-resource -m osm pol image=opensourcemano/pol:12
juju attach-resource -m osm ro image=opensourcemano/ro:12
juju attach-resource -m osm keystone keystone-image=opensourcemano/keystone:12
juju attach-resource -m osm lcm image=opensourcemano/lcm:12.0.6
juju attach-resource -m osm mon image=opensourcemano/mon:12.0.6
juju attach-resource -m osm nbi image=opensourcemano/nbi:12.0.6
juju attach-resource -m osm ng-ui image=opensourcemano/ng-ui:12.0.6
juju attach-resource -m osm pla image=opensourcemano/pla:12.0.6
juju attach-resource -m osm pol image=opensourcemano/pol:12.0.6
juju attach-resource -m osm ro image=opensourcemano/ro:12.0.6
juju attach-resource -m osm keystone keystone-image=opensourcemano/keystone:12.0.6
```

At this point, OSM has been upgraded.