Fuel IaC: Audit commands

Fuel IaC: Audit commands

Caution

The Fuel command-line interface has been updated. Although old fuel commands are still available, we recommend that you use the new fuel2 commands instead. See the Fuel CLI commands comparison matrix.

The following table describes the usage of the fuel2 audit command available in the Fuel CLI. This command is available after you install the Fuel Infrastructure-as-Code extension. For more information, see: Modify configurations from a Git repository.

Audit commands
Description Command
Run an audit in an OpenStack environment. fuel2 audit noop --env <ENV_ID> || --repo <REPO_ID>
List changes in an OpenStack environment. fuel2 audit list outofsync --task <NOOP_TASK_ID> || --env <ENV_ID>
Perform an audit, verify changes, and enforce new configuration. fuel2 audit enforce --env <ENV_ID> || --repo <REPO_ID>
Display the white list for an OpenStack environment. fuel2 audit whitelist show <ENV_ID>
Add a rule to the white list of a specific OpenStack environment. fuel2 audit whitelist add <ENV_ID> --task <FUEL_TASK> --rule <RULE>
Delete a rule or a set of rules from a white list. fuel2 audit whitelist delete <RULE_ID> [<RULE_ID> ... ]
Add rules to a white list from a specific .yaml file. fuel2 audit whitelist load fromfile <ENV_ID> <PATH_TO_YAML>
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