-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Horizon to OpenStackControlPlane #226
Add Horizon to OpenStackControlPlane #226
Conversation
43027ae
to
b56e269
Compare
f1cd09e
to
84cb8b6
Compare
da9b2f5
to
db67a67
Compare
I believe the operator-build-deploy job failure will be resolved by this patch: |
/retest |
d78bab8
to
0b2f2dc
Compare
/test openstack-operator-build-deploy |
/test golangci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I tried to deploy this I saw that the horizon controller_manager restarts with
W0313 08:40:08.044118 1 reflector.go:424] pkg/mod/k8s.io/client-go@v0.26.2/tools/cache/reflector.go:169: failed to list *v1beta1.Memcached: memcacheds.memcached.openstack.org is forbidden: User "system:serviceaccount:openstack:horizon-operator-controller-manager" cannot list resource "memcacheds" in API group "memcached.openstack.org" at the cluster scope
Do you see that if you try to deploy horizon alone or is it specific to this integration patch that causing the missing permission?
I think it is due to openstack-k8s-operators/horizon-operator#62 |
Yeah, looks like it: |
The only possible thing I can see for the golangci error is that it's related to a bug that was fixed in 1.46.2 and we're running these tests with 1.46.0:
A similar issue is reported here: Which was apparently fixed by: With the fix being listed in 1.46.2: When we execute
So, my assumption is that the issue being reported in the golangci job is related to an issue with the |
I was mistaken, here in openstack-operator we don't run golangci-lint in pre-commit :/ |
The job uses a golangci-lint specific container: but I'm not sure where that is coming from |
8c6d25a
to
6c75de3
Compare
428e8fe
to
b4e67be
Compare
/test precommit-check |
@@ -48,6 +49,7 @@ FROM $DATAPLANE_BUNDLE as dataplane-bundle | |||
FROM $NOVA_BUNDLE as nova-bundle | |||
FROM $IRONIC_BUNDLE as ironic-bundle | |||
FROM $OPENSTACK_STORAGE_BUNDLE as openstack-storage-bundle | |||
FROM $HORIZON_BUNDLE as horizon-bundle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dprince are we ok to merge the horizon
bundle in the openstack-operator
?
f8dfff9
to
83367fe
Compare
From the
I had a minor comment on the |
Added to the network-isolation samples in the latest update. |
/lgtm |
This change adds the necessary pieces to deploy the Horizon operator.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bshephar, dprince, fmount The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This change adds the necessary pieces to deploy the Horizon operator.