openshift-install-power icon indicating copy to clipboard operation
openshift-install-power copied to clipboard

[FEATURE] Enable the script to work for PowerVC

Open cs-zhang opened this issue 4 years ago • 2 comments

Current script only works for PowerVS, now we want it to support PowerVC too.

cs-zhang avatar May 24 '21 18:05 cs-zhang

I feel it is better to create a common script for both powervs and powervc. We can start with moving the common functions to a script and source it in the main script via the version (tag). This common script can be sourced from both the script.

Lets start with moving the functions for now then we can decide on how we can reuse the common code.

yussufsh avatar May 25 '21 07:05 yussufsh

That's what I am doing now, create a common script, source it form script for PowerVS and PowerVC.

cs-zhang avatar May 25 '21 14:05 cs-zhang