Skip to content

Commit

Permalink
quickstart(bss,tpm-manager): update to new BSS notifier system
Browse files Browse the repository at this point in the history
When a node requests its bootscript, BSS can now initiate a POST request
to and endpoint of the user's choice — in this case, to the TPM manager
daemon. This notification includes the booting node's IP address, which
is passed to Ansible as inventory to be configured with a TPM key.
  • Loading branch information
LRitzdorf committed Jul 17, 2024
1 parent 1c71cdb commit cc55a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions quickstart/openchami-svcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ services:
- BSS_OAUTH2_PUBLIC_BASE_URL=http://opaal:3333
- BSS_IPXE_SERVER=${SYSTEM_NAME}.${SYSTEM_DOMAIN}
- BSS_CHAIN_PROTO=https
- BSS_BOOTSCRIPT_NOTIFY_URL=http://tpm-manager:27780/Node
#ports:
# - '27778:27778'
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/tpm-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# TPM-manager container, pushes cloud-init tokens into nodes' TPM storage
###
tpm-manager:
image: ghcr.io/openchami/tpm-manager:v0.1.3
image: ghcr.io/openchami/tpm-manager:v0.2.2
container_name: tpm-manager
hostname: tpm-manager
command: ["-port", "27780", "-batch-size", "100", "-interval", "30s"]
Expand Down

0 comments on commit cc55a6b

Please sign in to comment.