fuel-docs/userdocs/fuel-user-guide/manage-environment/enable-experimental-features.rst
Svetlana Karslioglu 01a5f36dfc Added NFV features to the Fuel User Guide
- Added sections that describe how to configure and deploy an
  environment with NFV features.

- Added the snippet folder for reusable content

- Modified conf.py to exclude the snippets folder to get rid of the
  toctree error message.

Change-Id: Ia287897e1638ecf066a7cd0b6f9c13d56d7d4e8f
2016-08-04 13:35:25 -07:00

758 B

Enable experimental features

Experimental features provide useful functionality, but may not be mature enough for environments that require high levels of stability. By default, experimental features are disabled. You can enable experimental features during the installation of the Fuel Master or anytime later.

To enable experimental features:

  1. Log in to the Fuel Master node CLI.

  2. Open the /etc/fuel/astute.yaml file for editing.

  3. Add experimental to the feature_groups section.

    Example:

    "FEATURE_GROUPS":
    - experimental
  4. Apply the Nailgun Puppet manifest by typing:

    puppet apply /etc/puppet/modules/fuel/examples/nailgun.pp