Initial commit
This commit is contained in:
10
net/core/amf-n2.yaml
Normal file
10
net/core/amf-n2.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-amf-n2-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-amf-n2-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.34.11/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/amf.yaml
Normal file
10
net/core/amf.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-amf-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-amf-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.11/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/ausf.yaml
Normal file
10
net/core/ausf.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-ausf-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-ausf-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.18/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/db.yaml
Normal file
10
net/core/db.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-db-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-db-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.16/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/dn.yaml
Normal file
10
net/core/dn.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-dn-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-dn-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.17/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/nrf.yaml
Normal file
10
net/core/nrf.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-nrf-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-nrf-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.14/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/smf.yaml
Normal file
10
net/core/smf.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-smf-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-smf-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.12/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/udm.yaml
Normal file
10
net/core/udm.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-udm-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-udm-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.19/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/udr.yaml
Normal file
10
net/core/udr.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-udr-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-udr-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.20/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/upf-n3.yaml
Normal file
10
net/core/upf-n3.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-upf-n3-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-upf-n3-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.34.10/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/core/upf.yaml
Normal file
10
net/core/upf.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-upf-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-upf-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.33.15/24"
|
||||
} ] } }'
|
||||
|
||||
10
net/gnb/cu-amf-01.yaml
Normal file
10
net/gnb/cu-amf-01.yaml
Normal 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
10
net/gnb/cu-amf-02.yaml
Normal 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
10
net/gnb/cu-amf-03.yaml
Normal 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
10
net/gnb/cu-du-01.yaml
Normal 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
10
net/gnb/cu-du-02.yaml
Normal 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
10
net/gnb/cu-du-03.yaml
Normal 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
10
net/gnb/du-cu-01.yaml
Normal 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
10
net/gnb/du-cu-02.yaml
Normal 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
10
net/gnb/du-cu-03.yaml
Normal 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
10
net/gnb/ue-du-01.yaml
Normal 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
10
net/gnb/ue-du-02.yaml
Normal 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
10
net/gnb/ue-du-03.yaml
Normal 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"
|
||||
} ] } }'
|
||||
|
||||
10
net/src/template_net.yaml
Normal file
10
net/src/template_net.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-@trainee@-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-@role@-net", "type": "macvlan",
|
||||
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "@ip@"
|
||||
} ] } }'
|
||||
|
||||
Reference in New Issue
Block a user