Use consistent naming of components

Rename "pvcd" to "pvcnoded", and "pvc-api" to "pvcapid" so names for the
daemons are fully consistent. Update the names of the configuration
files as well to match this new formatting.

References #79
This commit is contained in:
2020-02-08 19:16:19 -05:00
parent 83704d8677
commit ce985234c3
43 changed files with 158 additions and 159 deletions

View File

@ -29,7 +29,8 @@ for HOST in ${HOSTS[@]}; do
ssh $HOST mkdir /tmp/pvc
scp ../*.deb $HOST:/tmp/pvc/
ssh $HOST $SUDO dpkg -i /tmp/pvc/*.deb
ssh $HOST $SUDO systemctl restart pvcd
ssh $HOST $SUDO systemctl restart pvcnoded
ssh $HOST $SUDO systemctl restart pvcapid
ssh $HOST rm -rf /tmp/pvc
echo "****"
echo "Waiting 10s for host ${HOST} to stabilize"