syndicate-storage / syndicate-core

Scalable Software-define Storage System
Apache License 2.0
4 stars 1 forks source link

Rework all runtime MS configuration into app.yaml #6

Closed zdw closed 8 years ago

zdw commented 8 years ago

This removes admin_info.py, the functionality of which has been moved into msconfig.py and app.yamlin, and consolidates all runtime MS configuration in the generated app.yaml file.

The makefile for creating certificates and filling variables app.yaml is now named configure_ms.mk and replaces MS.mk which only handled certificates. It's designed so that it's parameters can be overridden by another Makefile that includes it.

jcnelson commented 8 years ago

Thanks!