StarlingX Integration and packaging
Go to file
Scott Little 72f444f601 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 instread use ${distro}_${build_target}_image.inc.

Change-Id: Ic0d076b4537f6edbd0c058c0dab667fea68de647
Story: 2003447
Task:  24649
Depends-On: Ib39b8063e7759842ba15330c68503bfe2dea6e20
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-15 16:45:36 -04:00
base bash: remove parallelization patch 2018-08-08 09:21:00 -07:00
ceph Correct typo: caph should be ceph 2018-08-13 13:08:38 -04:00
config Internal restructuring of stx-integ 2018-08-01 10:06:31 -04:00
config-files/io-scheduler/centos Relocate io-scheduler to stx-integ/config-files/io-scheduler 2018-08-01 12:23:51 -04:00
database Relocate python-psycopg2 to stx-integ/database/python-psycopg2 2018-08-01 15:38:27 -04:00
filesystem Relocate parted to stx-integ/filesystem/parted 2018-08-01 15:39:30 -04:00
grub Uprev grub2 package to 0.64 2018-08-01 15:39:52 -04:00
kernel Enabling PTP clock support in Linux Kernel configs 2018-08-09 11:32:04 -04:00
kubernetes Remove tiller image tarball from helm package 2018-07-31 08:59:40 -04:00
ldap Multi-Region: Support shared LDAP service 2018-08-01 15:31:55 -04:00
logging Protect against unintended log deletions in logmgmt 2018-08-01 12:18:51 -04:00
monitoring Recreate /var/run/influxdb dir upon recovery 2018-07-20 10:53:56 -04:00
networking replace scapy with rpm from CentOS 7.5 directly 2018-08-07 18:40:48 +08:00
python Internal restructuring of stx-integ 2018-08-01 10:06:31 -04:00
restapi-doc Merge "SM REST API doc" 2018-08-13 17:36:42 +00:00
security Relocate python-keyring to stx-integ/security/python-keyring 2018-08-01 15:39:40 -04:00
strorage-drivers Internal restructuring of stx-integ 2018-08-01 10:06:31 -04:00
tools Adding ptp4l and phc2sys processes to the common services list 2018-08-09 15:29:37 -04:00
utilities Update PLATFORM_RELEASE to 18.08 2018-08-01 16:07:33 -04:00
virt Internal restructuring of stx-integ 2018-08-01 10:06:31 -04:00
.gitignore Add default test framework 2018-06-11 13:45:22 -05:00
.gitreview Add .gitreview 2018-05-31 07:36:35 -07:00
.zuul.yaml Remove non-voting gate job 2018-06-29 14:31:17 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:35 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:35 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:35 -07:00
centos_guest_image.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_iso_image.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_pkg_dirs Move content from stx-upstream to stx-integ 2018-08-13 13:47:43 -04:00
centos_pkg_dirs_installer Relocate anaconda to stx-integ/base/anaconda 2018-08-01 15:37:12 -04:00
centos_pkg_dirs_rt Relocate drbd to stx-integ/kernel/kernel-modules/drbd 2018-08-01 15:31:44 -04:00
mwa-sparta.map StarlingX open source release updates 2018-05-31 07:36:35 -07:00
test-requirements.txt Add default test framework 2018-06-11 13:45:22 -05:00
tox.ini Add default test framework 2018-06-11 13:45:22 -05:00

README.rst

stx-integ

StarlingX Integration