Skip to content

Commit

Permalink
Merge pull request #67 from johnbelamaric/fix-participant-package-readme
Browse files Browse the repository at this point in the history
Participant package: repo labels and fix UPFClass
  • Loading branch information
johnbelamaric authored Nov 10, 2022
2 parents 3c79121 + c935e95 commit ce044f0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/participant/free5gc-upf-class.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: nf.nephio.org/v1alpha1
kind: UPFClass
metadata:
name: free5gc-upf
spec:
packageRef:
repository: free5gc-packages
packageName: free5gc-upf
revision: v1

n3EndpointCount: 1
n4EndpointCount: 1
n6EndpointCount: 1
n9EndpointCount: 0
2 changes: 2 additions & 0 deletions packages/participant/repo-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Repository
metadata:
name: catalog
namespace: default
labels:
kpt.dev/repository-content: organizational-blueprints
spec:
content: Package
deployment: false
Expand Down
2 changes: 2 additions & 0 deletions packages/participant/repo-free5gc-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Repository
metadata:
name: free5gc-packages
namespace: default
labels:
kpt.dev/repository-content: external-blueprints
spec:
content: Package
deployment: false
Expand Down
2 changes: 2 additions & 0 deletions packages/participant/repo-nephio-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Repository
metadata:
name: nephio-packages
namespace: default
labels:
kpt.dev/repository-content: external-blueprints
spec:
content: Package
deployment: false
Expand Down

0 comments on commit ce044f0

Please sign in to comment.