mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 01:31:23 +00:00
Working Alpine cloud appliance
This commit is contained in:
parent
6d19f9c891
commit
4b71ddb55c
@ -13,7 +13,7 @@
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Username: alpine\nPassword: alpine",
|
||||
"usage": "\nUsername: alpine\nPassword: alpine",
|
||||
"port_name_format": "Ethernet{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
@ -28,17 +28,17 @@
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "generic_alpine-3.20.3-x86_64-bios-cloudinit-r0.qcow2",
|
||||
"version": "3.20.3",
|
||||
"md5sum": "97ea89bbb8abd17c81c53148d6644796",
|
||||
"filesize": 187826176,
|
||||
"filename": "generic_alpine-3.21.2-x86_64-bios-cloudinit-r0.qcow2",
|
||||
"version": "3.21.2",
|
||||
"md5sum": "b40825dff2867e0ffaffbc4c87674462",
|
||||
"filesize": 189726720,
|
||||
"download_url": "https://www.alpinelinux.org/cloud/",
|
||||
"direct_download_url": "https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/cloud/generic_alpine-3.20.3-x86_64-bios-cloudinit-r0.qcow2"
|
||||
"direct_download_url": "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/cloud/generic_alpine-3.21.2-x86_64-bios-cloudinit-r0.qcow2"
|
||||
},
|
||||
{
|
||||
"filename": "alpine-cloud-init-data.iso",
|
||||
"version": "1.0",
|
||||
"md5sum": "5e7edd015dab0a0327c8641d5633de6a",
|
||||
"md5sum": "b1b4b16cc3bf0250c0fa377c19c97683",
|
||||
"filesize": 374784,
|
||||
"download_url": "https://github.com/GNS3/gns3-registry/tree/master/cloud-init/alpine-cloud",
|
||||
"direct_download_url": "https://github.com/GNS3/gns3-registry/raw/master/cloud-init/alpine-cloud/alpine-cloud-init-data.iso"
|
||||
@ -46,9 +46,9 @@
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "3.20.3",
|
||||
"name": "3.21.2",
|
||||
"images": {
|
||||
"hda_disk_image": "generic_alpine-3.20.3-x86_64-bios-cloudinit-r0.qcow2",
|
||||
"hda_disk_image": "generic_alpine-3.21.2-x86_64-bios-cloudinit-r0.qcow2",
|
||||
"cdrom_image": "alpine-cloud-init-data.iso"
|
||||
}
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Generated using the following commands:
|
||||
|
||||
Alpine
|
||||
|
||||
```
|
||||
printf "#cloud-config\n\npassword: alpine\nchpasswd: { expire: False }\nssh_pwauth: True\n" > user-data
|
||||
printf "instance-id: alpine-cloud\nlocal-hostname: alpine-cloud\n" > meta-data
|
||||
mkisofs -output alpine-cloud-init-data.iso -volid cidata -joliet -rock user-data meta-data
|
||||
```
|
||||
|
Binary file not shown.
@ -1,2 +1 @@
|
||||
instance-id: alpine-cloud
|
||||
local-hostname: alpine-cloud
|
||||
local-hostname: alpine
|
@ -4,9 +4,11 @@ package_update: false
|
||||
package_upgrade: false
|
||||
package_reboot_if_required: false
|
||||
|
||||
ssh_pwauth: true
|
||||
password: alpine
|
||||
chpasswd: { expire: False }
|
||||
ssh_pwauth: True
|
||||
|
||||
chpasswd:
|
||||
expire: false
|
||||
|
||||
users:
|
||||
- default
|
||||
|
Loading…
x
Reference in New Issue
Block a user