Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-7211

Update architecture repo with missing kustomize values

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • ?
    • ?
    • ?
    • None
    • 2024Q2
    • Important

      Following changes are needed:

      Currently we are defining:
      edpm_ovn_bridge_mappings: ['dpdk2:br-link2', 'dpdk1:br-link1']

      So, there are 2 dpdk networks: dpdk1 and dpdk2

      We should have in service-values.yaml

        ovn:
          ovnController:
            nicMappings:
      datacentre: enp4s0 # CHANGEME
              dpdk1: ospbr
              dpdk2: ospbr

       
      We shoud add network attachment for dpdk1, and dpdk2. Currently I do not see any file we could add it 
      apiVersion: k8s.cni.cncf.io/v1
      kind: NetworkAttachmentDefinition
      metadata:
      labels:
      osp/net: dpdk1
      osp/net-attach-def-type: standard
      name: dpdk1
      namespace: openstack
      spec:
      config: |
      {
      "cniVersion": "0.3.1",
      "name": "dpdk1",
      "type": "bridge",
      "bridge": "ospbr",
      "ipam": {}
      }

      apiVersion: k8s.cni.cncf.io/v1
      kind: NetworkAttachmentDefinition
      metadata:
      labels:
      osp/net: dpdk2
      osp/net-attach-def-type: standard
      name: dpdk2
      namespace: openstack
      spec:
      config: |
      {
      "cniVersion": "0.3.1",
      "name": "dpdk2",
      "type": "bridge",
      "bridge": "ospbr",
      "ipam": {}
      }

       

      We should be able to modify networks attachments from  our jobs too!!

       

      additionally we need to add required nova filters 

            eshulman Ella Shulman
            mnietoji@redhat.com Miguel Angel Nieto Jimenez
            rhos-dfg-ci-framework
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: