usage: generate-reference-repo [-h] [--cloud CLOUD] [--reference-repo-dir REFERENCE_REPO_DIR] [--ironic-data-cache-dir IRONIC_DATA_CACHE_DIR]
options:
-h, --help show this help message and exit
--cloud CLOUD
--reference-repo-dir REFERENCE_REPO_DIR
--ironic-data-cache-dir IRONIC_DATA_CACHE_DIR
Example:
- Ensure you have a valid clouds.yaml file
- Fetch the current reference-repository:
git clone https://github.com/chameleoncloud/reference-repository
- Invoke the transmogrifier
generate-reference-repo \ --cloud clouds_yaml_key \ --reference-repo-dir /path/to/reference-repository
- After a run, executing
git status
in the reference-repository will show any changed files.