sandialabs / sceptre-phenix

phenix is an orchestration tool and GUI for Sandia's minimega platform
https://sandialabs.github.io/sceptre-docs/
GNU General Public License v3.0
19 stars 23 forks source link

Add support for dns in topology config #118

Closed glattercj closed 1 year ago

glattercj commented 1 year ago

E.g.,

...
    network:
      interfaces:
      - name: foo
        address: 192.168.1.1
        gateway: 192.168.254
        dns: 192.168.1.99
...
activeshadow commented 1 year ago

Good stuff @glattercj thank you!

What do you think about making the DNS entry an array so multiple servers can be specified?

We also need to add it to the UI Builder schema. Too many schemas to have to update... 🤔😂 (that's my fault).

activeshadow commented 1 year ago

@glattercj why did you close this?

Don't merge it yet because I have some additional changes to suggest but please do reopen it!

glattercj commented 1 year ago

Making some updates.