12c6f7120f
This change adds a local CLI ./bifrost-cli that allows to easily run bifrost playbooks. It is targeting early adopters and thus is opinionated and does not expose all possible options. Only the very minimum is provided in this patch. More options will be added later as we decide they are important. Documentation will also be provided later as it's going to be quite large. This feature should be considered technical preview at this point until we give it more testing. Change-Id: I2205e759431024124518716eccd07f79bda14f3a
78 lines
901 B
Plaintext
78 lines
901 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
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.idea
|
|
|
|
# Generated by bifrost-cli
|
|
baremetal-inventory.json
|
|
baremetal-nodes.json
|