Commit 517183f8 authored by garciadeblas's avatar garciadeblas
Browse files

Update download URL of openldap NF and NS

parent 830093cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1444,8 +1444,8 @@ KNFs can be on-boarded using Helm Charts or Juju Bundles. In the following secti
Once the cluster is attached to your OSM, you can work with KNF in the same way as you do with any VNF. You can onboard them. For instance, you can use the example below of a KNF consisting of a single Kubernetes deployment unit based on OpenLDAP helm chart.

```bash
wget http://osm-download.etsi.org/ftp/Packages/hackfests/openldap_knf.tar.gz
wget http://osm-download.etsi.org/ftp/Packages/hackfests/openldap_ns.tar.gz
wget http://osm-download.etsi.org/ftp/Packages/examples/openldap_knf.tar.gz
wget http://osm-download.etsi.org/ftp/Packages/examples/openldap_ns.tar.gz
osm nfpkg-create openldap_knf.tar.gz
osm nspkg-create openldap_ns.tar.gz
```