Add overcloud-base element

This patch adds a new overcloud-base element that currently
installs the python-ipaddr package. Per t-h-t commit 45be848
python-ipaddr is now required for network validations on
all nodes.

Change-Id: Ia617f44b4673b89202e5e5cdcac9b50f46b3e6c8
Closes-bug: #1551048
This commit is contained in:
Dan Prince 2016-02-28 20:28:03 -05:00
parent 0f23a6bbf0
commit b217175340
10 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
Install base packages required for all overcloud nodes.

View File

@ -0,0 +1,2 @@
package-installs
pkg-map

View File

@ -0,0 +1 @@
python_ipaddr

View File

@ -0,0 +1,5 @@
{
"default": {
"python_ipaddr": "python-ipaddr"
}
}

View File

@ -1,2 +1,3 @@
package-installs
pkg-map
overcloud-base

View File

@ -1,2 +1,3 @@
package-installs
pkg-map
overcloud-base

View File

@ -1,2 +1,3 @@
package-installs
pkg-map
overcloud-base

View File

@ -1,2 +1,3 @@
package-installs
pkg-map
overcloud-base

View File

@ -1,2 +1,3 @@
package-installs
pkg-map
overcloud-base

View File

@ -2,3 +2,4 @@ package-installs
pkg-map
puppet
source-repositories
overcloud-base