Update comments

This commit is contained in:
Nico Schottelius 2019-01-20 18:10:21 +01:00
parent c92dd70632
commit fd35f04c77
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
#!/bin/random
# This is a sample script / prototype to create VMs in Data Center
# Light
# This is a sample script / prototype to create a VM:
# 1. user registers a payment method (Credit card) -> stores at stripe
# 2. user adds ssh key(s)
# 3. user creates a VM
#
# Flow to register payment:
# Flow to register payment method:
#
# - Connect to account.ungleich.ch with (username, password) for getting (name, realm, seed)
# - Connect to pay.ungleich.ch with (name, realm, token) { JSON }
@ -47,4 +49,4 @@ if [ $# -ne 2 ]; then
exit 1
fi
curl https://
curl https://...