01a5f36dfc
- 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
758 B
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:
Log in to the Fuel Master node CLI.
Open the
/etc/fuel/astute.yaml
file for editing.Add
experimental
to thefeature_groups
section.Example:
"FEATURE_GROUPS": - experimental
Apply the Nailgun Puppet manifest by typing:
puppet apply /etc/puppet/modules/fuel/examples/nailgun.pp