Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Harimohan S Bawa edited this page Feb 5, 2018 · 6 revisions

Welcome to the IBM Cloud Private CE on Linux Containers IaC !!!

Documentation

Screenshots

Helpful Scripts:

  • lxd_pre-reqs_check.sh
    • Checks if needed software is installed on host system
  • install-w-terra.sh
    • Initiates terraform scripts for cluster creation and icp install process
  • terra-clean.sh
    • Deletes current terraform state data in that folder
  • icp-login.sh
    • Simplifies and automates ICP login process. Requires IBM Cloud CLI and ICP plugin installed.
  • running_processes.sh
    • Checks if all pods (by count) are up and running on master node
  • destroy-cluster-manual.sh
    • If for any reason, terraform is not able to destroy Linux container cluster, use this script to do so manually and clean up the configuration.
    • If env_prefix, network or node name are changed, update script accordingly.
Clone this wiki locally