gstanden / orabuntu-lxc

Developer and User Guide
https://gstanden.github.io/
GNU General Public License v3.0
46 stars 15 forks source link

Use Parameter File Instead of Command Line Parameters #62

Open gstanden opened 7 years ago

gstanden commented 7 years ago

So Orabuntu-LXC is a highly-configurable software. It can take many many parameters. It's not feasible nor manageable to pass them in on the command line so I need to migrate the parameters over to a parameter file that has tag:parameter, e.g.:

domain1:yourdomain1 domain2:yourdomain2 network1:10.207.39.0/24 network2:10.207.29.0/24 nameserver:stlnsa

This way I can just grab these parameters from the configuration file using the tags. Need to implement this ASAP and especially as part of creating configurable non-hardcoded IP subnets (user settable).