Fix typos.

This commit is contained in:
John Hua 2015-07-14 14:27:32 +08:00
parent 68b5e4e681
commit 2b3d9391aa
2 changed files with 5 additions and 5 deletions

View File

@ -20,13 +20,13 @@ Deployment
---------- ----------
fpb --build . fpb --build .
scp xenserver-fuel-plugin-$BUILD_VERSERION.noarch.rpm root@$FUELMASTER:$PLUGIN_PATH scp xenserver-fuel-plugin-$BUILD_VERSION.noarch.rpm root@$FUELMASTER:$PLUGIN_PATH
ssh root@$FUELMASTER fuel plugins --install $PLUGIN_PATH/xenserver-fuel-plugin-$BUILD_VERSERION.noarch.rpm ssh root@$FUELMASTER fuel plugins --install $PLUGIN_PATH/xenserver-fuel-plugin-$BUILD_VERSION.noarch.rpm
#or #or
ssh root@$FUELMASTER fuel plugins --update $PLUGIN_PATH/xenserver-fuel-plugin-$BUILD_VERSERION.noarch.rpm ssh root@$FUELMASTER fuel plugins --update $PLUGIN_PATH/xenserver-fuel-plugin-$BUILD_VERSION.noarch.rpm
ssh root@$FUELMASTER fuel plugins --list ssh root@$FUELMASTER fuel plugins --list
Check out on Fuel web UI Check out on Fuel Web UI
------------------------ ------------------------
Open Fuel Web UI, go the Setting Tab of a new/existing Environment. Open Fuel Web UI, go the Setting Tab of a new/existing Environment.

View File

@ -1,3 +1,3 @@
BUILD_VERSERION='0.0-0.0.1-1' BUILD_VERSION='0.0-0.0.1-1'
FUELMASTER='HOST_OF_FUEL_MASTER' FUELMASTER='HOST_OF_FUEL_MASTER'
PLUGIN_PATH='~' PLUGIN_PATH='~'