Skip to content

Commit 8ca091f

Browse files
committed
Allow creating VMs with emulated TPM device
1 parent eeb48a7 commit 8ca091f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

01_install_requirements.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -z "${METAL3_DEV_ENV}" ]; then
1919
# TODO -- come up with a plan for continuously updating this
2020
# Note we only do this in the case where METAL3_DEV_ENV is
2121
# unset, to enable developer testing of local checkouts
22-
git reset 67afcb3315b44e2c68121493a819819966e588a2 --hard
22+
git reset 67afcb3315b44e2c68121493a819819966e588a2 --hard # FIXME(mko) After merging metal3-dev-env #848
2323
popd
2424
fi
2525

config_example.sh

+3
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ set -x
227227
# Configure size of extra disks added to VMs
228228
# export VM_EXTRADISKS_SIZE="10G"
229229

230+
# Add TPM2.0 emulator to VMs
231+
# export VM_TPM_EMULATOR=true
232+
230233
# Provide additional master/worker ignition configuration, will be
231234
# merged with the installer provided config, can be used to modify
232235
# the default nic configuration etc

0 commit comments

Comments
 (0)