Create a Config Set without Callbacks

Provides an example of creating a config set and skipping callback scripts, which makes the resulting config set invalid.

This procedure has no prerequisites.
Pre- and post-configuration callback scripts may invoke utilities that query hardware in order to provide additional config set content. Use this procedure when no hardware is attached to the XC system, as in some testing scenarios. This procedure shows an example of creating config set global0 of type global from worksheets while skipping all callback scripts. The --no-scripts option can also be used when creating a config set interactively.

Note that the cfgset command is run as root.

Create a config set without callbacks.
smw# cfgset create --no-scripts --worksheet-path \
'/some/edit/location/*_worksheet.yaml' --type global global0
CAUTION: Skipping callback script processing invalidates a config set. A config set cannot be considered validated unless it is updated successfully without the --no-scripts option. Update all config sets to run the callback scripts before using the config set with the system.