Skip to content

Commit

Permalink
salt,build: Properly require tar package
Browse files Browse the repository at this point in the history
Since tar package is required by MetalK8s backup script, this package
should be installed automatically
  • Loading branch information
TeddyAndrieux committed Nov 22, 2022
1 parent a9428b8 commit 9a15fae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG
## Release 124.0.2 (in development)

### Bug fixes

- Ensure that tar is installed before using it
(PR[#3919](https://github.com/scality/metalk8s/pull/3919))

## Release 124.0.1

### Bug fixes
Expand Down
1 change: 1 addition & 0 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def rpm_full_name(self) -> str:
PackageVersion(name="python36-pyOpenSSL"),
PackageVersion(name="salt-minion", version=SALT_VERSION),
PackageVersion(name="socat"),
PackageVersion(name="tar"),
PackageVersion(name="util-linux"),
PackageVersion(name="yum-utils"),
PackageVersion(name="xfsprogs"),
Expand Down
1 change: 1 addition & 0 deletions salt/metalk8s/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ kubernetes:
kubeadm_preflight:
mandatory:
packages:
- tar
- util-linux # provides nsenter, mount
- iproute # provides ip
- iptables # provides iptables
Expand Down

0 comments on commit 9a15fae

Please sign in to comment.