Review Request: BigSwitch networking plugin update

2013-03-06 Thread Kanzhe Jiang
the controller 4. Create two guest networks 5. Create two VM instances and make sure each VM belongs to the right network. 6. Confirm VMs in the same network can ping each other and the virtual router. Thanks, Kanzhe Jiang

Review Request: Remove VNS isolation option from UI

2013-03-06 Thread Kanzhe Jiang
irmed the VNS is removed from isolation method in addZone wizard. Thanks, Kanzhe Jiang

Re: [ACS41][QA] BigSwitch network plugin

2013-03-06 Thread Kanzhe Jiang
is feature [1] > Big Switch network plugin. > Before that would like to check with Murali/Khanzi if dev work is complete > for this?? Besides description I do not see any other documentation > submitted for this like PRD/FS > > [1] https://issues.apache.org/jira/browse/CLOUDSTACK-733 &

Re: [DOCS] Sprint on Friday

2013-03-06 Thread Kanzhe Jiang
ll try to have the new install docs done by Friday so we can test > those as well. > > Best, > > jzb > -- > Joe Brockmeier > j...@zonker.net > Twitter: @jzb > http://www.dissociatedpress.net/ > -- Kanzhe Jiang MTS at BigSwitch

Re: Review Request: BigSwitch networking plugin update

2013-02-27 Thread Kanzhe Jiang
BigSwitch controller as the network service provider for the physical network 3. Configure OVS on the host to point to the controller 4. Create a guest network 5. Create a VM instance and make sure it belongs to the right network. Thanks, Kanzhe Jiang

[jira] [Assigned] (CLOUDSTACK-1345) BigSwitch plugin introduces 'VNS' isolation in UI without backend implementation

2013-02-27 Thread Kanzhe Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanzhe Jiang reassigned CLOUDSTACK-1345: Assignee: Murali Reddy (was: Kanzhe Jiang) The newly submit update integrate

[jira] [Assigned] (CLOUDSTACK-733) BigSwitch network plugin

2013-02-27 Thread Kanzhe Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanzhe Jiang reassigned CLOUDSTACK-733: --- Assignee: Murali Reddy (was: Kanzhe Jiang) Just submit an update to the plugin

[jira] [Updated] (CLOUDSTACK-733) BigSwitch network plugin

2013-02-27 Thread Kanzhe Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanzhe Jiang updated CLOUDSTACK-733: Status: Ready To Review (was: In Progress) > BigSwitch network plu

[jira] [Updated] (CLOUDSTACK-1345) BigSwitch plugin introduces 'VNS' isolation in UI without backend implementation

2013-02-27 Thread Kanzhe Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanzhe Jiang updated CLOUDSTACK-1345: - Status: Ready To Review (was: In Progress) > BigSwitch plugin introduces &

Review Request: BigSwitch networking plugin update

2013-02-27 Thread Kanzhe Jiang
. Configure OVS on the host to point to the controller 4. Create a guest network 5. Create a VM instance and make sure it belongs to the right network. Thanks, Kanzhe Jiang

Question how to make a network offering available to guest network

2013-02-25 Thread Kanzhe Jiang
I am running 4.1. There are about half a dozen default network offerings enabled. However, only DefaultIsolatedNetworkOfferingWithSourceNatService is available in the drop-down list of "Network Offering" options. Am I missing some configuration? Thanks, Kanzhe

Failed to launch instance with 4.1 build

2013-02-22 Thread Kanzhe Jiang
(Thread.java:679) Thanks, -- Kanzhe Jiang MTS at BigSwitch

IOException running latest 4.1 branch: Fail to generate certificate: timeout

2013-02-20 Thread Kanzhe Jiang
uncher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) -- Kanzhe Jiang MTS at BigSwitch

Re: Review Request: BigSwitch VNS Networking Plugin

2013-02-01 Thread Kanzhe Jiang
- point one is covered by an existing bug (this obviously > adds to the number of classes to deal with), but point two sounds like > a new bug introduced with this commit. Do you mind creating a 4.1.0 > blocker bug for it?

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-31 Thread Kanzhe Jiang
; CloudStack can be launched with the plugin modules. JUnit tests of all api commands to a mock controller. Thanks, Kanzhe Jiang

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-30 Thread Kanzhe Jiang
this version of plugin, only L2 isolation is supported. None of the L3 or inter-virtual network functions were supported. Just think aloud here, L2 shared network can be easily implemented with inter-virtualNetwork policy. L3 shared network can be implemented with Virtual Routing policy. Regards, > Mur

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-30 Thread Kanzhe Jiang
t; > On 1/30/13 11:14 AM, "Kanzhe Jiang" wrote: > > >Hi Chiradeep, > > > >Thank you for your review comments. I resolved all but one of your > >comments > >and need some clarification on > >"Requires an annotation referring to the table&qu

Is there a script to generate signature of an API command?

2013-01-30 Thread Kanzhe Jiang
print "signature: %s" % signature if __name__ =='__main__': main(sys.argv[1:]) Thanks, -- Kanzhe Jiang MTS at BigSwitch

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-30 Thread Kanzhe Jiang
se? So when CreateNetwork, DeleteNetwork commands are > sent by the Guru in network design/destroy phases, does controller setup's > Vlans on the open flow enabled switches and hypervisors? > > Thanks, > Murali > > > On 29/01/13 11:29 AM, "Kanzhe Jiang" wrot

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-30 Thread Kanzhe Jiang
Hi Chiradeep, Thank you for your review comments. I resolved all but one of your comments and need some clarification on "Requires an annotation referring to the table" Is there any example that I can refer to? Thanks, Kanzhe On Tue, Jan 29, 2013 at 8:12 PM, Kanzhe Jiang wrote: &g

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-29 Thread Kanzhe Jiang
--- Verify the builds: mvn clean install; The database can be deployed; CloudStack can be launched with the plugin modules. JUnit tests of all api commands to a mock controller. Thanks, Kanzhe Jiang

question on post changes based on review comments

2013-01-29 Thread Kanzhe Jiang
I posted an initial patch for review and made more changes based on review comments. Should I create the a fresh patch from master or from the previous patch? Thanks, -- Kanzhe Jiang MTS at BigSwitch

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-29 Thread Kanzhe Jiang
; > > Should you not be destroying the network here? The virtual network is destroyed when BigSwitchVnsGuestNetworkGuru.shutdown() is called. When is NetworkElement.shutdown() is called? > On Jan. 29, 2013, 10:19 p.m., Chiradeep Vittal wrote: > > plugins/network-elements/big

Re: Review Request: BigSwitch VNS Networking Plugin

2013-01-29 Thread Kanzhe Jiang
ork, DeleteNetwork commands are > sent by the Guru in network design/destroy phases, does controller setup's > Vlans on the open flow enabled switches and hypervisors? > > Thanks, > Murali > > > On 29/01/13 11:29 AM, "Kanzhe Jiang" wrote: > > &g

Review Request: BigSwitch VNS Networking Plugin

2013-01-28 Thread Kanzhe Jiang
tests of all api commands to a mock controller. Thanks, Kanzhe Jiang

Re: Does CloudStack support openflow?

2013-01-25 Thread Kanzhe Jiang
gt;On 25/01/13 11:21 AM, "li_fuqiong" wrote: > > > >>Dear All, > >>Does CloudStack support openflow? If no, is there any plan to support? > >> > >>Thanks. > >>Mark > > > >Its under progress > >( > https://cwiki.apache.org/confluence/display/CLOUDSTACK/BigSwitch+Networki > >n > >g+Plugin) would support floodlight and BVS. > > > -- Kanzhe Jiang MTS at BigSwitch

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-18 Thread Kanzhe Jiang
e you are using the Quantum API -- so why not call it > the QuantumNetworkElement instead -- that way it won't be BVS specific. > > On 1/15/13 7:38 PM, "Kanzhe Jiang" wrote: > > >Hi Chiradeep, > > > >Sorry for the late response. I was out of office for t

error when creating a maven run configuration in eclipse

2013-01-16 Thread Kanzhe Jiang
I got the error message "Base directory doesn't exist or can't be read" after setting the "Base directory" to "$project_loc:cloudstack". I was following the "use eclipse with cloudstack<https://cwiki.apache.org/CLOUDSTACK/using-eclipse-with-cloudst

Question on setting up a maven plugin project

2013-01-16 Thread Kanzhe Jiang
Hi all, Is there a doc on how to set up a maven project in cloudstack? Alex's tutorial session is not available yet on youtube. I tried to set up a maven plugin project, but couldn't find "org.apache.cloudstack" groupID. Thanks, -- Kanzhe Jiang MTS at BigSwitch

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-15 Thread Kanzhe Jiang
UDSTACK/Design+Document+Temp -- Kanzhe Jiang MTS at BigSwitch

Re: Are the videos from the last developer conference available anywhere

2013-01-14 Thread Kanzhe Jiang
Thanks, Chip! The session, "Writing a new plugin for CloudStack" by Alex, was not available. The videos are 4 days old. I guess they are still being uploaded? On Mon, Jan 14, 2013 at 8:40 AM, Chip Childers wrote: > On Mon, Jan 14, 2013 at 11:38 AM, Kanzhe Jiang > wrote: &

Are the videos from the last developer conference available anywhere

2013-01-14 Thread Kanzhe Jiang
Hi, I couldn't find any video pieces on youtube from the last developer collaboration conference. Are they available? Thanks, -- Kanzhe Jiang MTS at BigSwitch

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-09 Thread Kanzhe Jiang
y thoughts on > how we could use mininet to do CloudStack simulations ? > > Regards, > > -Sebastien > > On Jan 5, 2013, at 8:25 AM, Kanzhe Jiang > wrote: > > > Here is the first draft of the design spec for BigSwitch Networking > > Plugin< &g

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-04 Thread Kanzhe Jiang
Here is the first draft of the design spec for BigSwitch Networking Plugin<https://cwiki.apache.org/confluence/display/CLOUDSTACK/BigSwitch+Networking+Plugin> . Thanks, Kanzhe On Thu, Jan 3, 2013 at 12:18 PM, Chip Childers wrote: > On Thu, Jan 3, 2013 at 3:16 PM, Kanzhe Jiang > w

Re: New to Cloudstack dev and question on how to submit a new networking plugin

2013-01-04 Thread Kanzhe Jiang
is anything you need help with regarding the SDN > integration, please let me know. I did the Nicira integration and it would > be nice to have the BigSwitch implementation more or less similar if that > is feasible. > > Cheers, > > Hugo > > > -Original Message-

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-03 Thread Kanzhe Jiang
On Thu, Jan 3, 2013 at 10:53 AM, Chip Childers wrote: > On Thu, Jan 3, 2013 at 1:44 PM, Kanzhe Jiang > wrote: > > Hi Chip, > > > > Yes, I will put together a design spec together soon for review. > > I was informed that the code freeze date for the current release

[jira] [Created] (CLOUDSTACK-733) BigSwitch network plugin

2013-01-03 Thread Kanzhe Jiang (JIRA)
Kanzhe Jiang created CLOUDSTACK-733: --- Summary: BigSwitch network plugin Key: CLOUDSTACK-733 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-733 Project: CloudStack Issue Type: New

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-03 Thread Kanzhe Jiang
. Thanks, Kanzhe On Thu, Jan 3, 2013 at 6:48 AM, Chip Childers wrote: > On Thu, Jan 3, 2013 at 1:20 AM, Kanzhe Jiang > wrote: > > Hi All, > > > > Happy New Year to Everyone! > > First of all, I am new to the community and very excited to have the > > opportunity to

Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-02 Thread Kanzhe Jiang
dLight controller as well? > > On 03/01/13 11:50 AM, "Kanzhe Jiang" wrote: > > >Hi All, > > > >Happy New Year to Everyone! > >First of all, I am new to the community and very excited to have the > >opportunity to work on the project. > > >

[PROPOSAL] A networking plugin to integration with BigSwitch network controller platform

2013-01-02 Thread Kanzhe Jiang
escription is available on the website<http://bigswitch.com/products/big-virtual-switch> . Please let me know if you need more information. Sincerely, -- Kanzhe Jiang MTS at BigSwitch

New to Cloudstack dev and question on how to submit a new networking plugin

2013-01-02 Thread Kanzhe Jiang
Hi all, This is Kanzhe Jiang from BigSwitch. I am working on a cloudstack networking plugin to integrate with BigSwitch controller to provide network isolation in advanced zone. Should I file a bug report or a feature request on the mailing list to start the process? Thanks, -- Kanzhe Jiang

is vhd-util needed in the development environment and if yes, where to put it.

2012-12-11 Thread Kanzhe Jiang
elopment environment, where the directory /usr/lib/cloud doesn't exist? -- Kanzhe Jiang MTS at BigSwitch

Re: Error when running cloud-setup-databases from the source

2012-12-10 Thread Kanzhe Jiang
ploydb > The developer build ref: > https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html > > > -Original Message- > > From: Kanzhe Jiang [mailto:kanzhe.ji...@bigswitch.com] > > Sent: Monday, December 10, 2012 4:58 PM > > To: cloudstack-dev@incubator.apache.org >

Error when running cloud-setup-databases from the source

2012-12-10 Thread Kanzhe Jiang
ent/target/utilities/bin be changed to executable and the directory is added to the path? 2. Am I missing a step to set up python path correctly? Thanks, -- Kanzhe Jiang MTS at BigSwitch

Re: failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Kanzhe Jiang
Oops! You are right. Thanks. On Tue, Nov 20, 2012 at 9:05 AM, Chip Childers wrote: > On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang > wrote: > > I followed the instruction on > > build-with-maven< > https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html> >

Re: failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Kanzhe Jiang
: "linux", version: "3.2.0-29-generic-pae", arch: "i386", family: "unix" On Tue, Nov 20, 2012 at 8:59 AM, Chip Childers wrote: > On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang > wrote: > > I followed the instruction on > > build-with-

failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Kanzhe Jiang
put: bsn@ubuntu:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run $: command not found -- Kanzhe Jiang MTS at BigSwitch

Newbie question on using eclipse for cloudstack project

2012-11-19 Thread Kanzhe Jiang
chEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) 2012-11-19 14:41:01.612:INFO::Shutdown hook executing -- Kanzhe Jiang MTS at BigSwitch