Run a deployment workflow

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 a deployment workflow.
      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
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents