diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-11-02 07:24:28 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-12-05 10:52:49 +0000 |
commit | 7ebad0a8164345ebf6b93b028ae7ef3b56ecabf4 (patch) | |
tree | f285829dabb0fd9bfdece3472373bb9d7de9d3f4 /roles/prepare_ci/vars | |
parent | a43be446c10a58f5a7aea91851b4c74b9ee3d3af (diff) |
Release oom-automatic-installation
Issue-ID: INT-2150
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I8992f93e2b79f17c90d8f3c350891e8428ef3dcb
Diffstat (limited to 'roles/prepare_ci/vars')
-rw-r--r-- | roles/prepare_ci/vars/debian.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/prepare_ci/vars/debian.yaml b/roles/prepare_ci/vars/debian.yaml new file mode 100644 index 0000000..5b9029c --- /dev/null +++ b/roles/prepare_ci/vars/debian.yaml @@ -0,0 +1,18 @@ +--- +ci_packages: + - jq + - build-essential + - libffi-dev + - git + - python3-pip + - rsync +ci_python3_packages: + - openshift==0.11.2 + - stevedore==1.32.0 + - dogpile.cache==0.6.5 + - openstacksdk==0.43.0 + - shade==1.33.0 + - os-client-config==2.0.0 + - python-openstackclient==5.2.1 + - python-heatclient==1.18.0 + - jsonschema |