Open yogendra opened 1 year ago
Upon additional inspection here is what I have observed.
Working | Cloud | Method | Scripts | Parameter Value Format | Link |
---|---|---|---|---|---|
✅ | AWS | TF | scripts/install_software.sh | YB_VERSION | link |
✅ | AWS | Cloud Formation | common_scripts/install_software.sh | YB_RELEASE | link |
✅ | GCP | TF | scripts/install_software.sh | YB_VERSION | link |
🚫 | GCP | DM | common_scripts/install_software.sh | YB_VERSION | link |
✅ | Azure | TF | scripts/install_software.sh | YB_VERSION | link |
✅ | Azure | ARM | common_scripts/install_software.sh | YB_RELEASE | link |
@iSignal Not entirely a docs issue, who can TAL?
Description
This is broken. It does not deploy the database and fails in downloading step.
Main cause of failure is usage/invocation of the
install_script.sh
Line with issue - https://github.com/yugabyte/gcp-deployment-manager/blob/master/script/startup-script.sh#L11
This common_scripts/install_software.sh script expects a' (Example: 2.19.1.0-b10). The other script scripts/install_software.sh expects
YB_RELEASE
value, i.e. YB_VERSION+ '-bYB_VERSION
and finds the latest corresponding YB_RELEASE using docker hub image tagsThere are 3 options to resolve this:
Warning: Please confirm that this issue does not contain any sensitive information