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

Expose num_nics available as parameter for failover templates #15

Open
JeffGiroux opened this issue Aug 22, 2022 · 2 comments
Open

Expose num_nics available as parameter for failover templates #15

JeffGiroux opened this issue Aug 22, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@JeffGiroux
Copy link

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.

@JeffGiroux
Copy link
Author

reference this section...

def generate_config(context):
    """ Entry point for the deployment resources. """

    num_nics = 3

@shyawnkarim
Copy link

Thanks for reporting this request. I've added this RFE to our backlog and it is being tracked with internal ID, ESECLDTPLT-3172.

@shyawnkarim shyawnkarim added the enhancement New feature or request label Sep 2, 2022
@shyawnkarim shyawnkarim added this to the backlog milestone Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants