Skip a deployment task

Skip a deployment taskΒΆ

You can skip a deployment task using the type or condition parameter of the task, or through an API request.

When using API requests, you can specify the list of tasks to skip or indicate the first and the last task to skip.

To skip a deployment task:

  1. Select from the following options:

    • Specify the type parameter:

      Example:

      - id: horizon
        type: skipped
        role: [primary-controller]
        requires: [post_deployment_start]
        required_for: [post_deployment_end]
      
    • Specify a false condition:

      Example:

      - id: horizon
        type: puppet
        role: [primary-controller]
        requires: [post_deployment_start]
        required_for: [post_deployment_end]
        condition: 'true != false'
      
  2. Synchronize deployment tasks:

    fuel rel --sync-deployment-tasks --dir <path-to-puppet-manifest>
    

    Example:

    fuel rel --sync-deployment-tasks --dir /etc/puppet/mitaka-9.0/