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

[FEATURE REQUEST] support multiple NICs #11

Open
nicholasmhughes opened this issue Jul 2, 2022 · 0 comments
Open

[FEATURE REQUEST] support multiple NICs #11

nicholasmhughes opened this issue Jul 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nicholasmhughes
Copy link
Member

Copied from Salt issue 56153 opened by @tkykm
saltstack/salt#56153 (comment)

Is your feature request related to a problem? Please describe.
It would be good to have a option about multiple NICs.
In some case, we want to associate a VM to 2 or more subnet e.g. frontend and backend

Thanks!

Describe the solution you'd like
Ideally profile

vm:
  provider: azure
  nics:
    - network: vnet1
       subnet: subnet1
    - network: vnet1
       subnet: subnet2
       security_group: sg1

Describe alternatives you've considered
N/A

Additional context
N/A

@nicholasmhughes nicholasmhughes added the enhancement New feature or request label Jul 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

1 participant