You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User would like to use failover templates and choose number of NICs. The quickstart/standalone template exposes this parameter 'num_nics' but the failover templates do not. There is already logic in the python file for num_nics and it's hard set to value of '3'. Please make this a user-input parameter value.
Describe alternatives you've considered
Manually update the python file and change num_nics = 2 for a 2nic deployment.
Additional context
Logic is already in the code. Please expose the variable as parameter.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
choosing number of nics
Describe the solution you'd like
User would like to use failover templates and choose number of NICs. The quickstart/standalone template exposes this parameter 'num_nics' but the failover templates do not. There is already logic in the python file for num_nics and it's hard set to value of '3'. Please make this a user-input parameter value.
Describe alternatives you've considered
Manually update the python file and change num_nics = 2 for a 2nic deployment.
Additional context
Logic is already in the code. Please expose the variable as parameter.
The text was updated successfully, but these errors were encountered: