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 amf package to align with r2 #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions pkg-example-amf-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: cm-namespace.yaml
- image: docker.io/nephio/amf-deploy-fn:latest
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/amf-deploy-fn:latest
- image: nephio/nfdeploy-fn:1729579664202010624
4 changes: 3 additions & 1 deletion pkg-example-amf-bp/amfdeployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apiVersion: workload.nephio.org/v1alpha1
kind: AMFDeployment
kind: NFDeployment
metadata:
name: amf-example
namespace: amf-example
spec:
provider: amf.free5gc.io
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that your editor has added a Line Ending, this could be happened if you are using a Windows editor. Maybe using config in Notepad++ can avoid it.

2 changes: 1 addition & 1 deletion pkg-example-amf-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: AMFDeployment
kind: NFDeployment
fieldPaths:
- metadata.name
options:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-amf-bp/capacity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: control-plane
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.AMFDeployment.amf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.amf-example
specializer.nephio.org/namespace: example
spec:
maxSubscribers: 10000
4 changes: 2 additions & 2 deletions pkg-example-amf-bp/dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: upf
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.AMFDeployment.amf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.amf-example
specializer.nephio.org/namespace: example
spec:
packageName: free5gc-upf
injectors:
- apiVersion: workload.nephio.org/v1alpha1
kind: UPFDeployment
kind: NFDeployment
2 changes: 1 addition & 1 deletion pkg-example-amf-bp/dnn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: internet
annotations:
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.AMFDeployment.amf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.amf-example
specializer.nephio.org/namespace: example
spec:
2 changes: 1 addition & 1 deletion pkg-example-amf-bp/interface-n2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
nephio.org/network-name: n2
config.kubernetes.io/local-config: "true"
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.AMFDeployment.amf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.amf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down
2 changes: 1 addition & 1 deletion pkg-example-amf-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.AMFDeployment.amf-example
specializer.nephio.org/owner: workload.nephio.org/v1alpha1.NFDeployment.amf-example
specializer.nephio.org/namespace: example
spec:
networkInstance:
Expand Down