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

Update to FR2 needs a new steps in the update documentation.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Critical Critical
    • rhos-18.0.6
    • rhos-18.0 FR 2 (Mar 2025)
    • documentation
    • None
    • 2
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • None
    • Hide
      .Create instance of openstack during minor update

      If you update your Red Hat OpenStack Services on OpenShift environment from any release before 18.0.6, you must create an instance of `openstack` after you update the `openstack-operator` to trigger the deployment of all operators. For example:
      ----
      cat > openstack-init.yaml <<'EOF'
      ---
      apiVersion: operator.openstack.org/v1beta1
      kind: OpenStack
      metadata:
         name: openstack
         namespace: openstack-operators
      EOF

      $ oc apply -f ./openstack-init.yaml
      ----
      Show
      .Create instance of openstack during minor update If you update your Red Hat OpenStack Services on OpenShift environment from any release before 18.0.6, you must create an instance of `openstack` after you update the `openstack-operator` to trigger the deployment of all operators. For example: ---- cat > openstack-init.yaml <<'EOF' --- apiVersion: operator.openstack.org/v1beta1 kind: OpenStack metadata:    name: openstack    namespace: openstack-operators EOF $ oc apply -f ./openstack-init.yaml ----
    • Release Note Not Required
    • Important

      In 2.1. Updating OVN services on the control plan we switch from having the openstack operator updated (install plan accepted) to udating the openstackversion.

      But, now after the update of the openstack-operator, we don't have the version available right away, we need to create an instance of openstack.

       

      cat > openstack-init.yaml <<'EOF'
      ---
      apiVersion: operator.openstack.org/v1beta1
      kind: OpenStack
      metadata:
         name: openstack
         namespace: openstack-operators
      EOF
      
      oc apply -f ./openstack-init.yaml

      Then we get access to the new version using `oc get openstackversion` and we can proceed with the rest of the update.

      Note that that step has been added to the release note for deployment. I think it's important to notify the user where it fits during an update also.

              kgilliga@redhat.com Katie Gilligan
              sathlang@redhat.com Sofer Athlan Guyot
              rhos-dfg-upgrades
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: