[openstack-dev] [CI]Setup CI system behind proxy

2014-12-01 Thread thanh le giang
Dear all I have set up a CI system successfully with directly access to internet. Now I have another requirement which requires setting up CI system behind proxy but i can't find any way to configure zuul to connect to gerrit through proxy. Any advice is appreciated. Thanks and Regards -- L.G.

Re: [openstack-dev] [CI]Setup CI system behind proxy

2014-12-02 Thread thanh le giang
oxy? or do you mean you want to setup just gerrit behind a proxy? > > On Mon, Dec 1, 2014 at 6:26 PM, thanh le giang > wrote: > >> Dear all >> >> I have set up a CI system successfully with directly access to internet. >> Now I have another requirement which requ

[openstack-dev] [Neutron] CI configure for neutron ML2 mechanism driver

2014-12-29 Thread thanh le giang
Hi all According to this tutorial http://www.joinfu.com/2014/02/setting-up-an-external-openstack-testing-system/, I have setup CI system successfully. Now, I wonder if Our CI system need to run tempest test against network with real our device or just need run our unit test ? Any advice is apprec

[openstack-dev] [Neutron] how to add a new plugin to the neutron repo?

2014-10-05 Thread thanh le giang
Hi all I want to add a plugin to the Public Neutron Repository. Although I have read the gerrit workflow and Neutron Development page ( https://wiki.openstack.org/wiki/NeutronDevelopment), I don't know clearly how we can add our plugin to neutron repository. Could you please share me the process

[openstack-dev] [Neutron][IPAM] ML2 don't call ipam driver remove_subnet function

2015-11-10 Thread thanh le giang
Dear folks I have met a problem when implement IPAM driver, ML2 doesn't call remove_subnet function of ipam driver because ML2 doesn't use delete_subnet function of NeutronDbPluginV2 Now I workaround by using "SUBNET BEFORE_DELETE" event to notify external IPAM that subnet will be deleted, but I

Re: [openstack-dev] [Neutron][IPAM] ML2 don't call ipam driver remove_subnet function

2015-11-11 Thread thanh le giang
Hi Gary Thanks for your information, It's very helpful. Thanh 2015-11-11 14:53 GMT+07:00 Gary Kotton : > Hi, > This should be resolved with this path - > https://review.openstack.org/239885 > Good luck > Gary > > From: thanh le giang > Reply-To: OpenStack List &

Re: [openstack-dev] [neutron][ipam][devstack] How to use IPAM reference in devstack

2015-11-23 Thread thanh le giang
Hi Shraddha You can add this line iniset $NEUTRON_CONF DEFAULT ipam_driver "internal" at the end of function configure_neutron in lib/neutron-legacy file Thanh 2015-11-24 11:20 GMT+07:00 Shraddha Pandhe : > Hi John, > > Thanks for letting me know. How do I setup fresh devstack with pluggable >