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

icp-ce-with-loadbalancers template does not install VA #13

Closed drewdouglass1 closed 5 years ago

drewdouglass1 commented 5 years ago

I used ICP-EE with the icp-ce-with-loadbalancers template. I updated the variables.tf to create a VA Node which was created. A review of the config.yaml file shows only 3 items disabled. management_services: istio: disabled storage-minio: disabled storage_glusterfs: disabled I am sure I can install it, but wanted to make you aware.

hassenius commented 5 years ago

As per https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/manage_cluster/vuln_advisor.html vulnerability advisor is only supported on ICP Enterprise Edition. So it may for that reason be a little misleading keep the VA instance definition in the terraform template.

drewdouglass1 commented 5 years ago

So, even though I used the ICP-EE image gz file the steps to install it are not included in the template?

hassenius commented 5 years ago

How did you supply the ICP-EE image? Would you be able to share you config and any template modifications?