This folder contains all the scripts running at installation time.

packages --> rpm packages that should be installed at installation time
pre-scripts --> pre-scripts needed to run at installation time. In order to run these, please avoid adding external
                scripts. It is due the external script has to be there at the moment the pre-scripts run.
post-scripts --> after installing the main products, post-scripts to run.
                 In general add here all configurations you need to do in the cli, product or the ova.
rollback --> rollback scripts, sometimes it is needed to run scripts when the normal execution of the auu is affected.
universal_package_creator.sh --> This is the script that runs when the package is created in jenkins job.
                                 To create a new auu package, go to jenkins, select the cli branch, the auu branch,
                                 and the main product package. Select the version and the build numbers and click run.

