Jackie Huang [Thu, 3 Jun 2021 06:45:12 +0000 (14:45 +0800)]
python: remove python-magnumclient and python-muranoclient
remove the recipe for python-magnumclient and python-muranoclient
since they are not used by StarlingX anymore:
```````````````````````````````````````````````
commit
9f4d09ed3edc16b29455949ae50afce8cf254ee9
Author: Chen, Yan <yan.chen@intel.com>
Date: Fri Apr 3 02:38:28 2020 +0000
remove useless clients
Remove following clients that are not used by StarlingX anymore:
- python-magnumclient
- python-muranoclient
Story:
2007502
Task: 39259
Task: 39260
Depends-on: https://review.opendev.org/#/c/716818
Signed-off-by: Chen, Yan <yan.chen@intel.com>
```````````````````````````````````````````````
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3ed9f2286d8b6c6d7fa9b10e9f28186b77d9bbdd
Jackie Huang [Thu, 3 Jun 2021 03:30:45 +0000 (11:30 +0800)]
python-ironicclient: uprev to 3.1.0 for stx 5.0
* change to use the source from git repo and uprev
* add dependency on python-oslo.config
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ic2563ebb085bdf98f3cf5c14c4dbc37cae934aaa
Jackie Huang [Thu, 3 Jun 2021 03:12:09 +0000 (11:12 +0800)]
python-heatclient: uprev to 1.18.0 for stx 5.0
* add bbappend to uprev to 1.18.0
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idaae66f388e7cb412830dfb36e906abd8a3f2054
Jackie Huang [Thu, 3 Jun 2021 03:05:24 +0000 (11:05 +0800)]
python-glanceclient: uprev to 2.17.0 for stx 5.0
* update the PV and SRCREV
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I9f8de4508d7aacde0764aa8057b3db74ef02bc0e
Jackie Huang [Thu, 3 Jun 2021 03:05:03 +0000 (11:05 +0800)]
python-cinderclient: uprev to 5.0.0 for stx 5.0
* update the PV and SRCREV
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5dc3d61134debb42928300078410c7b9910c4d19
Jackie Huang [Thu, 3 Jun 2021 02:53:36 +0000 (10:53 +0800)]
python-barbicanclient: uprev to 4.9.0 for stx 5.0
* update the SRCREV and branch
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I18f35979f73ff374c82254f8af6cd44d6ffd20ed
Jackie Huang [Thu, 3 Jun 2021 02:44:30 +0000 (10:44 +0800)]
python-aodhclient: uprev to 1.3.0 for stx 5.0
* update the PV and SRCREV
* add dependency on python-osprofiler
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib56d54d614865ee30ef28a5bd777fc0cd01cdf92
Jackie Huang [Thu, 3 Jun 2021 02:27:28 +0000 (10:27 +0800)]
python-openstacksdk: uprev to 0.36.0 for stx 5.0
* update the PV and SRCREV
* combine two bbappends into one
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idbf02e7b7f837c378f7f703cfaef02a1c42ec216
Jackie Huang [Thu, 3 Jun 2021 02:15:29 +0000 (10:15 +0800)]
python-keystoneclient: uprev to 3.21.0 for stx 5.0
* update the branch and SRC_REV
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I4c8c492a5629b8234d31ef4cb4407eca2f1c9a4c
Jackie Huang [Tue, 25 May 2021 09:12:25 +0000 (17:12 +0800)]
python-ansible: add crypto module for stx 5.0
* crypto module is required for stx 5.0, or the ansible
bootstrap failed with:
```
fatal: [localhost]: FAILED! => {
"reason": "no action detected in task. This often indicates a
misspelled module name, or incorrect module path.\n\nThe error
appears to be in
'/usr/share/ansible/stx-ansible/playbooks/roles/common/create-etcd-certs/tasks/main.yml':
line 12, column 3, but may\nbe elsewhere in the file depending
on the exact syntax problem.\n\nThe offending line appears to
be:\n\n\n- name: Generate private key for etcd server and
client\n ^ here\n"
}
```
* add a patch for crypto module to allow the constraint value
to be lower case to avoid the following issue:
```
File
"/tmp/ansible_openssl_csr_payload_OzIIJq/ansible_openssl_csr_payload.zip/ansible/module_utils/crypto.py",
line 1821, in cryptography_get_basic_constraints
raise OpenSSLObjectError('Unknown basic constraint value "{0}" for
CA'.format(constraint[3:]))
```
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I856fc8f0ba9cdcb3137de2cffe3e5d9d13765f74
Jackie Huang [Mon, 24 May 2021 06:39:46 +0000 (14:39 +0800)]
python3-lockfile: add new recipe
python3-lockfile is required by python3-daemon,
the recipe is from master branch of meta-python.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ic5fb57d030bf5f3bb5c9c0f55fa01747f48c82bc
Jackie Huang [Mon, 24 May 2021 06:38:24 +0000 (14:38 +0800)]
python3-daemon: add new recipe
python3-daemon is required by logmgmt.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idf97763b1d5ba6edb3abd3440d7786b2417b32e8
Jackie Huang [Thu, 20 May 2021 03:01:07 +0000 (11:01 +0800)]
inventory and python-inventoryclient: remove the recipes
inventory and python-inventoryclient has been revomed
from upstream:
```````````````````````````````````````````````
commit
d59ba5fdc21a89581cdc4e3fad038645b9d20754
Author: Al Bailey <Al.Bailey@windriver.com>
Date: Tue Jan 7 08:41:36 2020 -0600
Remove unused inventory and python-inventoryclient
Neither of these components were maintained or used, and so are
being abandoned.
- inventory was an old fork of the sysinv code
- python-inventoryclient was an old fork of the cgts-client code
The devstack commands, although currently disabled, have also
been updated.
Story:
2004515
Task: 37538
Depends-On: https://review.opendev.org/701591
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
```````````````````````````````````````````````
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I84c27f2963b190b5e7340aa6cb4ae1c36130ea9e
Jackie Huang [Wed, 19 May 2021 02:20:53 +0000 (10:20 +0800)]
kvm-timer-advance-setup: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'integ' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I2541f8e2de87dcf59382b8bb01ba22970baf0f21
Jackie Huang [Tue, 22 Jun 2021 08:19:56 +0000 (16:19 +0800)]
libevent: update for stx 5.0
* inherit stx-metadata to help apply updated patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3c998fde3a73903faf802a074ea82c6b58d1dd64
Jackie Huang [Tue, 22 Jun 2021 08:19:56 +0000 (16:19 +0800)]
drbd-utils: update for stx 5.0
* inherit stx-metadata to help apply updated patches
from stx 'integ' repo
* remove the local copy of stx files and patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I581835bd6787f2619c71a784b1c3afa8ed5f339c
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
base-files: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
* install the issue* files from sub-dir
centos-release-config
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I6d8861c611788fbc7201e165ea278d38ffd6a01d
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
systemd-conf: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I9488872677d4d9d86b0b8a4732629224b2e7f33a
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
syslog-ng: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I73b2795431783a1b555bbe7659a24b647ecc5c3d
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
sudo: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I57af08c1e512f1edd8e269bd25bfe33c7a030562
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
shadow: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3a2a60f06408a1bca6e9657e025029eb1705bcb1
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
rsync: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I66dd061b08b67ae089269ffdcfcc65be5c34f209
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
rabbitmq-server: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
* update the url for source tarball since the original
one is not accessible now.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ia204c8606e7435c95c2784a558478ce13ac2abe9
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
libpam: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3a14cf886c15a4d004d956c64b26cda85348bc54
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
openvswitch: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I88acadbd1c100b725737003baf7a6a41c318b3a5
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
openssh: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: If8c8192b55f6557f32fc4c68fc6cce8b14753ca4
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
openldap: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I65496bb26f338fa629ddfd33695e30b86751ec15
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
ntp: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ica43fab67d4270bfbb418c407a787952d6e22957
Jackie Huang [Wed, 12 May 2021 08:26:46 +0000 (16:26 +0800)]
mlx4-init: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
* remove the local copy of license file
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ica466ca7a8806ec3e509c674304a64fbd72a6bed
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
memcached: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idce60089c789e87858f915287c52eebf1731fd33
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
logrotate: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I65e4562de4733b3acbb66cbfe7608f97de72f93f
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
iscsi-initiator-utils: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I95a7485cd12562fdf508420a6a40c2a362120c1f
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
iptables: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Id8810a316c569e2c5cca7399d5aa9be4d5d7b528
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
systemd: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3a76d467ea519a6523685897f5636535a697a142
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
procps: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I1d7fc5593018c8bf31ffdde6f22f0676e6f1ba0d
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
initscripts: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ia0e1184f6dd16fc0456fd6718412ff9f2bb01b4c
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
haproxy: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib9268db594a96cafccd01c9a70b8995399a6c0b3
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
lighttpd: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
* move the patch ighttpd-init-script-chroot.patch
to stx-config-files-source since it's for the
source in 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ia083263d8cd25fe72918eb831235220fd445fd4a
Jackie Huang [Wed, 16 Jun 2021 08:25:24 +0000 (16:25 +0800)]
nfs-utils: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
* move the patch nfsserver-remove-the-f-option-for-rpc.mountd.patch
to stx-config-files-source since it's for the source in
'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I08dce044e9a51a6f43231a6644705124e8a436ec
Jackie Huang [Thu, 3 Jun 2021 07:57:33 +0000 (15:57 +0800)]
docker-ce: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I28c4e8fee64204a908a392cbc51fd0961113d978
Jackie Huang [Wed, 16 Jun 2021 07:13:27 +0000 (15:13 +0800)]
dnsmasq: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* combine the bbappend into bb file
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ia58aa3aea24daea3c3ede2d2a650884ed0494a6a
Jackie Huang [Wed, 16 Jun 2021 07:13:27 +0000 (15:13 +0800)]
dhcp: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5de57c954b47935753a0d62f762877e855897ed5
Jackie Huang [Wed, 16 Jun 2021 07:13:27 +0000 (15:13 +0800)]
audit: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3bfe995a5df8f42b544b9d7b521c4e6e5de86f82
Jackie Huang [Wed, 16 Jun 2021 07:06:05 +0000 (15:06 +0800)]
stx-config-files-source: add new recipe
The config-files repo includes StarlingX specific config
files for many packages, to reduce download and increase
re-use of this repo, add this new recipe and inhert stx-source
so it will be used as a work-shared directory.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I1ce31c7685296cf0d67013e0a8b19e06fecb084f
Jackie Huang [Thu, 24 Jun 2021 03:13:46 +0000 (11:13 +0800)]
python: change branch to 'main' for some recipes
The default branch in github for the following python
recipes is changed from 'master' to 'main':
- python-iniparse
- python-pynacl
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I2ab9aab4561886fe6a2df4bc66909661af90a8fe
Jackie Huang [Thu, 24 Jun 2021 03:13:46 +0000 (11:13 +0800)]
puppet: change branch to 'main' for some recipes
The default branch in github for the following recipes
is changed from 'master' to 'main':
- puppetlabs-apache
- puppetlabs-concat
- puppetlabs-firewall
- puppetlabs-haproxy
- puppetlabs-inifile
- puppetlabs-mysql
- puppetlabs-postgresql
- puppetlabs-stdlib
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I1fe4754be32b7ef40d73b99e605b943d6a7499d2
Jackie Huang [Thu, 24 Jun 2021 02:18:21 +0000 (10:18 +0800)]
puppet: fix for the branch change
The branch stable/pike is gone from upstream for these
puppet packages, and they don't need to be upgraded in
stx 5.0, so just add "nobranch=1" to bypass the branch
check, no actual source code update for these recipes.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I6e8a62f44230cda16070e1642e55f804d703d116
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppet-oslo: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I1ebd7cf04a7adc36abb7ee3b65f4542b31496184
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppetlabs-stdlib: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I2b0d32c2f9e81a2308abe0d2f71c53ee439965c4
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppetlabs-rabbitmq: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5ef80b5ca30e08d28635f58c076be041d848d6d4
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppetlabs-postgresql: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ie1e50c008aaf0f2deab050c8b818d61c537488a7
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppetlabs-lvm: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ie8cac6a4de8701e83d179e45c18b25c60e1f3ec9
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppetlabs-haproxy: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idef3c83cb8a0b4d3589aa59d4ef84f4e79541f9f
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppet-dnsmasq: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Iffc759a8f92147cd45542789bf25bb7ad17db915
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppet-ceph: update for stx 5.0
* inherit stx-metadata to help apply patches from
stx 'integ' repo
* remove the local copy of stx patches except
0005-Remove-puppetlabs-apt-as-ceph-requirement.patch,
since the original patch can't be applied directly
and the local one was rebased.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I05df792df054f5a64c6e11d531d3950f474a21dd
Jackie Huang [Tue, 8 Jun 2021 02:32:10 +0000 (10:32 +0800)]
puppet-network: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Id893dde79f56fd6efbf6f0e018ab80beb8f47bc4
Jackie Huang [Wed, 2 Jun 2021 07:15:39 +0000 (15:15 +0800)]
puppet-keystone: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I327b5f67337d090a2290070d5c1b3fcc826823be
Jackie Huang [Wed, 2 Jun 2021 08:06:29 +0000 (16:06 +0800)]
puppet-drbd: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I056261983a7241f3f32a258ff38b9bb9742cbb0d
Jackie Huang [Wed, 2 Jun 2021 08:23:04 +0000 (16:23 +0800)]
puppet-openstacklib: update for stx 5.0
* inherit stx-metadata to help apply patches
from stx 'integ' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I919b1ea65ba79f6ba0f3b830ca3e1a35fdbc2548
Jackie Huang [Thu, 3 Jun 2021 01:49:41 +0000 (09:49 +0800)]
python-django-horizon: update for stx 5.0
* inherit stx-metadata to help apply patches and
install files from stx 'upstream' repo
* remove the local copy of stx files
* update the do_install according to the spec
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I345424e3d57e9e12765122be730326f20fd1f13d
Jackie Huang [Fri, 4 Jun 2021 09:49:02 +0000 (17:49 +0800)]
lldpd: update for stx 5.0
* inherit stx-metadata to help apply patches and
install files from stx 'integ' repo
* remove the local copy of stx files and patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I8e768c889caa4907818f95cdb3ac007cd337f2e8
Jackie Huang [Thu, 3 Jun 2021 06:15:10 +0000 (14:15 +0800)]
python-keystone: uprev to 16.0.0 for stx 5.0
* update the branch and SRCREV
* update the preferred version
* use BPN instead of PN in some places
* inherit stx-metadata to help apply patches and
install files from stx 'upstream' repo
* remove the local copy of stx patches
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I999487bd99733a63d3a835ea595718a59349de6d
Jackie Huang [Fri, 4 Jun 2021 07:49:39 +0000 (15:49 +0800)]
Add a method to re-use meta data from stx repo
StarlingX has many repos to maintain meta data (patches and config files)
for packages, previously we added a local copy of those files as bitbake's
metadata for each recipe which may cause maintenance issue.
So add a method to avoid that, which includes:
* Add new recipes stx-${STX_REPO}-source for thoes stx git repo and put
them into the work-shared directory so they can be used by other recipes
that need the stx meta data, so it will reduce downloads and increase
re-use.
* Add stx-source.bbclass for easily creating the work-shared recipes
* Add stx-metadata.bbclass for those recipes that need the stx meta data,
it will add dependency on the stx-${STX_REPO}-source and redefine the
SRC_URI before do_patch, so it can find the patches in stx repo in
work-shard and do the patch, and other meta data like config files can
be used in do_install, then the local copy of those meta data can be
removed, and for the future upgrade, we don't need to manually check
and update those meta data any more.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ieb27b4886e3cd9ccb4a9cbf63085bf28dda29549
Jackie Huang [Mon, 23 Nov 2020 01:57:19 +0000 (09:57 +0800)]
stx-metal: add vlan setting for debain style networking in kickstart
Yocto uses debain style for networking, the previous patch
kickstarts-add-setting-for-debain-style-networking.patch
has fixed the non-vlan scenario but not for vlan scenario,
so add vlan settings as well.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I40af6b71367cc9b6aebda2ca2f451b99d4693de5
Jackie Huang [Mon, 23 Nov 2020 01:49:41 +0000 (09:49 +0800)]
puppet-network: add vlan support for poky-stx.rb
Current rules in poky-stx.rb doesn't recognize vlan mode,
so add the mode option and corresponding handling for vlan
to support vlan.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I31fb41372b61ffef7c4410ab2e5b9ef9742cb683
Jackie Huang [Mon, 23 Nov 2020 02:01:04 +0000 (10:01 +0800)]
stx-puppet: add re-tries to workaround docker login failure
Add re-tries to workaround the follwoing docker login failure:
Error: docker login registry.local:9001 -u admin -p St8rlingX* returned 1 instead of one of [0]
Error: /Stage[main]/Platform::Kubernetes::Master::Init/Exec[login local
registry]/returns: change from notrun to 0 failed: docker login
registry.local:9001 -u admin -p St8rlingX* returned 1 instead of one of [0]
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I83bc73bb0294428ca018ffd52c92d0dc8aaa8a0f
Jackie Huang [Tue, 3 Nov 2020 08:13:10 +0000 (16:13 +0800)]
stx-puppet: workaround to ignore known errors
Add a workaround in puppet-manifest-apply to ignore known
errors in puppet log so the puppet manifest can complete.
The "remount /scratch" error is known to be harmless so
add it to be ignored.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I916511a8dfdb0a4a26bceeb4fd3e50d91fea7747
Jackie Huang [Thu, 26 Nov 2020 03:35:04 +0000 (11:35 +0800)]
linux-yocto-stx: add feature to support x2apic
This feature enables x2apic support on CPUs that have this feature.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5acc155563173d9f2db51fb060d5b37be1738dd8
Jackie Huang [Thu, 5 May 2022 11:49:22 +0000 (19:49 +0800)]
meta-stx: re-name and re-org to align with upstream
* meta-stx renamed to meta-starlingx
* re-org the directories
* based on the tag 'warrior-stx3.0-duplex' in upstream repo
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ia39b29eeb0be2c5be6e07349baa1a4f5eff6b5e0
Jackie Huang [Thu, 21 Apr 2022 01:21:18 +0000 (18:21 -0700)]
build_inf.sh: change the protocal for github repo
The git protocal was stop on 2022-03-15 for all github repos according
to:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
So change the protocal for github repo to fix the download errors.
Issue-ID: INF-270
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I99a5ff4794d5684056200c9d7344789afd3fd7b9
Jackie Huang [Tue, 19 Apr 2022 09:37:01 +0000 (17:37 +0800)]
gitignore: ignore the editor config files
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I4eda6720c2a1b31e2fa1d1520850f017b76c1506
Jackie Huang [Tue, 19 Apr 2022 09:35:17 +0000 (17:35 +0800)]
meta-oran: remove obsoleted layer and related scripts
Remove the obsoleted meta-oran layer and related scripts, which
inchludes:
- meta-oran layer
- build_oran.sh script
- related info in docs like docs/developer-guide.rst and README.md
Issue-ID: INF-256
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Id66f0ab69c18d83feb69c93223d3e504422225ba
Jackie Huang [Fri, 3 Dec 2021 06:30:37 +0000 (14:30 +0800)]
docs/release-notes.rst: fix the version date
fix the version date
Issue-ID: INF-243
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I7f22c0f5be4923f2ac63191595c6d245f382802c
Jackie Huang [Thu, 9 Dec 2021 07:26:57 +0000 (15:26 +0800)]
oran-shell-release.yaml: release image for E
release image for E 5th time
Issue-ID: INF-245
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I47f55ce6cb5fcacd3f73172006b0535c5f067fd5
Jackie Huang [Thu, 9 Dec 2021 07:26:57 +0000 (15:26 +0800)]
oran-shell-release.yaml: release image for E
release image for E 4th time
Issue-ID: INF-245
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I8dc3dd55b56a0842e8b22e39ec5091aa682a7eb5
Jackie Huang [Thu, 9 Dec 2021 07:26:57 +0000 (15:26 +0800)]
oran-shell-release.yaml: release image for E
release image for E 3rd time
Issue-ID: INF-245
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I88394762a18a4f3e5379128b2c05e1ae8ef897e5
Jackie Huang [Thu, 9 Dec 2021 07:26:57 +0000 (15:26 +0800)]
local-mirrors.conf: add a downlaod mirror for haproxy
Add a downlaod mirror for haproxy to avoid the do_fetch
failure when the upstream one is corrupted.
Issue-ID: INF-245
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: If71f047a2b27427ca63fc2f149dff5eae3d6c302
Jackie Huang [Thu, 9 Dec 2021 07:26:57 +0000 (15:26 +0800)]
oran-shell-release.yaml: release image for E
release image for E 2nd time
Issue-ID: INF-245
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I17f832c119bc510e628f968394ee12534196bf4b
Jackie Huang [Thu, 9 Dec 2021 07:26:57 +0000 (15:26 +0800)]
oran-shell-release.yaml: release image for E
release image for E 1st time
Issue-ID: INF-245
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5c76115fe71ff0050805568624b512b7db981c6e
Jackie Huang [Fri, 3 Dec 2021 06:30:37 +0000 (14:30 +0800)]
docs/installation--guide.rst: update for E release
Update installation-guide for E release
Issue-ID: INF-243
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I36bf0c1d65abed48d37e9ddf6f13d7d17b9e4097
Jackie Huang [Fri, 3 Dec 2021 06:30:37 +0000 (14:30 +0800)]
docs/developer-guide.rst: update for E release
Update developer-guide for E release
Issue-ID: INF-243
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I63c1d710e2699c0d6b2e4a5aea3a3bfcf16f02aa
Jackie Huang [Fri, 3 Dec 2021 06:16:39 +0000 (14:16 +0800)]
docs/release-notes.rst: update for E release
Update release notes for E release
Issue-ID: INF-243
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Id3efe1db62ce1c379bfe791c42652ff78d9d0dac
Jackie Huang [Thu, 2 Dec 2021 03:22:48 +0000 (11:22 +0800)]
poky-stx-oran.conf: update the release name
Update the release name for E Release.
Issue-ID: INF-242
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I14eda2c150064991a790f341fdc4f31118e142dd
Xiaohua Zhang [Thu, 12 Aug 2021 08:34:42 +0000 (16:34 +0800)]
Update the information of Xiaohua Zhang.
Signed-off-by: Xiaohua Zhang <zhangxiaohua@chinamobile.com>
Change-Id: If47df445c57d6ad092f9cbcdbb69372c347bc35b
Jackie Huang [Fri, 18 Jun 2021 08:03:07 +0000 (16:03 +0800)]
base-files: update for stx 5.0
The part for the installation of the /etc/issue has been moved
upstream meta-starlingx by the commit:
````````````````````````````````````````````````````````````
commit
eb4455b2b058e2eee111c166b79271fb3989cb60
Author: Jackie Huang <jackie.huang@windriver.com>
Date: Wed May 12 16:26:46 2021 +0800
base-files: update for stx 5.0
* inherit stx-metadata to help install updated files
from stx 'config-files' repo
* remove do_copy_config_files since it's not
needed after using stx-metadata
* install the issue* files from sub-dir
centos-release-config
Story:
2008952
Task: 42576
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
````````````````````````````````````````````````````````````
So update the bbappend and only keep the part to change the
release name.
Issue-ID: INF-215
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ia3a963970112606e16516d08f4ff2ad8f5b1b4dc
Jackie Huang [Thu, 22 Jul 2021 00:37:24 +0000 (08:37 +0800)]
INFO.yaml: update for PTL change
* update for PTL change
* add comment for the yammllint rule to avoid the
line-length error for links
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ibaea6935365c100e9995497d1dece7e0ce6a18df
Jackie Huang [Tue, 29 Jun 2021 03:07:38 +0000 (11:07 +0800)]
release-notes.rst: update for D release
Issue-ID: INF-216
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Iaa238e1dd1d9e5893080e949763467b585f9cc01
Jackie Huang [Thu, 18 Mar 2021 02:58:53 +0000 (10:58 +0800)]
Add layer meta-stx-oran and distro poky-stx-oran
meta-stx will be replaced by meta-stx-oran after changing to
use meta-starlingx as the base layer, and only oran specific
contents like distro and release info, fixes for issue only
happened in oran, and etc.
And add distro 'poky-stx-oran' so that we can have different disto
configs for ORAN specific.
Issue-ID: INF-213
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3d8c609d99b3516b7a75f21e44327f1236eeddc5
Jackie Huang [Thu, 24 Sep 2020 13:52:16 +0000 (21:52 +0800)]
build_inf.sh: change to use upstream meta-sarlingx
Change to use upstream meta-sarlingx from starlingx community
directly, so we will do the upgrade in starlingx and
do only ORAN specific here.
Issue-ID: INF-213
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I79e50400324701f398b86fa2beefa84602a4a2ca
Jackie Huang [Thu, 18 Mar 2021 02:03:28 +0000 (10:03 +0800)]
meta-patches: remove 0003-fix-postgresql_openstack-PGDATA-install-error.patch
This is fixed in meta-starlingx by commit:
===========================================================
commit
d4ee39187200cb73726694cd3ece35f55e3adde1
Author: Babak Sarashki <babak.sarashki@windriver.com>
Date: Mon Sep 28 22:18:57 2020 -0700
postgres: Fix install error on none existent file
Required to complete postgres build and ported from upstream
meta-cloud-services. This commit to be removed when moving to
to dunfell or later.
Upstream commit:
8516070112019bd7b3a5c41eb55a042808a13089
Closes-Bug:
1899552
Change-Id: I9ec82e41567a41734a0b10445e4ada661693c4d7
Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com>
===========================================================
Issue-ID: INF-213
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5ecaee0004bf4101398cfdb5b72ccb6c0f7f8681
Jackie Huang [Thu, 18 Mar 2021 01:54:55 +0000 (09:54 +0800)]
meta-patches: remove 0002-Package-Upgrade-croniter-and-kombu.patch
This is fixed in meta-starlingx by the commit:
===========================================================
Author: Babak Sarashki <babak.sarashki@windriver.com>
Date: Fri Oct 2 13:35:23 2020 -0700
package port: python-kombu version 4.6.6
Required as not present in meta-python2 warrior branch.
Patch has been upstreamed pending acceptance. This commit
to be removed once patch has been accepted in upstream.
Closes-Bug:
1899549
Change-Id: I253ec03b088630781328879e4029e8ac93593314
Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com>
===========================================================
Issue-ID: INF-213
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Id38583195a157e98b351ec18b42c9c1e50f08829
Jackie Huang [Fri, 27 Nov 2020 12:04:19 +0000 (20:04 +0800)]
Release image for Cherry
Trigger the release 2nd time
Issue-ID: INF-210
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib16c4bda244686e197682a91d3d676a60a344a98
Jackie Huang [Fri, 27 Nov 2020 10:01:17 +0000 (18:01 +0800)]
local-mirrors.conf: add mirror for sourceforge and re-tries for wget
The downloads.sourceforge.net is unstable sometimes so the do_fetch
may fail for some packages, do the following to avoid that:
- add two mirror url so it will try to download from mirror url
when downloads.sourceforge.net is unavailable.
- re-define the FETCHCMD_wget to add more re-tries (2 -> 5) and
longer timeout (30 -> 60).
Issue-ID: INF-211
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ic6c9868fc1f2c470fe53a76e54a022dfc41c4589
Jackie Huang [Wed, 25 Nov 2020 02:21:32 +0000 (10:21 +0800)]
linux-yocto-stx: add feature to support x2apic
This feature enables x2apic support on CPUs that have this feature.
Issue-ID: INF-206
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Icef70a2d0cd3214976b04e52c809a49102a2b658
Bin Yang [Thu, 26 Nov 2020 03:14:56 +0000 (11:14 +0800)]
Release image for Cherry
Issue-ID: INF-210
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I772c3abb71db679828e90784a87a027a514b549a
Jackie Huang [Tue, 24 Nov 2020 02:20:30 +0000 (02:20 +0000)]
Merge "Update the doc/installation-guide.rst for Cherry release"
Xiaohua Zhang [Mon, 23 Nov 2020 14:19:57 +0000 (09:19 -0500)]
Update the doc/installation-guide.rst for Cherry release
Issue-ID: INF-209
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Change-Id: If509eda89ebf96349666e12ec4a6371e8aa6c370
Jackie Huang [Sun, 22 Nov 2020 14:05:17 +0000 (22:05 +0800)]
stx-metal: add vlan setting for debain style networking in kickstart
Yocto uses debain style for networking, and previous patch lack of setting
for vlan, so add vlan settings in kickstart files as well.
Issue-ID: INF-207
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I7528eef3ec2c392e7db8e73c3bb82e77daed1add
Xiaohua Zhang [Mon, 23 Nov 2020 09:16:20 +0000 (04:16 -0500)]
Update the doc/release-note.rst for Cherry release
Issue-ID: INF-209
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Change-Id: I87a0012757abf908433627dfa97508a9bc5a85d5
Xiaohua Zhang [Mon, 23 Nov 2020 09:01:27 +0000 (04:01 -0500)]
Update the doc/overview.rst for Cherry release
Issue-ID: INF-209
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Change-Id: I3cee72e96f2075d517df4134a4f5304a8264a377