fuel-docs/userdocs/fuel-user-guide/maintain-environment/workflows-manage/run-workflows.rst

1.2 KiB

Run a deployment workflow

Fuel enables you to execute deployment workflows using the Fuel web UI or Fuel CLI.

To execute a deployment workflow using the Fuel web UI:

  1. Log in to the Fuel web UI.
  2. Select the required OpenStack environment.
  3. Verify that online nodes are added to the environment.
  4. Select from the following options:
    • To run the default deployment workflow:
      1. Go to the Dashboard tab.
      2. Click Deploy changes.
    • To run a custom deployment workflow:
      1. Upload a custom deployment workflow as described in upload_workflows.
      2. Go to the Dashboard tab.
      3. Change the deployment mode to Custom Workflow
      4. Select a particular workflow to run and specify the nodes the workflow should be executed on.

To execute a deployment workflow using the Fuel CLI:

  1. Log in to the Fuel CLI.

  2. Execute the required workflow using the fuel2 graph execute command.

    Example:

    fuel2 graph execute --env 1
  • cli-workflows