Skip to content

Commit

Permalink
Implements PCF charm
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezfdezjavier committed Jun 1, 2023
1 parent 16e35fd commit 9c4d675
Show file tree
Hide file tree
Showing 12 changed files with 2,561 additions and 10 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ A Charmed Operator for SD-Core's Policy Control Function (PCF) component.
## Usage

```bash
juju deploy sdcore-pcf --trust --channel=edge
juju deploy mongodb-k8s --channel 5/edge --trust
juju deploy sdcore-nrf --channel edge --trust
juju deploy sdcore-pcf --channel edge --trust

juju integrate sdcore-pcf mongodb-k8s
juju integrate sdcore-pcf:fiveg_nrf sdcore-nrf
```

## Image

- **pcf**: `omecproject/5gc-pcf:master-bcbdeb0`
**pcf**: `omecproject/5gc-pcf:master-bcbdeb0`
Loading

0 comments on commit 9c4d675

Please sign in to comment.