4e24c8cb6a
This is a tool to automate the generation of our sample environment files. It takes a yaml file as input, and based on the environments defined in that file generates a number of sample environment files from the parameters in the Heat templates. A tox genconfig target is added that mirrors how the other OpenStack services generate their sample config files. A description of the available options for the input file is provided in a README file in the sample-env-generator directory. In this commit only a single sample config is provided as a basic example of how the tool works, but subsequent commits will add more generated sample configs. Change-Id: I855f33a61bba5337d844555a7c41b633b3327f7a bp: environment-generator
67 lines
948 B
Plaintext
67 lines
948 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
cover
|
|
.coverage
|
|
.tox
|
|
.testrepository
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
*~
|
|
*.swp
|
|
*.bundle
|
|
Gemfile.lock
|
|
|
|
doc/_build
|
|
|
|
# Built by pbr (python setup.py sdist):
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
extraconfig/all_nodes/mac_hostname.yaml
|
|
extraconfig/all_nodes/random_string.yaml
|
|
extraconfig/all_nodes/swap-partition.yaml
|
|
extraconfig/all_nodes/swap.yaml
|
|
extraconfig/tasks/major_upgrade_pacemaker_init.yaml
|
|
network/service_net_map.yaml
|
|
overcloud-resource-registry-puppet.yaml
|
|
overcloud.yaml
|
|
puppet/blockstorage-config.yaml
|
|
puppet/cephstorage-config.yaml
|
|
puppet/compute-config.yaml
|
|
puppet/controller-config.yaml
|
|
puppet/objectstorage-config.yaml
|
|
puppet/post.yaml
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|