-
Notifications
You must be signed in to change notification settings - Fork 37
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
Create EDP Secret for Neutron OVN Agent #231
Create EDP Secret for Neutron OVN Agent #231
Conversation
Depends-On: openstack-k8s-operators/neutron-operator#231 Depends-On: openstack-k8s-operators/edpm-ansible#463 Related-Issue: OSP-26191
envVars *map[string]env.Setter, | ||
) error { | ||
nbCluster, err := ovnclient.GetDBClusterByType(ctx, h, instance.Namespace, map[string]string{}, ovnclient.NBDBType) | ||
if err != nil { |
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.
I kinda hate the amount of copy-paste here. I wonder if it's a "Go way" or we can e.g. introduce a deleteExternalSecret wrapper that would handle logging.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: booxter, karelyatin 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 |
/lgtm |
OVN NB and SB DB connection strings are exported with this secret as these are required by neutron-ovn-agent[1]. [1] openstack-k8s-operators/edpm-ansible#463 Related-Issue: OSP-26191
Depends-On: openstack-k8s-operators/neutron-operator#231 Depends-On: openstack-k8s-operators/edpm-ansible#463 Related-Issue: OSP-26191
/lgtm |
Depends-On: openstack-k8s-operators/neutron-operator#231 Depends-On: openstack-k8s-operators/edpm-ansible#463 Related-Issue: OSP-26191
OVN NB and SB DB connection strings are exported with this secret as these are required by neutron-ovn-agent[1].
[1] openstack-k8s-operators/edpm-ansible#463
Related-Issue: OSP-26191