Re: What SDN are you using?

2015-11-30 Thread sebgoa

On Nov 29, 2015, at 8:19 PM, Simon Weller  wrote:

> Nux,
> 
> The two most deployed SDN solutions are Vmware NSX-MH (Nicara) and Nuage VSP 
> (Alcatel-Lucent).  Neither are cheap!
> We've been evaluating whether we're going to run a POC on Nuage, as it does 
> have some very cool features including service chaining.
> Most of the other SDN plugins within CS are either very alpha, or haven't 
> received any updates in quite a while. 
> I polled the dev list list a few months back and it didn't appear anyone on 
> the lists were running (or willing to talk about) Big Switch, Midonet or 
> Stratosphere.

Midonet and Stratosphere are pretty much abandoned.
So is the open contrail driver.

Big Switch should work as it was updated recently and should be in 4.6 (let me 
cc KC Wange who did the refactor recently).

The opendaylight and native GRE have always been beta, and you are correct that 
they have not received much attention.

> I know someone built the start of a plugin for Open Daylight, but it hasn't 
> seen any development since then. We even reached out to Midonet, offering to 
> pay for support and they told us to install Openstack ;-)
> 
> We have the native KVM VXLAN implementation running in our lab and it seems 
> to work very well. We went 100% 10/40GB using open platform switches and 
> Cumulus linux.

Good to know.

> 
> Our main interest in SDN is to provide more advanced traffic steering and 
> security features later.
> 
> - Si
> 
> 
> 
> 
> 
> 
> From: Nux! 
> Sent: Sunday, November 29, 2015 12:56 PM
> To: Cloudstack Users List
> Cc: dev
> Subject: What SDN are you using?
> 
> Hello,
> 
> So besides the folks using Nicira, can anyone recommend any other SDN thing 
> or should I stay with v(x)lans?
> I'm kind of removed from this side of things since my deployments tend to be 
> with Security Grups in a single or few VLANs, any suggestions welcome, 
> preferably free/foss.
> 
> Lucian
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro



Re: What SDN are you using?

2015-11-30 Thread Vadim Kimlaychuk
I don't know if applicable, but I had very good impression from VyOS 
(http://vyos.net/wiki/Main_Page).


Vadim.

On 2015-11-29 20:56, Nux! wrote:


Hello,

So besides the folks using Nicira, can anyone recommend any other SDN 
thing or should I stay with v(x)lans?
I'm kind of removed from this side of things since my deployments tend 
to be with Security Grups in a single or few VLANs, any suggestions 
welcome, preferably free/foss.


Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro [1]




Links:
--
[1] http://www.nux.ro


Re: What SDN are you using?

2015-11-30 Thread Frank Louwers
Hi Vadim,

Are you using VyOS in a Cloudstack environment?


> On 30 Nov 2015, at 11:20, Vadim Kimlaychuk  wrote:
> 
> I don't know if applicable, but I had very good impression from VyOS 
> (http://vyos.net/wiki/Main_Page).
> 
> Vadim.
> 
> On 2015-11-29 20:56, Nux! wrote:
> 
>> Hello,
>> So besides the folks using Nicira, can anyone recommend any other SDN thing 
>> or should I stay with v(x)lans?
>> I'm kind of removed from this side of things since my deployments tend to be 
>> with Security Grups in a single or few VLANs, any suggestions welcome, 
>> preferably free/foss.
>> Lucian
>> --
>> Sent from the Delta quadrant using Borg technology!
>> Nux!
>> www.nux.ro [1]
> 
> 
> 
> Links:
> --
> [1] http://www.nux.ro



Re: Failed CloudStack 4.6 Upgrade

2015-11-30 Thread Dustin Wright
I confirmed I have no additional plugins in use for storage or networking. I’m 
using advanced /w basic VLAN networking (I went into the switches and 
pre-assigned a few hundred VLAN’s). All of the servers (Storage, Controller, 
Hypervisor) are all CentOS 6.7.

Any suggestions on how I should proceed to upgrade this cloud?

I built a new ACS 4.6 controller which is 100% vanilla just to ensure 
everything worked on CentOS 6 new. I’m just not sure how to proceed with my 
existing 4.5.2 deployment.

Dustin W

> On Nov 27, 2015, at 6:04 PM, Simon Weller  wrote:
> 
> There are not meant to be scheme changes on minor releases, but we'll have to 
> go and look back at the sql files in git to confirm that.
> 
> Do you have any additional plugins in use (i.e. storage, or networking)?
> 
> 
> 
> From: Dustin Wright 
> Sent: Wednesday, November 25, 2015 11:55 AM
> To: users@cloudstack.apache.org
> Subject: Re: Failed CloudStack 4.6 Upgrade
> 
> Simon,
> 
> I did as suggested and got a new SQL error further down the script (line 154, 
> user_id) see below...
> 
> I also found it strange the file schema-452to460.sql has the following copy 
> at the top..
> 
> --
> -- Schema upgrade from 4.5.1 to 4.6.0
> —
> 
> Shouldn’t it read 4.5.2 to 4.6.0?
> 
> [root@controller ~]# mysql cloud < 
> /usr/share/cloudstack-management/setup/db/schema-452to460.sql
> ERROR 1060 (42S21) at line 22: Duplicate column name 'min_iops'
> [root@controller ~]# vi 
> /usr/share/cloudstack-management/setup/db/schema-452to460.sql
> [root@controller ~]# mysql cloud < 
> /usr/share/cloudstack-management/setup/db/schema-452to460.sql
> ERROR 1060 (42S21) at line 154: Duplicate column name ‘user_id’
> 
> Dustin W
> 
>> On Nov 25, 2015, at 10:29 AM, Simon Weller  wrote:
>> 
>> Try commenting out both the min_iops and max_iops lines.
>> 
>> 
>> 
>> 
>> From: Dustin Wright 
>> Sent: Wednesday, November 25, 2015 8:58 AM
>> To: users@cloudstack.apache.org
>> Subject: Re: Failed CloudStack 4.6 Upgrade
>> 
>> This was a fresh 4.5.2 install. No previous upgrades.
>> 
>> I tried commenting out the offending SQL and it errors on the next line.
>> 
>> I will try to gather more info later today after I put out some other fires.
>> 
>> Dustin
>> 
>> 
>> 
>> Sent from my iPhone
>> 
>>> On Nov 25, 2015, at 7:51 AM, Simon Weller  wrote:
>>> 
>>> Dustin,
>>> 
>>> Was 4.5.2 a fresh install, or did you upgrade from a previous version to 
>>> it? If so, can you tell us the upgrade order?
>>> 
>>> - Si
>>> 
>>> 
>>> 
>>> From: Dustin Wright 
>>> Sent: Wednesday, November 25, 2015 6:21 AM
>>> To: users@cloudstack.apache.org
>>> Subject: Re: Failed CloudStack 4.6 Upgrade
>>> 
>>> This was a fairly vanilla ACS 4.5.2. It has maybe 1 cluster, 6 HV's and 10 
>>> HVM VM's with advanced networking (single port, vlan)
>>> 
>>> Never touched DB or UI.
>>> 
>>> All I did to upgrade was removed AWS APi as directed and loaded up the 4.6 
>>> repo.
>>> 
>>> I was going to troubleshoot more today might restore back.
>>> 
>>> Dustin
>>> 
>>> Sent from my iPhone
>>> 
 On Nov 25, 2015, at 5:56 AM, Rajani Karuturi  wrote:
 
 from which version are you trying to upgrade? Were there any custom changes
 on top of ACS?
 
 ~Rajani
 
 On Tue, Nov 24, 2015 at 3:39 AM, Dustin Wright <
 dwri...@untangledtechnology.com> wrote:
 
> I’ve facing an SQL error while trying to upgrade a CloudStack environment.
> Any suggestions?
> 
> [root@controller management]# tail management-server.log -f
> Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to
> execute upgrade script:
> /usr/share/cloudstack-management/setup/db/schema-452to460.sql
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:284)
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:341)
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:468)
> ... 45 more
> Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
> Duplicate column name 'min_iops'
> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)
> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
> at
> com.cloud.upgrade.DatabaseUpgradeChecker.runScript(DatabaseUpgradeChecker.java:275)
> ... 47 more
> ^C
> [root@controller management]# mysql cloud <
> /usr/share/cloudstack-management/setup/db/schema-452to460.sql
> ERROR 1060 (42S21) at line 22: Duplicate column name 'min_iops'
> 



Re: What SDN are you using?

2015-11-30 Thread Simon Weller
>
>From: Nux! 
>Sent: Monday, November 30, 2015 8:39 AM
>To: d...@cloudstack.apache.org
>Cc: Kuangching Wang; users@cloudstack.apache.org
>Subject: Re: What SDN are you using?
>
>Simon,
>
>To clarify, we're talking about this implementation, right?
>https://issues.apache.org/jira/browse/CLOUDSTACK-2328

Yes, correct.



RE: Disaster Recovery Cloud Stack

2015-11-30 Thread Yesid Mora
Hello, thanks for your comments and collaboration :)




Cordialmente,

Yesid Mora | Orchestration Engineer | O4IT
PBX: 251 Ext +57 (1) 423-5460 | Cel: 3124509565
Cr. 7 #74-56 | Oficina 202 | Bogotá, Colombia
http://www.o4it.com | mailto:ym...@o4it.com



-Original Message-
From: Nux! [mailto:n...@li.nux.ro]
Sent: Monday, November 30, 2015 10:42 AM
To: users@cloudstack.apache.org
Subject: Re: Disaster Recovery Cloud Stack

Yesid,

There is nothing in Cloudstack AFAIK that helps with DR apart from doing all 
the manual work I described earlier.
The roollback will also have to be manual and similar.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Yesid Mora" 
> To: users@cloudstack.apache.org
> Sent: Monday, 30 November, 2015 14:51:38
> Subject: Disaster Recovery Cloud Stack

> Hello, yes thanks for your comments, and the rollback after zone
> original is ready? is copy the snapshot to the original zone correct?
> And create a new VM's for the zone, you have a information for migrate
> the IP's or exist a document to DR service Cloudstack, exist other process 
> for apply DR.
>
> Thanks
>
>
>
> Cordialmente,
>
> Yesid Mora | Orchestration Engineer | O4IT
> PBX: 251 Ext +57 (1) 423-5460 | Cel: 3124509565 Cr. 7 #74-56 | Oficina
> 202 | Bogotá, Colombia http://www.o4it.com | mailto:ym...@o4it.com
>
>
>
> -Original Message-
> From: Nux! [mailto:n...@li.nux.ro]
> Sent: Sunday, November 29, 2015 1:05 PM
> To: users@cloudstack.apache.org
> Subject: Re: Disaster Recovery Cloud Stack
>
> Rene,
>
> Disaster recovery usually means copying/running off-site, enabling
> recovery of operations in the case of disaster in the main site. It's
> not quite HA, as a certain amount of downtime is implied. :)
>
> One way to achieve DR for example is to snapshot your volumes
> regularly and xfer them off-site (different region/zone?), then create
> instances from them in case the main site goes down - of course there
> are more things implied, but that's the gist of it.
> IPs will also have to be moved somehow.
>
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
>> From: "Rene Moser" 
>> To: users@cloudstack.apache.org
>> Sent: Saturday, 28 November, 2015 17:37:03
>> Subject: Re: Disaster Recovery Cloud Stack
>
>> Hi
>>
>> On 11/27/2015 10:04 PM, Yesid Mora wrote:
>>> Hello guys, please confirm if exist option for disaster recovery in
>>> any version the CloudStack, and confirm if exist manual to
>>> configured this option
>>
>> Could you be more specific what kind of disaster you think about.
>>
>> Is it high availability of management server? Database? Rollback
>> after failed upgrade scenario? Host clusters HA? Regions?
>>
>> Regards
> > René


Re: Disaster Recovery Cloud Stack

2015-11-30 Thread Nux!
Yesid,

There is nothing in Cloudstack AFAIK that helps with DR apart from doing all 
the manual work I described earlier.
The roollback will also have to be manual and similar.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Yesid Mora" 
> To: users@cloudstack.apache.org
> Sent: Monday, 30 November, 2015 14:51:38
> Subject: Disaster Recovery Cloud Stack

> Hello, yes thanks for your comments, and the rollback after zone original is
> ready? is copy the snapshot to the original zone correct? And create a new 
> VM's
> for the zone, you have a information for migrate the IP's or exist a document
> to DR service Cloudstack, exist other process for apply DR.
> 
> Thanks
> 
> 
> 
> Cordialmente,
> 
> Yesid Mora | Orchestration Engineer | O4IT
> PBX: 251 Ext +57 (1) 423-5460 | Cel: 3124509565
> Cr. 7 #74-56 | Oficina 202 | Bogotá, Colombia
> http://www.o4it.com | mailto:ym...@o4it.com
> 
> 
> 
> -Original Message-
> From: Nux! [mailto:n...@li.nux.ro]
> Sent: Sunday, November 29, 2015 1:05 PM
> To: users@cloudstack.apache.org
> Subject: Re: Disaster Recovery Cloud Stack
> 
> Rene,
> 
> Disaster recovery usually means copying/running off-site, enabling recovery of
> operations in the case of disaster in the main site. It's not quite HA, as a
> certain amount of downtime is implied. :)
> 
> One way to achieve DR for example is to snapshot your volumes regularly and 
> xfer
> them off-site (different region/zone?), then create instances from them in 
> case
> the main site goes down - of course there are more things implied, but that's
> the gist of it.
> IPs will also have to be moved somehow.
> 
> Lucian
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro
> 
> - Original Message -
>> From: "Rene Moser" 
>> To: users@cloudstack.apache.org
>> Sent: Saturday, 28 November, 2015 17:37:03
>> Subject: Re: Disaster Recovery Cloud Stack
> 
>> Hi
>>
>> On 11/27/2015 10:04 PM, Yesid Mora wrote:
>>> Hello guys, please confirm if exist option for disaster recovery in
>>> any version the CloudStack, and confirm if exist manual to configured
>>> this option
>>
>> Could you be more specific what kind of disaster you think about.
>>
>> Is it high availability of management server? Database? Rollback after
>> failed upgrade scenario? Host clusters HA? Regions?
>>
>> Regards
> > René


Re: [poll] cloudstack exam

2015-11-30 Thread Stephan Seitz

> Quick poll: has anybody here taken the ACCEL cloudstack certification
> exam ? what did you think ? Too hard, too easy ? – about right ?

Well, I signed the usual NDA at pearson vue, so I shouldn't answer in
detail :)
The exam covered a lot of aspects around ACS, in my opinion well
balanced. I did it spontanously (but with (A)CS hands-on since 2.2) and
managed it.
It obviously shows some parallels to LPIC 304, but I assume this is
inevitable.

So, about right, I'ld say.

>  
> Also, by way of reminder: if you use the code  ACCELpromocodeASF when
> registering for the exam, 1/3 of the fee goes to the ACS project
>  
> Kind Regards
> Giles
>  
> Giles Sirett
> CEO


signature.asc
Description: This is a digitally signed message part


Re: What SDN are you using?

2015-11-30 Thread Vadim Kimlaychuk
We mostly use it as external (to Cloudstack) intelligent switch/router, 
but also installed it as guest VM within cloud to provide customized SDN 
functionality.


Vadim.

On 2015-11-30 13:10, Nux! wrote:


Hello Vadim,

How exactly are you integrating VyOS in Cloudstack? We're also using it 
internally, but not sure how it would help us, especially with regards 
to SDN.


Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro [1]

- Original Message -


From: "Vadim Kimlaychuk" 
To: d...@cloudstack.apache.org
Cc: users@cloudstack.apache.org, "Nux!" 
Sent: Monday, 30 November, 2015 11:09:18
Subject: Re: What SDN are you using?


We have been using it at our DEV cloud around year ago. Now we are out
or resources so dev- environment is destroyed.

Vadim.

On 2015-11-30 12:24, Frank Louwers wrote:

Hi Vadim,

Are you using VyOS in a Cloudstack environment?

On 30 Nov 2015, at 11:20, Vadim Kimlaychuk  wrote:

I don't know if applicable, but I had very good impression from VyOS
(http://vyos.net/wiki/Main_Page [2] [1 [2]]).

Vadim.

On 2015-11-29 20:56, Nux! wrote:

Hello,
So besides the folks using Nicira, can anyone recommend any other SDN
thing or should I stay with v(x)lans?
I'm kind of removed from this side of things since my deployments tend
to be with Security Grups in a single or few VLANs, any suggestions
welcome, preferably free/foss.
Lucian
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro [1] [2 [1]] [1 [2]]

Links:
--
[1] http://www.nux.ro [1] [2 [1]]

Links:
--
[1] http://vyos.net/wiki/Main_Page [2]
[2] http://www.nux.ro [1]




Links:
--
[1] http://www.nux.ro
[2] http://vyos.net/wiki/Main_Page


Re: CloudStack Users survey

2015-11-30 Thread mvs babu
My organization name is listed in ACS Known Users List.


Thanks Erik and Giles..! 


Thank you,
Suneel Mallela

AxiomIO.





From: mvs babu
Sent: ‎Tuesday‎, ‎November‎ ‎3‎, ‎2015 ‎2‎:‎30‎ ‎PM
To: users@cloudstack.apache.org
Cc: Erik Weber





Hi,




Any update on this. My organization name is not showing yet in the Know Users 
list. Please kindly update the status ASAP.






Thank you,
Suneel Mallela

AxiomIO.





From: mvs babu
Sent: ‎Tuesday‎, ‎October‎ ‎13‎, ‎2015 ‎5‎:‎17‎ ‎PM
To: users@cloudstack.apache.org
Cc: Erik Weber





Thank you Giles!!






Thank you,
Suneel Mallela





From: Giles Sirett
Sent: ‎Tuesday‎, ‎October‎ ‎13‎, ‎2015 ‎5‎:‎15‎ ‎PM
To: users@cloudstack.apache.org
Cc: Erik Weber





Yes

Erik (in CC) is moving forward with this

Regards

Giles

-Original Message-
From: mvs babu [mailto:mvsbabu0...@outlook.com]
Sent: 06 October 2015 06:26
To: users@cloudstack.apache.org
Subject: Re: CloudStack Users survey

Hi,


Any one looking into this?






Thank you,
Suneel Mallela





From: Erik Weber
Sent: ‎Thursday‎, ‎October‎ ‎1‎, ‎2015 ‎10‎:‎44‎ ‎PM
To: users@cloudstack.apache.org





I don't mind taking a look at it, just let me know what to use as source.

Erik

Den torsdag 1. oktober 2015 skrev Giles Sirett 
følgende:

> Good question Suneel
>
> At the moment, it is a manual process to pull out the survey results
> and update the known user list on the website
>
> Is there anybody on this list who could volunteer to do this? - we
> have got quite a few to add
>
>
>
> Regards
>
> Giles
>
> -Original Message-
> From: mvs babu [mailto:mvsbabu0...@outlook.com ]
> Sent: 01 October 2015 14:32
> To: users@cloudstack.apache.org 
> Subject: Re: AW: AW: CloudStack Users survey
>
> Yes Jochim, there should be check boxes instead of radio buttons.
>
>
> Can any one tell how much time will take to list a company name in
> Known Users list after summation of survey form? Because, I have
> submitted a survey form more than three months ago, still it is not
> there in Known Users list.
>
>
>
>
>
> Thank you,
> Suneel Mallela
>
>
>
>
>
> From: Jochim, Ingo
> Sent: ‎Thursday‎, ‎October‎ ‎1‎, ‎2015 ‎6‎:‎04‎ ‎PM
> To: users@cloudstack.apache.org 
>
>
>
>
>
> Tab button works for me.
>
> I noticed two other things:
> - 4.5 as ACS version should be listed
> - a lot of multi select questions have radio buttons only
>
> Thanks Suneel
> Regards,
> Ingo
>
> -Ursprüngliche Nachricht-
> Von: mvs babu [mailto:mvsbabu0...@outlook.com ]
> Gesendet: Donnerstag, 1. Oktober 2015 13:49
> An: users@cloudstack.apache.org 
> Betreff: Re: AW: CloudStack Users survey
>
> Use tab button on page 4 to show other fields.
>
>
>
>
>
>
> Thank you,
> Suneel Mallela
>
>
>
>
>
> From: Jochim, Ingo
> Sent: ‎Thursday‎, ‎October‎ ‎1‎, ‎2015 ‎4‎:‎40‎ ‎PM
> To: users@cloudstack.apache.org 
>
>
>
>
>
> "Show all content" did the trick. It's working on IE right now.
> Firefox show's a white page only.
>
> On page 4 the iframe is too short. I cannot see the buttons. In the
> past I used firebug on firefox to extend the frame. But I don't have
> firebug on IE. :-(
>
> Thanks to Suneel and Giles.
>
> Regards,
> Ingo
>
> -Ursprüngliche Nachricht-
> Von: mvs babu [mailto:mvsbabu0...@outlook.com ]
> Gesendet: Donnerstag, 1. Oktober 2015 12:52
> An: users@cloudstack.apache.org 
> Betreff: Re: CloudStack Users survey
>
> Chrome is showing white screen on the form page. When I use Internet
> Explorer it is asking “Show All Content”, after clicking on it, the
> form is appearing.
>
>
>
>
>
>
> Thank you,
> Suneel Mallela
>
>
>
>
>
> From: Giles Sirett
> Sent: ‎Thursday‎, ‎October‎ ‎1‎, ‎2015 ‎4‎:‎20‎ ‎PM
> To: users@cloudstack.apache.org 
>
>
>
>
>
> Thanks for that Suneel
>
> Whats the behaviour that you see in Chrome ?
>
> Regards
>
> Giles
>
> -Original Message-
> From: mvs babu [mailto:mvsbabu0...@outlook.com ]
> Sent: 01 October 2015 11:47
> To: users@cloudstack.apache.org 
> Subject: Re: CloudStack Users survey
>
> It is not working on google Chrome. I used IE and it was working.
>
>
>
>
>
>
> Thank you,
> Suneel Mallela
>
>
>
>
>
> From: Jochim, Ingo
> Sent: ‎Thursday‎, ‎October‎ ‎1‎, ‎2015 ‎3‎:‎59‎ ‎PM
> To: users@cloudstack.apache.org 
>
>
>
>
>
> Hi all,
>
> I just liked to do the survey on the cloudstack website.
> But the form seems not to work.
> https://cloudstack.apache.org/survey.html
>
> Any ideas who can help to fix it?
>
> Regards,
> Ingo
> Find out more about ShapeBlue and our range of CloudStack related
> services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment
> framework
> CloudStack Consulting
> CloudStack Software Engineering<
> 

RE: [ANNOUNCE] CloudStack Certification !!!!

2015-11-30 Thread Paul Angus
I had to use the 'login' button on https://www.accel-exam.jp/en/schedule.html

Which took me to:
https://www1.pearsonvue.com/testtaker/signin/SignInPage/EDUCO

no other way was recognised. :(



[ShapeBlue Ltd]
Paul Angus
VP Technology   ,   ShapeBlue Ltd


s:  02036170528 |  t:  
@cloudyangus   |  m:  +44 
7711418784

e:  paul.an...@shapeblue.com|  
w:  www.shapeblue.com

53 Chandos Place, Covent Garden, London WC2N 4HS. UK


[cid:image44d313.png@772e09e6.4fba0fbe]


Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services 
India LLP is a company incorporated in India and is operated under license from 
Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in 
Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd 
is a company registered by The Republic of South Africa and is traded under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error.




-Original Message-
From: Erik Weber [mailto:terbol...@gmail.com]
Sent: 30 November 2015 11:31
To: users@cloudstack.apache.org
Subject: Re: [ANNOUNCE] CloudStack Certification 

Hi Paul,

I have an LPI ID, my problem is that the test center is not able to find the 
exam in their pearson vue system when trying to schedule time.

I'll try getting them to contact pearson vue for support.

--
Erik



On Mon, Nov 30, 2015 at 12:26 PM, Paul Angus 
wrote:

> Hi Eric,
>
> When I registered - I had to go through:
>
> https://www.accel-exam.jp/en/schedule.html
>
> Then get an LPI ID and go back and use the link on the above page.
> The Pearson Vue site did not list the exam itself for me either.
>
>
>
> [image: ShapeBlue Ltd]  Paul Angus VP Technology
> , ShapeBlue Ltd s: *02036170528* <02036170528> | t: *@cloudyangus*
> <@cloudyangus> | m: *+44 7711418784* <+44%207711418784> e:
> *paul.an...@shapeblue.com*  | w:
> *www.shapeblue.com* 
> 53 Chandos Place, Covent Garden, London WC2N 4HS. UK Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error.
>
>
> -Original Message-
> From: Erik Weber [mailto:terbol...@gmail.com]
> Sent: 30 November 2015 11:20
> To: users@cloudstack.apache.org
> Subject: Re: [ANNOUNCE] CloudStack Certification 
>
> Hi Giles,
>
> Did you get any response from LPI-Japan?
>
> --
> Erik
>
> On Tue, Nov 3, 2015 at 9:15 AM, Erik Weber  wrote:
>
> > Thank you Giles!
> >
> > On Mon, Nov 2, 2015 at 9:53 AM, Giles Sirett
> > 
> > wrote:
> >
> >> Erik
> >>
> >> I'll take your question back to LPI-Japan and ask them for further
> >> info
> >>
> >> Regards
> >>
> >> Giles
> >>
> >> -Original Message-
> >> From: Erik Weber [mailto:terbol...@gmail.com]
> >> Sent: 30 October 2015 20:52
> >> To: dev 
> >> Cc: users@cloudstack.apache.org
> >> Subject: Re: [ANNOUNCE] CloudStack Certification 
> >>
> >> My local test center can't find the exam, has anyone else had any
> issues?
> >> They can see LPI examns, but not LPI-japan ones..
> >>
> >>
> >> --
> >> Erik
> >>
> >> On Tue, Oct 27, 2015 at 6:16 PM, Giles Sirett
> >>  >> >
> >> wrote:
> >>
> >> > All
> >> >
> >> > [cross posting- sorry]
> >> >
> >> > *GET CERTIFICED ON APACHE CLOUDSTACK *
> >> >
> >> > As some 

Re: What SDN are you using?

2015-11-30 Thread Vadim Kimlaychuk
We have been using it at our DEV cloud around year ago. Now we are out 
or resources so dev- environment is destroyed.


Vadim.

On 2015-11-30 12:24, Frank Louwers wrote:


Hi Vadim,

Are you using VyOS in a Cloudstack environment?

On 30 Nov 2015, at 11:20, Vadim Kimlaychuk  wrote:

I don't know if applicable, but I had very good impression from VyOS 
(http://vyos.net/wiki/Main_Page [1]).


Vadim.

On 2015-11-29 20:56, Nux! wrote:

Hello,
So besides the folks using Nicira, can anyone recommend any other SDN 
thing or should I stay with v(x)lans?
I'm kind of removed from this side of things since my deployments tend 
to be with Security Grups in a single or few VLANs, any suggestions 
welcome, preferably free/foss.

Lucian
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro [2] [1 [2]]

Links:
--
[1] http://www.nux.ro [2]




Links:
--
[1] http://vyos.net/wiki/Main_Page
[2] http://www.nux.ro


RE: [ANNOUNCE] CloudStack Certification !!!!

2015-11-30 Thread Paul Angus
Hi Eric,

When I registered - I had to go through:

https://www.accel-exam.jp/en/schedule.html

Then get an LPI ID and go back and use the link on the above page.
The Pearson Vue site did not list the exam itself for me either.



[ShapeBlue Ltd]
Paul Angus
VP Technology   ,   ShapeBlue Ltd


s:  02036170528 |  t:  
@cloudyangus   |  m:  +44 
7711418784

e:  paul.an...@shapeblue.com|  
w:  www.shapeblue.com

53 Chandos Place, Covent Garden, London WC2N 4HS. UK


[cid:imaged40b47.png@2dc8dbbc.4ca0268b]


Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services 
India LLP is a company incorporated in India and is operated under license from 
Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in 
Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd 
is a company registered by The Republic of South Africa and is traded under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error.




-Original Message-
From: Erik Weber [mailto:terbol...@gmail.com]
Sent: 30 November 2015 11:20
To: users@cloudstack.apache.org
Subject: Re: [ANNOUNCE] CloudStack Certification 

Hi Giles,

Did you get any response from LPI-Japan?

--
Erik

On Tue, Nov 3, 2015 at 9:15 AM, Erik Weber  wrote:

> Thank you Giles!
>
> On Mon, Nov 2, 2015 at 9:53 AM, Giles Sirett
> 
> wrote:
>
>> Erik
>>
>> I'll take your question back to LPI-Japan and ask them for further
>> info
>>
>> Regards
>>
>> Giles
>>
>> -Original Message-
>> From: Erik Weber [mailto:terbol...@gmail.com]
>> Sent: 30 October 2015 20:52
>> To: dev 
>> Cc: users@cloudstack.apache.org
>> Subject: Re: [ANNOUNCE] CloudStack Certification 
>>
>> My local test center can't find the exam, has anyone else had any issues?
>> They can see LPI examns, but not LPI-japan ones..
>>
>>
>> --
>> Erik
>>
>> On Tue, Oct 27, 2015 at 6:16 PM, Giles Sirett
>> > >
>> wrote:
>>
>> > All
>> >
>> > [cross posting- sorry]
>> >
>> > *GET CERTIFICED ON APACHE CLOUDSTACK *
>> >
>> > As some of you may of heard, LPI Japan have recently launched the
>> > Apache CloudStack certification exam.
>> >
>> > Personally, I think it's a massive milestone for ACS to have its
>> > own professional certification scheme. From experience, many people
>> > entering our industry tend to get drawn to technologies that they
>> > can achieve certification in - and cloudstack is now one of those.
>> >
>> > The development of this exam was a collaborative effort between LPI
>> > Japan and the Japanese Cloudstack users group.
>> >
>> > So, I would like to do a shameless plug and encourage people here
>> > to have a go at the certification. To be frank, my guess is that
>> > the exam will only evolve and keep updated if enough people are
>> > interested in actually taking it
>> >
>> > So, please have a go at the exam, encourage your friends &
>> > colleagues and spread the word.
>> >
>> > *Raise funds for CloudStack community* ShapeBlue have agreed to
>> > become a reseller of the exam. We have decided that we will do this
>> > on a non-profit basis and donate ALL money made back into the community.
>> > So,if you are going to take the exam, please use the registration
>> > code on our website: for every exam registered, we will donate $50
>> > (1/3 of the $150 cost of the exam) to be used for the next
>> > collaboration conference or to support other community activity.
>> >
>> > Further details and how to register are here:
>> > http://www.shapeblue.com/apache-cloudstack-certification-accel/
>> >
>> >
>> >
>> >
>> >
>> > Kind Regards
>> > Giles
>> >
>> > Find out more about ShapeBlue and our range of CloudStack related
>> > services
>> >
>> > IaaS Cloud Design & Build<
>> > http://shapeblue.com/iaas-cloud-design-and-build//>
>> > CSForge - rapid IaaS deployment
>> > framework
>> > CloudStack Consulting
>> > CloudStack Software Engineering<
>> > http://shapeblue.com/cloudstack-software-engineering/>
>> > CloudStack Infrastructure Support<
>> > http://shapeblue.com/cloudstack-infrastructure-support/>
>> > CloudStack Bootcamp Training Courses<
>> > 

Re: What SDN are you using?

2015-11-30 Thread Nux!
Hello Vadim,

How exactly are you integrating VyOS in Cloudstack? We're also using it 
internally, but not sure how it would help us, especially with regards to SDN.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Vadim Kimlaychuk" 
> To: d...@cloudstack.apache.org
> Cc: users@cloudstack.apache.org, "Nux!" 
> Sent: Monday, 30 November, 2015 11:09:18
> Subject: Re: What SDN are you using?

> We have been using it at our DEV cloud around year ago. Now we are out
> or resources so dev- environment is destroyed.
> 
> Vadim.
> 
> On 2015-11-30 12:24, Frank Louwers wrote:
> 
>> Hi Vadim,
>> 
>> Are you using VyOS in a Cloudstack environment?
>> 
>> On 30 Nov 2015, at 11:20, Vadim Kimlaychuk  wrote:
>> 
>> I don't know if applicable, but I had very good impression from VyOS
>> (http://vyos.net/wiki/Main_Page [1]).
>> 
>> Vadim.
>> 
>> On 2015-11-29 20:56, Nux! wrote:
>> 
>> Hello,
>> So besides the folks using Nicira, can anyone recommend any other SDN
>> thing or should I stay with v(x)lans?
>> I'm kind of removed from this side of things since my deployments tend
>> to be with Security Grups in a single or few VLANs, any suggestions
>> welcome, preferably free/foss.
>> Lucian
>> --
>> Sent from the Delta quadrant using Borg technology!
>> Nux!
>> www.nux.ro [2] [1 [2]]
>> 
>> Links:
>> --
>> [1] http://www.nux.ro [2]
> 
> 
> 
> Links:
> --
> [1] http://vyos.net/wiki/Main_Page
> [2] http://www.nux.ro


[poll] cloudstack exam

2015-11-30 Thread Giles Sirett
Quick poll: has anybody here taken the ACCEL cloudstack certification exam ? 
what did you think ? Too hard, too easy ? – about right ?

Also, by way of reminder: if you use the code  ACCELpromocodeASF when 
registering for the exam, 1/3 of the fee goes to the ACS project

Kind Regards
Giles

Giles Sirett
CEO

[cid:image003.png@01D104EF.CE276C40]

D: +44 20 3603 0541 | S: +44 20 3603 0540 | M: +44 796 111 2055

giles.sir...@shapeblue.com | 
www.shapeblue.com | 
Twitter:@shapeBlue


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [ANNOUNCE] CloudStack Certification !!!!

2015-11-30 Thread Erik Weber
Hi Giles,

Did you get any response from LPI-Japan?

-- 
Erik

On Tue, Nov 3, 2015 at 9:15 AM, Erik Weber  wrote:

> Thank you Giles!
>
> On Mon, Nov 2, 2015 at 9:53 AM, Giles Sirett 
> wrote:
>
>> Erik
>>
>> I'll take your question back to LPI-Japan and ask them for further info
>>
>> Regards
>>
>> Giles
>>
>> -Original Message-
>> From: Erik Weber [mailto:terbol...@gmail.com]
>> Sent: 30 October 2015 20:52
>> To: dev 
>> Cc: users@cloudstack.apache.org
>> Subject: Re: [ANNOUNCE] CloudStack Certification 
>>
>> My local test center can't find the exam, has anyone else had any issues?
>> They can see LPI examns, but not LPI-japan ones..
>>
>>
>> --
>> Erik
>>
>> On Tue, Oct 27, 2015 at 6:16 PM, Giles Sirett > >
>> wrote:
>>
>> > All
>> >
>> > [cross posting- sorry]
>> >
>> > *GET CERTIFICED ON APACHE CLOUDSTACK *
>> >
>> > As some of you may of heard, LPI Japan have recently  launched the
>> > Apache CloudStack certification exam.
>> >
>> > Personally, I think it's a massive milestone for ACS to have its own
>> > professional certification scheme. From experience, many people
>> > entering our industry tend to get drawn to technologies that they can
>> > achieve certification in - and cloudstack is now one of those.
>> >
>> > The development of this exam was a collaborative effort between LPI
>> > Japan and the Japanese Cloudstack users group.
>> >
>> > So, I would like to do a shameless plug and encourage people here to
>> > have a go at the certification.  To be frank, my guess is that the
>> > exam will only evolve and keep updated if enough people are interested
>> > in actually taking it
>> >
>> > So, please have a go at the exam, encourage your friends & colleagues
>> > and spread the word.
>> >
>> > *Raise funds for CloudStack community* ShapeBlue have agreed to become
>> > a reseller of the exam. We have decided that we will do this on a
>> > non-profit basis and donate ALL money made back into the community.
>> > So,if you are going to take the exam, please use the registration code
>> > on our website: for every exam registered, we will donate $50 (1/3 of
>> > the $150 cost of the exam) to be used for the next collaboration
>> > conference or to support other community activity.
>> >
>> > Further details and how to register are here:
>> > http://www.shapeblue.com/apache-cloudstack-certification-accel/
>> >
>> >
>> >
>> >
>> >
>> > Kind Regards
>> > Giles
>> >
>> > Find out more about ShapeBlue and our range of CloudStack related
>> > services
>> >
>> > IaaS Cloud Design & Build<
>> > http://shapeblue.com/iaas-cloud-design-and-build//>
>> > CSForge - rapid IaaS deployment
>> > framework
>> > CloudStack Consulting
>> > CloudStack Software Engineering<
>> > http://shapeblue.com/cloudstack-software-engineering/>
>> > CloudStack Infrastructure Support<
>> > http://shapeblue.com/cloudstack-infrastructure-support/>
>> > CloudStack Bootcamp Training Courses<
>> > http://shapeblue.com/cloudstack-training/>
>> >
>> > This email and any attachments to it may be confidential and are
>> > intended solely for the use of the individual to whom it is addressed.
>> > Any views or opinions expressed are solely those of the author and do
>> > not necessarily represent those of Shape Blue Ltd or related
>> > companies. If you are not the intended recipient of this email, you
>> > must neither take any action based upon its contents, nor copy or show
>> > it to anyone. Please contact the sender if you believe you have
>> > received this email in error. Shape Blue Ltd is a company incorporated
>> > in England & Wales. ShapeBlue Services India LLP is a company
>> > incorporated in India and is operated under license from Shape Blue
>> > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in
>> > Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA
>> > Pty Ltd is a company registered by The Republic of South Africa and is
>> traded under license from Shape Blue Ltd. ShapeBlue is a registered
>> trademark.
>> >
>> Find out more about ShapeBlue and our range of CloudStack related services
>>
>> IaaS Cloud Design & Build<
>> http://shapeblue.com/iaas-cloud-design-and-build//>
>> CSForge – rapid IaaS deployment framework
>> CloudStack Consulting
>> CloudStack Software Engineering<
>> http://shapeblue.com/cloudstack-software-engineering/>
>> CloudStack Infrastructure Support<
>> http://shapeblue.com/cloudstack-infrastructure-support/>
>> CloudStack Bootcamp Training Courses<
>> http://shapeblue.com/cloudstack-training/>
>>
>> This email and any attachments to it may be confidential and are intended
>> solely for the use of the individual to whom it is addressed. Any views or
>> opinions expressed are solely those of the 

Re: [ANNOUNCE] CloudStack Certification !!!!

2015-11-30 Thread Erik Weber
Hi Paul,

I have an LPI ID, my problem is that the test center is not able to find
the exam in their pearson vue system when trying to schedule time.

I'll try getting them to contact pearson vue for support.

-- 
Erik



On Mon, Nov 30, 2015 at 12:26 PM, Paul Angus 
wrote:

> Hi Eric,
>
> When I registered - I had to go through:
>
> https://www.accel-exam.jp/en/schedule.html
>
> Then get an LPI ID and go back and use the link on the above page.
> The Pearson Vue site did not list the exam itself for me either.
>
>
>
> [image: ShapeBlue Ltd]  Paul Angus VP Technology
> ,  ShapeBlue Ltd s:  *02036170528* <02036170528>  |  t:  *@cloudyangus*
> <@cloudyangus>  |  m:  *+44 7711418784* <+44%207711418784> e:
> *paul.an...@shapeblue.com*   |  w:
> *www.shapeblue.com* 
> 53 Chandos Place, Covent Garden, London WC2N 4HS. UK Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error.
>
>
> -Original Message-
> From: Erik Weber [mailto:terbol...@gmail.com]
> Sent: 30 November 2015 11:20
> To: users@cloudstack.apache.org
> Subject: Re: [ANNOUNCE] CloudStack Certification 
>
> Hi Giles,
>
> Did you get any response from LPI-Japan?
>
> --
> Erik
>
> On Tue, Nov 3, 2015 at 9:15 AM, Erik Weber  wrote:
>
> > Thank you Giles!
> >
> > On Mon, Nov 2, 2015 at 9:53 AM, Giles Sirett
> > 
> > wrote:
> >
> >> Erik
> >>
> >> I'll take your question back to LPI-Japan and ask them for further
> >> info
> >>
> >> Regards
> >>
> >> Giles
> >>
> >> -Original Message-
> >> From: Erik Weber [mailto:terbol...@gmail.com]
> >> Sent: 30 October 2015 20:52
> >> To: dev 
> >> Cc: users@cloudstack.apache.org
> >> Subject: Re: [ANNOUNCE] CloudStack Certification 
> >>
> >> My local test center can't find the exam, has anyone else had any
> issues?
> >> They can see LPI examns, but not LPI-japan ones..
> >>
> >>
> >> --
> >> Erik
> >>
> >> On Tue, Oct 27, 2015 at 6:16 PM, Giles Sirett
> >>  >> >
> >> wrote:
> >>
> >> > All
> >> >
> >> > [cross posting- sorry]
> >> >
> >> > *GET CERTIFICED ON APACHE CLOUDSTACK *
> >> >
> >> > As some of you may of heard, LPI Japan have recently launched the
> >> > Apache CloudStack certification exam.
> >> >
> >> > Personally, I think it's a massive milestone for ACS to have its
> >> > own professional certification scheme. From experience, many people
> >> > entering our industry tend to get drawn to technologies that they
> >> > can achieve certification in - and cloudstack is now one of those.
> >> >
> >> > The development of this exam was a collaborative effort between LPI
> >> > Japan and the Japanese Cloudstack users group.
> >> >
> >> > So, I would like to do a shameless plug and encourage people here
> >> > to have a go at the certification. To be frank, my guess is that
> >> > the exam will only evolve and keep updated if enough people are
> >> > interested in actually taking it
> >> >
> >> > So, please have a go at the exam, encourage your friends &
> >> > colleagues and spread the word.
> >> >
> >> > *Raise funds for CloudStack community* ShapeBlue have agreed to
> >> > become a reseller of the exam. We have decided that we will do this
> >> > on a non-profit basis and donate ALL money made back into the
> community.
> >> > So,if you are going to take the exam, please use the registration
> >> > code on our website: for every exam registered, we will donate $50
> >> > (1/3 of the $150 cost of the exam) to be used for the next
> >> > collaboration conference or to support other community activity.
> >> >
> >> > Further details and how to register are here:
> >> > http://www.shapeblue.com/apache-cloudstack-certification-accel/
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > Kind Regards
> >> > Giles
> >> >
> >> > Find out more about ShapeBlue and our range of CloudStack related
> >> > services
> >> >
> >> > IaaS Cloud Design & Build<
> >> > 

Re: What SDN are you using?

2015-11-30 Thread Simon Weller


> We have the native KVM VXLAN implementation running in our lab and it seems 
> to work very well. We went 100% >10/40GB using open platform switches and 
> Cumulus linux.

>Good to know.

On the subject of VXLAN on KVM, note that is does not use Openvswitch. 
Openvswitch doesn't support multicast VXLAN, so it's not a complete 
implementation. Full native VXLAN support was added to the linux kernel, so the 
current support in CS is using the linux native implementation.

- Si



Re: What SDN are you using?

2015-11-30 Thread Nux!
Simon,

To clarify, we're talking about this implementation, right?
https://issues.apache.org/jira/browse/CLOUDSTACK-2328

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Simon Weller" 
> To: d...@cloudstack.apache.org, "Kuangching Wang" , 
> users@cloudstack.apache.org
> Sent: Monday, 30 November, 2015 13:18:15
> Subject: Re: What SDN are you using?

> 
> 
>> We have the native KVM VXLAN implementation running in our lab and it seems 
>> to
>> work very well. We went 100% >10/40GB using open platform switches and 
>> Cumulus
>> linux.
> 
>>Good to know.
> 
> On the subject of VXLAN on KVM, note that is does not use Openvswitch.
> Openvswitch doesn't support multicast VXLAN, so it's not a complete
> implementation. Full native VXLAN support was added to the linux kernel, so 
> the
> current support in CS is using the linux native implementation.
> 
> - Si
> 
> 


Disaster Recovery Cloud Stack

2015-11-30 Thread Yesid Mora
Hi Rene, yes we need information for DR to customers VM? And how apply 
rollback? In this moment we have a one zone but please inform how is necessary 
for DR.

Thanks



Cordialmente,

Yesid Mora | Orchestration Engineer | O4IT
PBX: 251 Ext +57 (1) 423-5460 | Cel: 3124509565
Cr. 7 #74-56 | Oficina 202 | Bogotá, Colombia
http://www.o4it.com | mailto:ym...@o4it.com



-Original Message-
From: Rene Moser [mailto:m...@renemoser.net]
Sent: Saturday, November 28, 2015 12:37 PM
To: users@cloudstack.apache.org
Subject: Re: Disaster Recovery Cloud Stack

Hi

On 11/27/2015 10:04 PM, Yesid Mora wrote:
> Hello guys, please confirm if exist option for disaster recovery in
> any version the CloudStack, and confirm if exist manual to configured
> this option

Could you be more specific what kind of disaster you think about.

Is it high availability of management server? Database? Rollback after failed 
upgrade scenario? Host clusters HA? Regions?

Regards
René


Disaster Recovery Cloud Stack

2015-11-30 Thread Yesid Mora
Hello, yes thanks for your comments, and the rollback after zone original is 
ready? is copy the snapshot to the original zone correct? And create a new VM's 
for the zone, you have a information for migrate the IP's or exist a document 
to DR service Cloudstack, exist other process for apply DR.

Thanks



Cordialmente,

Yesid Mora | Orchestration Engineer | O4IT
PBX: 251 Ext +57 (1) 423-5460 | Cel: 3124509565
Cr. 7 #74-56 | Oficina 202 | Bogotá, Colombia
http://www.o4it.com | mailto:ym...@o4it.com



-Original Message-
From: Nux! [mailto:n...@li.nux.ro]
Sent: Sunday, November 29, 2015 1:05 PM
To: users@cloudstack.apache.org
Subject: Re: Disaster Recovery Cloud Stack

Rene,

Disaster recovery usually means copying/running off-site, enabling recovery of 
operations in the case of disaster in the main site. It's not quite HA, as a 
certain amount of downtime is implied. :)

One way to achieve DR for example is to snapshot your volumes regularly and 
xfer them off-site (different region/zone?), then create instances from them in 
case the main site goes down - of course there are more things implied, but 
that's the gist of it.
IPs will also have to be moved somehow.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Rene Moser" 
> To: users@cloudstack.apache.org
> Sent: Saturday, 28 November, 2015 17:37:03
> Subject: Re: Disaster Recovery Cloud Stack

> Hi
>
> On 11/27/2015 10:04 PM, Yesid Mora wrote:
>> Hello guys, please confirm if exist option for disaster recovery in
>> any version the CloudStack, and confirm if exist manual to configured
>> this option
>
> Could you be more specific what kind of disaster you think about.
>
> Is it high availability of management server? Database? Rollback after
> failed upgrade scenario? Host clusters HA? Regions?
>
> Regards
> René