Physical network design options - which crime to comit

2014-12-26 Thread Andrija Panic
Hi folks, I'm designing some stuff - and wondering which crime to commit - I have 2 posible scenarios in my head I have folowing NICs available on compute nodes: 1 x 1G NIC 2 x 10G NIC I was wondering which approach would be better, as I', thinking about 2 possible sollutions at the moment, maybe

Build failed in Jenkins: build-master #2121

2014-12-26 Thread jenkins
See Changes: [rajesh.battala] CLOUDSTACK-6920 Support listing of LBHealthcheck policy with LBHealthcheck policy ID -- [...truncated 2734 lines...] [INFO]

Build failed in Jenkins: simulator-singlerun #854

2014-12-26 Thread jenkins
See -- Started by upstream project "build-master-simulator" build number 1518 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on

RE: Physical network design options - which crime to comit

2014-12-26 Thread Somesh Naidu
I generally prefer to keep the storage traffic separate. Reason is that storage performance (provision templates to primary, snapshots, copy templates, etc) significantly impact end user experience. In addition, it also helps isolate network issues when troubleshooting. So I'd go for one of the

RE: Physical network design options - which crime to comit

2014-12-26 Thread Andrija Panic
Thanks Somesh, first option also seems most logical to me. I guess you wouldn't consider doing nic bonding and then vlans with some QoS based on vlans on switch level? Thx again Sent from Google Nexus 4 On Dec 26, 2014 9:48 PM, "Somesh Naidu" wrote: > I generally prefer to keep the storage tra

RE: Physical network design options - which crime to comit

2014-12-26 Thread Somesh Naidu
Actually, I would highly consider nic bonding for storage network if possible. -Original Message- From: Andrija Panic [mailto:andrija.pa...@gmail.com] Sent: Friday, December 26, 2014 4:42 PM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: RE: Physical network design

RE: Physical network design options - which crime to comit

2014-12-26 Thread Andrija Panic
On storage nodes - yes definitively will do it. One finall advice/opinion please...? On compute nodes, since one 10G will be shared by both primary and secondary traffic - would you separate that on 2 different VLANs and then implement some QoS i.e. guarantie 8Gb/s for primary traffic vlan, or i.

Application programming on CS

2014-12-26 Thread Giri Prasad
Hi All,  Could somebody inform about books/reading material on how to write application programs, using the cloudstack infra.  I am planning to do  java and php applications using cs infra, on linux vm's. Then later on, to do some .net programming on windows vm's. Any reference on how to do the a

Re: Application programming on CS

2014-12-26 Thread Mike Tutkowski
What about using something like jclouds? https://github.com/jclouds/jclouds/blob/master/apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/CloudStackExperimentLiveTest.java On Sat, Dec 27, 2014 at 12:06 AM, Giri Prasad wrote: > Hi All, > Could somebody inform about books/reading mate