Commit Graph

10 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
Jenkins 5e4ec88423 Merge "Update pbr version to match global requirements" 2015-07-02 20:02:16 +00:00
Derek Higgins 85c68ffc75 Update pbr version to match global requirements
The version of pbr we were using was having trouble parsing a new version
identifier for python-qpid, We have the pbr version hardcoded in many
places so update it to match whats currently in global-requirements.

Fixes bug #1470871
Change-Id: Ia5aec472555ad1368684b224a55c29242ae40b58
2015-07-02 16:53:06 +01:00
James Slagle 25509120b4 Migrate os-*-config to package-installs v2
Migrate all the os-*-config elements to package-installs v2.

Change-Id: I9e48a021faa3dde7789a788618e96612e85eb0c4
2015-04-30 16:12:40 -04:00
Jenkins 97e578b4c1 Merge "Add pkg-map for os-*-config" 2015-02-11 08:12:46 +00:00
Martin André 81894bafcc Add pkg-map for os-*-config
These packages are called python-os-*-config on Debian and derivates.

Change-Id: I69f462e92a2cff6d82c7b363340336bfaa95e821
2015-02-09 17:16:50 +09:00
Michael Kerrin c5690f6553 Remove /opt/stack/{repo} files
Reduce the size of the images and remove git information.

Co-Authored-By: nicholas.randon@hp.com
Co-Authored-By: michael.kerrin@hp.com

Change-Id: I168fa2b1d36e6f9e0a281bc284be8bb24076e1a2
2015-02-03 09:50:31 +00: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