Tyler Auerbeck
Tyler Auerbeck
Sorry to revive an old issue here. Is this issue still valid? Or is there a way to use testing.T now?
@soharaki Do you happen to have the error message that you received when you tried to create this PVC?
After the bump to the more recent version of operator-sdk, we've got a Makefile! So this can probably be closed.
It looks like all the default images pull from quay now and I believe the ability to specify images for each component is also in place. Can this be closed?
I can take a look at this.
@jannfis Did this happen with the work that was done to bump operator-sdk v1.11?
I think this is addressed here: https://github.com/argoproj-labs/argocd-operator/blob/master/.github/workflows/ci-build.yaml#L44-L152 . Is there anything else that needs added for this?
Looks like this part of the control plane isn't quite ready yet. Revisit this in the future.
@ericzolf Have you had a chance to look at the above comments?
@oybed So the initial culprit seems to be here: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_openstack/tasks/provision.yml#L1-L16 `provision.yml` skips running `generate-templates.yml` whenever we set state=absent. However that is where `stack_template_path` is set, which causes everything to fail...