cloud-init 21.3-1-g6803368d-0ubuntu3 source package in Ubuntu

Changelog

cloud-init (21.3-1-g6803368d-0ubuntu3) impish; urgency=medium

  * cherry-pick 9c147e83: Allow disabling of network activation (SC-307)
    (#1048) (LP: #1938299)
  * cherry-pick 612e3908: Add connectivity_url to Oracle's
    EphemeralDHCPv4 (#988) (LP: #1939603)
  * cherry-pick dc227869: Set Azure to apply networking config every BOOT
    (#1023)

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [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-0ubuntu3.debian.tar.xz 80.6 KiB cfc4c43fabac97d33453e75626d20d6f6671a7b53e3361142769193d35f60cd5
cloud-init_21.3-1-g6803368d-0ubuntu3.dsc 2.2 KiB 10a90d7c4eb04fae8516fb0dd2650f1061e68fe40fb7a8a78d2f8a20ea0bd2e0

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.