This repo contains infrastructure files and scripts to set up the demo instance of OTA Community Edition available at https://uptanedemo.org.
This demo server is publicly accessible, and can be used by anyone by configuring aktualizr to connect to it. However, it will wipe itself (including all user data and keys) every day at 3AM UTC. No web UI is provided, so all interaction with the server can only take place via API.
hard-wipe-demo-server
: Wipe and reboot server into a fresh linux install. Take approximately 8-10 minutes to completeconfigure-security
: Configure UFW and SSH to standard, semi-hardened configurationsinstall-prereqs
: Install the necessary packages for running the demo serverconfigure-demo-server
: Clone OTA Community Edition and modify base config files as necessary for demo servergenerate-keys
: Generate Uptane key material and certificate authority for device certsstart-server
: Start OTA Community Edition (docker-compose) and reverse proxy (TBD)soft-wipe-demo-server
: Stop services, then delete all key material and user data
setup-server
contains:hard-wipe-demo-server
configure-security
install-prereqs
configure-demo-server
soft-reset
contains:soft-wipe-demo-server
generate-keys
start-server
hard-reset
contains:hard-wipe-demo-server
configure-security
install-prereqs
configure-demo-server
generate-keys
start-server
soft-wipe-demo-server
This repository periodically resets the server via github actions. Once per day at 3AM UTC, it will run the soft-reset
playbook. Once every two weeks, it will run the hard-reset
playbook.