solar/docs/spec/inventory.spec
Dmitry Shulyak 203398ae83 Add spec on building dependencies procedure
Important: We can not use resources abstraction,
because we will need an ability to build different
graphs for tasks in lifecycle management

Also moved all specs to doc/spec directory
2015-04-03 17:13:47 -07:00

15 lines
597 B
RPMSpec

Inventory mechanism should provide an easy way for user to change any
piece of deployment configuration.
It means several things:
1. When writing modules - developer should take into account possibility
of modification it by user. Development may take a little bit longer, but we
are developing tool that will cover not single particular use case,
but a broad range customized production deployments.
2. Each resource should define what is changeable.
On the stage before deployment we will be able to know what resources
are used on the level of node/cluster and modify them the way we want.