X7ROOT File Manager
Current Path:
/usr/share/doc/cloud-init/examples
usr
/
share
/
doc
/
cloud-init
/
examples
/
📁
..
📄
cloud-config-add-apt-repos.txt
(1.54 KB)
📄
cloud-config-apt.txt
(12.52 KB)
📄
cloud-config-archive-launch-index.txt
(802 B)
📄
cloud-config-archive.txt
(244 B)
📄
cloud-config-boot-cmds.txt
(634 B)
📄
cloud-config-ca-certs.txt
(1.07 KB)
📄
cloud-config-chef-oneiric.txt
(3.43 KB)
📄
cloud-config-chef.txt
(4.12 KB)
📄
cloud-config-datasources.txt
(2.43 KB)
📄
cloud-config-disk-setup.txt
(9.11 KB)
📄
cloud-config-final-message.txt
(252 B)
📄
cloud-config-gluster.txt
(456 B)
📄
cloud-config-growpart.txt
(980 B)
📄
cloud-config-install-packages.txt
(378 B)
📄
cloud-config-landscape.txt
(779 B)
📄
cloud-config-launch-index.txt
(594 B)
📄
cloud-config-lxd.txt
(1.76 KB)
📄
cloud-config-mcollective.txt
(2.44 KB)
📄
cloud-config-mount-points.txt
(1.46 KB)
📄
cloud-config-ntp.txt
(835 B)
📄
cloud-config-phone-home.txt
(364 B)
📄
cloud-config-power-state.txt
(1.58 KB)
📄
cloud-config-puppet.txt
(2.13 KB)
📄
cloud-config-reporting.txt
(405 B)
📄
cloud-config-resolv-conf.txt
(527 B)
📄
cloud-config-rh_subscription.txt
(1.43 KB)
📄
cloud-config-rsyslog.txt
(1.44 KB)
📄
cloud-config-run-cmds.txt
(964 B)
📄
cloud-config-salt-minion.txt
(2.35 KB)
📄
cloud-config-seed-random.txt
(1.25 KB)
📄
cloud-config-ssh-keys.txt
(3.21 KB)
📄
cloud-config-update-apt.txt
(252 B)
📄
cloud-config-update-packages.txt
(143 B)
📄
cloud-config-user-groups.txt
(5.54 KB)
📄
cloud-config-vendor-data.txt
(561 B)
📄
cloud-config-write-files.txt
(1.11 KB)
📄
cloud-config-yum-repo.txt
(683 B)
📄
cloud-config.txt
(21.23 KB)
📄
include-once.txt
(353 B)
📄
include.txt
(237 B)
📄
kernel-cmdline.txt
(839 B)
📄
part-handler-v2.txt
(1.53 KB)
📄
part-handler.txt
(834 B)
📄
plain-ignored.txt
(68 B)
📁
seed
📄
upstart-cloud-config.txt
(182 B)
📄
upstart-rclocal.txt
(217 B)
📄
user-script.txt
(125 B)
Editing: cloud-config-lxd.txt
#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
Upload File
Create Folder