diskimage-builder/elements/cloud-init-nocloud
Clint Byrum f3dc4c9380 cloud-init-nocloud element for non-cloud image
Disables cloud-init from querying EC2 metadata, or any cloud metadata
service. It keeps only the Nocloud and None data sources, which are both
expected to be "baked in" to an image.  This speeds up boot by 2 minutes
on hosts where cloud-init cannot reach the EC2 metadata service.

Change-Id: I43522c4a442c0f2fc2044d4898768ceb4f839099
2013-02-12 12:49:20 -08:00
..
install.d cloud-init-nocloud element for non-cloud image 2013-02-12 12:49:20 -08:00
README.md cloud-init-nocloud element for non-cloud image 2013-02-12 12:49:20 -08:00

Configures cloud-init to only use on-disk metadata/userdata sources. This will avoid a boot delay of 2 minutes while polling for cloud data sources such as the EC2 metadata service.