Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated free5gc UPF package to align with r2 #50

Merged
merged 2 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions free5gc-upf/upf-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: nf.nephio.org/v1alpha1
kind: UPFDeployment
kind: NFDeployment
metadata:
name: upf-deployment
annotations:
automation.nephio.org/config-injection: "True"
spec: {}
spec:
provider: upf.free5gc.io
4 changes: 2 additions & 2 deletions pkg-example-upf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: package-context.yaml
- image: docker.io/nephio/upf-deploy-fn:v1.0.1
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/interface-fn:v1.0.1
- image: docker.io/nephio/dnn-fn:v1.0.1
- image: docker.io/nephio/nad-fn:v1.0.1
- image: docker.io/nephio/dnn-fn:v1.0.1
- image: docker.io/nephio/interface-fn:v1.0.1
- image: docker.io/nephio/upf-deploy-fn:v1.0.1
- image: nephio/nfdeploy-fn:1729579664202010624
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/apply-replacements-owner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replacements:
fieldPath: spec.clusterName
targets:
- select:
kind: UPFDeployment
kind: NFDeployment
fieldPaths:
- metadata.name
options:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/capacity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: dataplane
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.UPFDeployment.upf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.upf-example
specializer.nephio.org/namespace: example
spec:
maxUplinkThroughput: 5G
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/dnn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: internet
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.UPFDeployment.upf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.upf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/interface-n3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
nephio.org/network-name: n3
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.UPFDeployment.upf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.upf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/interface-n4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: n4
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.UPFDeployment.upf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.upf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/interface-n6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: n6
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.UPFDeployment.upf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.upf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-upf-bp/interface-sba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sbi
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.SMFDeployment.smf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.smf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down
4 changes: 3 additions & 1 deletion pkg-example-upf-bp/upfdeployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: workload.nephio.org/v1alpha1
kind: UPFDeployment
kind: NFDeployment
metadata:
name: upf-example
namespace: upf-example
spec:
provider: upf.free5gc.io