Compare commits
2 Commits
b66cfb07d8
...
7f6b3ebb6b
Author | SHA1 | Date | |
---|---|---|---|
7f6b3ebb6b | |||
91858fbd20 |
@ -7,7 +7,7 @@ VERSION="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )"
|
|||||||
pushd $( git rev-parse --show-toplevel ) &>/dev/null
|
pushd $( git rev-parse --show-toplevel ) &>/dev/null
|
||||||
pushd api-daemon &>/dev/null
|
pushd api-daemon &>/dev/null
|
||||||
export PVC_CONFIG_FILE="./pvcapid.sample.yaml"
|
export PVC_CONFIG_FILE="./pvcapid.sample.yaml"
|
||||||
./pvcapid-manage.py db migrate -m "PVC version ${VERSION}"
|
./pvcapid-manage_flask.py db migrate -m "PVC version ${VERSION}"
|
||||||
./pvcapid-manage.py db upgrade
|
./pvcapid-manage_flask.py db upgrade
|
||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
|
@ -78,9 +78,9 @@ _pvc vm tag get testx
|
|||||||
_pvc vm list --tag mytag
|
_pvc vm list --tag mytag
|
||||||
_pvc vm tag remove testx mytag
|
_pvc vm tag remove testx mytag
|
||||||
_pvc vm network get testx
|
_pvc vm network get testx
|
||||||
_pvc vm vcpu set --no-restart testx 4
|
_pvc vm vcpu set --no-restart testx 1
|
||||||
_pvc vm vcpu get testx
|
_pvc vm vcpu get testx
|
||||||
_pvc vm memory set --no-restart testx 4096
|
_pvc vm memory set --no-restart testx 1024
|
||||||
_pvc vm memory get testx
|
_pvc vm memory get testx
|
||||||
_pvc vm vcpu set --no-restart testx 2
|
_pvc vm vcpu set --no-restart testx 2
|
||||||
_pvc vm memory set testx 2048 --restart --yes
|
_pvc vm memory set testx 2048 --restart --yes
|
||||||
|
Reference in New Issue
Block a user