Commit Graph

8 Commits

Author SHA1 Message Date
Monty Taylor 355f7090a6 Remove zuul v2 and jjb content
It's migrated, it can be removed now.

Depends-On: I6a89752d74ed7424267c3af3937ad01fb4bb8f86
Change-Id: Id67d0149b645bd23e460cef65719541f76f0967b
2017-10-24 08:50:05 +02:00
Andreas Jaeger 1662be8582 Use local_conf for jenkins/jobs/n*
Update to use newer local_conf stanza for projects where possible.

Change-Id: I5fca7640cef18362cd1ca6bfc736c3606b1bc93e
2017-07-15 19:49:55 +02:00
fumihiko kakuma 28dfe9b98b Add neutron-dynamic-routing job with ryu master
ryu is often released(basically every month). And the new release
may affect the behavior of dragent and scenario tests.
This adds job to check neutron-dynamic-routing with the ryu master
to avoid a trouble with the new ryu release.

Change-Id: I46ff170d49adf400a25d252ff0df31ee46fda129
2017-05-31 14:42:38 +09:00
fumihiko kakuma 02483e523d Add scenario test for neutron-dynamic-routing
I plan that scenario tests are run in ocata and later release and
a existing job for api test will be affected by it.
So the job for api test needs to checked whether it runs on stable/newton.

Depends-On: I9923775806b095455ed3723e71410287bdf6cb1e
Change-Id: Ieb710181c1e496742e1e019a6238e5e0bd922971
2016-12-21 08:44:38 +09:00
Andreas Jaeger 4a61bc67f5 Change job-suffix to suffix
We have now some rather long job-template names, shorten them with
replacing job-suffix with suffix.

Before this change we had 1500 usages of job-suffix and 700 of just
suffix. This change therefore unifies to one setting.

Note that this does not change any job names at all, they are unchanged,
it changes and shortens only the names of job-templates.

Change-Id: I514df039a848d9f6619bca3adc05dfb84a761fc9
2016-12-08 22:05:01 +01:00
fumihiko kakuma 27602d3b48 Add neutron-dynamic-routing to PROJECT list
neutron-dynamic-routing needs to be added to PROJECTS to run gate jobs against.

Change-Id: I2494aaf180f6119572f1920e7144106bb68863f1
2016-07-11 14:27:17 +09:00
fumihiko kakuma 2f92f3a4a4 Update tempest job for neutron-dynamic-routing
Add enable_plugin call to DEVSTACK_LOCAL_CONFIG in the tempest job
because of running bgp service.

Change-Id: I3d30b1e01eedfb3c7d6d4194279a72d432fb592f
Implements: blueprint bgp-spinout
2016-07-06 11:11:04 +09:00
vikram.choudhary e6ac70ad77 Adding a new project called "neutron-dynamic-routing"
Scope:
------
This patch propose adding BGP dynamic routing effort for Neutron
as a separate neutron-official project. As a part of this effort,
we would like to address the followings:
 * Getting a new repository named 'neutron-dynamic-routing' created.
 * Move the existing BGP dynamic routing code from the Neutron &
   python-neutronclient master branch to the newer repository.
 * Run the existing tests (py27, py34, API and Functional) successfully
   via the relevant CI jobs.
 * Add devstack support.
 * Proper documentation.
 * Check the feasibility of starting a separate IRC meeting. (Currently,
   we are a part of L3 team meeting. Will start a separate IRC meeting,
   if the L3 team feels so.)

Why a new project:
------------------
Separate repository will provide more flexibility and access
developing dynamic routing functionality in Neutron. In addition
most of us feel having a separate repository will be good.
Details about our discussion can be found @
http://eavesdrop.openstack.org/meetings/neutron_l3/2016/neutron_l3.2016-01-14-15.06.log.html

Project Details:
----------------
pypi project: https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=neutron-dynamic-routing
launchpad project: https://launchpad.net/neutron

Co-Authored-By: Ryan Tidwell <ryan.tidwell@hpe.com>
Implements: blueprint bgp-spinout
Partial-Bug: #1560003
Needed-By: If0380e4d0e30a46f77467945ecba8a698d1930a1
Change-Id: I8be510153edbc496575cde34943ca4c56645e0fb
2016-04-15 06:51:00 +00:00