From: Martin Pitt Date: Thu, 16 Jan 2020 16:47:57 +0000 (+0100) Subject: Add foreman demo video X-Git-Url: https://piware.de/gitweb/?p=talk-cockpit-auth-anywhere.git;a=commitdiff_plain;h=c277c4ac238af5f48c6f43989dbaf427c63bb063 Add foreman demo video --- diff --git a/cockpit-auth-anywhere.md b/cockpit-auth-anywhere.md index 8fed3ae..59b2c15 100644 --- a/cockpit-auth-anywhere.md +++ b/cockpit-auth-anywhere.md @@ -145,8 +145,6 @@ RequireHost=true - OAuth (external embedding) - Foreman: included cockpit-ws with dynamic configuration -TODO: foreman screenshot - :::notes - Cockpit supports common authentication systems out of the box - IdM is very common; if you have a krb ticket, you get a session immediately @@ -155,6 +153,7 @@ TODO: foreman screenshot present them to the web server; latest Cockpit versions supports that - Foreman has a "Web Console" button; interesting case for seamless transition between Foreman and Cockpit +- Show video - already has ssh to all maintained machines - runs a single cockpit-ws process on its server, and dynamically configures it for selected target machine diff --git a/demo.sh b/demo.sh index 0ae8844..d315713 100755 --- a/demo.sh +++ b/demo.sh @@ -34,6 +34,7 @@ sudo vgcreate vg0 /dev/sdb1 sudo lvcreate -n data1 -l '100%FREE' vg0 sudo mkfs.ext4 -L data1 /dev/vg0/data1 +firefox foreman-webconsole.webm firefox http://localhost:9090/storage # for remote ssh session demo diff --git a/foreman-webconsole.webm b/foreman-webconsole.webm new file mode 100644 index 0000000..d551f90 Binary files /dev/null and b/foreman-webconsole.webm differ