Wow, all user@cloudstack mails got catched in my spam filter, so sorry
for the late response.
After tinkering the whole day I gave up using a tagged VLAN for the
storage traffic, seems not to work. It ignores the VID and doesn't
create the VLAN on the hypervisor.
I added the vlan to the hypervisor now and bound cloudbr1 to it and
using it untagged in cloudstack.
Finally all is up. :-)
Now I was looking how to use a load balancer like the internal
cloudstack one or even the F5 and it seems it's not supported.
No cloudstack support for internal LB (the VR one) or F5 ? Really !!!
According to the advanced network and security groups specification (
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Isolation+based+on+Security+Groups+in+Advance+zone)
AddF5LoadBalancerCmd api commands will just fail in SG enabled zone.
That's just a joke.
I'm really close to end the cloudstack adventure and move on with open
stack.
Having a shared network with SG and loadbalancer is not really a
uncommon solution
Thanks,
Bjoern
On 10/14/2013 11:09 AM, motty cruz wrote:
Hello Bjoern,
I'm not an expert with Cloudstack, but I will share my limited knowledge.
Guest traffic
This is the network traffic generated by the communication between the guest
VMs. This traffic flows over the guest network and it can be shared or
isolated.
I have Cloudstack 4.1 installed configured with Advance networking, my
hypervisor has two network interfaces on for private (management/storage)
one for public (public/guest) network
private interface eth1 bridge to cloudbr1
public interface eth0 bridge to cloudbr0
guest vlan eth0.100 (10.1.1.0/24 CIDR)
my setup is partially working, I can create instances but can't ping my
virtual router, I'm in the process as well,
Thanks,
On Mon, Oct 14, 2013 at 10:45 AM, Bjoern Teipel <
bjoern.tei...@internetbrands.com> wrote:
Who can help me here ?
Right now the biggest issue for me are the last questions.
On 10/14/2013 01:03 AM, Bjoern Teipel wrote:
Hi Guys,
I wanted to setup a advanced zone with security groups and saw this
exceptions in the log while I was configuring the networks.
What does that mean, what are the limitations from a advanced zone + SG ?
ERROR [cloud.async.**AsyncJobManagerImpl] (Job-Executor-23:job-23 = [
7c7e4264-721d-448b-8a75-**b68ffeb52d56 ]) Unexpected exception while
executing org.apache.cloudstack.api.**command.admin.network.**
UpdatePhysicalNetworkCmd
com.cloud.exception.**InvalidParameterValueException**: Can't add vnet
range to the physical network in the zone that supports Advanced network,
Security Group enabled: true
at com.cloud.network.**NetworkServiceImpl.**
updatePhysicalNetwork(**NetworkServiceImpl.java:2527)
at com.cloud.utils.component.**ComponentInstantiationPostProc**
essor$InterceptorDispatcher.**intercept(**ComponentInstantiationPostProc*
*essor.java:125)
at org.apache.cloudstack.api.**command.admin.network.**
UpdatePhysicalNetworkCmd.**execute(**UpdatePhysicalNetworkCmd.java:**98)
at com.cloud.api.ApiDispatcher.**dispatch(ApiDispatcher.java:**
158)
at com.cloud.async.**AsyncJobManagerImpl$1.run(**
AsyncJobManagerImpl.java:531)
at java.util.concurrent.**Executors$RunnableAdapter.**
call(Executors.java:471)
at java.util.concurrent.**FutureTask$Sync.innerRun(**
FutureTask.java:334)
at java.util.concurrent.**FutureTask.run(FutureTask.**java:166)
at java.util.concurrent.**ThreadPoolExecutor.runWorker(**
ThreadPoolExecutor.java:1146)
at java.util.concurrent.**ThreadPoolExecutor$Worker.run(**
ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.**java:679)
Also I tagged the cloudstack storage network (specified Vlan ID in the
wizard) but I see the interfaces are bound to cloudbr0 oppose to
brxxx-VLANID
Does the storage network need to be untagged ?
Also is it true the guest network is the public network ? That confuses
me a little bit since I configured a internal IP range but now I can't see
how/where to configure the external/public IP.
Thanks in advance,
Bjoern