Skip to content

Commit

Permalink
podvm: ibmcloud-powervs: Copy dummy keys file
Browse files Browse the repository at this point in the history
- Needed to workaround guest-components issue

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Sep 25, 2023
1 parent a940380 commit b9ce353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibmcloud-powervs/image/copy-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PODVM_DIR=${REPO_ROOT}/podvm

sudo mkdir -p /etc/containers
sudo cp ${PODVM_DIR}/files/etc/agent-config.toml /etc/agent-config.toml
sudo cp /tmp/files/etc/aa-offline_fs_kbc-keys.json /etc/aa-offline_fs_kbc-keys.json
sudo cp -a ${PODVM_DIR}/files/etc/containers/* /etc/containers/
sudo cp -a ${PODVM_DIR}/files/etc/systemd/* /etc/systemd/
if [ -e ${PODVM_DIR}/files/etc/aa-offline_fs_kbc-resources.json ]; then
Expand Down

0 comments on commit b9ce353

Please sign in to comment.