gns3-registry/cloud-init/rocky-cloud
2021-12-05 14:03:56 +00:00
..
meta-data Corrected the download URLs to the official rockylinux.org site and updated to version 8.5 2021-12-05 14:03:56 +00:00
README.md Corrected the download URLs to the official rockylinux.org site and updated to version 8.5 2021-12-05 14:03:56 +00:00
rocky-cloud-init-data.iso Corrected the download URLs to the official rockylinux.org site and updated to version 8.5 2021-12-05 14:03:56 +00:00
user-data Corrected the download URLs to the official rockylinux.org site and updated to version 8.5 2021-12-05 14:03:56 +00:00

Rocky-cloud cloud-init-data image for GNS3 virtual appliance

Generated using the following commands:

printf "#cloud-config\n\npassword: rocky\nchpasswd: { expire: False }\nssh_pwauth: True\n" > user-data
printf "instance-id: rocky-cloud\nlocal-hostname: rocky-cloud\n" > meta-data
mkisofs -output rocky-cloud-init-data.iso -volid cidata -joliet -rock user-data meta-data