cloud-init 21.3-1-g6803368d-0ubuntu1~20.04.4 source package in Ubuntu

Changelog

cloud-init (21.3-1-g6803368d-0ubuntu1~20.04.4) focal; urgency=medium

  * cherry-pick 9c147e83: Allow disabling of network activation (SC-307)
    (#1048) (LP: #1938299)

 -- James Falcon <email address hidden>  Thu, 07 Oct 2021 11:51:28 -0500

Upload details

Uploaded by:
James Falcon
Sponsored by:
Chad Smith
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_21.3-1-g6803368d.orig.tar.gz 1.3 MiB 6b316578fa7ef54449f194e67ce9ccca478fff800d7ef7691d58bd1251dfc87f
cloud-init_21.3-1-g6803368d-0ubuntu1~20.04.4.debian.tar.xz 80.0 KiB 914a8ce06f3f7a1b7af70e80c6622966c37ba0c678c096c4f0eda793bf1bed9a
cloud-init_21.3-1-g6803368d-0ubuntu1~20.04.4.dsc 2.3 KiB 67873551283c56e03d90440998569f96f3c147d1d9fbb702ee33722b4dd1b067

View changes file

Binary packages built by this source

cloud-init: initialization and customization tool for cloud instances

 Cloud-init is the industry standard multi-distribution method for
 cross-platform cloud instance initialization. It is supported across all major
 public cloud providers, provisioning systems for private cloud infrastructure,
 and bare-metal installations.
 .
 Cloud instances are initialized from a disk image and instance data:
 .
  * Cloud metadata
  * User data (optional)
  * Vendor data (optional)
 .
 Cloud-init will identify the cloud it is running on during boot, read any
 provided metadata from the cloud and initialize the system accordingly. This
 may involve setting up the network and storage devices to configuring SSH
 access key and many other aspects of a system. Later on the cloud-init will
 also parse and process any optional user or vendor data that was passed to
 the instance.