engine.yaml

engine.yaml

Fuel Master Node: /root/provisioning_1

The engine.yaml file defines the basic configuration of the target nodes that Fuel deploys for the OpenStack environment. Initially, it contains Fuel defaults; these are adjusted in response to configuration choices the user makes through the Fuel UI and then fed to Nailgun.

Usage

  1. Dump provisioning information using the following fuel command:

    fuel --env 1 provisioning default
    

    where --env 1 should be set to the specific environment (id=1 in this example).

  2. Edit file.

  3. Upload the modified file:

    fuel --env-1 provisioning upload
    

Description

The engine.yaml file defines the provisioning engine being used along with the password and URLs used to access it. By default, Cobbler is specified as the provisioning engine.

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