Go to file
Dmitry Shulyak 019e5c7acd Commands to execute only part of graph
Added several flags to execute particular tasks

Examples of commands below:

Next command will execute only tasks specified in tasks parameter
  fuel node --node 2 --tasks hiera netconfig

Command with skip, will requests all tasks and remove tasks in skip
parameter
  fuel node --node 2 --skip hiera netconfig

Command with end flag, will requests all tasks up to the end node in graph
and execute them
  fuel node --node 2 --end hiera

Also end can be combined with skip, and then part of graph will be fetched and
part of graph removed
  fuel node --node 2 --end netconfig --skip hiera netconfig

implements blueprint granular-deployment-based-on-tasks

Change-Id: I48340bdabe8c1aabc2e47b1a2e153618742981d2
2015-01-28 16:23:36 +02:00
2015-01-13 11:57:41 +01:00
2015-01-13 11:57:41 +01:00
2014-04-10 15:23:25 +04:00
2014-11-14 13:24:09 +01:00
2015-01-16 14:53:55 +01:00
Description
RETIRED, further work has moved to Debian project infrastructure
1.3 MiB