X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=playbooks%2Froles%2Fpackage%2Ffiles%2Finstall.sh;fp=playbooks%2Froles%2Fpackage%2Ffiles%2Finstall.sh;h=a5c1ccb7a5236913cdc34340b61ac554ff8a1a3d;hp=0000000000000000000000000000000000000000;hb=17c430a59810a53b365b566fb905292ade8a005e;hpb=77e56dc3189c5f5b2dc379d71876e17f9441eb29 diff --git a/playbooks/roles/package/files/install.sh b/playbooks/roles/package/files/install.sh new file mode 100755 index 0000000..a5c1ccb --- /dev/null +++ b/playbooks/roles/package/files/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# TODO (fdegir): This script could be enhanced to provide full installation functionality +# by parsing arguments and executing actual engine deploy.sh with the arguments but left for later +echo "Info : Dependencies are extracted to $DESTINATION_FOLDER" +echo "Info : Please navigate to $DESTINATION_FOLDER/git/engine/engine folder and issue deployment command" +echo " You can get help about the engine usage by issuing command ./deploy.sh -h" +echo " Do not forget to specify PDF and IDF file locations using -p and -i arguments!" +echo "Info : Done!" + +# vim: set ts=2 sw=2 expandtab: