build path errors when importing cloudstack in eclipse

2014-06-24 Thread Kuang-Ching Wang
I am new to CloudStack. While trying to set up a dev environment, after importing the cloned maven project into eclipse, all projects show build path errors. Did I miss some step? Or do I need to manually add the build path in eclipse? Thanks, KC

Re: build path errors when importing cloudstack in eclipse

2014-06-25 Thread Kuang-Ching Wang
are OK (Plugin execution not covered by lifecycle configuration). > > > On Tue, Jun 24, 2014 at 6:53 PM, Kuang-Ching Wang > wrote: > >> I am new to CloudStack. While trying to set up a dev environment, after >> importing the cloned maven project into eclipse, all projects

system VM looking for cloud0 bridge when OVS/GRE isolation is enabled

2014-07-01 Thread Kuang-Ching Wang
Hi, I am trying to set up my cloudstack using OVS plugin. I created an advanced zone with GRE isolation. When enabling zone, system VMs cannot start with the following exception. What did I miss? 2014-06-30 21:46:38,382 WARN [kvm.resource.LibvirtComputingResource] (agentRequest-Handler-3:nu

openvswitch version with cloudstack

2014-07-01 Thread Kuang-Ching Wang
With ubuntu apt-get, openvswitch 1.4.6 is installed. Is there any reason that cloudstack cannot work with 1.4.6, and have to work with 1.9.0 as documented here https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+with+OpenVSwitch? Thanks, KC

Big Switch Network Plug-in for CloudStack update

2014-07-22 Thread Kuang-Ching Wang
Hi, we will be updating the Big Switch Network plugin for Cloudstack, targeting the 4.6 release. The design doc for the proposed update can be seen at https://cwiki.apache.org/confluence/display/CLOUDSTACK/BigSwitch+Networking+Plugin. This is a first draft, any questions and suggestions for i

Re: Big Switch Network Plug-in for CloudStack update

2014-07-23 Thread Kuang-Ching Wang
Hi Go, it does work with our new Big Cloud Fabric controller. On Jul 22, 2014, at 6:13 PM, Go Chiba wrote: > Hi Kuang, > > Does it based on your new leaf-spine architecture? > > Go Chiba > E-mail:go.ch...@gmail.com > > > On Wed, Jul 23, 2014 at 5:33 AM, Kuang

running agent in eclipse

2014-08-01 Thread Kuang-Ching Wang
Hi, I am implementing features on the master branch of the management server, hence I need to run the latest master cloudstack agent via eclipse as well (since currently only cloudstack-agent 4.3 is available via apt-get). How do I run it? 'mvn -pl :cloud-agent jetty:run’? Thanks, KC

Re: running agent in eclipse

2014-08-01 Thread Kuang-Ching Wang
-agent Voila! The new agent is now running! KC On Aug 1, 2014, at 2:50 PM, Erik Weber wrote: > On Fri, Aug 1, 2014 at 11:45 PM, Kuang-Ching Wang > wrote: > >> Hi, I am implementing features on the master branch of the management >> server, hence I need to run the latest ma

Re: Getting "Refusing to design this network, the physical isolation type is not MIDO" while deploying a VM with new network from UI

2014-08-06 Thread Kuang-Ching Wang
Since you turned in DEBUG logging, the “Refusing to design” messages are normally expected. The code steps through all registered network gurus, and only those with the right type you requested will design the network. All others will produce the “refusing” statement. KC On Aug 6, 2014, at 1

Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-08-22 Thread Kuang-Ching Wang
Thanks, Kuang-Ching Wang

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-08-22 Thread Kuang-Ching Wang
leared Findbugs check Integration test for network and VM creation (requires BCF controller) Thanks, Kuang-Ching Wang

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-09-26 Thread Kuang-Ching Wang
and VM creation (requires BCF controller) Thanks, Kuang-Ching Wang

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-09-26 Thread Kuang-Ching Wang
) added hook to enable plugin in VPC workflow as well, 6) code refactoring for better code reuse - Kuang-Ching ------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24991/#review51976 -

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-09-28 Thread Kuang-Ching Wang
8504be4aa ui/scripts/ui-custom/zoneWizard.js 2c17f604ba9092e6f81841873337e1fcebf99470 Diff: https://reviews.apache.org/r/24991/diff/ Testing --- Passing unit tests Cleared Findbugs check Integration test for network and VM creation (requires BCF controller) Thanks, Kuang-Ching Wang

how to add new data table to DB

2014-09-28 Thread Kuang-Ching Wang
Hi, I need to create a new table to store data in the cloudstack DB. I followed existing examples to: - add a new VO class, with @Entity and @Table(name = “new_table_name") - add a new Dao interface - add a new DaoImpl class for the interface - update spring context (of my network plugin) with a

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-09-29 Thread Kuang-Ching Wang
t tests Cleared Findbugs check Integration test for network and VM creation (requires BCF controller) Thanks, Kuang-Ching Wang

Re: how to add new data table to DB

2014-10-08 Thread Kuang-Ching Wang
By the way, do we really need to add a new table for this plug-in or is there > some "*_details" table (ex. storage_pool_details) where you can store > information specific to your needs? > > Thanks > > On Sun, Sep 28, 2014 at 7:11 PM, Kuang-Ching Wang > wrote: >

marvin test config

2015-02-03 Thread Kuang-Ching Wang
Hi, is there a designated directory for archiving the config file (.cfg) that accompanies plugin specific marvin tests? Thanks, KC

adding Firewall Service to a network element

2015-02-26 Thread Kuang-Ching Wang
Hi - this is a network plugin implementation question. I’d like to extend the BigSwitch networking plugin with Firewall Service. In the plugin Element class I implement the FirewallServiceProvider interface, as well as included FirewallServiceProvider.class in its ‘Local’ notation. After rebu

Re: adding Firewall Service to a network element

2015-02-26 Thread Kuang-Ching Wang
Oh I also added Service.Firewall to its capabilities. Any tips are appreciated! KC > On Feb 26, 2015, at 6:47 AM, Kuang-Ching Wang > wrote: > > Hi - this is a network plugin implementation question. > > I’d like to extend the BigSwitch networking plugin with Firewall S

Re: adding Firewall Service to a network element

2015-02-27 Thread Kuang-Ching Wang
t; > On Thu, Feb 26, 2015 at 3:54 PM, Kuang-Ching Wang > wrote: >> Oh I also added Service.Firewall to its capabilities. Any tips are >> appreciated! >> >> KC >> >>> On Feb 26, 2015, at 6:47 AM, Kuang-Ching Wang >>> wrote: >>> >

Re: adding Firewall Service to a network element

2015-02-27 Thread Kuang-Ching Wang
> > On Fri, Feb 27, 2015 at 5:23 AM, Kuang-Ching Wang > wrote: > Thanks Jeff and Daan! I will try your suggestions! > > KC > > On Feb 27, 2015, at 3:05 AM, Jeff Hair wrote: > > > When I did something similar, I had to use some API calls: > > updateNetwor

MAC for static NAT IP

2015-03-15 Thread Kuang-Ching Wang
Hi, I have a question about CloudStack’s static NAT implementation. Currently when static NAT is instantiated, a public IP is allocated to pair with the private IP. Looking into the applyStaticNats() in StaticNatServiceProvider, each IP does not come with an allocated MAC address. We are explo

vmware dependency error in DEB package build?

2015-04-07 Thread Kuang-Ching Wang
Hi, is the following issue already reported? With latest ACS master, when doing 'mvn clean install -P deps -Dnoredist -Dnonoss' following the usual procedure (get the jars, run install-non-oss.sh), the build would succeed. However, when proceeding to build the DEB package with dpkg-buildpackag

Re: vmware dependency error in DEB package build?

2015-04-07 Thread Kuang-Ching Wang
Forgot to add that the vmware jar actually does not exist on http://repo.maven.apache.org/maven2. KC On Apr 7, 2015, at 1:03 AM, Kuang-Ching Wang wrote: > Hi, is the following issue already reported? > > With latest ACS master, when doing 'mvn clean install -P deps -Dnoredi

Re: vmware dependency error in DEB package build?

2015-04-07 Thread Kuang-Ching Wang
ays worked till I tried the latest master. KC On Apr 7, 2015, at 1:25 AM, Wido den Hollander wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 04/07/2015 10:03 AM, Kuang-Ching Wang wrote: >> Hi, is the following issue already reported? >> &g

4.5 branch?

2014-10-23 Thread Kuang-Ching Wang
Hi, I am still learning the cloudstack release process. What is the current status for release 4.5.0? I do not see a 4.5 branch yet, but I recall it has been feature free since august? Does that mean, the current master is still pre-4.5 and will be branched out in the near future? Thanks, K

Re: 4.5 branch?

2014-10-23 Thread Kuang-Ching Wang
Aha - I just realized I have not fetched for a while - 4.5 branch is there - my bad. Thanks, KC On Oct 23, 2014, at 2:36 PM, Kuang-Ching Wang wrote: > Hi, > > I am still learning the cloudstack release process. What is the current > status for release 4.5.0? I do not see a 4.

error building 4.5 with vmware support

2014-10-26 Thread Kuang-Ching Wang
Hi, I followed the wiki instructions to download and install the vmware jars from http://zooi.widodh.nl/cloudstack/build-dep/, but still get the following errors when building. Any suggestions? Thanks! KC cs-management:~/cloudstack/vmware-base$ mvn install -DskipTests -P deps List

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-11-04 Thread Kuang-Ching Wang
network and VM creation (requires BCF controller) Thanks, Kuang-Ching Wang

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-11-04 Thread Kuang-Ching Wang
.js 7b25c818bf863cacbaae5c70abf60d98f153dbc4 ui/scripts/ui-custom/zoneWizard.js 2c17f604ba9092e6f81841873337e1fcebf99470 Diff: https://reviews.apache.org/r/24991/diff/ Testing (updated) --- Passing unit tests Added Marvin test (requires BCF controller) Cleared Findbugs check Thanks, Kuang-Ching Wang

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-11-10 Thread Kuang-Ching Wang
ugs check Thanks, Kuang-Ching Wang

Why a particular commit is found in 4.4 branch but not master and 4.5

2014-11-17 Thread Kuang-Ching Wang
Hi, I am looking at an issue fixed a while back - https://issues.apache.org/jira/browse/CLOUDSTACK-5505 I am hitting the same issue with the 4.5 branch code, and after searching around found that the fix was only found in branch 4.4, not master, not 4.5 What does this mean? The commit is only

Re: Why a particular commit is found in 4.4 branch but not master and 4.5

2014-11-17 Thread Kuang-Ching Wang
”, which I suppose is an issue that has been fixed long back … KC On Nov 17, 2014, at 12:12 PM, Kuang-Ching Wang wrote: > Hi, I am looking at an issue fixed a while back - > https://issues.apache.org/jira/browse/CLOUDSTACK-5505 > > I am hitting the same issue with the 4.5 bran

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-11-26 Thread Kuang-Ching Wang
tom/zoneWizard.js 02552f92c09078bd1c4e91bbd01b41755c3d6d33 ui/scripts/ui/core.js 94edb194ab1b2948f4e3d5c07335dbed38d4943c Diff: https://reviews.apache.org/r/24991/diff/ Testing --- Passing unit tests Added Marvin test (requires BCF controller) Cleared Findbugs check Thanks, Kuang-Ching Wang

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-11-29 Thread Kuang-Ching Wang
org/r/24991/diff/ Testing --- Passing unit tests Added Marvin test (requires BCF controller) Cleared Findbugs check Thanks, Kuang-Ching Wang

static nat fails to apply on KVM host if public interface is tagged

2014-12-01 Thread Kuang-Ching Wang
Hi, I wonder if anyone knows whether the following is a known issue. We confirmed that, when the public network is set to untagged on the KVM host, static nat works fine. If its tagged, instead, static nat will fail and the following errors are seen on the management server, as well as on the

broken schema450to460.sql in cloudstack master?

2014-12-02 Thread Kuang-Ching Wang
Hi, Pardon me if this is already a known issue - wonder if anyone noticed the schema450to460.sql file in master now is actually broken? It has a truncated line, and a line ending with ‘,’. KC

NPE while adding a host

2014-12-03 Thread Kuang-Ching Wang
Hi, with the latest master, while adding the first host I saw the following NPE in ApiDBUtils.java. Any insight what might I have missed? 2014-12-03 00:32:41,694 DEBUG [c.c.a.ApiServlet] (catalina-exec-4:ctx-8caaed15) ===START=== 10.1.13.69 -- GET command=listHosts&response=json&sessionkey=S

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-12-04 Thread Kuang-Ching Wang
Diff: https://reviews.apache.org/r/24991/diff/ Testing --- Passing unit tests Added Marvin test (requires BCF controller) Cleared Findbugs check Thanks, Kuang-Ching Wang

Re: NPE while adding a host

2014-12-04 Thread Kuang-Ching Wang
atement.executeQuery(DelegatingPreparedStatement.java:96) at com.cloud.utils.db.GenericDaoBase.searchIncludingRemoved(GenericDaoBase.java:419) ... 45 more On Dec 3, 2014, at 3:38 AM, Wei ZHOU wrote: > It looks related to commit 31db58f7204ac8bb434599ff51d794640718845c > > 2014-12-03 9:47 GMT+01:0

Re: NPE while adding a host

2014-12-04 Thread Kuang-Ching Wang
Ah - I know what happened - need to flush the DB. KC On Dec 3, 2014, at 1:17 PM, Kuang-Ching Wang wrote: > I noticed the latest commit that reverts this. After pulling the change, Add > Host works correctly. > > However, when creating a VM, the Instances page will throw t

why host route created in secondary storage VM

2014-12-04 Thread Kuang-Ching Wang
Hi all, I wonder if anyone is familiar with the secondary storage VM’s route setup logic. It always creates a host route for each DNS and, in the case of a VMware cluster, creates a host route for VCenter. In our network setup, the host routes actually breaks reachability to DNS and VCenter,

Re: Review Request 24991: CLOUDSTACK-6697: BigSwitchVns plugin update

2014-12-04 Thread Kuang-Ching Wang
BCF controller) Cleared Findbugs check Thanks, Kuang-Ching Wang

missing date string on debian change log on 4.5-RC branch

2014-12-19 Thread Kuang-Ching Wang
Without the date string in the latest update entry dpkg-buildpackage will break. Added a dummy date string and build starts working. KC

Re: 4.5.0rc0 - available for testing.

2014-12-22 Thread Kuang-Ching Wang
Not sure if this is in someone’s radar yet - the debian/changelog change misses the date string for the last entry, causing the debian package build to break. KC On Dec 5, 2014, at 5:53 PM, David Nalley wrote: > Hi All, > > I've created a 4.5.0 release candidate, with the following artifacts