summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Thanh Ha [Tue, 27 Aug 2019 18:54:53 +0000 (14:54 -0400)]
Configure basepython to python3
More and more libraries that we are pulling in require Python 3 so
to avoid having to play the pin dependencies whack-a-mole game let's
bump or base python where possible to python3.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I2adfd5d40963da8b8c720768398ef73cc84cfdbb
Thanh Ha [Tue, 20 Aug 2019 02:35:08 +0000 (22:35 -0400)]
Use Python 3 for molecule tests
PyTest 5.0 requires Python 3.5+ so let's update.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I43b8b89a412509b6a287baba48e86976239efb52
Anil Belur [Mon, 1 Jul 2019 12:01:06 +0000 (22:01 +1000)]
Fix bare variable deprecation warning
Issue: RELENG-2179
Change-Id: I4debe9bf79ad8d0e98ae289e517335c18c18ab4a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Anil Belur [Sat, 27 Jul 2019 23:05:09 +0000 (09:05 +1000)]
Pin ansible, ansible-lint, detox and pytest
PyTest 5 was released on June 28th that now requires Python >= 3.5
so pin to the 4.6.x stream until we are ready to drop 2.7 support.
Pin ansible and ansible-lint to get the molecule tests to work.
detox 0.19 is not compatible with the version of tox we are getting from
upstream.
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I1256a40c294686332b9d4cc614785d89af531f4a
Thanh Ha [Sat, 11 May 2019 01:24:47 +0000 (21:24 -0400)]
Use pre-commit instead of Coala
Considering that all we're using Coala for is for the GitCommitBear
let's drop Coala in favor of pre-commit as it's faster and more
convenient.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I852ced87ea859a4424e41d461e9adce01732b8ba
Anil Belur [Wed, 28 Nov 2018 09:09:16 +0000 (19:09 +1000)]
Fix docs indent
Change-Id: Id33ccfe9ebf7b6c34d5e09d4599957837d6e2925
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Trevor Bramwell [Tue, 10 Jul 2018 01:09:30 +0000 (18:09 -0700)]
Allow skipping enabling of the haveged service
Docker containers which don't contain a services manager (ala
systemd) will fail on service tasks. Adding a variable to skip the
service tasks allows the role to be ran and tested in containers.
Change-Id: I19945ad5344979feee21b76579beb5b7d02e2f4f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Thanh Ha [Wed, 21 Feb 2018 21:39:02 +0000 (16:39 -0500)]
Migrate lf-ansible haveged-install role
Change-Id: I757e6b40103afe346517ab05023b1aa689175631
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Thanh Ha [Wed, 21 Feb 2018 21:36:05 +0000 (16:36 -0500)]
Bootstrap haveged-install role
Change-Id: I019072018b9cedce593bf058aca49c9e2c343665
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Andrew Grimberg [Tue, 20 Feb 2018 22:00:15 +0000 (22:00 +0000)]
Initial empty repository