summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* global: overrides conversionBruce Ashfield2021-07-313-9/+9
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: Fix link errorszangrc2021-07-291-7/+1
| | | | | | | The wrong link caused conflicts with other packages, so the link error was fixed and the conflict handling was removed. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: use update-alternatives for libcap-ng.sowangmy2021-07-201-0/+5
| | | | | | | | | libcap-ng also uses the doc 'libcap-ng.so'. libcap-ng has a priority of 100. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* open-iscsi-user: upgrade 2.0-873 -> 2.1.4zangrc2021-07-123-67/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open-iscsi-2.1.3 - open-iscsi-2.1.4 Abhinav Rajagopalan (1): Fix typo in util.py Chris Leech (3): libopeniscsiusr: fix error messages libopeniscsiusr: skip over removed sessions libopeniscsiusr: dont error loudly if a session isn't found when working through iscsi_sessions_get() Fabian Möller (1): iscsid: Add NO_SYSTEMD to CFLAGS Helmut Grohne (1): Avoid hardcoding pkg-config to fix cross build John Schaeffer (1): Add etc/systemd/iscsi-init.service to SYSTEMDFILES Makefile variable Lee Duncan (4): iscsid: Do not allow conflicting pid-file options Fix iscsiadm segfault when exiting Fix iscsistart login issue when target is delayed. Enable iscsi.service asynchronous logins, cleanup services Matwey V. Kornilov (1): Wants=network-online.target in iscsi.service Patrick Lawrence (1): Change mkdir permissions to 0770, adjust usmask Wenchao Hao (4): idbm: Fix memory leak and NULL pointer dereference in idbm_rec_update_param() libopeniscsiusr: Fix memory leak in iscsi_nodes_get() libopeniscsiusr: Fix memory leak in iscsi_sessions_get() iscsiadm: Fix memory leak in iscsiadm Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* bbappends: make distro feature safeBruce Ashfield2020-01-222-10/+12
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openssh: update bbappendYi Zhao2019-07-192-0/+0
| | | | | | | Update the bbappend since openssh had been upgraded to 8.x in oe-core. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* housekeeping: replace deprecated base_containsMark Asselstine2016-12-211-1/+1
| | | | | | | | Fixes: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openssh: update 6.% -> 7.%Ioan-Adrian Ratiu2016-02-091-0/+0
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* open-iscsi-user: upgrade 2.0-871->2.0-873Lei Maohui2015-08-183-15/+34
| | | | | | | | -deleted patch not used any more -add new patch for new version Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: fix dangling bbappends by adding wildcardMark Asselstine2015-08-061-0/+0
| | | | | | | | | | | | | | | | Several bbappends were raising 'dangling' warnings since the base recipe version has changed without a similar change being made in this repo. The following are renames that include a wildcard to broaden the versions to which these bbappends will be applied to. This will address the 'dangling' warnings while ensuring the changes made in this repo are properly applied to the associated recipes. For the most part the files remain unchanged, in the case of postgresql the 'brokensep' has been removed as there exists no more S != B issues in the base recipe. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* open-iscsi-user: fix warnings and errors.Li xin2015-06-191-3/+6
| | | | | | | | | | | | | | WARNING: QA Issue: /usr/sbin/iscsi@underscore@discovery_open-iscsi-user contained in package open-iscsi-user requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] ERROR: Function failed: SYSTEMD_SERVICE_open-iscsi-user-systemd value iscsi-initiator.service does not exist Also,modify the LICENSE from GPL to GPLv2. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* bbappends: resync to oe-core versionsBruce Ashfield2015-02-201-0/+0
| | | | | | Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* housekeeping: remove PRINC from recipesBruce Ashfield2014-08-291-2/+0
| | | | | | | Removing PRINC from recipes to silence the bitbake warning about it being a depreciated variable. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* bbappends: resync bbappends to oe-core/meta-oe latestBruce Ashfield2014-08-251-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ldap/pam: enable pam/ldap authenticationAmy Fong2014-07-303-0/+166
| | | | | | | | - modify pam configuration files to use ldap - modify sshd to enable pam - modify nsswitch.conf to use ldap Signed-off-by: Amy Fong <amy.fong@windriver.com>
* openstack: add open-isci from git://github.com/DFE/HIPOSBruce Ashfield2014-03-178-0/+216
| | | | | | | | | | To support the cinder iscsi backend, we need iscsi-* recipes. The HIPOS layer contains a reference implementation, but has distro bindings that we must avoid. So for now, we make a copy and reference the other layer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: remove duplicate dnsmasq bbappendBruce Ashfield2013-10-301-9/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* dnsmasq: Compiled and installed dhcp_releaseMihai Prica2013-08-281-0/+9
This is required by nova when releasing images. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>