mirror of https://github.com/apache/cloudstack.git
On first startup, the management server creates and saves a random ssh keypair using ssh-keygen in the database. The command does not specify keys in PEM format which is not the default as generated by latest ssh-keygen tool. The systemvmtemplate always needs re-building whenever there is a change in the cloud-early-config file. This also tries to fix that by introducing a stage 2 bootstrap.sh where the changes specific to hypervisor detection etc are refactored/moved. The initial cloud-early-config only patches before the other scripts are called. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> |
||
|---|---|---|
| .. | ||
| apt_upgrade.sh | ||
| authorized_keys.sh | ||
| cleanup.sh | ||
| configure_acpid.sh | ||
| configure_conntrack.sh | ||
| configure_grub.sh | ||
| configure_locale.sh | ||
| configure_login.sh | ||
| configure_networking.sh | ||
| configure_persistent_config.sh | ||
| configure_systemvm_services.sh | ||
| finalize.sh | ||
| install_systemvm_packages.sh | ||