Gage Hugo 68a500b3de Pep8 and Ranger Image Build process update
Updated pep8 requirements and fixed resulting
codes to fix broken pep8 job.

Updated docker image build process to use roles
to ensure docker rather than using manual docker
install process to fix broken ranger image job.

Co-Authored-By: Jeremy Houser <jeremyhouser@protonmail.com>
Co-Authored-By: Chi Lo <cl566n@att.com>

Change-Id: I28df0a27e4b354dd53c17fbb1a9468cb7ff5bc16
2020-09-24 15:26:26 +00:00
..
2019-10-29 10:36:00 -05:00
2019-10-29 10:36:00 -05:00
2018-05-08 11:50:06 -05:00
2019-10-29 10:36:00 -05:00

Flavorgen Usage

To install:

1. Download attached file flavorgen.tgz
2. Copy flavorgen.tgz to <orm_host>:/opt/app/orm/ormcli
3. cd /opt/app/orm/ormcli
4. tar xvzf flavorgen.tgz

All the predefined flavors are defined in flavor_dir. Edit if necessary.

To generate these flavors:

5. cd /opt/app/orm/ormcli/flavorgen
6. ./flavorator.py

You should normally create the list of flavors once.

Then when you want to add regions to all the flavors, use:

7. ./regionator.py region1,region2 series1,series2

The argument is a comma-separated list of regions and series
with no internal whitespace.


Use of -h will produce the following help:

./regionator.py -h
usage: regionator [-h] regions [series]

batch add region to flavor

positional arguments:
  regions     <comma-separated regions to add, e.g. region1,region2>
  series      <comma-separated flavor series to add, e.g. nd,gv>

optional arguments:
  -h, --help  show this help message and exit