-
Notifications
You must be signed in to change notification settings - Fork 4.8k
SDN-4168: Fix IPsec tests for monitor failures #29437
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| apiVersion: operator.openshift.io/v1 | ||
| kind: MachineConfiguration | ||
| metadata: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i dont understand how this spec provides no reboot - can you help me understand how its accomplished?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is done with |
||
| name: cluster | ||
| namespace: openshift-machine-config-operator | ||
| spec: | ||
| nodeDisruptionPolicy: | ||
| files: | ||
| - actions: | ||
| - type: None | ||
| path: /usr/local/bin/ipsec-addcert.sh | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i dont see this in the commit - where it from?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Its from |
||
| - actions: | ||
| - type: None | ||
| path: /etc/pki/certs/ca.pem | ||
| - actions: | ||
| - type: None | ||
| path: /etc/pki/certs/left_server.p12 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what is this?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here. |
||
| - actions: | ||
| - type: None | ||
| path: /etc/pki/certs/right_server.p12 | ||
| units: | ||
| - name: ipsec-import.service | ||
| actions: | ||
| - restart: | ||
| serviceName: ipsec-import.service | ||
| type: Restart | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
can you talk about the component that consumes the certs and what is this nss db? I want to understand how its consumed to ensure theres no race.
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.
@martinkennelly I explained about this a bit now at: https://github.com/openshift/origin/pull/29437/files#diff-171496901153a36ea9127c00c510f03758d598927be689320eaeb044f464e932R454-R462, hope it helps.