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=20d34e772e021fabdee0aa9b50e9804a80d5108a;hpb=0ee637017774692ae73514e146f25c8973c3bffe 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: