Setting vRouter IP address

2014-02-20 Thread COCHE Sébastien
Hi all,

 

On CloudStack 4.2.1, using VMware 5.1, in a shared network configuration, I 
have to manage IP subnet outside CloudStack.

I know how setting IP addresses' instances, but I don't how to set IP address 
on vRouter, in the Guest Subnet.

When I configure guest IP range, do you know if the vRouter get an IP inside or 
outside this range ?

 

Another question, regarding vrouter IP configuration : if I have many 
management network (one per hypervisor's pod) how, the vrouters management 
network, is selecting. Do I have to provide a large subnet to address all 
vRouters management network or vRouters used by a pod is deployed in his 
management's pod network ?

 

Thank you

 

Regards

Sébastien Coché, Architecte Infrastructure (DIP)

SIGMA Informatique - www.sigma.fr http://www.sigma.fr/ 

8 rue Newton - CS 84533 - 44245 LA CHAPELLE SUR ERDRE CEDEX

Tél : (+33) 2.53.48.92.57 - Mob : 06 22 25 03 74

 



routing and firewalling without NAT...

2013-12-20 Thread COCHE Sébastien
Hi all,

 

I would like to deploy Cloudstack  instances behind a vrouter configured with 
routing and firewalling services. I don't want NAT feature on vRouter. Some 
application do not support NAT and management is less simple. It seems that, 
actually, this configuration is not possible. Am I right ? If yes is, this 
feature, present in the cloudstack's roadmap ?

 

Thank

 

Best regards

 

Sébastien Coché

 



RE: CS Ip address reservation...

2013-10-11 Thread COCHE Sébastien
This parameters mean that the instance is not started (or stay stopped) at the 
end of creation (e.g. : to add a new virtual disk).
It doesn't forbid the vm startup.
I did not see any instance deployment parameter which could answer my need  :-(

Am I the only one guy who need to mix virtual and physical environments ?
I don't think so...
I saw that, since CS 4.1 system VM are not automatically shutdown, when all 
instances are shutdown,   to maintain communication between physical servers 
and public network.
So, how do they do, to deploy a physical equipment in a subnet managed by 
CloudStack ?

Best regards

Sébastien


-Message d'origine-
De : Suresh Sadhu [mailto:suresh.sa...@citrix.com] 
Envoyé : jeudi 10 octobre 2013 19:30
À : users@cloudstack.apache.org
Objet : RE: CS Ip address reservation...

You can try with  deployvirtualmachine  API with startvm=false parameter.


Regards
Sadhu


-Original Message-
From: COCHE Sébastien [mailto:sco...@sigma.fr] 
Sent: 10 October 2013 22:29
To: users@cloudstack.apache.org
Subject: RE: CS Ip address reservation...

Thank for your reply.
I already thought about this workaround. But how ? If I do that, CS will create 
a Virtual Machine (instance) onto the hypervisors cluster. This will consume 
disk resources and if someone start the instance, I will have an IP Address 
conflict on the network.
Am I wrong ?
How can I create a new instance without deploying it ?
Or how can I lock the instance startup ?

Thanks,

Sébastien

-Message d'origine-
De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] 
Envoyé : jeudi 10 octobre 2013 15:57
À : users@cloudstack.apache.org
Objet : RE: CS Ip address reservation...

Hi,

You cannot reserve IPs in a shared network, this functionality is available for 
VPC/Isolated network only.
For shared networks, as Jayapal suggested you can pick an IP and statically 
assign it to the physical server.
Use deployvm API with IP address param (choose it from your unallocated 
IPaddress pool) for your CloudStack vms.

Thanks,
Saksham

-Original Message-
From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
Sent: Thursday, October 10, 2013 6:58 PM
To: users@cloudstack.apache.org
Subject: Re: CS Ip address reservation...

Hi,

I think you can't reserve the ips in shared network.

pick an ip address from the pool and use for your external server. 
For Vm deployment use the API and pass ip from the unreserved pool.

Thanks,
Jayapal

On 10-Oct-2013, at 6:36 PM, COCHE Sébastien sco...@sigma.fr
 wrote:

 Hi all,
 
 Is it possible, with CloudStack, to reserve an IP address, on a shared 
 network, to be used by an external server, unmanaged by CloudStack ?
 The goal is to integrate physical server (ie : Oracle Database) in a virtual 
 environment managed by CloudStack.
 
 Thank a lot
 
 Best regards
 
 Sébastien



RE: CS Ip address reservation...

2013-10-11 Thread COCHE Sébastien
OK, if I understand, I have to :
1) disable DHCP service onto the network offering used
2) manage IP pool for this network, externally, in order to set address for 
each instances and physical servers.

I would like a more friendly solution. For example, by using bare metal 
deployment solution.
Do you think it could answer my need ?

Sébastien

-Message d'origine-
De : Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
Envoyé : vendredi 11 octobre 2013 11:53
À : users@cloudstack.apache.org
Objet : Re: CS Ip address reservation...

Hi,

What I am saying is pick ip address a.b.c.d from the pool for your physical 
server.
Once the ip is picked later if you deploy vm, we need to avoid cloudstack to 
assign it to user VMs to avoid conflict. For this while creating user vms 
specify the ip address so that cloudstack will not pick a.b.c.d.

You can also do the following:
pick the ip for your external server. later if you deploy VM, if the vm gets 
the ip which you selected then stop the VM.

Thanks,
Jayapal

On 10-Oct-2013, at 10:28 PM, COCHE Sébastien sco...@sigma.fr wrote:

 Thank for your reply.
 I already thought about this workaround. But how ? If I do that, CS will 
 create a Virtual Machine (instance) onto the hypervisors cluster. This will 
 consume disk resources and if someone start the instance, I will have an IP 
 Address conflict on the network.
 Am I wrong ?
 How can I create a new instance without deploying it ?
 Or how can I lock the instance startup ?
 
 Thanks,
 
 Sébastien
 
 -Message d'origine-
 De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] 
 Envoyé : jeudi 10 octobre 2013 15:57
 À : users@cloudstack.apache.org
 Objet : RE: CS Ip address reservation...
 
 Hi,
 
 You cannot reserve IPs in a shared network, this functionality is available 
 for VPC/Isolated network only.
 For shared networks, as Jayapal suggested you can pick an IP and statically 
 assign it to the physical server.
 Use deployvm API with IP address param (choose it from your unallocated 
 IPaddress pool) for your CloudStack vms.
 
 Thanks,
 Saksham
 
 -Original Message-
 From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
 Sent: Thursday, October 10, 2013 6:58 PM
 To: users@cloudstack.apache.org
 Subject: Re: CS Ip address reservation...
 
 Hi,
 
 I think you can't reserve the ips in shared network.
 
 pick an ip address from the pool and use for your external server. 
 For Vm deployment use the API and pass ip from the unreserved pool.
 
 Thanks,
 Jayapal
 
 On 10-Oct-2013, at 6:36 PM, COCHE Sébastien sco...@sigma.fr
 wrote:
 
 Hi all,
 
 Is it possible, with CloudStack, to reserve an IP address, on a shared 
 network, to be used by an external server, unmanaged by CloudStack ?
 The goal is to integrate physical server (ie : Oracle Database) in a virtual 
 environment managed by CloudStack.
 
 Thank a lot
 
 Best regards
 
 Sébastien
 



RE: CS Ip address reservation...

2013-10-11 Thread COCHE Sébastien
OK, I correctly understand the process. But it's what I said in my previous 
message, I have to manage IP subnet, externally (by flagging IP address already 
used).
Rather than setting IP address for each virtual instance deployed, I would 
prefer reserving IP address for physical server. Like this I keep the 
management IP in CloudStack.
If it is not possible, I will do what you say.

-Message d'origine-
De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] 
Envoyé : vendredi 11 octobre 2013 12:26
À : users@cloudstack.apache.org
Objet : RE: CS Ip address reservation...

Considering you have allocated 10.102.198.1 to 10.102.198.10 You statically 
assign 10.102.198.5 to your physical server.
Now you can create an instance like this : 

http://10.102.192.243:8096/client/api?command=deployVirtualMachineserviceofferingid=2templateid=4zoneid=1networkids=your_shared_network_idipaddress=10.102.198.6
The IP of this VM will be 10.102.198.6

Similarly few vms can be deployed using Ips like 10.102.198.2, 10.102.198.3, 
10.102.198.7 .. etc.
Using the Ip address param will force the vm to have the specified IP (kind of 
bypass the dhcp).

Thanks,
Saksham

-Original Message-
From: COCHE Sébastien [mailto:sco...@sigma.fr]
Sent: Friday, October 11, 2013 3:51 PM
To: users@cloudstack.apache.org
Subject: RE: CS Ip address reservation...

OK, if I understand, I have to :
1) disable DHCP service onto the network offering used
2) manage IP pool for this network, externally, in order to set address for 
each instances and physical servers.

I would like a more friendly solution. For example, by using bare metal 
deployment solution.
Do you think it could answer my need ?

Sébastien

-Message d'origine-
De : Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com]
Envoyé : vendredi 11 octobre 2013 11:53
À : users@cloudstack.apache.org
Objet : Re: CS Ip address reservation...

Hi,

What I am saying is pick ip address a.b.c.d from the pool for your physical 
server.
Once the ip is picked later if you deploy vm, we need to avoid cloudstack to 
assign it to user VMs to avoid conflict. For this while creating user vms 
specify the ip address so that cloudstack will not pick a.b.c.d.

You can also do the following:
pick the ip for your external server. later if you deploy VM, if the vm gets 
the ip which you selected then stop the VM.

Thanks,
Jayapal

On 10-Oct-2013, at 10:28 PM, COCHE Sébastien sco...@sigma.fr wrote:

 Thank for your reply.
 I already thought about this workaround. But how ? If I do that, CS will 
 create a Virtual Machine (instance) onto the hypervisors cluster. This will 
 consume disk resources and if someone start the instance, I will have an IP 
 Address conflict on the network.
 Am I wrong ?
 How can I create a new instance without deploying it ?
 Or how can I lock the instance startup ?
 
 Thanks,
 
 Sébastien
 
 -Message d'origine-
 De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com]
 Envoyé : jeudi 10 octobre 2013 15:57
 À : users@cloudstack.apache.org
 Objet : RE: CS Ip address reservation...
 
 Hi,
 
 You cannot reserve IPs in a shared network, this functionality is available 
 for VPC/Isolated network only.
 For shared networks, as Jayapal suggested you can pick an IP and statically 
 assign it to the physical server.
 Use deployvm API with IP address param (choose it from your unallocated 
 IPaddress pool) for your CloudStack vms.
 
 Thanks,
 Saksham
 
 -Original Message-
 From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com]
 Sent: Thursday, October 10, 2013 6:58 PM
 To: users@cloudstack.apache.org
 Subject: Re: CS Ip address reservation...
 
 Hi,
 
 I think you can't reserve the ips in shared network.
 
 pick an ip address from the pool and use for your external server. 
 For Vm deployment use the API and pass ip from the unreserved pool.
 
 Thanks,
 Jayapal
 
 On 10-Oct-2013, at 6:36 PM, COCHE Sébastien sco...@sigma.fr
 wrote:
 
 Hi all,
 
 Is it possible, with CloudStack, to reserve an IP address, on a shared 
 network, to be used by an external server, unmanaged by CloudStack ?
 The goal is to integrate physical server (ie : Oracle Database) in a virtual 
 environment managed by CloudStack.
 
 Thank a lot
 
 Best regards
 
 Sébastien
 



RE: CS Ip address reservation...

2013-10-11 Thread COCHE Sébastien
Thank you Saksham,
It is exactly what i need, ..., but for shared network.
I will have a look to the VPC feature, to see if this network implementation is 
possible, in my context.
Do you know why this feature (ie: IP reservation) is only available for 
Isolated guest network ?

Regards 

Sébastien

-Message d'origine-
De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] 
Envoyé : vendredi 11 octobre 2013 12:56
À : users@cloudstack.apache.org
Objet : RE: CS Ip address reservation...

Yes IP address reservation as a feature is available for Isolated Guest 
Networks and VPC. Pleaser have a look:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+-+IP+Range+Reservation+within+a+Network
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/reserved-ip-addresses-non-csvms.html

If shared network is not a strict requirement, you could try isolated guest 
network.
It will reserve a set of IPs that can be used for Physical Servers (Reserved 
Range).
Then you can deploy CloudStack VMs that will be strictly deployed in 
non-Reserved Range part of the subnet.

Thanks,
Saksham 

-Original Message-
From: COCHE Sébastien [mailto:sco...@sigma.fr] 
Sent: Friday, October 11, 2013 4:12 PM
To: users@cloudstack.apache.org
Subject: RE: CS Ip address reservation...

OK, I correctly understand the process. But it's what I said in my previous 
message, I have to manage IP subnet, externally (by flagging IP address already 
used).
Rather than setting IP address for each virtual instance deployed, I would 
prefer reserving IP address for physical server. Like this I keep the 
management IP in CloudStack.
If it is not possible, I will do what you say.

-Message d'origine-
De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] 
Envoyé : vendredi 11 octobre 2013 12:26
À : users@cloudstack.apache.org
Objet : RE: CS Ip address reservation...

Considering you have allocated 10.102.198.1 to 10.102.198.10 You statically 
assign 10.102.198.5 to your physical server.
Now you can create an instance like this : 

http://10.102.192.243:8096/client/api?command=deployVirtualMachineserviceofferingid=2templateid=4zoneid=1networkids=your_shared_network_idipaddress=10.102.198.6
The IP of this VM will be 10.102.198.6

Similarly few vms can be deployed using Ips like 10.102.198.2, 10.102.198.3, 
10.102.198.7 .. etc.
Using the Ip address param will force the vm to have the specified IP (kind of 
bypass the dhcp).

Thanks,
Saksham

-Original Message-
From: COCHE Sébastien [mailto:sco...@sigma.fr]
Sent: Friday, October 11, 2013 3:51 PM
To: users@cloudstack.apache.org
Subject: RE: CS Ip address reservation...

OK, if I understand, I have to :
1) disable DHCP service onto the network offering used
2) manage IP pool for this network, externally, in order to set address for 
each instances and physical servers.

I would like a more friendly solution. For example, by using bare metal 
deployment solution.
Do you think it could answer my need ?

Sébastien

-Message d'origine-
De : Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com]
Envoyé : vendredi 11 octobre 2013 11:53
À : users@cloudstack.apache.org
Objet : Re: CS Ip address reservation...

Hi,

What I am saying is pick ip address a.b.c.d from the pool for your physical 
server.
Once the ip is picked later if you deploy vm, we need to avoid cloudstack to 
assign it to user VMs to avoid conflict. For this while creating user vms 
specify the ip address so that cloudstack will not pick a.b.c.d.

You can also do the following:
pick the ip for your external server. later if you deploy VM, if the vm gets 
the ip which you selected then stop the VM.

Thanks,
Jayapal

On 10-Oct-2013, at 10:28 PM, COCHE Sébastien sco...@sigma.fr wrote:

 Thank for your reply.
 I already thought about this workaround. But how ? If I do that, CS will 
 create a Virtual Machine (instance) onto the hypervisors cluster. This will 
 consume disk resources and if someone start the instance, I will have an IP 
 Address conflict on the network.
 Am I wrong ?
 How can I create a new instance without deploying it ?
 Or how can I lock the instance startup ?
 
 Thanks,
 
 Sébastien
 
 -Message d'origine-
 De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com]
 Envoyé : jeudi 10 octobre 2013 15:57
 À : users@cloudstack.apache.org
 Objet : RE: CS Ip address reservation...
 
 Hi,
 
 You cannot reserve IPs in a shared network, this functionality is available 
 for VPC/Isolated network only.
 For shared networks, as Jayapal suggested you can pick an IP and statically 
 assign it to the physical server.
 Use deployvm API with IP address param (choose it from your unallocated 
 IPaddress pool) for your CloudStack vms.
 
 Thanks,
 Saksham
 
 -Original Message-
 From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com]
 Sent: Thursday, October 10, 2013 6:58 PM
 To: users@cloudstack.apache.org
 Subject: Re: CS Ip address

CS Ip address reservation...

2013-10-10 Thread COCHE Sébastien
Hi all,

Is it possible, with CloudStack, to reserve an IP address, on a shared network, 
to be used by an external server, unmanaged by CloudStack ?
The goal is to integrate physical server (ie : Oracle Database) in a virtual 
environment managed by CloudStack.

Thank a lot

Best regards

Sébastien


RE: CS Ip address reservation...

2013-10-10 Thread COCHE Sébastien
Thank for your reply.
I already thought about this workaround. But how ? If I do that, CS will create 
a Virtual Machine (instance) onto the hypervisors cluster. This will consume 
disk resources and if someone start the instance, I will have an IP Address 
conflict on the network.
Am I wrong ?
How can I create a new instance without deploying it ?
Or how can I lock the instance startup ?

Thanks,

Sébastien

-Message d'origine-
De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] 
Envoyé : jeudi 10 octobre 2013 15:57
À : users@cloudstack.apache.org
Objet : RE: CS Ip address reservation...

Hi,

You cannot reserve IPs in a shared network, this functionality is available for 
VPC/Isolated network only.
For shared networks, as Jayapal suggested you can pick an IP and statically 
assign it to the physical server.
Use deployvm API with IP address param (choose it from your unallocated 
IPaddress pool) for your CloudStack vms.

Thanks,
Saksham

-Original Message-
From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
Sent: Thursday, October 10, 2013 6:58 PM
To: users@cloudstack.apache.org
Subject: Re: CS Ip address reservation...

Hi,

I think you can't reserve the ips in shared network.

pick an ip address from the pool and use for your external server. 
For Vm deployment use the API and pass ip from the unreserved pool.

Thanks,
Jayapal

On 10-Oct-2013, at 6:36 PM, COCHE Sébastien sco...@sigma.fr
 wrote:

 Hi all,
 
 Is it possible, with CloudStack, to reserve an IP address, on a shared 
 network, to be used by an external server, unmanaged by CloudStack ?
 The goal is to integrate physical server (ie : Oracle Database) in a virtual 
 environment managed by CloudStack.
 
 Thank a lot
 
 Best regards
 
 Sébastien



RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread COCHE Sébastien
Hi Enrique,

I had the same issue  on 4.0, 4.0.1 and 4.1 CloudStack's releases.
I followed the documentation for complex deployment (CloudStack Manager and 
hypervisor (ESX) on a different networks)
After some research it seems that the VPC's vRouter do not have a route to 
communicate with CloudStack server. On a VPC vRouter, the default route is set 
on the public network.
I already post on this issue, and I did not have any feedback (my question 
could be not clear). 
I hope you will be luckiest.

Best regards

-Message d'origine-
De : Enrique Ladrón de Guevara Hernández [mailto:enrique...@hotmail.com] 
Envoyé : mercredi 4 septembre 2013 00:23
À : users@cloudstack.apache.org
Cc : d...@cloudstack.apache.org
Objet : RE: VPC virtual router fails to start up - no route to CS Management 
Server.

Hi,

I don't know why but don't achive to insert the tar file ...

You can download it in this link: http://we.tl/kHJtO3BK3f

Regards.



 From: enrique...@hotmail.com
 To: users@cloudstack.apache.org
 CC: d...@cloudstack.apache.org
 Subject: RE: VPC virtual router fails to start up - no route to CS Management 
 Server.
 Date: Wed, 4 Sep 2013 00:15:10 +0200

 Hi,

 Logs and screenshots attached in a tar file.

 In my case, the type of the first interface is Control, as you can see in 
 the screenshots.

 @developers, if you need more info let me know.

 Thanks to everyone,
 Regards.


 Date: Tue, 3 Sep 2013 08:05:10 +0100
 Subject: Re: VPC virtual router fails to start up - no route to CS
 Management Server.
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 CC: d...@cloudstack.apache.org

 Hi,

 I couldn't find any screenshots in the string of messages.
 Looking at the logs it almost seems as like the VPC is stopping 
 unexpectedly.

 Looking at my VPC, the first interface is a Link Local for Control 
 type traffic, which is running on KVM.
 I will CC this into the dev mailinglist in search for a developer 
 who knows more about VMWare and VPCs.

 In the meantime, please could you attach (in a tar), the screenshots 
 of the VPC interfaces from the cloudstack interfaces.

 Thanks,
 Marty




 On Mon, Sep 2, 2013 at 6:28 PM, Enrique Ladrón de Guevara Hernández 
  enrique...@hotmail.com wrote:

 Hi Marty,

 Sorry, could you look at the logs and screenshots?? Do you need 
 more info to debug the issue??

 Do you know if there is a bug related to this scenario??

 I try to find any information on Internet and check my config but I 
 don't know how to continue go ahead ...

 Do you recommend re-installing CS software with other version or 
 the same version ??

 Thanks in advanced for your help.
 Regards.


 
 From: enrique...@hotmail.com
 To: users@cloudstack.apache.org
 Subject: RE: VPC virtual router fails to start up - no route to CS
 Management Server.
 Date: Wed, 28 Aug 2013 20:16:26 +0200

 Now better!

 Regards.

 
 From: enrique...@hotmail.com
 To: users@cloudstack.apache.org
 Subject: RE: VPC virtual router fails to start up - no route to 
 CS
 Management Server.
 Date: Wed, 28 Aug 2013 20:09:39 +0200

 Hi Marty,

 I have used a new test to capture screenshots and logs:

 VPC Name: VPC-Test
 Job: job-69
 vrsm: r-59-VM

 you can find files attached.

 Thanks,
 Regards.

 -
 
 Date: Wed, 28 Aug 2013 10:16:23 +0100
 Subject: Re: VPC virtual router fails to start up - no route to 
 CS
 Management Server.
 From: msweet@gmail.com
 To: users@cloudstack.apache.org

 Hi,

 Could you let me know the IP addresses listed in the cloudstack
 interface
 under Infrastructure Virtual Routers VPC

 Marty


 On Tue, Aug 27, 2013 at 11:11 PM, Enrique Ladrón de Guevara
 Hernández 
 enrique...@hotmail.com wrote:

 Hi Marty,

 Yes, I have still got this issue ... :S I'm very lost ...

 Guest Networks are working fine, but in VPC nop ...

 If you need more info, please let me know.

 Thanks a lot for your time,
 Regards.


 
 Date: Tue, 27 Aug 2013 22:54:11 +0100
 Subject: Re: VPC virtual router fails to start up - no route 
 to CS
 Management Server.
 From: msweet@gmail.com
 To: users@cloudstack.apache.org

 Hi Enrique,

 Sorry I haven't got back to you, is this still an issue?
 If so, I will take a look at it and get back to you in the morning.

 Thanks,
 Marty

 On Monday, August 26, 2013, Enrique Ladrón de Guevara 
 Hernández
 wrote:

 Hi Marty,

 My apologies for the format. I hope this time the email
 format will
 be
 better. You can find the logs attached.

 In this log you can see several VPC deployment tests. One of 
 them
 is:
 - VPC name: VPC-Prueba-1
 - job: job-11
 - ssvm: r-53-VM.

 I use GUI to create VPC. The system VM (virutal router) is 
 created
 and I
 can log in by console (VNC or VMWARE console), but after 40 
 min
 (aprox)
 this SSVM are destroyed because the MS is not able to
 

RE: CloudStack Network architecture for VPC...

2013-07-09 Thread COCHE Sébastien
Hello

 

No body deployed VPC feature on a large scale deployment ?  L

 

 

De : COCHE Sébastien [mailto:sco...@sigma.fr] 
Envoyé : lundi 8 juillet 2013 11:49
À : users@cloudstack.apache.org
Objet : RE: CloudStack Network architecture for VPC...

 

It seems the VPC feature work fine in a small-scale deployment (when cloudstack 
management is on the same network that hypervisors)

Does anyone already used VPC on large-scale deployment ?

My configuration look like this schema ( taken in Cloustack installation guide 
4.0.0, chapter 9.2)



 

-Message d'origine-
De : COCHE Sébastien [mailto:sco...@sigma.fr] 
Envoyé : lundi 8 juillet 2013 11:24
À : users@cloudstack.apache.org
Objet : CloudStack Network architecture for VPC...

 

Hello all,

 

 

 

I want to test VPC feature on CloudStack.

 

When I deploy a new VPC, le communication failed between VPC's vrouter and 
CloudStack manager.

 

After some investigation, it seems that the vRouter default gateway is set on 
public subnet, and there is no static route configured to join the Cloudstack 
manager on the management network.

 

I configure a subnet for Cloud management (cloudstack manager, vCenter server, 
...) and a subnet for each Pod (VMware hypervisor and KVM hypervisors).

 

Can you tell me what is wrong in my design ? 

 

Shoud I add a Cloudstack manager NIC in each Pod or should I put hypervisors in 
the same subnet that the CloudStack Manager ?

 

 

 

Standard vRouter worked fine in that design...

 

 

 

Thank you

 

 

 

Best regards

 

 

 

Sébastien Coché, Architecte Infrastructure Direction Veille  Méthodes

 

(+33) 2.53.48.92.57 - poste : 92.57

 

(+33) 6.22.25.03.74

 

 

 

SIGMA Informatique - http://www.sigma.fr/ http://www.sigma.fr/  
http://www.sigma.fr/ http://www.sigma.fr/ 

3 rue Newton - BP 4127

44241 La Chapelle sur Erdre Cedex

 

 

 



CloudStack Network architecture for VPC...

2013-07-08 Thread COCHE Sébastien
Hello all,

 

I want to test VPC feature on CloudStack.

When I deploy a new VPC, le communication failed between VPC's vrouter and 
CloudStack manager.

After some investigation, it seems that the vRouter default gateway is set on 
public subnet, and there is no static route configured to join the Cloudstack 
manager on the management network.

I configure a subnet for Cloud management (cloudstack manager, vCenter server, 
...) and a subnet for each Pod (VMware hypervisor and KVM hypervisors).

Can you tell me what is wrong in my design ? 

Shoud I add a Cloudstack manager NIC in each Pod or should I put hypervisors in 
the same subnet that the CloudStack Manager ?

 

Standard vRouter worked fine in that design...

 

Thank you

 

Best regards

 

Sébastien Coché, Architecte Infrastructure
Direction Veille  Méthodes

(+33) 2.53.48.92.57 - poste : 92.57

(+33) 6.22.25.03.74

 

SIGMA Informatique - http://www.sigma.fr/ http://www.sigma.fr/ 
3 rue Newton - BP 4127
44241 La Chapelle sur Erdre Cedex

 



RE: CloudStack Network architecture for VPC...

2013-07-08 Thread COCHE Sébastien
It seems the VPC feature work fine in a small-scale deployment (when cloudstack 
management is on the same network that hypervisors)

Does anyone already used VPC on large-scale deployment ?

My configuration look like this schema ( taken in Cloustack installation guide 
4.0.0, chapter 9.2)

 

 

-Message d'origine-
De : COCHE Sébastien [mailto:sco...@sigma.fr] 
Envoyé : lundi 8 juillet 2013 11:24
À : users@cloudstack.apache.org
Objet : CloudStack Network architecture for VPC...

 

Hello all,

 

 

I want to test VPC feature on CloudStack.

 

When I deploy a new VPC, le communication failed between VPC's vrouter and 
CloudStack manager.

 

After some investigation, it seems that the vRouter default gateway is set on 
public subnet, and there is no static route configured to join the Cloudstack 
manager on the management network.

 

I configure a subnet for Cloud management (cloudstack manager, vCenter server, 
...) and a subnet for each Pod (VMware hypervisor and KVM hypervisors).

 

Can you tell me what is wrong in my design ? 

 

Shoud I add a Cloudstack manager NIC in each Pod or should I put hypervisors in 
the same subnet that the CloudStack Manager ?

 

 

Standard vRouter worked fine in that design...

 

 

Thank you

 

 

Best regards

 

 

Sébastien Coché, Architecte Infrastructure Direction Veille  Méthodes

 

(+33) 2.53.48.92.57 - poste : 92.57

 

(+33) 6.22.25.03.74

 

 

SIGMA Informatique - http://www.sigma.fr/ http://www.sigma.fr/  
http://www.sigma.fr/ http://www.sigma.fr/ 

3 rue Newton - BP 4127

44241 La Chapelle sur Erdre Cedex

 

 



System VMs halt during configuration

2013-06-10 Thread COCHE Sébastien
Hello all,

I am installing, from scratch and from rpm : 
http://cloudstack.apt-get.eu/rhel/4.1/  , a CS 4.1 platform based on Vmware 
vSphere 5.0.
The installation et configuration worked fine, when I enable the zone, the 
system vm template is copied on the Primary storage, and two system vm are 
deployed (SSVM  Console proxy VM).
The problem occur during the system vm configuration : The system vm start, 
ping the CloudStack manager, and stop   :-(
When I filter on the words : 'exception|unable|fail|invalid|leak|invalid|warn' 
I get the following messages :

Did you already had this issue ?
Do you know what happen ?
Do you know if the CS 4.1 rpm packages support VMware 5.0 (NoNoss) ?
How did you install CloudStack 4.1 in order it work with Vmware 5.0 (from rpm 
or from sources) ?

--
2013-06-10 14:29:55,703 ERROR [cloud.api.ApiServlet] (catalina-exec-7:null) 
unknown exception writing api response
java.lang.NullPointerException
2013-06-10 14:30:02,095 WARN  [utils.crypt.EncryptionSecretKeyChecker] 
(Timer-1:null) Encryption already enabled, is check() called twice?
2013-06-10 14:30:07,380 WARN  [utils.crypt.EncryptionSecretKeyChecker] 
(Timer-1:null) Encryption already enabled, is check() called twice?
2013-06-10 14:30:10,824 WARN  [cloud.cluster.ClusterManagerImpl] 
(Cluster-Notification-1:null) Notifying management server join event took 28 ms
2013-06-10 14:34:56,627 DEBUG [cloud.resource.ServerResourceBase] 
(catalina-exec-24:null) Unable to get network interface for xenbr0
2013-06-10 14:34:56,627 DEBUG [cloud.resource.ServerResourceBase] 
(catalina-exec-24:null) Unable to get network interface for xenbr1
2013-06-10 14:34:56,791 WARN  [agent.manager.AgentManagerImpl] 
(catalina-exec-24:null) Resource [Host:3] is unreachable: Host 3: Host with 
specified id is not in the right state: Connecting
2013-06-10 14:34:56,821 DEBUG [cloud.host.Status] (catalina-exec-24:null) 
Unable to update host for event:Ready. 
Name=nfs://172.31.58.230/exports/secondary; 
New=[status=Up:msid=null:lastpinged=1338737985]; 
Old=[status=Connecting:msid=null:lastpinged=1338737985]; 
DB=[status=Connecting:msid=345051641668:lastpinged=1338737985:old update 
count=2]
2013-06-10 14:35:37,298 WARN  [network.element.VpcVirtualRouterElement] 
(secstorage-1:null) Network Ntwk[200|Public|1] is not associated with any VPC
2013-06-10 14:35:37,338 WARN  [network.element.VpcVirtualRouterElement] 
(secstorage-1:null) Network Ntwk[202|Control|3] is not associated with any VPC
2013-06-10 14:35:37,400 WARN  [network.element.VpcVirtualRouterElement] 
(secstorage-1:null) Network Ntwk[201|Management|2] is not associated with any 
VPC
2013-06-10 14:35:37,458 WARN  [network.element.VpcVirtualRouterElement] 
(secstorage-1:null) Network Ntwk[203|Storage|4] is not associated with any VPC
2013-06-10 14:35:37,621 WARN  [network.element.VpcVirtualRouterElement] 
(consoleproxy-1:null) Network Ntwk[200|Public|1] is not associated with any VPC
2013-06-10 14:35:37,653 WARN  [network.element.VpcVirtualRouterElement] 
(consoleproxy-1:null) Network Ntwk[202|Control|3] is not associated with any VPC
2013-06-10 14:35:37,720 WARN  [network.element.VpcVirtualRouterElement] 
(consoleproxy-1:null) Network Ntwk[201|Management|2] is not associated with any 
VPC
2013-06-10 14:40:20,560 ERROR [vmware.mo.HostDatastoreBrowserMO] 
(DirectAgent-25:esxi50-01.cloud.labdvm.local) VMware searchDaastore_Task failed 
due to Fichier [2f7980c364b13d989eb0f9f39c344c72] ROOT-1-1 introuvable 
com.vmware.vim25.FileNotFound
2013-06-10 14:40:24,906 ERROR [vmware.mo.HostDatastoreBrowserMO] 
(DirectAgent-4:esxi50-02.cloud.labdvm.local) VMware searchDaastore_Task failed 
due to Fichier [2f7980c364b13d989eb0f9f39c344c72] ROOT-2-2 introuvable 
com.vmware.vim25.FileNotFound
2013-06-10 14:40:27,502 INFO  [vmware.manager.VmwareManagerImpl] 
(DirectAgent-2:esxi50-01.cloud.labdvm.local) Creating systemvm folder 
/var/cloudstack/mnt/VM/345051641668.268db8ce/systemvm failed. try with sudo 
privilege
2013-06-10 14:40:38,015 WARN  [vmware.resource.VmwareResource] 
(DirectAgent-16:esxi50-02.cloud.labdvm.local) Unrecognized broadcast type in 
VmwareResource, type: LinkLocal. Use vlan info from labeling: 6
2013-06-10 14:40:38,020 WARN  [vmware.resource.VmwareResource] 
(DirectAgent-2:esxi50-01.cloud.labdvm.local) Unrecognized broadcast type in 
VmwareResource, type: LinkLocal. Use vlan info from labeling: 6
2013-06-10 14:40:52,486 WARN  [vmware.mo.HypervisorHostHelper] 
(DirectAgent-2:esxi50-01.cloud.labdvm.local) Unable to prepare network on other 
host, vlan: 21, host: esxi50-02.cloud.labdvm.local
2013-06-10 14:41:22,778 INFO  [vmware.resource.VmwareResource] 
(DirectAgent-16:esxi50-02.cloud.labdvm.local) Could not connect to 
172.31.58.125 due to java.net.ConnectException: Connection refused
2013-06-10 14:42:06,552 INFO  [vmware.resource.VmwareResource] 
(DirectAgent-2:esxi50-01.cloud.labdvm.local) Could not connect to 172.31.58.124 
due to 

RE: CS KVM agent 4.1.0 install

2013-05-31 Thread COCHE Sébastien
Thank you very much.
It's working...

-Message d'origine-
De : Chip Childers [mailto:chip.child...@sungard.com] 
Envoyé : mercredi 29 mai 2013 21:46
À : COCHE Sébastien
Cc : users@cloudstack.apache.org
Objet : Re: CS KVM agent 4.1.0 install

On Wed, May 29, 2013 at 11:26:20AM +0200, COCHE Sébastien wrote:
 I wait for a long time that the 4.1 version is officially released.
 In order to not slow my project, I would like to test CS 4.1 version without 
 waiting the official release.
 I installed the core successfully, but I don't know how to install KVM 
 agent. So my platform is unusable :-( The release note you told me to check 
 do not say how to install/upgrade agent from source.

What platform are your hosts?

If CENTOS/RHEL, build the RPMs with the packaging/centos63/package.sh script.

If Ubuntu, then follow the packaging instructions to create the deb packages.

From there, if you installed via packages previously, follow the appropriate 
upgrade steps for that specific platform.

Hope that helps!

 
 
 -Message d'origine-
 De : Chip Childers [mailto:chip.child...@sungard.com]
 Envoyé : mardi 28 mai 2013 19:10
 À : users@cloudstack.apache.org
 Objet : Re: CS KVM agent 4.1.0 install
 
 On Tue, May 28, 2013 at 09:45:40AM +0200, COCHE Sébastien wrote:
  Hi all,
  
  I successfully install CS 4.1, using the procedure bellow.
  But I don't know, how to install/upgrade KVM's CS Agent.
  Can you help me ?
 
 When we officially release 4.1, the release notes includes a section on 
 upgrades.  Feel free to check it out in the source 
 (docs/en-US/Release_Notes.xml).
 
  
  Another question
  Some time ago, i could download CS artifacts from Jenkins website.
  Those ones are no longer available. Do you know why ?
 
 We aren't keeping those build artifacts around anymore, due to resource 
 consumption issues.
 
 


RE: CS KVM agent 4.1.0 install

2013-05-29 Thread COCHE Sébastien
I wait for a long time that the 4.1 version is officially released.
In order to not slow my project, I would like to test CS 4.1 version without 
waiting the official release.
I installed the core successfully, but I don't know how to install KVM agent. 
So my platform is unusable :-(
The release note you told me to check do not say how to install/upgrade agent 
from source.


-Message d'origine-
De : Chip Childers [mailto:chip.child...@sungard.com] 
Envoyé : mardi 28 mai 2013 19:10
À : users@cloudstack.apache.org
Objet : Re: CS KVM agent 4.1.0 install

On Tue, May 28, 2013 at 09:45:40AM +0200, COCHE Sébastien wrote:
 Hi all,
 
 I successfully install CS 4.1, using the procedure bellow.
 But I don't know, how to install/upgrade KVM's CS Agent.
 Can you help me ?

When we officially release 4.1, the release notes includes a section on 
upgrades.  Feel free to check it out in the source 
(docs/en-US/Release_Notes.xml).

 
 Another question
 Some time ago, i could download CS artifacts from Jenkins website.
 Those ones are no longer available. Do you know why ?

We aren't keeping those build artifacts around anymore, due to resource 
consumption issues.



CS KVM agent 4.1.0 install

2013-05-28 Thread COCHE Sébastien
Hi all,

I successfully install CS 4.1, using the procedure bellow.
But I don't know, how to install/upgrade KVM's CS Agent.
Can you help me ?

Another question
Some time ago, i could download CS artifacts from Jenkins website.
Those ones are no longer available. Do you know why ?

Thank you 

Regards

-Message d'origine-
De : Chip Childers [mailto:chip.child...@sungard.com] 
Envoyé : dimanche 26 mai 2013 16:57
À : users@cloudstack.apache.org
Objet : Fwd: [VOTE] Release Apache CloudStack 4.1.0 (fourth round)

Hi user@ folks!  We have started our fourth round of voting on 4.1.0.
Your feedback is welcome!

-chip

- Forwarded message from Chip Childers chip.child...@sungard.com -

Date: Sun, 26 May 2013 10:54:02 -0400
From: Chip Childers chip.child...@sungard.com
To: d...@cloudstack.apache.org
Subject: [VOTE] Release Apache CloudStack 4.1.0 (fourth round)
Message-ID: 20130526145402.gq90...@uslt-205755.sungardas.corp

Hi All,

I've created a 4.1.0 release, with the following artifacts up for a vote.

The changes from round 3 are two commits related to DEB packaging.

Git Branch and Commit SH:
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.1
Commit:  db007da15290970c842c3229a11051c20b512a65

List of changes:
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=CHANGES;hb=4.1

Source release (checksums and signatures are available at the same
location):
https://dist.apache.org/repos/dist/dev/cloudstack/4.1.0/

PGP release keys (signed using A99A5D58):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

Testing instructions are here:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure

Vote will be open for 72 hours.

For sanity in tallying the vote, can PMC members please be sure to indicate 
(binding) with their vote?

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

- End forwarded message -


System VM on KVM failed to start...

2013-04-19 Thread COCHE Sébastien
Hi all,

I have an issue when I try to start a vRouter on a KVM cluster (No problem with 
instance or System VM on vSphere)
I have the following messages in /var/log/message :
Apr 19 11:32:32 lnxkvm-01 libvirtd: 13800: error : 
virFileOpenForceOwnerMode:796 : cannot chown 
'/mnt/0cbee891-bbcc-3289-9f78-0affceae4341/r-357-VM-patchdisk' to (0, 0): 
Invalid argument
Apr 19 11:32:32 lnxkvm-01 libvirtd: 13800: error : 
virStorageBackendCreateRaw:401 : cannot create path 
'/mnt/0cbee891-bbcc-3289-9f78-0affceae4341/r-357-VM-patchdisk': Invalid argument

I look for posts on internet and I did not find any resolution  :-(

OS version : CentOS release 6.3
Libvirt version : libvirtd (libvirt) 0.9.10

Regards