Commit 6adad0f6 authored by olivier.gremillet's avatar olivier.gremillet
Browse files

added OSM desciptors

parent 23d937d6
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
*.tar
*.tar.gz
+4 −0
Original line number Diff line number Diff line
#OSM descriptors for OAI


+22 −0
Original line number Diff line number Diff line
nsd:
  nsd:
  - description: NS consisting of a KNF oai connected to mgmt (shark team)
    designer: shark-team
    df:
    - id: default-df
      vnf-profile:
      - id: '1'
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: '1'
            constituent-cpd-id: mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: oai_new_knf
    id: oai_new_ns
    name: oai_new_ns
    version: '1.0'
    virtual-link-desc:
    - id: mgmtnet
    vnfd-id:
    - oai_new_knf
+1 −0
Original line number Diff line number Diff line
.vscode
+21 −0
Original line number Diff line number Diff line
# OAI Operators

## Prepare environment

```bash
juju add-model oai-01
```

## Deployment

Build charms:

```bash
./build.sh
```

Deploy bundle:

```bash
juju deploy ./bundle.yaml --trust
```
Loading