History log of /cloud-hypervisor/scripts/create-cloud-init.sh (Results 1 – 7 of 7)
Revision Date Author Comments
# 318caeb9 26-Jan-2024 Ruslan Mstoi <ruslan.mstoi@intel.com>

scripts: fix shell scripts format according to shfmt

Unify coding style of shell scripts in accordance with shfmt checks.

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>


# 91fe48d5 15-Dec-2023 Philipp Schuster <philipp.schuster@cyberus-technology.de>

scripts: more compatible shebangs

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>


# e8d6c9ec 13-Jun-2023 Ravi kumar Veeramally <ravikumar.veeramally@intel.com>

test_data: Simplify default configuration for local testing

Script `create-cloud-init.sh" uses the same cloud init data as the the CI
but this means it is somewhat overloaded with unhelpful network

test_data: Simplify default configuration for local testing

Script `create-cloud-init.sh" uses the same cloud init data as the the CI
but this means it is somewhat overloaded with unhelpful network configuration
entries and scripts that are only needed for the CI.

For local testing data kept in test_data/cloud-init/ubuntu/local folder.
This contains minimum configuration data for user to test it locally.
Script assigns default IP address using "network-config" details
with --net "tap=" option. The default network interface will be "ens4".

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>

show more ...


# 8e682bcb 27-Jan-2023 Ravi kumar Veeramally <ravikumar.veeramally@intel.com>

scripts: Avoid warning from mkdosfs command

Fix lowercase label to avoid "mkfs.fat: Warning: lowercase labels
might not work properly on some systems".

Signed-off-by: Ravi kumar Veeramally <ravikum

scripts: Avoid warning from mkdosfs command

Fix lowercase label to avoid "mkfs.fat: Warning: lowercase labels
might not work properly on some systems".

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>

show more ...


# 7cc16437 05-Jan-2022 Muhammad Falak R Wani <falakreyaz@gmail.com>

scripts: create-cloud-init: use `rm -f` instead of `rm`

Ignore non-existing file instead of bailing out.

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>


# c2920d2b 30-Jun-2020 Sebastien Boeuf <sebastien.boeuf@intel.com>

ci: Move from Clear Linux to Ubuntu Focal Fossa cloud image

Move the CI to rely entirely on Ubuntu cloud images. It's worth noting
that both QCOW2 and RAW images from Ubuntu Focal Fossa have been
mo

ci: Move from Clear Linux to Ubuntu Focal Fossa cloud image

Move the CI to rely entirely on Ubuntu cloud images. It's worth noting
that both QCOW2 and RAW images from Ubuntu Focal Fossa have been
modified to include the tools needed from integration tests.
This means fio, iperf, iperf3, netcat and socat have been added to the
image. The snapd package have been fully removed as it was expecting the
support for squashfs (not present when using our own kernel from direct
kernel boot), which was causing some failures, and was preventing
cloud-init from terminating properly.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

show more ...


# f86b9dd9 30-Jul-2019 Rob Bradford <robert.bradford@intel.com>

scripts: Add Ubuntu cloud-init data

Add cloud-init data for Ubuntu and introduce a convenience script that
can be used to generate cloud-init disk images for manual testing.

Signed-off-by: Rob Brad

scripts: Add Ubuntu cloud-init data

Add cloud-init data for Ubuntu and introduce a convenience script that
can be used to generate cloud-init disk images for manual testing.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>

show more ...