Bug 1042246

Summary: [RFE][heat]: Install heat-cfntools as part of the cloudinit process
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/heat/+spec/cloudinit-cfntools
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:51:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:30:38 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/cloudinit-cfntools.

Description:

Currently we support several mime types for cloudinit.  Add a new mime type called x-agenttools which allows cloudinit to save cfntools files to /opt/aws.  Then the files that constitute the cfntools are sent at instance start time in the user data.  The files that are sent via this user data and their locations are stored in a file in the filesystem in /etc.  A config option is added that defaults to disabled to allow/disallow this mode of operation.

This solves the condition of faulty network at pip install time or pip mirrors being down.  With this mode of operation, only a distro gold image (with cloudinit installed) is needed in order to initialize an instance.

Specification URL (additional information):

None