Skip to content

cld2labs/ubuntu22.04-deployment-scripts#49

Open
HarikaDev296 wants to merge 32 commits intoopea-project:mainfrom
cld2labs:cld2labs/ubuntu22.04-deployment-scripts
Open

cld2labs/ubuntu22.04-deployment-scripts#49
HarikaDev296 wants to merge 32 commits intoopea-project:mainfrom
cld2labs:cld2labs/ubuntu22.04-deployment-scripts

Conversation

@HarikaDev296
Copy link

Adding ubuntu deployment scripts under third-party dell folder.

Copy link
Collaborator

@amberjain1 amberjain1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the general structure.
Will wait for validation to complete before reviewing the iac folder.

@preethivenkatesh
Copy link
Collaborator

preethivenkatesh commented Feb 3, 2026

@bagd0003 please add your review comments here

@HarikaDev296 HarikaDev296 force-pushed the cld2labs/ubuntu22.04-deployment-scripts branch 2 times, most recently from d0891d6 to 0bf3024 Compare February 13, 2026 21:39
Harika and others added 3 commits February 17, 2026 12:30
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Harika and others added 25 commits February 17, 2026 12:30
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>
@HarikaDev296 HarikaDev296 force-pushed the cld2labs/ubuntu22.04-deployment-scripts branch from b6f6feb to 4055aeb Compare February 17, 2026 18:30
Basic example using a local ISO:

```bash
./custom-iso.sh \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Collaborator

@alexsin368 alexsin368 Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants