Skip to content
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

NSM uplift to v1.4.0 #89

Merged
merged 1 commit into from
Jun 9, 2022
Merged

NSM uplift to v1.4.0 #89

merged 1 commit into from
Jun 9, 2022

Conversation

zolug
Copy link
Collaborator

@zolug zolug commented Jun 2, 2022

No description provided.

@zolug
Copy link
Collaborator Author

zolug commented Jun 2, 2022

Requires Nordix/Meridio#231

@zolug zolug changed the title NSM uplift to v1.4.0-rc.1 NSM uplift to v1.4.0-rc.2 Jun 7, 2022
@zolug zolug changed the title NSM uplift to v1.4.0-rc.2 NSM uplift to v1.4.0 Jun 8, 2022
@@ -104,7 +104,8 @@ func (l *LoadBalancer) getNscEnvVars(allEnv []corev1.EnvVar) []corev1.EnvVar {
e.Name == "NSM_NAME" ||
e.Name == "NSM_DIAL_TIMEOUT" ||
e.Name == "NSM_REQUEST_TIMEOUT" ||
e.Name == "NSM_MAX_TOKEN_LIFETIME" {
e.Name == "NSM_MAX_TOKEN_LIFETIME" ||
e.Name == "NSM_LIVENESSCHECKENABLED" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe set it to false in go code line 98, so users won't be able to set the value in the template.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it, but probably you are right, that currently changing this value could break the system, so it's better to hardcode it

- new NSC env var NSM_LIVENESSCHECKENABLED=false
  to be used with Remote VLAN use case
- env var NSM_IPV6_PREFIX removed from Remote VLAN NSE
  (NSM_CIDR_PREFIX covers both IPv4 and IPv6 CIDRs)
@zolug zolug merged commit b1bb7f8 into master Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants