installer icon indicating copy to clipboard operation
installer copied to clipboard

Pre-install check and configure for installation

Open kumarashit opened this issue 4 years ago • 1 comments

Issue/Feature Description: Create a pre-install script which checks for all the required package and their version.

Why this issue to fixed / feature is needed(give scenarios or use cases): Make installer robust. pre-install should notify all the required packages and their versions. If possible install the required packages. Make this interactive How to reproduce, in case of a bug:

Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)

kumarashit avatar Jun 03 '20 18:06 kumarashit

The core purpose of Configuration Management (Ansible/salt) is to automate this type of ticket, i.e. check and/or ensure the target is valid. CI/CD using https://kitchen.ci to validate test suites is really useful too.

noelmcloughlin avatar Nov 15 '20 12:11 noelmcloughlin