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

frrconfiguration CRs needed to expose octavia-hmport-map and designate configmaps IPs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • rhos-18.0.17 FR 5
    • rhos-18.0.11
    • infra-operator
    • None
    • 5
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • None
    • Sprint 7
    • 1
    • Important

      When RHOSO is configured with BGP at controlplane (a CR with BGPConfiguration is applied), if octavia has been enabled, the IPs that can be found on the octavia-hmport-map configmap have to be exposed.

      The is needed for the amphora VMs to connect to the healthmonitor pods.

      [zuul@controller-0 kustomize_deploy]$ oc get configmaps  octavia-hmport-map -o jsonpath={.data}; echo
      {"hm_worker-0":"172.23.0.103","hm_worker-1":"172.23.0.105","hm_worker-2":"172.23.0.107","rsyslog_worker-0":"172.23.0.104","rsyslog_worker-1":"172.23.0.106","rsyslog_worker-2":"172.23.0.108"}

       

      Same applies to designate, using two configmaps:

      oc get cm designate-bind-ip-map -o yaml
      apiVersion: v1
      data:
      bind_address_0: 172.67.0.100
      bind_address_1: 172.67.0.101
      bind_address_2: 172.67.0.102

      $ oc get cm designate-mdns-ip-map -o yaml
      apiVersion: v1
      data:
      mdns_address_0: 172.67.0.97
      mdns_address_1: 172.67.0.98
      mdns_address_2: 172.67.0.99

              rhn-support-lmiccini Luca Miccini
              eolivare Eduardo Olivares Toledo
              rhos-dfg-pidone
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: