Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-6861

rhos-01: Fix IPV6 Cluster installation with default PV

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • OSSM 2.6.0
    • Maistra, QE
    • None

      Need to change network and test that rhos-01 cluster with PV will be launched.

      TASK [Create storage VM] *******************************************************
      fatal: [localhost]: FAILED! => {"changed": false, "extra_data":

      {"data": null, "details": "None", "response": "None"}

      , "msg": "Network ['provider_net_dualstack_1'] is not a valid network in defaults:"}

      Potential fix

      network: "{{ psi_network_proxy if ipv6_mode | bool else psi_network_cluster }}" 

      to

      network: "{{ psi_network_services if ipv6_mode | bool else psi_network_cluster }}" 

      as parameter psi_network_services changed in Jenkinsfile not in extra scripts.

              mabramov@redhat.com Mikhail Abramov
              mabramov@redhat.com Mikhail Abramov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: