-
Notifications
You must be signed in to change notification settings - Fork 27
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 configurable httpd timeout #403
Add configurable httpd timeout #403
Conversation
Hi @fernandoroyosanchez. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
71152d5
to
e1ce043
Compare
/ok-to-test |
738843e
to
3753dc0
Compare
08f3d3c
to
586f791
Compare
@@ -141,6 +141,10 @@ type OctaviaAPISpecCore struct { | |||
// +operator-sdk:csv:customresourcedefinitions:type=spec | |||
// TLS - Parameters related to the TLS | |||
TLS OctaviaApiTLS `json:"tls,omitempty"` | |||
|
|||
// +kubebuilder:validation:Optional |
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.
- here it's defined as Optional
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.
Sorry for reopening this, but you left this Optional. Was that intentional?
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.
yeah, to keep option to be passed by spec otherwise we trust on the octavia_api one and it will be passed by the controller
49e1839
to
8dd4a0a
Compare
/test octavia-operator-build-deploy-kuttl |
/remove-approve |
This patch allows Octavia to set its route annotations. Depends-On: openstack-k8s-operators/octavia-operator#403
/retest |
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
lgtm apart from the question |
/lgtm |
/approved |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fernandoroyosanchez, gthiemonge 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 |
e5285aa
into
openstack-k8s-operators:main
Depends-On: openstack-k8s-operators/octavia-operator#403 Related-Issue: OSPRH-10959
/cherry-pick 18.0-fr1 |
@fernandoroyosanchez: new pull request created: #414 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This patch adds an apiTimeout field to the OctaviaSpecCore to the already OctaviaSpec one to allow configure the timeouts for HAProxy and Apache.
Also fixing core API spec version of the new GetDefaultRouteAnnotations function.
Jira: https://issues.redhat.com/browse/OSPRH-6713