Merge "Create the ARA project"

This commit is contained in:
Jenkins 2016-06-08 20:04:31 +00:00 committed by Gerrit Code Review
commit 413db6f185
7 changed files with 78 additions and 0 deletions

View File

@ -55,6 +55,7 @@ global:
# Individual channel configuration:
channels:
- name: ara
- name: cerberus-project
- name: cloud-init
- name: cloudkitty

View File

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

View File

@ -797,6 +797,10 @@
- project: openstack/app-catalog-ui
description: UI component for application catalog
acl-config: /home/gerrit2/acls/openstack/app-catalog.config
- project: openstack/ara
description: ARA records Ansible Playbook runs and provides intuitive
interfaces to browse them
upstream: https://github.com/dmsimard/ara.git
- project: openstack/astara
description: Astara L3+ Network Virtualization - orchestration service
groups:

View File

@ -1,4 +1,14 @@
# This file is sorted alphabetically by channel name.
ara:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- openstack/ara
branches:
- master
cerberus-project:
events:
- patchset-created

17
jenkins/jobs/ara.yaml Normal file
View File

@ -0,0 +1,17 @@
- job-template:
name: 'gate-ara-integration-{scenario}-{ostype}'
node: '{ostype}'
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- gerrit-git-prep
- install-distro-packages
- tox:
envlist: "integration-{scenario}"
wrappers:
- build-timeout:
timeout: 20
- timestamps
publishers:
- console-log

View File

@ -197,6 +197,19 @@
- python-jobs
- javascript-jobs
- project:
name: ara
tarball-site: tarballs.openstack.org
ostype:
- centos-7
- ubuntu-trusty
scenario:
- smoke
- ansible
jobs:
- python-jobs
- 'gate-ara-integration-{scenario}-{ostype}'
- project:
name: astara
tarball-site: tarballs.openstack.org

View File

@ -4544,6 +4544,24 @@ projects:
gate:
- gate-app-catalog-ui-pep8
- name: openstack/ara
template:
- name: merge-check
- name: python-jobs
check:
- gate-ara-integration-smoke-centos-7
- gate-ara-integration-smoke-ubuntu-trusty
- gate-ara-integration-ansible-centos-7
- gate-ara-integration-ansible-ubuntu-trusty
- ara-coverage
gate:
- gate-ara-integration-smoke-centos-7
- gate-ara-integration-smoke-ubuntu-trusty
- gate-ara-integration-ansible-centos-7
- gate-ara-integration-ansible-ubuntu-trusty
post:
- ara-coverage
- name: openstack/astara
template:
- name: merge-check