For local runs of testenv:linters we cache all the external Ansible
playbooks and roles ansible-lint will need to reference in order to
validate content in this repository. We build that cache in a .cache
directory, but not everything in the cached repositories is suitable
for flake8 checking, so add that directory to its exclusion list.
Also add the same directory to .gitignore, so Git will stop
complaining about it being untracked.
Change-Id: I1f740edd75cc7f6ba0f4a73f0a409a620b437b16
Responding to comments from Ibbc2b116d0c496655a7ce6bb6971e8270ac32647
Make the script run in the grafana .yaml directory so you don't have
working-directory issues.
Put the secrets in this directory and add them to .gitignore
No need for a tty on the loading call
Additionally make it executable, and have a short pause to let the
container start.
Change-Id: Icf0a2cfb1a0f5599704d6c8c9e85345d61884cd5
For using opendev-tox-docs, jobs need to publish to a "html"
subdirectory, update the docs-site and specs jobs.
Update .gitignore for this.
Update python files to use yaml.safe_load to avoid a warning.
Remove unused docs environment from tox.ini.
Depends-On: https://review.opendev.org/682213
Change-Id: I8d7032a6e836ec26f347d16abd600514089a677b
Use a YAML file listing the projects to generate the specs.openstack.org
root page and an OPML file for all of the available RSS feeds.
These changes are based on the work of Maish Saidel-Keesing
<maishsk@gmail.com> in https://review.openstack.org/#/c/140041/
Change-Id: I828d65f10fb7608b59e3561cedc9553d4d96ee75
Make the necessary changes for the jobs ported over from infra/config
to work in this repo.
Also, make the irc access job voting.
Add a .gitignore file.
Change-Id: If3b6c214881205a25e8148c23c3411338b66ef90