OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
cloud-init
/
examples
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/01/2022 06:30:49 AM
rwxr-xr-x
📄
cloud-config-add-apt-repos.txt
1.54 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-apt.txt.gz
5.13 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-archive-launch-index.txt
802 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-archive.txt
239 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-boot-cmds.txt
636 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-ca-certs.txt
1.07 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-chef-oneiric.txt
3.53 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-chef.txt.gz
2.57 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-datasources.txt
2.26 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-disk-setup.txt.gz
2.84 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-gluster.txt
456 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-install-packages.txt
383 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-launch-index.txt
570 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-lxd.txt
1.76 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-mount-points.txt
1.47 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-ntp.txt
835 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-reporting.txt
394 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-run-cmds.txt
963 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-ssh-keys.txt
3.57 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-update-apt.txt
229 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-update-packages.txt
93 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-user-groups.txt.gz
2.8 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-write-files.txt
1.05 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config-yum-repo.txt
639 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
cloud-config.txt.gz
8.92 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
include-once.txt
353 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
include.txt
237 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
kernel-cmdline.txt
1 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
part-handler-v2.txt
1.53 KB
05/18/2022 04:04:36 PM
rw-r--r--
📄
part-handler.txt
806 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📄
plain-ignored.txt
68 bytes
05/18/2022 04:04:36 PM
rw-r--r--
📁
seed
-
07/01/2022 06:30:49 AM
rwxr-xr-x
📄
user-script.txt
125 bytes
05/18/2022 04:04:36 PM
rw-r--r--
Editing: cloud-config-lxd.txt
Close
#cloud-config # configure lxd # default: none # all options default to none if not specified # lxd: config sections for lxd # init: dict of options for lxd init, see 'man lxd' # network_address: address for lxd to listen on # network_port: port for lxd to listen on # storage_backend: either 'zfs' or 'dir' # storage_create_device: device based storage using specified device # storage_create_loop: set up loop based storage with size in GB # storage_pool: name of storage pool to use or create # trust_password: password required to add new clients # bridge: dict of options for the lxd bridge # mode: one of "new", "existing" or "none". Defaults to "new" # name: the name of the bridge. Defaults to "lxdbr0" # ipv4_address: an IPv4 address (e.g. 10.0.8.1) # ipv4_netmask: a CIDR mask value (e.g. 24) # ipv4_dhcp_first: the first IP of the DHCP range (e.g. 10.0.8.2) # ipv4_dhcp_last: the last IP of the DHCP range (e.g. 10.0.8.254) # ipv4_dhcp_leases: the size of the DHCP pool (e.g. 250) # ipv4_nat: either "true" or "false" # ipv6_address: an IPv6 address (e.g. fd98:9e0:3744::1) # ipv6_netmask: a CIDR mask value (e.g. 64) # ipv6_nat: either "true" or "false" # domain: domain name to use for the bridge lxd: init: network_address: 0.0.0.0 network_port: 8443 storage_backend: zfs storage_pool: datapool storage_create_loop: 10 bridge: mode: new name: lxdbr0 ipv4_address: 10.0.8.1 ipv4_netmask: 24 ipv4_dhcp_first: 10.0.8.2 ipv4_dhcp_last: 10.0.8.3 ipv4_dhcp_leases: 250 ipv4_nat: true ipv6_address: fd98:9e0:3744::1 ipv6_netmask: 64 ipv6_nat: true domain: lxd # The simplist working configuration is # lxd: # init: # storage_backend: dir