cld2labs/ubuntu22.04-deployment-scripts#49
cld2labs/ubuntu22.04-deployment-scripts#49HarikaDev296 wants to merge 32 commits intoopea-project:mainfrom
Conversation
amberjain1
left a comment
There was a problem hiding this comment.
Reviewed the general structure.
Will wait for validation to complete before reviewing the iac folder.
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-apisix.md
Outdated
Show resolved
Hide resolved
|
@bagd0003 please add your review comments here |
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-apisix.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/troubleshooting.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-apisix.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-apisix.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
Outdated
Show resolved
Hide resolved
third_party/Dell/ubuntu-22.04/iac/deploy-enterprise-inference.sh
Outdated
Show resolved
Hide resolved
d0891d6 to
0bf3024
Compare
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Updated README.md to include new instructions for mounting ISO and clarify mandatory Terraform variables. Signed-off-by: Harika <codewith3@gmail.com>
Added instructions for changing file permissions and running the script. Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: alexsin368 <alex.sin@intel.com> Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Clarified usage instructions for required script variables and password hash format. Signed-off-by: Harika <codewith3@gmail.com>
Updated README with placeholders for hostname, username, and password hash. Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
b6f6feb to
4055aeb
Compare
| Basic example using a local ISO: | ||
|
|
||
| ```bash | ||
| ./custom-iso.sh \ |
There was a problem hiding this comment.
Before running this script, I had to modify permissions to this file to be executable i.e. chmod +x custom-iso.sh
| --iso=./ubuntu-22.04.5-live-server-amd64.iso | ||
| ``` | ||
|
|
||
| Full example with all options: |
There was a problem hiding this comment.
This example command with all the options won't run the very first time because the user won't have the .iso file downloaded, yet --iso is specified. Perhaps add a prior step to download https://releases.ubuntu.com/jammy/ubuntu-22.04.5-live-server-amd64.iso first, or remove the --iso argument from this command.
|
|
||
| Full example with all options: | ||
|
|
||
| ```bash |
There was a problem hiding this comment.
Tried running this command without the --iso argument, but got permission denied with trying to modify this:
Generating user-data and meta-data...
Mounting ISO...
mount: /tmp/tmp.dyF9K1SHJp/mnt: WARNING: source write-protected, mounted read-only.
Copying ISO contents...
Unmounting ISO...
Adding user-data and meta-data...
cp: cannot create regular file '/tmp/tmp.dyF9K1SHJp/extract/user-data': Permission denied
No change in behavior even after doing sudo chmod 777 -R tmp
Adding ubuntu deployment scripts under third-party dell folder.