Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann cbf9d36df6 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ib5a8155d76652044701ae05e5dbcc7078f41d863
2024-02-24 11:41:18 -08:00
Chandan Kumar b541c5ef99 Run all linters via pre-commit
Executes all linters via pre-commit, which is much faster, guarantees
their version locking and allows upgrading them with a single command.

Before this change the only linter running via pre-commit was
ansible-lint.

Now we also run bashate, flake8 and yamllint via pre-commit.

For developer convenience we still keep the old tox environments
which allow running a single linter.

Added long_description_content_type to fix twine check failure

Change-Id: I037eae61921b2a84aa99838804f70e96ee8d8b13
2019-02-15 18:22:10 +05:30
Steve Baker 60c8e52079 rename modified_image_prefix to target_image, use set_fact for timestamp
If set_fact is not used, the lookup(pipe) is evaluated every time it is
referenced, which means potentially different timestamps being
used.
2018-05-03 15:50:31 +12:00
Sam Doran 5963894199 Streamline role
Use role defaults rather than set_fact tasks.
Remove empty placeholder files.
Add role meta info.
For variables that can't have a sane default, add precheck tasks to fail early if they are not defined.
2018-05-02 22:31:08 -04:00
Steve Baker 2d87356538 Allow tasks_from to be set as a variable
This allows the role to be driven entirely as a role name and a
variables dict, as required by our image upload customisation
interface.
2018-05-03 11:16:29 +12:00
Steve Baker cad6e42217 Rename the main task to modify_image.yaml
There will be other tasks in this role.
2018-05-02 11:08:24 +12:00
Steve Baker e8cf96abc3 Make a copy of Dockerfile and modify FROM 2018-05-01 14:29:07 +12:00
Steve Baker e865f69b4e Basic template based Dockerfile approach 2018-04-30 17:26:58 +12:00
Steve Baker 3aeb7cc78b Initial import 2018-04-29 20:58:02 -04:00