open-power-ref-design / ICP-install

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

Enable ICP Installation on RHEL #3

Closed mtarsel closed 5 years ago

mtarsel commented 5 years ago

The config.yaml first installs git in the software-bootstrap step, so there will have to be a separate config.yaml for powerup installs.

In addition, there will be changes to how we install docker for RHEL and some of the fine tuning options. Once I know exactly the difference when installing ICP on RHEL, I'll determine how to implement it here.

Right now I'm thinking 2 options:

  1. Separate bash script for rhel (since our config file will be unique for ubuntu/rhel anyways)
  2. Same bash script but pass a parameter to the functions for RHEL installs to handle the differences
mtarsel commented 5 years ago

I have no included a RHEL install method. This rpm will work to install ICP but I have yet to test this method with pup. Check out the icp-config.yaml about how I determine the distro.

mtarsel commented 5 years ago

See 6cfaa7f322c08e26a44293bcf334d14e0ce3ef3 for more info about RHEL installs.

mtarsel commented 5 years ago

The RPM did complete a successful install however we are switching to a bash only install method for RHEL. See e67524deaeebaf122 Since this bash script is a close copy to the working RPM, I'm closing this.