Comment 6 for bug 1951245

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-armada-app (master)

Reviewed: https://review.opendev.org/c/starlingx/openstack-armada-app/+/818256
Committed: https://opendev.org/starlingx/openstack-armada-app/commit/1747cd2dd20c2e1cf6c6d35733f19e669faf2b8d
Submitter: "Zuul (22348)"
Branch: master

commit 1747cd2dd20c2e1cf6c6d35733f19e669faf2b8d
Author: Heitor Matsui <email address hidden>
Date: Wed Nov 17 14:53:18 2021 -0300

    Create ServiceAccount for pci-irq-affinity-agent

    The stx-openstack apply is failing with a timeout condition,
    caused by failure while trying to pull the image of the agent from
    the local registry. This is caused by missing imagePullSecrets on
    the daemonset definition, so this commit creates the ServiceAccount
    with the imagePullSecrets and use it on the spec.

    Closes-Bug: 1951245
    Change-Id: I5e408539e001bbe867812db8c614d47cea1ae225
    Signed-off-by: Heitor Matsui <email address hidden>