cloud-native-toolkit / software-everywhere

Automation modules to deploy IBM Software on IBM Cloud, AWS, and Azure
https://modules.cloudnativetoolkit.dev
Apache License 2.0
9 stars 9 forks source link

Turbonomic automation does not have Colima network overrides #285

Closed triceam closed 2 years ago

triceam commented 2 years ago

The turbonomic automation does not check for colima overrides. We should add it so that we avoid colima network-related issues.

Launch script here: https://github.com/IBM/automation-turbonomic/blob/main/launch.sh


Update: The automation is already referencing the shared launch script that includes the colima overrides: https://github.com/cloud-native-toolkit/automation-solutions/blob/main/common-files/launch.sh#L15

The automation just needs to be regenerated and pushed to the https://github.com/IBM/automation-turbonomic repo

triceam commented 2 years ago

Fixed in https://github.com/IBM/automation-turbonomic/pull/15