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

Need to add a Workaround in the documentation in the repo-setup to upgrade selinux packages and remove virtlogd.pid

XMLWordPrintable

    • False
    • Hide

      None

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

      In the section, Procedure - EDPM adoption:

      Need to add a Workaround in the documentation in the repo-setup to upgrade selinux packages and remove virtlogd.pid:

      oc apply -f - <<EOF
      apiVersion: dataplane.openstack.org/v1beta1
      kind: OpenStackDataPlaneService
      metadata:
        name: repo-setup
        namespace: openstack
      spec:
        label: dataplane.deployment.repo.setup
        play: |
          - hosts: all
            strategy: linear
            tasks:
              - name: Enable podified-repos and virtlogd workaround
                become: true
                ansible.builtin.shell: |
      [...]
                  dnf -y upgrade openstack-selinux
                  rm -f /run/virtlogd.pid
                  restorecon -R /run/libvirt
      [...]
      EOF

            rhn-engineering-faguiard Fabricio Aguiar de Oliveira
            pnavarro@redhat.com Pedro Navarro Perez
            rhos-dfg-upgrades-squad-upgrades
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: