blob: 5f3cd9b475b4b766035f78e48e1e514a4d96095d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
apiVersion: k8s.plugin.opnfv.org/v1alpha1
kind: Network
metadata:
name: example-network
spec:
# Add fields here
cniType: ovn4nfv
ipv4Subnets:
- subnet: 172.16.33.0/24
name: subnet1
gateway: 172.16.33.1/24
excludeIps: 172.16.33.2 172.16.33.5..172.16.33.10
|