open-power-ref-design / ICP-install

Install ICP utilizing POWER-Up
Apache License 2.0
0 stars 1 forks source link

User specifies a ICP Version #5

Closed mtarsel closed 5 years ago

mtarsel commented 5 years ago

Currently there are environment variables which specify the version of ICP that will be installed (https://github.com/open-power-ref-design/ICP-install/blob/master/scripts/icp-install-debian.sh#L17) there needs to be a way to allow a user to easily tell pup which version of icp they would like to install. This will have to be handled by the config.yaml

mtarsel commented 5 years ago

So the idea with this issue it to use Ansible's --extra-vars like so: https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#passing-variables-on-the-command-line

mtarsel commented 5 years ago

pup now supports extra-vars. See 3d18bcffdacd4795851c290 and look at icp-config.yaml for example