StarlingX NFVI Orchestration
Go to file
Scott Little 2072985b4d Split image.inc across git repos
Currently compiling a new package and adding it
to the iso still requires a multi-git update because
image.inc is a single centralized file in the root git.

It would be better to allow a single git update to add
a package. Too allow this, image.inc must be split across
the git repos and the build tools must be changed to
read/merge those files to arrive at the final package list.

Current scheme is to name the image.inc files using this
schema.

${distro}_${build_target}_image_${build_type}.inc

distro = centos, ...
build_target = iso, guest ...
build_type = std, rt ...

Traditionally build_type=std is omitted from config files,
so we instead use ${distro}_${build_target}_image.inc.

Change-Id: I935a0abfea7f3799becd18d172d412e09eb4d55c
Story: 2003447
Task:  24649
Depends-On: Ib39b8063e7759842ba15330c68503bfe2dea6e20
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-17 16:07:03 +00:00
guest-agent StarlingX open source release updates 2018-05-31 07:36:51 -07:00
guest-client Rename mwa-* subdirectories to match the git repo name 2018-07-03 16:19:19 -04:00
guest-comm StarlingX open source release updates 2018-05-31 07:36:51 -07:00
nfv Cleanup internal references 2018-07-18 15:53:08 -04:00
nova-api-proxy Fix nova-api-proxy install directories 2018-07-18 15:52:44 -04:00
.gitignore Add default test framework 2018-06-11 18:53:08 -05:00
.gitreview Add .gitreview 2018-05-31 07:36:51 -07:00
.zuul.yaml Add voting tox-linters job 2018-07-09 15:13:41 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:51 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:51 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:51 -07:00
centos_guest_image.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_iso_image.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:25 -04:00
mwa-thales.map StarlingX open source release updates 2018-05-31 07:36:51 -07:00
requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
test-requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
tox.ini Adding py27 for nfv 2018-07-10 10:18:28 -05:00

README.rst

stx-nfv

StarlingX NFVI Orchestration