Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Feature Request: support custom model config #1241
Comments
jryberg
commented
Nov 27, 2017
|
Hi, I have the exact same issue. I'm having several VPC for different purposes and I need to be able to install everything in a VPC that are NOT default. It would be nice to define vpc-id in a config or pass it as an argument |
battlemidget
added
the
enhancement
label
Nov 27, 2017
|
Current thinking to handle this is a command-line flag to pass in a YAML file containing model config. If any given config items become used frequently, we can add explicit UI to the interactive mode for those. Another option would be to add a button to the Spell Config or Application Config screens that takes you to a generic Model Config screen that lets you enter arbitrary model config (perhaps with drop-downs or auto-completes for known config keys). That would be more work up front, and we'd probably still need to support a CLI arg for headless, but it would be a better experience for interactive users. Maybe do it in two phases? |
jryberg
commented
Nov 28, 2017
|
Yes, add more "simple" first step using command-line flag and then do UI interactive things if needed. |
jamesbeedy commentedNov 23, 2017
Report
Need ability to configure the VPC prior to the model being created, possibly it would be useful to have the capability to support custom model config in general.
This would be one step in the right direction towards #591 too.