fuel-library/utils/configuration_validator/tasks.yaml
Dmitry Shulyak 04bd63fe0d Initial granular deployment config with validation
Added initial configuration for granular deployment.

If we are going to store configuration in fuel-library
repository we will need to make sure it is valid,
before it will be loaded to nailgun, so it is required
to run next test for every patchset

py.test utils/configuration_validator/  --dir deployment/

implements blueprint granular-deployment-based-on-tasks

Change-Id: I6e0ba97ca5de01c1e9b9e57f64ca48a0da7368be
2015-01-19 13:06:33 +02:00

6 lines
142 B
YAML

#current tasks will not pass
- id: primary-controller
requires: [controller]
- id: controller
type: group
requires: [primary-controller]