Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 765 Bytes

File metadata and controls

26 lines (22 loc) · 765 Bytes

Usage

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:

  1. Ensure you have a valid clouds.yaml file
  2. Fetch the current reference-repository:
    git clone https://github.com/chameleoncloud/reference-repository
    
  3. Invoke the transmogrifier
    generate-reference-repo \
     --cloud clouds_yaml_key \
     --reference-repo-dir /path/to/reference-repository
    
  4. After a run, executing git status in the reference-repository will show any changed files.