Commit Graph

4 Commits

Author SHA1 Message Date
Juan Antonio Osorio Robles 08096ad00f remove os-cloud-config element
It's not being used anymore.

Change-Id: I429c0013802af3bcb80f9a623b8fce0a2e52bb64
2018-04-20 09:47:24 +03:00
James Slagle 787b70b772 Don't set default install type for os-cloud-config to pip
When this element was first added, pip was set as the default install
type.  This is not ideal since it means that $DIB_DEFAULT_INSTALL_TYPE
is not honored when using this element, you'd have to explicitly know
that you also need to set $DIB_INSTALLTYPE_os_cloud_config.

This patch removes the settings of $DIB_INSTALLTYPE_os_cloud_config so
that $DIB_DEFAULT_INSTALL_TYPE is honored.

Change-Id: I8f47b495218a72f5a78d68b7c2610116a5b4984c
2016-01-05 12:38:44 -05:00
Jon-Paul Sullivan 51546cdb6c Enable git install of os-cloud-config
Add the ability to use a locally patched os-cloud-config in image
installs.

Change-Id: Ibebcdc187e9decfd0ff0fddc33dd2c5fc37ee5c9
2015-01-09 11:49:07 +00:00
Tom Hancock 788c293d2c Create os-cloud-config element
Create an element for installing os-cloud-config, in case there is
ever a time when it is intended to be run from a deployed image,
rather than on the host that is running devtest.

Change-Id: Id126495a4ead2aba00fb33619352dc2daae4acc5
Co-Authored-By: Jon-Paul Sullivan <jonpaul.sullivan@hp.com>
2015-01-09 11:46:26 +00:00