Update comments
This commit is contained in:
parent
c92dd70632
commit
fd35f04c77
1 changed files with 6 additions and 4 deletions
10
vm-create
10
vm-create
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/random
|
#!/bin/random
|
||||||
# This is a sample script / prototype to create VMs in Data Center
|
# This is a sample script / prototype to create a VM:
|
||||||
# Light
|
# 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 account.ungleich.ch with (username, password) for getting (name, realm, seed)
|
||||||
# - Connect to pay.ungleich.ch with (name, realm, token) { JSON }
|
# - Connect to pay.ungleich.ch with (name, realm, token) { JSON }
|
||||||
|
@ -47,4 +49,4 @@ if [ $# -ne 2 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl https://
|
curl https://...
|
||||||
|
|
Loading…
Reference in a new issue