9b83665d83
It is recommended to pass the same variables (e.g. testing) to other commands and playbooks, the new file makes it possible. Change-Id: I2adc4e2dcfd8555b2c9e6c3bf0f512f603367091
80 lines
948 B
Plaintext
80 lines
948 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
.stestr
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# test-bifrost log output
|
|
logs
|
|
|
|
#Files created by release notes generation
|
|
releasenotes/build
|
|
|
|
# Ansible retry files
|
|
*.retry
|
|
|
|
# Ansible modules that may be downloaded during env-setup.sh
|
|
playbooks/library/os_ironic.py
|
|
playbooks/library/os_ironic_node.py
|
|
playbooks/library/os_ironic_inspect.py
|
|
playbooks/library/os_keystone_service.py
|
|
playbooks/collections
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.idea
|
|
|
|
# Generated by bifrost-cli
|
|
baremetal-inventory.json
|
|
baremetal-nodes.json
|
|
bifrost-install-env.json
|