Initial commit

This commit is contained in:
infidel
2023-03-14 15:32:53 +07:00
commit cc1a8ad5a9
78 changed files with 3811 additions and 0 deletions

10
net/gnb/cu-amf-01.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-cu-amf-01-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-01-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.34.12/24"
} ] } }'

10
net/gnb/cu-amf-02.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-cu-amf-02-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-02-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.34.13/24"
} ] } }'

10
net/gnb/cu-amf-03.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-cu-amf-03-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-03-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.34.14/24"
} ] } }'

10
net/gnb/cu-du-01.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-cu-du-01-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-01-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.12/24"
} ] } }'

10
net/gnb/cu-du-02.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-cu-du-02-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-02-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.15/24"
} ] } }'

10
net/gnb/cu-du-03.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-cu-du-03-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-03-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.18/24"
} ] } }'

10
net/gnb/du-cu-01.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-du-cu-01-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-01-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.13/24"
} ] } }'

10
net/gnb/du-cu-02.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-du-cu-02-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-02-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.16/24"
} ] } }'

10
net/gnb/du-cu-03.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-du-cu-03-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-03-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.19/24"
} ] } }'

10
net/gnb/ue-du-01.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-ue-du-01-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-01-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.14/24"
} ] } }'

10
net/gnb/ue-du-02.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-ue-du-02-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-02-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.17/24"
} ] } }'

10
net/gnb/ue-du-03.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-ue-du-03-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-03-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.20/24"
} ] } }'