Commit Graph

12 Commits

Author SHA1 Message Date
Changcheng Liu 7400a9ebc6 add lib/packages for building ceph/v13.2.2
1. add boost library
2. add ceph/v13.2.2 dependent packages

Story: 2003605
Task: 28856

Change-Id: I2e996e40cd7a72464591d92a347d442a675fff97
Signed-off-by: Scott Little <scott.little@windriver.com>
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
2019-01-31 13:18:39 +08:00
slin14 75385ee846 refactor audit
Package audit-config is created to config customized audit
config file. Since there is no other change for audit, we
could replace srpm with rpm directly.

Test:
Pass build and multi node deploy test.

Story: 2003768
Task: 27602

Change-Id: I96e9ca5c901c8caf9d226ad99a4e05369477d37e
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-11-16 02:21:03 +00:00
slin14 d80c2f8e9d remove lshell from mirror list
lshell is removed from system for security reason.
And lshell dependency has been removed with below patch:
https://review.openstack.org/610761
https://review.openstack.org/610767
So we could remove lshell srpm from list here safely.

Partial-Bug: 1795451
Depends-On: https://review.openstack.org/610767

Change-Id: Iba78c7c015b0f1d3db50016d8e21eea53109f0db
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-10-31 18:36:28 +08:00
Hayde Martinez 09fa280504 Updating python2-pysocks version and mirror for kernel-rt
Mirror for kernel-rt source rpm was not working so it was updated with a
working one, also updated rpms_centos3rdparties.lst with new version
of python2-pysocks.

Closes-Bug:1799729

Change-Id: Ifecf95dbc998f2f87e97ea5f3294e7c5b52ae318
Signed-off-by: Hayde Martinez <hayde.martinez.landa@intel.com>
2018-10-24 15:05:37 +00:00
Marcela Rosales f77a308309 Changing lshell from centos to centos3rdparty list
Right now lshell is looked for in StarlingX_3rd_epel_blizoo_mk.repo,
and it should be in centos3rdparties instead of centos list.

As it is now, there's a bug because right before centos list is
downloaded, the downwload_mirror.sh script removes yum 3rd parties config
files, and later the yumdownloader doesn't find the lshell package.

Closes-Bug: 1793615
Change-Id: I1eab20226fb92b4b2e05f50958112092bb643bc1
Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
2018-10-01 14:50:27 -05:00
Zuul 88b32e68d4 Merge "Clean rpm from repo list which could be generated by src rpm" into f/centos75 2018-09-17 01:36:54 +00:00
slin14 9c016c3e49 Clean rpm from repo list which could be generated by src rpm
Story: 2003435
Task: 24631

below rpm is still kept due to build environment need it:
bash, python, systemd, rpm, centos-release, kernel-header,
openssh, openldap, libuuid, libmount, libblbkid, audit, pam,
shadow-utils, setup, nfs-utils, net-tools

Change-Id: I7439842feb9419492dd6a3adde79c5afe646f63d
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-09-12 22:30:40 +08:00
slin14 1b1ba24895 upgrade kernel src rpm to CentOS7.5 3.10.0-862.11.6 version
Story: 2003596
Task: 24917

kernel version is upgraded from 862.6.3 to 862.11.6

Change-Id: If2efecc9510617cae5645ca07732620a40b2ebed
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-09-11 22:51:19 +08:00
zhipengl 4a1e46ac2d upgrade lighttpd download lst to CentOS 7.5 version
Story: 2003389
Task: 24482

Change-Id: I5e2a84d3acf6a40fcb6ab5b8e8337feb899b52e1
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
2018-09-10 22:26:43 +08:00
slin14 92fb291fa7 upgrade rpms from repo to CentOS7.5 version
Story: 2003389
Task: 24556

Some rpms are not upgraded for different reason:
1. libguestfs/python-libguestfs is not upgraded due to 7.5 version needs libvirt-daemon-kvm >= 3.9.0-1
2. puppet modules rpm is not upgraded due to openstack puppet has dependency check.
3. packages has higher version than CentOS7.5 is not changed.

Change-Id: I9e9dee9a51cdbed9d486dd802725b0956bfe4a3f
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-09-06 17:18:20 +03:00
Dean Troyer 1f0d50e3cc Merge remote-tracking branch 'origin/master' into f/centos75-merge
Change-Id: I413bca255dc6513f2c8e412f4e789e96f7d8badf
2018-09-02 15:52:41 -05:00
Marcela Rosales 1a539ac2a5 Change lists names and downloading scripts
-By standardizing the list files name it's possible to eliminate
one parameter in the download function in dl_rpms and reduce complexity.
-Now the download function does not receive it as a parameter anymore,
and instead it gets it from the RPM name.
-Also the download function now decides if build a wget command or
a yumdownloader commnad based on the content of the list (by identifying
the # character) instead of using the name of the list.

I adapted download_mirror.sh.

Change-Id: I041fc9c704156215f06149e5b4c16cd92990e17c
Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
2018-08-15 16:56:43 -05:00