summaryrefslogtreecommitdiffstats
path: root/meta-openstack
Commit message (Collapse)AuthorAgeFilesLines
* conf: add warrior to layer compatBruce Ashfield2019-04-021-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-croniter: Upgrade to 0.3.27Hong Liu2019-03-171-4/+4
| | | | | | | | | 1.Upgrade python-croniter from 0.3.5 to 0.3.27. 2.Modified PKG-INFO due to version update. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-cliff: upgrade to 2.14.1Hong Liu2019-03-171-2/+2
| | | | | | | Upgrade python-cliff from 2.9.1 to 2.14.1. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: fix GROUPADD_PARAM override conflictDengke Du2019-03-171-1/+1
| | | | | | | | The libvirt recipe in meta-virtualization already define the GROUPADD_PARAM, so we should append it, not override. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: Remove redundant config fragmentHe Zhe2019-03-011-1/+0
| | | | | | | | | | | | | | This fixes 01a28c32acb2 ("linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACK") which duplicates a config fragment and causes the following warning. Warning: Value of CONFIG_NF_CONNTRACK is defined multiple times within fragment tmp-glibc/work-shared/intel-x86-64/kernel-source/.kernel-meta/configs/v4.19/standard/intel-x86/nf.cfg: CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK=y Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-paramiko:upgrade to 2.4.2Hong Liu2019-02-141-2/+2
| | | | | | | Upgrade python-paramiko from 2.4.1 to 2.4.2 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-oslo.config:modify homepageHong Liu2019-02-141-2/+2
| | | | | | | Modify homepage to correspond to new version Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-amqp:upgrade to 2.4.1Hong Liu2019-02-141-2/+2
| | | | | | | Upgrade python-amqp from 2.3.2 to 2.4.1 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* maintainers: update email addressesBruce Ashfield2019-02-051-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-waitress:upgrade to 1.2.0Hong Liu2019-02-031-2/+2
| | | | | | | 1.Upgrade python-waitress from 1.1.0 to 1.2.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-kombu:upgrade to 4.2.0Hong Liu2019-02-031-2/+2
| | | | | | | Upgrade python-kombu from 4.2.0 to 4.2.2 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-mox3Hong Liu2019-02-031-1/+1
| | | | | | | Fix HOMEPAGE Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACKHongzhi.Song2019-01-251-1/+1
| | | | | | | | kernel has replaced CONFIG_NF_CONNTRACK_IPV4 with CONFIG_NF_CONNTRACK. [commit: a0ae2562c] Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: update bbappends to match oe-coreBruce Ashfield2018-12-212-0/+9
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: Fix issue where init script is not found.thudJeremy Puhlman2018-11-081-1/+1
| | | | | | | | | | layers/meta-cloud-services/meta-openstack/recipes-dbs/postgresql/defaultpkgname/ Something changed with the evaluation of :=, such that PN evaluates to defaultpkgname, thus the initscript is not found. Just set it to the correct name. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: make append version independentMingli Yu2018-10-112-0/+1
| | | | | | | | Make bbappend version independent and only effective when the openstack distro enabled. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* layer.conf: set PREFERRED_VERSION for python-networkxMingli Yu2018-10-111-1/+1
| | | | | | | | Only set PREFERRED_VERSION for python-networkx when the openstack distro is enabled Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* sanity-meta-openstack.bbclass: add class for bbappend files checkingMingli Yu2018-10-113-0/+33
| | | | | | | | | | | | | | Add a new class sanity-meta-openstack.bbclass, to check whether necessary settings are available for bbappend files and preferred version setting in this layer to be effective and warn users if not. In addition, a variable SKIP_SANITY_META_OPENSTACK_CHECK is added to enable users to explicitly skip the checking to avoid unwanted warnings. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* layer.conf: Add thud to LAYERSERIES_COMPATHongxu Jia2018-10-091-1/+1
| | | | | | | | | Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and `9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core, add thud to LAYERSERIES_COMPAT Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* */layer.conf: Update LAYERDEPENDSMark Hatle2018-10-091-0/+11
| | | | | | | | | | | The ruby layer is no longer in meta-openembedded, remove references to that from the README. Implement the LAYERDEPENDS for each of the layers so that the layerindex will populate properly. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-stevedore:1.28.0 -> 1.29.0Hong Liu2018-09-191-2/+2
| | | | | | | Upgrade python-stevedore from 1.28.0 to 1.29.0 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-swiftclient:3.5.0->3.6.0Hong Liu2018-09-191-2/+2
| | | | | | | Upgrade python-swiftclient from 3.5.0 to 3.6.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2:2.7.4 -> 2.7.5Hong Liu2018-09-191-3/+3
| | | | | | | | | 1.Upgrade python-psycopg2 from 2.7.4 to 2.7.5 2.Modify LIC_FILES_CHKSUM.because of delete BSD-like license Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pecan:1.2.1->1.3.2Hong Liu2018-09-111-4/+3
| | | | | | | | | 1.Upgrade python-pecan from 1.2.1 to 1.3.2 2.Remove python-webob from rdepends. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* :python-mox3:0.25.0->0.26.0Hong Liu2018-09-111-2/+2
| | | | | | | Upgrade python-mox3 from 0.25.0 to 0.26.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* :python-heatclient:1.14.0->1.16.1Hong Liu2018-09-111-2/+2
| | | | | | | Upgrade python-heatclient from 1.14.0 to 1.16.1 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-eventlet:0.21.0->0.24.0Hong Liu2018-09-111-2/+2
| | | | | | | update python-eventlet from 0.21.0 to 0.24.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: update bbappends to match oe-coreBruce Ashfield2018-09-041-9/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python3-pika: add recipeAlejandro del Castillo2018-08-283-13/+17
| | | | | | Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python3-avahi: add recipeAlejandro del Castillo2018-08-283-31/+39
| | | | | | Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: bump 2016.11 -> 2018.3Sergey Kizunov2018-08-281-13/+12
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pytest-salt: add recipeSergey Kizunov2018-08-281-0/+23
| | | | | Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: add 4.14 bbappendBruce Ashfield2018-08-141-0/+9
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: add systemd service fileMingli Yu2018-08-143-2/+58
| | | | | | | Add systemd service file for tgt Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: Remove bbappaned for old kernelsHe Zhe2018-08-143-27/+0
| | | | | Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* :tgt:1.0.67 -> 1.0.73Hong Liu2018-07-231-2/+2
| | | | | | | Upgrade tgt from 1.0.67 to 1.0.73 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-httplib2 : 0.10.3 -> 0.11.3Hong Liu2018-07-221-3/+3
| | | | | | | 1.Upgrade python-httplib2 from 0.10.3 to 0.11.3. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-httpretty:0.8.14 -> 0.9.5Hong Liu2018-07-221-3/+3
| | | | | | | 1.Upgrade python-httpretty from 0.8.14 to 0.9.5. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-kombu:4.1.0 -> 4.2.0Hong Liu2018-07-221-2/+2
| | | | | | | Upgrade python-kombu from 4.1.0 to 4.2.0. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-amqp : 2.2.2 -> 2.3.2Hong Liu2018-07-221-2/+2
| | | | | | | Upgrade python-amqp from 2.2.2 to 2.3.2. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libbsd: update bbappend to match oe-core versionBruce Ashfield2018-07-101-0/+0
| | | | | | | | It was reported that we have a dangling bbappend, so we update it to match oe-core. Reported-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* tgt: Use return instead of exit to restart tgtd, if tgtd is not runningJagadeesh Krishnanjanappa2018-07-101-2/+2
| | | | | | | | | If the tgtd daemon is stopped, then '/etc/init.d/tgtd.init restart' does not start the new tgtd daemon, as the control comes out from the stop function, if it finds tgtd is not running. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libvirt: Update bbappend to match latest versionJeremy Puhlman2018-07-101-0/+0
| | | | | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-waitress: fix license from Apache-2.0 to ZPL-2.1Takuma Ueba2018-07-101-1/+1
| | | | | | | | The LICENSE specification was incorrect, and this project is ZPL, so we adjust the value accordingly. Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wsme: fix license from Apache-2.0 to MITTakuma Ueba2018-07-101-1/+1
| | | | | | | The original LICENSE value was incorrect. Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-saharaclient: Fix build error as following:Lei Maohui2018-06-111-0/+5
| | | | | | | "distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* housekeeping: patch refreshMark Asselstine2018-06-117-49/+57
| | | | | | | | | | Bitbake now prints warnings when a patch is successfully applied but there is fuzz or an offset. The following refreshes patches for several packages which report warnings when openstack-image-controller is built. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ceilometerclient: Fix build error as following:Lei Maohui2018-06-051-0/+5
| | | | | | | "distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mistralclient: Fix build error as following.Lei Maohui2018-06-051-0/+5
| | | | | | | "distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-designateclient: Fix build error as following.Lei Maohui2018-06-051-0/+5
| | | | | | | "distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>