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

Central admin configuration #120

Open
RoganMurley opened this issue Apr 18, 2014 · 1 comment
Open

Central admin configuration #120

RoganMurley opened this issue Apr 18, 2014 · 1 comment

Comments

@RoganMurley
Copy link
Contributor

There should be one central admin configuration file to set things like GCS bucket names, project name, account scopes, image locations, etc. This could either be simply a Python module similar to the current app/ComputeEngine/Config.py or an XML/YAML file that works with a build script. The advantage of the build script would be that we can alter things like app.yaml and queue.yaml at the cost of complexity. Thoughts?

@McCrea
Copy link
Member

McCrea commented Apr 18, 2014

I think using ConfigParser here would be good.
Additionally a simple web interface would be good. (It wouldn't be end-user facing so could be something fairly static/synchronous.)
If I'm not mistaken, Django has some things built in for generating config pages, that might be worth looking into.

Edit:
I might be thinking of an add-on in that last point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants