Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleOVN Network CR Example
apiVersion: k8s.plugin.opnfv.org/v1
kind: NetworkChaining
metadata:
  name: chain1
spec:
  type: Routing
  routingSpec:
    leftNetwork:
      - networkName: ovn-provider1
        subnetInfo:
          - name: subnet1
            gatewayIP: 10.1.5.1
    rightNetwork:
      - networkName: ovn-provider1
        subnetInfo:
          - name: subnet2
            gatewayIP: 10.1.10.1
    networkChain: vFw, ovn-net1, webcache, ovn-net2, sdwan
 
  • OVN Network CRD Definition

    • Name
    • Subnet
    • Gateway //optional if not provided assume .1 address
    • ExcludeIps
    • VipSubnet // for load balancer
  • OVN Provider Network CRD

Provider N/W

  • VLAN ID
  • Physical Port
  • Name
  • VLAN Name
  • Node
  • Subnet
  • Gateway