Whitespace and documentation updates.
This commit is contained in:
parent
1fdf96bfa2
commit
5dc7194a62
@ -2,7 +2,8 @@
|
|||||||
You are in the Sovereign Stack Management Environment (SSME). From here, you can issue several commands:
|
You are in the Sovereign Stack Management Environment (SSME). From here, you can issue several commands:
|
||||||
|
|
||||||
ss-remote - Take a remote SSH endpoint under management of Sovereign Stack.
|
ss-remote - Take a remote SSH endpoint under management of Sovereign Stack.
|
||||||
ss-deploy - Creates a deployment to your active LXD remote.
|
ss-deploy - Deploys Sovereign Stack instances to your currenty remote according to your
|
||||||
|
various remote.conf, project.conf, and site.conf files.
|
||||||
ss-show - show the lxd resources associated with the current remote.
|
ss-show - show the lxd resources associated with the current remote.
|
||||||
ss-update - brings an existing deployment up to the newest version of Sovereign Stack.
|
ss-update - brings an existing deployment up to the newest version of Sovereign Stack.
|
||||||
ss-destroy - Destroys the active deployment (WARNING: destructive).
|
ss-destroy - Destroys the active deployment (WARNING: destructive).
|
||||||
|
@ -17,9 +17,6 @@ fi
|
|||||||
# lxd resources. By default, we provision the disk under / as a loop device. Admin
|
# lxd resources. By default, we provision the disk under / as a loop device. Admin
|
||||||
# can override with CLI modifications.
|
# can override with CLI modifications.
|
||||||
DISK="rpool/lxd"
|
DISK="rpool/lxd"
|
||||||
|
|
||||||
#DISK="/dev/sda1"
|
|
||||||
|
|
||||||
export DISK="$DISK"
|
export DISK="$DISK"
|
||||||
|
|
||||||
# let's check to ensure the management machine is on the Baseline ubuntu
|
# let's check to ensure the management machine is on the Baseline ubuntu
|
||||||
|
Loading…
Reference in New Issue
Block a user