This repository was archived by the owner on Jun 29, 2026. It is now read-only.
Adding troubleshooting guide for cloud installer#182
Open
johnoloughlin wants to merge 9 commits into
Open
Conversation
johnoloughlin
requested review from
Ram-srini,
achamuah,
hyunsun,
krishnajs,
rranjan3,
scottmbaker and
soniabha-intc
as code owners
September 25, 2025 12:59
garyloug
previously approved these changes
Sep 25, 2025
scottmbaker
previously approved these changes
Oct 6, 2025
scottmbaker
left a comment
Contributor
There was a problem hiding this comment.
It might be helpful to also document one of the issues that Nokia ran into that had to do with incorrect syntax while pasting a multi-line string to a terraform file. I think they error message was "Error: Invalid multi-line string" and I recommended they follow this example:
tls_key=<<EOF
multi
line
string
EOF
johnoloughlin
enabled auto-merge (squash)
March 18, 2026 10:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Describe the purpose of this pull request.
Changes
List the changes you have made.
Additional Information
Include any additional information, such as how to test your changes.
Checklist