ibm-cloud-architecture / terraform-icp-ibmcloud

This Terraform example configurations uses the IBM Cloud provider to provision virtual machines on IBM Cloud Infrastructure (SoftLayer) and TerraForm Module ICP Deploy to prepare VSIs and deploy IBM Cloud Private on them in Highly Available configuration. This Terraform template automates best practices learned from installing ICP on IBM Cloud Infrastructure.
12 stars 21 forks source link

install from remote registry #19

Closed jkwong888 closed 5 years ago

jkwong888 commented 5 years ago

use the following to test:

icp_inception_image = "ibmcom/icp-inception:3.1.2-ee"
registry_server = "<registry url>"
registry_username = "<registry username>"
registry_password = "<registry password>"
jkwong888 commented 5 years ago

updated to simplify that conditional list generation, gave it a quick test and the infrastructure seems to come up properly.