sputnik13 opened a new pull request #288: Refactor config URL: https://github.com/apache/fluo-muchos/pull/288 This is a refactor of config.py to model the difference in configurations based on the cluster type [existing, ec2, azure] by creating an object hierarchy for the configs with shared facilities/attributes in the base class and cluster type specific attributes in the cluster specific implementation. Also adds python decorators to help annotate where the config item(s) should be rendered to, if it needs to be rendered, and removed most of the related logic from muchos/existing.py. Lastly, split off the test code for each config types in to separate files based on cluster type. Implements: #285
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
