This project provides a basic interface to browse the Mesosphere Universe repository and add properties and values to generate a configuration file.
The tool is now hosted at http://www.dcos-package-browser.io
If you want to start it locally with docker:
docker run -p 8080:8080 -d ftrossbach/dcos-config-reader
This is still very rough with hardly any error handling. Array properties and required parameters are also not handled yet. But it should work for a basic use case.
The project is licensed under the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)