Re: [openstack-dev] [neutron][ml2 plugin] unit test errors

2018-05-09 Thread Sangho Shin
Case.test_check_segment
 [0.001506s] ... ok
{3} 
networking_onos.tests.unit.plugins.ml2.test_driver.ONOSMechanismDriverTestCase.test_create_network_postcommit
 [0.001746s] ... ok
{3} 
networking_onos.tests.unit.plugins.ml2.test_driver.ONOSMechanismDriverTestCase.test_delete_port_postcommit
 [0.001640s] ... ok
{3} 
networking_onos.tests.unit.plugins.ml2.test_driver.ONOSMechanismDriverTestCase.test_update_network_postcommit
 [0.001948s] ... ok

==
Totals
==
Ran: 24 tests in 3. sec.
 - Passed: 24
 - Skipped: 0
 - Expected Fail: 0
 - Unexpected Success: 0
 - Failed: 0
Sum of execute time for each test: 6.5035 sec.

==
Worker Balance
==
 - Worker 0 (6 tests) => 0:00:01.573183
 - Worker 1 (6 tests) => 0:00:01.528750
 - Worker 2 (6 tests) => 0:00:01.630468
 - Worker 3 (6 tests) => 0:00:01.776258

Slowest Tests:
Test id 
Runtime (s)
--
  ---
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_create_floating_ip
  1.287
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_create_router
   0.973
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_add_router_interface
0.913
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_delete_router
   0.877
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_update_floating_ip
  0.651
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_update_router
   0.645
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_remove_router_interface
 0.642
networking_onos.tests.unit.plugins.l3.test_driver.ONOSL3PluginTestCase.test_delete_floating_ip
  0.481
networking_onos.tests.unit.extensions.test_driver.ONOSSecurityGroupTestCase.test_create_security_group_rule_postcommit
  0.007
networking_onos.tests.unit.extensions.test_driver.ONOSSecurityGroupTestCase.test_create_security_group_postcommit
   0.004
py27 finish: runtests after 5.94 seconds
__
 summary 
__
  py27: commands succeeded
  congratulations :)




> 2018. 5. 9. 오후 4:00, Sangho Shin <san...@opennetworking.org> 작성:
> 
> Hello, 
> 
> I am getting the following unit test error in Zuul test. See below.
> The error is caused only in the pike version, and in stable/ocata version, I 
> do not have the error.
> ( If you can give me any clue, it would be very helpful )
> 
> BTW, in nosetests, there is no error.
> However, in tox -e py27 tests, I am getting different errors like below. 
> Actually, it is caused because the tests are using different version of 
> neutron library somehow. Actual neutron is installed in /opt/stack/neutron 
> path, and it has correct python files such as callbacks and driver api, which 
> are complained below.
> 
> So, I would like to know how to specify the correct neutron location in tox 
> tests.
> 
> Thank you,
> 
> Sangho
> 
> 
> tox -e py27 errors.
> 
> -
> 
> 
> =
> Failures during discovery
> =
> --- import errors ---
> Failed to import test module: 
> networking_onos.tests.unit.extensions.test_driver
> Traceback (most recent call last):
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
>  line 456, in _find_test_path
> module = self._get_module_from_name(name)
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
>  line 395, in _get_module_from_name
> __import__(name)
>   File "networking_onos/tests/unit/extensions/test_driver.py", line 25, in 
> 
> import networking_onos.extensions.securitygroup as onos_sg_driver
>   File "networking_onos/extensions/securitygroup.py", line 21, in 
> from networking_onos.extensions import callback
>   File "networking_onos/extensions/callback.py", line 15, in 
> from neutron.callbacks import events
> ImportError: No module named callbacks
> 
> Failed to import test module: 
> networking_onos.tests.unit.plugins.ml2.test_driver
> Traceback (most recent call last):
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.

[openstack-dev] [neutron][ml2 plugin] unit test errors

2018-05-09 Thread Sangho Shin
Hello, 

I am getting the following unit test error in Zuul test. See below.
The error is caused only in the pike version, and in stable/ocata version, I do 
not have the error.
( If you can give me any clue, it would be very helpful )

BTW, in nosetests, there is no error.
However, in tox -e py27 tests, I am getting different errors like below. 
Actually, it is caused because the tests are using different version of neutron 
library somehow. Actual neutron is installed in /opt/stack/neutron path, and it 
has correct python files such as callbacks and driver api, which are complained 
below.

So, I would like to know how to specify the correct neutron location in tox 
tests.

Thank you,

Sangho


tox -e py27 errors.

-


=
Failures during discovery
=
--- import errors ---
Failed to import test module: networking_onos.tests.unit.extensions.test_driver
Traceback (most recent call last):
  File 
"/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
 line 456, in _find_test_path
module = self._get_module_from_name(name)
  File 
"/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
 line 395, in _get_module_from_name
__import__(name)
  File "networking_onos/tests/unit/extensions/test_driver.py", line 25, in 

import networking_onos.extensions.securitygroup as onos_sg_driver
  File "networking_onos/extensions/securitygroup.py", line 21, in 
from networking_onos.extensions import callback
  File "networking_onos/extensions/callback.py", line 15, in 
from neutron.callbacks import events
ImportError: No module named callbacks

Failed to import test module: networking_onos.tests.unit.plugins.ml2.test_driver
Traceback (most recent call last):
  File 
"/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
 line 456, in _find_test_path
module = self._get_module_from_name(name)
  File 
"/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
 line 395, in _get_module_from_name
__import__(name)
  File "networking_onos/tests/unit/plugins/ml2/test_driver.py", line 24, in 

from neutron.plugins.ml2 import driver_api as api
ImportError: cannot import name driver_api






Zuul errors.

---

Traceback (most recent call last):
2018-05-09 05:12:30.077594 

 | ubuntu-xenial |   File 
"/home/zuul/src/git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py",
 line 1182, in _execute_context
2018-05-09 05:12:30.077653 

 | ubuntu-xenial | context)
2018-05-09 05:12:30.077964 

 | ubuntu-xenial |   File 
"/home/zuul/src/git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py",
 line 470, in do_execute
2018-05-09 05:12:30.078065 

 | ubuntu-xenial | cursor.execute(statement, parameters)
2018-05-09 05:12:30.078210 

 | ubuntu-xenial | InterfaceError: Error binding parameter 0 - probably 
unsupported type.
2018-05-09 05:12:30.078282 

 | ubuntu-xenial | update failed: No details.
2018-05-09 05:12:30.078367 

 | ubuntu-xenial | Traceback (most recent call last):
2018-05-09 05:12:30.078683 

 | ubuntu-xenial |   File 
"/home/zuul/src/git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/neutron/api/v2/resource.py",
 line 98, in resource
2018-05-09 05:12:30.078791 

 | ubuntu-xenial | result = method(request=request, **args)
2018-05-09 05:12:30.079085 

 | ubuntu-xenial |   File 
"/home/zuul/src/git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/neutron/api/v2/base.py",
 line 615, in 

Re: [openstack-dev] [neutron][ml2 plugin] unit test errors

2018-05-09 Thread Sangho Shin
Andreas,

Thank you for your answer. Actually, I was able to make it use the correct 
neutron API in my local tox tests, and all tests passed.
However, only in Zuul, I am still getting the following errors. :-(

Thank you,

Sangho


> 2018. 5. 9. 오후 4:04, Andreas Scheuring <scheu...@linux.vnet.ibm.com> 작성:
> 
> neutron.plugins.ml2.driver_api got moved to neutron-lib. You probably need to 
> update the networking-onos code and fix all imports there and push the 
> changes...
> 
> 
> ---
> Andreas Scheuring (andreas_s)
> 
> 
> 
> On 9. May 2018, at 10:00, Sangho Shin <san...@opennetworking.org 
> <mailto:san...@opennetworking.org>> wrote:
> 
> Hello, 
> 
> I am getting the following unit test error in Zuul test. See below.
> The error is caused only in the pike version, and in stable/ocata version, I 
> do not have the error.
> ( If you can give me any clue, it would be very helpful )
> 
> BTW, in nosetests, there is no error.
> However, in tox -e py27 tests, I am getting different errors like below. 
> Actually, it is caused because the tests are using different version of 
> neutron library somehow. Actual neutron is installed in /opt/stack/neutron 
> path, and it has correct python files such as callbacks and driver api, which 
> are complained below.
> 
> So, I would like to know how to specify the correct neutron location in tox 
> tests.
> 
> Thank you,
> 
> Sangho
> 
> 
> tox -e py27 errors.
> 
> -
> 
> 
> =
> Failures during discovery
> =
> --- import errors ---
> Failed to import test module: 
> networking_onos.tests.unit.extensions.test_driver
> Traceback (most recent call last):
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
>  line 456, in _find_test_path
> module = self._get_module_from_name(name)
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
>  line 395, in _get_module_from_name
> __import__(name)
>   File "networking_onos/tests/unit/extensions/test_driver.py", line 25, in 
> 
> import networking_onos.extensions.securitygroup as onos_sg_driver
>   File "networking_onos/extensions/securitygroup.py", line 21, in 
> from networking_onos.extensions import callback
>   File "networking_onos/extensions/callback.py", line 15, in 
> from neutron.callbacks import events
> ImportError: No module named callbacks
> 
> Failed to import test module: 
> networking_onos.tests.unit.plugins.ml2.test_driver
> Traceback (most recent call last):
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
>  line 456, in _find_test_path
> module = self._get_module_from_name(name)
>   File 
> "/opt/stack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py",
>  line 395, in _get_module_from_name
> __import__(name)
>   File "networking_onos/tests/unit/plugins/ml2/test_driver.py", line 24, in 
> 
> from neutron.plugins.ml2 import driver_api as api
> ImportError: cannot import name driver_api
> 
> 
> 
> 
> 
> 
> Zuul errors.
> 
> ---
> 
> Traceback (most recent call last):
> 2018-05-09 05:12:30.077594 
> <http://logs.openstack.org/01/566201/11/check/openstack-tox-py27/2780817/job-output.txt.gz#_2018-05-09_05_12_30_077594>
>  | ubuntu-xenial |   File 
> "/home/zuul/src/git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py
>  
> <http://git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py>",
>  line 1182, in _execute_context
> 2018-05-09 05:12:30.077653 
> <http://logs.openstack.org/01/566201/11/check/openstack-tox-py27/2780817/job-output.txt.gz#_2018-05-09_05_12_30_077653>
>  | ubuntu-xenial | context)
> 2018-05-09 05:12:30.077964 
> <http://logs.openstack.org/01/566201/11/check/openstack-tox-py27/2780817/job-output.txt.gz#_2018-05-09_05_12_30_077964>
>  | ubuntu-xenial |   File 
> "/home/zuul/src/git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py
>  
> <http://git.openstack.org/openstack/networking-onos/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py>",
>  line 470, in do_execute
> 2018-05-09 05:12:30.078065 
> <http://logs.openstack.org/01/566201/11/check/openstack-tox-py27/2780817/job-output.txt.gz#_2018

Re: [openstack-dev] [neutron][ml2 plugin] unit test errors

2018-05-13 Thread Sangho Shin
Andreas and Neil,

Thank you so much for your help.
I was able to fix the issues thanks to your help.

Sangho 

나의 iPhone에서 보냄

2018. 5. 11. 오후 7:19, Neil Jerram  작성:

>> On Fri, May 11, 2018 at 10:09 AM Andreas Scheuring 
>>  wrote:
>> So what you need to do first is to make a patch for networking-onos that 
>> does ONLY the following
>> 
>> 
>> replace all occurrences of 
>> 
>> * neutron.callbacks  by neutron_lib.callbacks
>> * neutron.plugins.ml2.driver_api by neutron_lib.plugins.ml2.api
> 
> FYI here's what networking-calico has for the second of these points:
> 
> try:
> from neutron_lib.plugins.ml2 import api
> except ImportError:
> # Neutron code prior to a2c36d7e (10th November 2017).
> from neutron.plugins.ml2 import driver_api as api
> 
> (http://git.openstack.org/cgit/openstack/networking-calico/tree/networking_calico/plugins/ml2/drivers/calico/mech_calico.py#n49)
> 
> However, we do it like this because we want the master networking-calico code 
> to work with many past Neutron releases, and I understand that that is not a 
> common approach; so for networking-onos you may only want the "from 
> neutron_lib.plugins.ml2 import api" line.
> 
> Regards - Neil
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [neutron] How to specify OpenStack version for Zuul tests?

2018-05-02 Thread Sangho Shin
Hello,

Is there any way to specify the OpenStack version for Zuul test?

Currently, neteworking-onos project is very outdated, and I need to create a 
stable version for the codes for each OpenStack version (Ocata/Pike/Queens).
Each version of OpenStack has different requirements in particular neutron 
libs, and it seems that Zuul is using the master version of OpenStack for 
testing my codes for Ocata.

Thank you,

Sangho



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-26 Thread Sangho Shin
Ihar,

I tried to add netwokring-onos-core group to "Create Reference” permission 
using the gerrit UI, and it is registered as a new gerrit review.
But, it seems that it is not a right process, according to the gerrit history 
of the similar issues.
Can you please let me know how to change the project ACL?

Thank you,

Sangho


> On 25 Apr 2018, at 11:46 PM, Ihar Hrachyshka <ihrac...@redhat.com> wrote:
> 
> ONOS is not part of Neutron and hence Neutron Release team should not
> be involved in its matters. If gerrit ACLs say otherwise, you should
> fix the ACLs.
> 
> Ihar
> 
> On Tue, Apr 24, 2018 at 1:22 AM, Sangho Shin <san...@opennetworking.org> 
> wrote:
>> Dear Neutron-Release team members,
>> 
>> Can any of you handle the issue below?
>> 
>> Thank you so much for your help in advance.
>> 
>> Sangho
>> 
>> 
>>> On 20 Apr 2018, at 10:01 AM, Sangho Shin <san...@opennetworking.org> wrote:
>>> 
>>> Dear Neutron-Release team,
>>> 
>>> I wonder if any of you can add me to the network-onos-release member.
>>> It seems that Vikram is busy. :-)
>>> 
>>> Thank you,
>>> 
>>> Sangho
>>> 
>>> 
>>> 
>>>> On 19 Apr 2018, at 9:18 AM, Sangho Shin <san...@opennetworking.org> wrote:
>>>> 
>>>> Ian,
>>>> 
>>>> Thank you so much for your help.
>>>> I have requested Vikram to add me to the release team.
>>>> He should be able to help me. :-)
>>>> 
>>>> Sangho
>>>> 
>>>> 
>>>>> On 19 Apr 2018, at 8:36 AM, Ian Wienand <iwien...@redhat.com> wrote:
>>>>> 
>>>>> On 04/19/2018 01:19 AM, Ian Y. Choi wrote:
>>>>>> By the way, since the networking-onos-release group has no neutron
>>>>>> release team group, I think infra team can help to include neutron
>>>>>> release team and neutron release team can help to create branches
>>>>>> for the repo if there is no reponse from current
>>>>>> networking-onos-release group member.
>>>>> 
>>>>> This seems sane and I've added neutron-release to
>>>>> networking-onos-release.
>>>>> 
>>>>> I'm hesitant to give advice on branching within a project like neutron
>>>>> as I'm sure there's stuff I'm not aware of; but members of the
>>>>> neutron-release team should be able to get you going.
>>>>> 
>>>>> Thanks,
>>>>> 
>>>>> -i
>>>> 
>>> 
>> 


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-26 Thread Sangho Shin
Thank you, Thierry

I will follow that link.

Sangho


> On 26 Apr 2018, at 5:09 PM, Thierry Carrez <thie...@openstack.org> wrote:
> 
> Sangho Shin wrote:
>> Ihar,
>> 
>> I tried to add netwokring-onos-core group to "Create Reference” permission 
>> using the gerrit UI, and it is registered as a new gerrit review.
>> But, it seems that it is not a right process, according to the gerrit 
>> history of the similar issues.
>> Can you please let me know how to change the project ACL?
> 
> The ACLs are maintained in the openstack-infra/project-config
> repository. You need to propose a change to the ACL file at:
> 
> gerrit/acls/openstack/networking-onos.config
> 
> For more information on how to create and maintain projects, you can
> read the Infra manual at:
> 
> https://docs.openstack.org/infra/manual/creators.html
> 
> While it's geared towards creating NEW projects, the guide can be
> helpful at pointing to the right files and processes.
> 
> -- 
> Thierry Carrez (ttx)
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [neutron] Please use neutron-lib 1.18.0 for Rocky

2018-07-23 Thread Sangho Shin
Hello Boden,

Thank you for your notification.
It applies also to the networking- projects. Right?

Thank you,

Sangho


> 2018. 7. 23. 오후 10:19, Boden Russell  작성:
> 
> If you're a networking project that uses neutron/neutron-lib, please
> read on.
> 
> We recently created the stable/rocky branch for neutron-lib based on
> neutron-lib 1.18.0 and neutron is now using 1.18.0 as well [1]. If
> you're a networking project that depends on (uses) neutron/master then
> it's probably best your project is also using 1.18.0.
> 
> Action items if you project uses neutron/master for Rocky:
> - If your project is covered in the existing patches to use neutron-lib
> 1.18.0 [2], please help verify/review.
> - If your project is not covered in [2], please update your requirements
> to use neutron-lib 1.18.0 in prep for Rocky.
> 
> If you run into any issues with neutron-lib 1.18.0 please report them
> immediately and/or find me on #openstack-neutron
> 
> Thanks
> 
> [1] https://review.openstack.org/#/c/583671/
> [2] https://review.openstack.org/#/q/topic:rocky-neutronlib
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Neutron][SONA][networking-onos] Releasing stable/rocky branch for networking-onos

2018-09-04 Thread Sangho Shin
Hello, all

stable/rocky branch for networking-onos project 
(https://github.com/openstack/networking-onos 
) has been released.
If you want to test it, please follow all-in-one install instruction, 
https://wiki.onosproject.org/display/ONOS/All-in-one+Installation+Guide 
, 
replacing queens to rocky in local.conf file.

For more detail, please check it out our SONA wiki page, 
https://wiki.onosproject.org/display/ONOS/SONA%3A+DC+Network+Virtualization 


Thank you,

Sangho

SONA and networking-onos development team


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-17 Thread Sangho Shin
Hello, Ian 

I am trying to add a new stable branch in the networking-onos, following the 
page you suggested.

Create stable/* Branch¶ 
<https://docs.openstack.org/infra/manual/drivers.html#create-stable-branch>
For OpenStack projects this should be performed by the OpenStack Release 
Management Team at the Release Branch Point. If you are managing branches for 
your project you may have permission to do this yourself.

Go to https://review.openstack.org/ <https://review.openstack.org/> and sign in
Select ‘Admin’, ‘Projects’, then the project
Select ‘Branches’
Enter stable/ in the ‘Branch Name’ field, and HEAD as the ‘Initial 
Revision’, then press ‘Create Branch’. Alternatively, you may run git branch 
stable/  && git push gerrit stable/

However, after I login, I cannot see the ‘Admin’ and also I cannot create a new 
branch. Do I need an additional authority for it?
BTW, I am a member of networking-onos-core team, as you know.

Thank you,

Sangho


 

> On 18 Apr 2018, at 9:00 AM, Sangho Shin <san...@opennetworking.org> wrote:
> 
> Ian and Gary,
> 
> Thank you so much for your answer.
> I will try what you suggested.
> 
> Thank you,
> 
> Sangho
> 
>> On 17 Apr 2018, at 7:47 PM, Gary Kotton <gkot...@vmware.com 
>> <mailto:gkot...@vmware.com>> wrote:
>> 
>> Hi,
>> You either need one of the ono core team or the neutron release team to add 
>> you. FYI - https://review.openstack.org/#/admin/groups/1001,members 
>> <https://review.openstack.org/#/admin/groups/1001,members>
>> Thanks
>> Gary
>>  
>> From: Sangho Shin <san...@opennetworking.org 
>> <mailto:san...@opennetworking.org>>
>> Reply-To: OpenStack List <OpenStack-dev@lists.openstack.org 
>> <mailto:OpenStack-dev@lists.openstack.org>>
>> Date: Tuesday, April 17, 2018 at 5:01 AM
>> To: OpenStack List <OpenStack-dev@lists.openstack.org 
>> <mailto:OpenStack-dev@lists.openstack.org>>
>> Subject: [openstack-dev] [openstack-infra] How to take over a project?
>>  
>> Dear OpenStack Infra team,  <>
>>  
>> I would like to know how to take over an OpenStack project.
>> I am a committer of the networking-onos project 
>> (https://github.com/openstack/networking-onos 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openstack_networking-2Donos=DwMFaQ=uilaK90D4TOVoH58JNXRgQ=PMrZQUSXojEgJQPh7cZrz1Lvja0OwAstg0U82FalZrw=AJDiW5_zbcMxXQYB9qzUXFM2SR7rzS988q4tzrxEw60=qMLc_M2K6viP0R0rvoOUPRPrsRYO5QY59pRrT34Gd84=>),
>>  and I would like to take over the project. 
>> The current maintainer (cc’d) has already agreed with that.
>>  
>> Please let me know the process to take over (or change the maintainer of) 
>> the project.
>>  
>> BTW, it looks like even the current maintainer cannot create a new branch of 
>> the codes. How can we get the authority to create a new branch?
>>  
>> Thank you,
>>  
>> Sangho
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org 
>> <mailto:openstack-dev-requ...@lists.openstack.org>?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
>> <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-17 Thread Sangho Shin
Frank,

Thank  you for your support. I will make it work as quickly as possible and add 
many features like odl.
I will let you know if I need your help.

Sangho


> On 18 Apr 2018, at 9:29 AM, Frank Wang <wangpeihui...@126.com> wrote:
> 
> Hi Sangho,
> 
> I'm excited to see the networking-onos project moving forward again. that's 
> very cool, please let me know if there are some features need to be done.
> Hope you can get rid of this problem quickly
> 
> Thanks,
> Frank.
> 
> At 2018-04-18 08:00:58, "Sangho Shin" <san...@opennetworking.org> wrote:
> Ian and Gary,
> 
> Thank you so much for your answer.
> I will try what you suggested.
> 
> Thank you,
> 
> Sangho
> 
>> On 17 Apr 2018, at 7:47 PM, Gary Kotton <gkot...@vmware.com 
>> <mailto:gkot...@vmware.com>> wrote:
>> 
>> Hi,
>> You either need one of the ono core team or the neutron release team to add 
>> you. FYI - https://review.openstack.org/#/admin/groups/1001,members 
>> <https://review.openstack.org/#/admin/groups/1001,members>
>> Thanks
>> Gary
>>  
>> From: Sangho Shin <san...@opennetworking.org 
>> <mailto:san...@opennetworking.org>>
>> Reply-To: OpenStack List <OpenStack-dev@lists.openstack.org 
>> <mailto:OpenStack-dev@lists.openstack.org>>
>> Date: Tuesday, April 17, 2018 at 5:01 AM
>> To: OpenStack List <OpenStack-dev@lists.openstack.org 
>> <mailto:OpenStack-dev@lists.openstack.org>>
>> Subject: [openstack-dev] [openstack-infra] How to take over a project?
>>  
>> Dear OpenStack Infra team,  <>
>>  
>> I would like to know how to take over an OpenStack project.
>> I am a committer of the networking-onos project 
>> (https://github.com/openstack/networking-onos 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openstack_networking-2Donos=DwMFaQ=uilaK90D4TOVoH58JNXRgQ=PMrZQUSXojEgJQPh7cZrz1Lvja0OwAstg0U82FalZrw=AJDiW5_zbcMxXQYB9qzUXFM2SR7rzS988q4tzrxEw60=qMLc_M2K6viP0R0rvoOUPRPrsRYO5QY59pRrT34Gd84=>),
>>  and I would like to take over the project. 
>> The current maintainer (cc’d) has already agreed with that.
>>  
>> Please let me know the process to take over (or change the maintainer of) 
>> the project.
>>  
>> BTW, it looks like even the current maintainer cannot create a new branch of 
>> the codes. How can we get the authority to create a new branch?
>>  
>> Thank you,
>>  
>> Sangho
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org 
>> <mailto:openstack-dev-requ...@lists.openstack.org>?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
>> <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>
> 
> 
>  
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] [neutron] Change of control over network-onos (was: How to take over a project?)

2018-04-24 Thread Sangho Shin
Thank you, Jeremy

I did not think that it takes so long. :-)

Sangho


> On 24 Apr 2018, at 11:39 PM, Jeremy Stanley <fu...@yuggoth.org> wrote:
> 
> On 2018-04-20 01:01:33 +0900 (+0900), Sangho Shin wrote:
>> Dear Neutron-Release team,
>> 
>> I wonder if any of you can add me to the network-onos-release member.
>> It seems that Vikram is busy. :-)
> [...]
> 
> I've adjusted the subject line here in hopes the thread might better
> catch their attention.
> -- 
> Jeremy Stanley
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-24 Thread Sangho Shin
Dear Neutron-Release team members, 

Can any of you handle the issue below?

Thank you so much for your help in advance.

Sangho


> On 20 Apr 2018, at 10:01 AM, Sangho Shin <san...@opennetworking.org> wrote:
> 
> Dear Neutron-Release team,
> 
> I wonder if any of you can add me to the network-onos-release member.
> It seems that Vikram is busy. :-)
> 
> Thank you,
> 
> Sangho
> 
> 
> 
>> On 19 Apr 2018, at 9:18 AM, Sangho Shin <san...@opennetworking.org> wrote:
>> 
>> Ian, 
>> 
>> Thank you so much for your help.
>> I have requested Vikram to add me to the release team. 
>> He should be able to help me. :-)
>> 
>> Sangho
>> 
>> 
>>> On 19 Apr 2018, at 8:36 AM, Ian Wienand <iwien...@redhat.com> wrote:
>>> 
>>> On 04/19/2018 01:19 AM, Ian Y. Choi wrote:
>>>> By the way, since the networking-onos-release group has no neutron
>>>> release team group, I think infra team can help to include neutron
>>>> release team and neutron release team can help to create branches
>>>> for the repo if there is no reponse from current
>>>> networking-onos-release group member.
>>> 
>>> This seems sane and I've added neutron-release to
>>> networking-onos-release.
>>> 
>>> I'm hesitant to give advice on branching within a project like neutron
>>> as I'm sure there's stuff I'm not aware of; but members of the
>>> neutron-release team should be able to get you going.
>>> 
>>> Thanks,
>>> 
>>> -i
>> 
> 


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [openstack-infra] How to take over a project?

2018-04-16 Thread Sangho Shin
Dear OpenStack Infra team,

I would like to know how to take over an OpenStack project.
I am a committer of the networking-onos project 
(https://github.com/openstack/networking-onos 
), and I would like to take over 
the project. 
The current maintainer (cc’d) has already agreed with that.

Please let me know the process to take over (or change the maintainer of) the 
project.

BTW, it looks like even the current maintainer cannot create a new branch of 
the codes. How can we get the authority to create a new branch?

Thank you,

Sangho__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-17 Thread Sangho Shin
Ian and Gary,

Thank you so much for your answer.
I will try what you suggested.

Thank you,

Sangho

> On 17 Apr 2018, at 7:47 PM, Gary Kotton <gkot...@vmware.com> wrote:
> 
> Hi,
> You either need one of the ono core team or the neutron release team to add 
> you. FYI - https://review.openstack.org/#/admin/groups/1001,members 
> <https://review.openstack.org/#/admin/groups/1001,members>
> Thanks
> Gary
>  
> From: Sangho Shin <san...@opennetworking.org>
> Reply-To: OpenStack List <OpenStack-dev@lists.openstack.org>
> Date: Tuesday, April 17, 2018 at 5:01 AM
> To: OpenStack List <OpenStack-dev@lists.openstack.org>
> Subject: [openstack-dev] [openstack-infra] How to take over a project?
>  
> Dear OpenStack Infra team,  <>
>  
> I would like to know how to take over an OpenStack project.
> I am a committer of the networking-onos project 
> (https://github.com/openstack/networking-onos 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openstack_networking-2Donos=DwMFaQ=uilaK90D4TOVoH58JNXRgQ=PMrZQUSXojEgJQPh7cZrz1Lvja0OwAstg0U82FalZrw=AJDiW5_zbcMxXQYB9qzUXFM2SR7rzS988q4tzrxEw60=qMLc_M2K6viP0R0rvoOUPRPrsRYO5QY59pRrT34Gd84=>),
>  and I would like to take over the project. 
> The current maintainer (cc’d) has already agreed with that.
>  
> Please let me know the process to take over (or change the maintainer of) the 
> project.
>  
> BTW, it looks like even the current maintainer cannot create a new branch of 
> the codes. How can we get the authority to create a new branch?
>  
> Thank you,
>  
> Sangho
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org 
> <mailto:openstack-dev-requ...@lists.openstack.org>?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
> <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-18 Thread Sangho Shin
Vikram,

According to https://review.openstack.org/#/admin/groups/1002,members 
<https://review.openstack.org/#/admin/groups/1002,members>, you are the member 
of networking-onos release team.
Can you please add me to the group so that I can create a new branch?


Thank you,

Sangho


> On 19 Apr 2018, at 12:19 AM, Ian Y. Choi <ianyrc...@gmail.com> wrote:
> 
> Hello Sangho,
> 
> When I see 
> https://review.openstack.org/#/admin/projects/openstack/networking-onos,access
>  
> <https://review.openstack.org/#/admin/projects/openstack/networking-onos,access>
>  page,
> it seems that networking-onos-release group members can create stable 
> branches for the repository.
> 
> By the way, since the networking-onos-release group has no neutron release 
> team group,
> I think infra team can help to include neutron release team and neutron 
> release team can help to create branches
> for the repo if there is no reponse from current networking-onos-release 
> group member.
> 
> 
> Might this help you?
> 
> 
> With many thanks,
> 
> /Ian
> 
> Sangho Shin wrote on 4/18/2018 2:48 PM:
>> Hello, Ian
>> 
>> I am trying to add a new stable branch in the networking-onos, following the 
>> page you suggested.
>> 
>> 
>>Create stable/* Branch¶
>>
>> <https://docs.openstack.org/infra/manual/drivers.html#create-stable-branch 
>> <https://docs.openstack.org/infra/manual/drivers.html#create-stable-branch>>
>> 
>> For OpenStack projects this should be performed by the OpenStack Release 
>> Management Team at the Release Branch Point. If you are managing branches 
>> for your project you may have permission to do this yourself.
>> 
>>  * Go to https://review.openstack.org/ and sign in
>>  * Select ‘Admin’, ‘Projects’, then the project
>>  * Select ‘Branches’
>>  * Enter |stable/| in the ‘Branch Name’ field, and |HEAD| as
>>the ‘Initial Revision’, then press ‘Create Branch’. Alternatively,
>>you may run |git branch stable/  && git push gerrit
>>stable/|
>> 
>> 
>> However, after I login, I cannot see the ‘Admin’ and also I cannot create a 
>> new branch. Do I need an additional authority for it?
>> BTW, I am a member of networking-onos-core team, as you know.
>> 
>> Thank you,
>> 
>> Sangho
>> 
>> 
>> 
>>> On 18 Apr 2018, at 9:00 AM, Sangho Shin <san...@opennetworking.org 
>>> <mailto:san...@opennetworking.org> <mailto:san...@opennetworking.org 
>>> <mailto:san...@opennetworking.org>>> wrote:
>>> 
>>> Ian and Gary,
>>> 
>>> Thank you so much for your answer.
>>> I will try what you suggested.
>>> 
>>> Thank you,
>>> 
>>> Sangho
>>> 
>>>> On 17 Apr 2018, at 7:47 PM, Gary Kotton <gkot...@vmware.com 
>>>> <mailto:gkot...@vmware.com> <mailto:gkot...@vmware.com 
>>>> <mailto:gkot...@vmware.com>>> wrote:
>>>> 
>>>> Hi,
>>>> You either need one of the ono core team or the neutron release team to 
>>>> add you. FYI -https://review.openstack.org/#/admin/groups/1001,members 
>>>> <https://review.openstack.org/#/admin/groups/1001,members>
>>>> Thanks
>>>> Gary
>>>> *From:*Sangho Shin <san...@opennetworking.org 
>>>> <mailto:san...@opennetworking.org> <mailto:san...@opennetworking.org 
>>>> <mailto:san...@opennetworking.org>>>
>>>> *Reply-To:*OpenStack List <OpenStack-dev@lists.openstack.org 
>>>> <mailto:OpenStack-dev@lists.openstack.org> 
>>>> <mailto:OpenStack-dev@lists.openstack.org 
>>>> <mailto:OpenStack-dev@lists.openstack.org>>>
>>>> *Date:*Tuesday, April 17, 2018 at 5:01 AM
>>>> *To:*OpenStack List <OpenStack-dev@lists.openstack.org 
>>>> <mailto:OpenStack-dev@lists.openstack.org> 
>>>> <mailto:OpenStack-dev@lists.openstack.org 
>>>> <mailto:OpenStack-dev@lists.openstack.org>>>
>>>> *Subject:*[openstack-dev] [openstack-infra] How to take over a project?
>>>> Dear OpenStack Infra team,
>>>> I would like to know how to take over an OpenStack project.
>>>> I am a committer of the networking-onos project 
>>>> (https://github.com/openstack/networking-onos<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openstack_networking-2Donos=DwMFaQ=uilaK90D4TOVoH58JNXRgQ=PMrZQUSXojEgJQPh7cZrz1Lvja0OwAstg0U82FalZrw=A

Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-18 Thread Sangho Shin
Ian, 

Thank you so much for your help.
I have requested Vikram to add me to the release team. 
He should be able to help me. :-)

Sangho


> On 19 Apr 2018, at 8:36 AM, Ian Wienand  wrote:
> 
> On 04/19/2018 01:19 AM, Ian Y. Choi wrote:
>> By the way, since the networking-onos-release group has no neutron
>> release team group, I think infra team can help to include neutron
>> release team and neutron release team can help to create branches
>> for the repo if there is no reponse from current
>> networking-onos-release group member.
> 
> This seems sane and I've added neutron-release to
> networking-onos-release.
> 
> I'm hesitant to give advice on branching within a project like neutron
> as I'm sure there's stuff I'm not aware of; but members of the
> neutron-release team should be able to get you going.
> 
> Thanks,
> 
> -i


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-19 Thread Sangho Shin
Dear Neutron-Release team,

I wonder if any of you can add me to the network-onos-release member.
It seems that Vikram is busy. :-)

Thank you,

Sangho



> On 19 Apr 2018, at 9:18 AM, Sangho Shin <san...@opennetworking.org> wrote:
> 
> Ian, 
> 
> Thank you so much for your help.
> I have requested Vikram to add me to the release team. 
> He should be able to help me. :-)
> 
> Sangho
> 
> 
>> On 19 Apr 2018, at 8:36 AM, Ian Wienand <iwien...@redhat.com> wrote:
>> 
>> On 04/19/2018 01:19 AM, Ian Y. Choi wrote:
>>> By the way, since the networking-onos-release group has no neutron
>>> release team group, I think infra team can help to include neutron
>>> release team and neutron release team can help to create branches
>>> for the repo if there is no reponse from current
>>> networking-onos-release group member.
>> 
>> This seems sane and I've added neutron-release to
>> networking-onos-release.
>> 
>> I'm hesitant to give advice on branching within a project like neutron
>> as I'm sure there's stuff I'm not aware of; but members of the
>> neutron-release team should be able to get you going.
>> 
>> Thanks,
>> 
>> -i
> 


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra] How to take over a project?

2018-04-25 Thread Sangho Shin
Miguel and Ihar,

Thank you so much for your help.
For now, I just allowed onos-core team to create references, which should allow 
me to create a new stable branch, I believe. 
I am waiting the config change is being merged. :-)

Thank you,

Sangho



> On 25 Apr 2018, at 11:46 PM, Ihar Hrachyshka  wrote:
> 
> ONOS is not part of Neutron and hence Neutron Release team should not
> be involved in its matters. If gerrit ACLs say otherwise, you should
> fix the ACLs.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev