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
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
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
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
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
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
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
-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
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
Thanks,
Kuang-Ching Wang
leared Findbugs check
Integration test for network and VM creation (requires BCF controller)
Thanks,
Kuang-Ching Wang
and VM creation (requires BCF controller)
Thanks,
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
-
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
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
t tests
Cleared Findbugs check
Integration test for network and VM creation (requires BCF controller)
Thanks,
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:
>
Hi,
is there a designated directory for archiving the config file (.cfg) that
accompanies plugin specific marvin tests?
Thanks,
KC
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
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
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:
>>>
>
>
> 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
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
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
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
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
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
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.
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
network and VM creation (requires BCF controller)
Thanks,
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
ugs check
Thanks,
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
”, 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
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
org/r/24991/diff/
Testing
---
Passing unit tests
Added Marvin test (requires BCF controller)
Cleared Findbugs check
Thanks,
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
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
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
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
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
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
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,
BCF controller)
Cleared Findbugs check
Thanks,
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
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
46 matches
Mail list logo