ESCL / salt-config

0 stars 0 forks source link

Split hierarchical environments #18

Closed kako-nawao closed 8 years ago

kako-nawao commented 8 years ago

Right now an environment defines two different levels:

Let's review a few examples: dev is an environment of the first case without instance configuration (everything is local), but desicon and shared are a specific instances of the application environment production.

Splitting it makes sense because deployment depends on the higher-level env only, so using a targeting like G@env:production would be a lot easier than G@shared or G@env:desicon or.... Need to decice on a name for that entity..