Skip to content

Commit

Permalink
Merge pull request #34 from samuelallan72/tempest-ca-certs
Browse files Browse the repository at this point in the history
Add ca-certificates to tempest rock
  • Loading branch information
gboutry authored Feb 19, 2024
2 parents cf0d4dc + 4c7b8e1 commit 3864b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rocks/tempest/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ parts:
# Give permission and create the required directories
mkdir -p $CRAFT_PRIME/var/lib/tempest
chown -R 999:999 $CRAFT_PRIME/var/lib/tempest
overlay-packages:
# this must be in overlay-packages - see https://github.com/canonical/rockcraft/issues/334
- ca-certificates # required for discover-tempest-config to download cirros image

snap-tempest:
after: [tempest-user]
Expand Down

0 comments on commit 3864b32

Please sign in to comment.