Added IoTronic project.

IoTronic is an Internet of Things resource management service for OpenStack clouds.

In this commit, we add the iotronic conductor and REST API dealing with registration, removal, listing, and detailing of IoT resources.

Change-Id: I913c6e6dda6b98701a2a20d72760afffff799db6
This commit is contained in:
Francesco Longo 2016-02-29 16:29:26 +01:00
parent 6fec170531
commit debec27055
4 changed files with 33 additions and 0 deletions
gerrit
jenkins/jobs
zuul

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group iotronic-core
create = group iotronic-release
label-Code-Review = -2..+2 group iotronic-core
label-Workflow = -1..+1 group iotronic-core
[access "refs/tags/*"]
pushSignedTag = group iotronic-release
[receive]
requireChangeId = true
[submit]
mergeContent = true

@ -1873,6 +1873,9 @@
- tripleo
- project: openstack/intel-nfv-ci-tests
description: intel nfv ci testcase repo.
- project: openstack/iotronic
description: Internet of Things resource management service for OpenStack clouds
upstream: https://github.com/MDSLab/iotronic.git
- project: openstack/ironic
description: A service for managing and provisioning Bare Metal servers.
options:

@ -2221,6 +2221,15 @@
jobs:
- python-jobs
- project:
name: iotronic
node: bare-trusty
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: ironic
node: bare-trusty

@ -5986,6 +5986,13 @@ projects:
- name: merge-check
- name: python-jobs
- name: openstack/iotronic
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/ironic
template:
- name: merge-check