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



[CCC] Docker Challenge, Raspberry Pi to win.

2015-10-01 Thread sebgoa
Hi folks (apologies for cross-posting),

I am running out of time to do it myself so I would like to issue everyone a 
challenge.

Create a docker-compose file that:

* Starts the mgt server in a container
* Starts a mysql container to act as mgt server db
* Starts the usage server in a container
* Starts the ec2stack container
* Starts the KVM agent in a container

The compose file is to be run on a Ubuntu or CentOS server with KVM and Docker 
installed.
Some containers may use host networking and be privileged.
You can use the official cloudstack images in the docker hub or build your own.
If you build your own I want to see all Dockerfiles in a pull request to 
cloudstack repo.

The result should be a working single-node CloudStack deployment started with a 
single command:

$ docker-compose up -d

To win:  1 Raspberry Pi to the first person to demonstrate it live at CCC.
1 Raspberry Pi to the first blog post tweeted that points to 
all files necessary for the deployment.
Free beers or club sodas for the night.

This is not a Joke :)
I have the Raspberry Pi in my bag.

1 week to go…Go 

-Sebastien

[EVENT] CloudStack collab Dublin Oct 8-9

2015-09-01 Thread sebgoa
CloudStack collab Dublin Oct 8-9 is coming up fast,

http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe

Register for this exciting event.

See you all there,

Cheers,

-Sebastien

[UPDATE] 2015 progress

2015-05-19 Thread sebgoa
Hi folks,

Couple months ago I shared a few thoughts for 2015 [1], things that we could do 
to make our project even greater.
There has been good progress, so I would like to share a few updates.

1- Review board.
We are no longer using review board, all code contributions should now come as 
github pull requests.
This is proving to be very successful. We have closed 248 pull requests and 
have 12 currently open.
This does not count the commits that come in directly into the source.
Let's keep it coming.

2- AWSAPI
We removed the AWSAPI code that was in our source. It consisted of a lot of 
auto-generated code and increased
our number of lines of code quite a bit. This is going to make our build and 
our packaging easier.

3- ec2stack and gcestack
Those two packages are now official CloudStack subproject. They are hosted on 
Apache git infrastructure and mirrored on github [2][3].
We are accepting pull requests the same way than our standard source.
These are python packages, and represent a good entry point for Python 
programmers.
Next is to actually do an official release of these two API interfaces.

4-Ansible
The ansible cloudstack module from Rene Moser is being merged in as a core 
Ansible module.
Expect it in Ansible 2.0

5-New docs theme
Our documentation has a new documentation theme [4] thanks to Pierre-Luc Dion.
There is still a lot to do here, see [1] for low hanging fruits in this area.

6-CloudStack days
Our CloudStack days kicked off in Austin.
The Tokyo day will be on June 2nd [5] and the schedule should be up shortly.
The call for papers are open for Seattle [6] on August 20th and Dublin on 
October 8-9 [7]
We also have a London meet up this week [11] and in June we will have one in 
Amsterdam.
The Dublin event will be a two day event with an off-site hackathon.
Submit your talks early so we can plan a great program.
Sponsor so we can have a great conference.
Register so we can all meet face to face.

7-Website
The website has been moved to git, instead of the old svn based apache content 
management system.
It is mirrored on github [8] and we can accept pull requests for modification.
The website now uses middleman for build system.
There is also tons to do there, we should come up with a new slick modern 
design.

In terms of code, 4.5.1 has been released [10] which contains some great 
plugins like Nuage SDN, SAML 2.0 and Globo DNS.

With Apache getting more resources from TravisCI, we are now able to run more 
integration tests for every commit and we are going to try a new release 
process for 4.6.
We all continue to strive to make CloudStack even more rock solid than it is 
now, and making it a snap to release our code. So do chime in on the 
d...@cloudstack.apache.org if you want to help with hardening and extending 
CloudStack.

If you are not a developer, do have a look at [1], a lot of those items fall in 
the JFDI [9] category. Finishing up some of those will greatly help the +2000 
people on these lists.

Personally I see all this as great progress and focus, let's keep it up.

Cheers,

[1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/2015+Plan
[2] https://github.com/apache/cloudstack-ec2stack
[3] https://github.com/apache/cloudstack-gcestack
[4] http://docs.cloudstack.apache.org
[5] http://events.linuxfoundation.org/events/cloudstack-tokyo
[6] http://events.linuxfoundation.org/events/cloudstack-seattle/program/cfp
[7] 
http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe
[8] https://github.com/apache/cloudstack-www
[9] http://www.urbandictionary.com/define.php?term=JFDI
[10] 
http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.5.1/
[11] 
http://www.eventbrite.co.uk/e/cloudstack-european-user-group-tickets-16282793273?aff=erelexporg


-Sebastien Goasguen
VP Apache CloudStack

Docker machine driver for cloudstack

2015-05-13 Thread sebgoa
Folks,

The exoscale driver was recently merged in Docker machine.

There is an oustdanding pull request for a more generic cloudstack driver:

https://github.com/docker/machine/pull/425#issuecomment-101440493

Sander who originally made the PR has no cycles right now to finish it.

So that's an open door for someone to step in, write some Go and get cloudstack 
supported in Docker machine.

Exciting stuff….

-Sebastien

Re: 2015 plan

2015-04-09 Thread sebgoa

On Apr 9, 2015, at 2:24 AM, Phillip Kent phillip.k...@xmlsoup.com wrote:

 Hi Sebastian,
 
 I would add to the documentation section:
 
 - Review and improve the API Reference documentation
 
 (I tried to login to wiki and edit, but did not seem to have edit privileges 
 for that page)
 

I just granted you access, so edit boldly :)

 The API reference is of course different in character from the other docs 
 because it is generated out of embedded doc strings in the source code. The 
 issues that I have found are: parameters being required but are not marked as 
 required (and probably there are cases of vice versa); inaccurate command 
 description text; have a better format for marking parameters that are 
 conditionally required; general problem of description text being too brief 
 to properly explain the action of the command and how to use the parameters 
 (in fact, most of the descriptions would benefit from expansion). 
 
 Another documentation issue perhaps is maintaining a coherent documentation 
 set across multiple ACS versions; something analogous to the backporting 
 efforts on the source code.
 
 - Phillip
 
 (BTW I don't feel I know enough of the CloudStack internals to lead any of 
 the doc tasks but I am keen to be involved as an assistant writer, editor, 
 reviewer or otherwise.)
 
 -- Forwarded message --
 From: Sebastien Goasguen run...@gmail.com
 To: users@cloudstack.apache.org
 Cc: 
 Date: Mon, 6 Apr 2015 23:39:15 +0200
 Subject: 2015 plan
 Hi Folks,
 
 Based on feedback I received on my thoughts as new VP, I created a wiki page 
 with a summary of them as well as some updates.
 
 I encourage everyone to chime in on that page. Put your name on some ideas 
 that you are or intend to be working on,
 
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/2015+Plan
 
 This can become our plan, just edit the page, let’s try to keep it organized 
 and up to date.
 
 Cheers,
 
 -Sebastien



Mesos on CloudStack

2015-03-30 Thread sebgoa
Hi,

In case anyone is interested I just wrote a ansible playbook that creates a set 
of VM on cloudstack and then installs a few docker containers that configure a 
Mesos cluster.
The Mesos cluster is configured to use Docker itself. So you can submit Mesos 
tasks that are Docker containers.

Sounds  bit convoluted, but using Docker for deployment of a framework is 
actually very nice, and using that Framework to manage containers across hosts 
is needed.

https://github.com/runseb/ansible-mesos-cloudstack

That's just a prototype, any feedback and PR welcome.

-sebastien

Re: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4

2015-03-03 Thread sebgoa
I am probably the only stupid guy who cannot get this installed :)

Created a virtualenv and activated it then:

$ make build
$ make install
$ cloudmonkey
Traceback (most recent call last):
  File /Users/sebgoa/Desktop/test/d/bin/cloudmonkey, line 9, in module
load_entry_point('cloudmonkey==5.3.1', 'console_scripts', 'cloudmonkey')()
  File 
/Users/sebgoa/Desktop/test/d/lib/python2.7/site-packages/pkg_resources.py, 
line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File 
/Users/sebgoa/Desktop/test/d/lib/python2.7/site-packages/pkg_resources.py, 
line 2431, in load_entry_point
return ep.load()
  File 
/Users/sebgoa/Desktop/test/d/lib/python2.7/site-packages/pkg_resources.py, 
line 2147, in load
['__name__'])
ImportError: No module named cloudmonkey.cloudmonkey



On Mar 2, 2015, at 6:33 PM, ilya musayev ilya.mailing.li...@gmail.com wrote:

 +1 (binding)  tested basic functionality - seems to work well.
 
 On 2/27/15 1:27 AM, Abhinandan Prateek wrote:
 +1
 I have been using cloud monkey to bootstrap a cloud with advance zone.
 
 -abhi
 
 On 27-Feb-2015, at 11:33 am, Rohit Yadav rohit.ya...@shapeblue.com wrote:
 
 Hi Lucian/Geoff,
 
 Yeah, I had included both users@ and dev@ ML so please reply to dev@ or 
 both to get it on dev@ :)
 
 On 26-Feb-2015, at 9:11 pm, Nux! n...@li.nux.ro wrote:
 
 +1 from me, as well.
 
 
 PS: shouldn't this also go to dev@ ?
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Geoff Higginbottom geoff.higginbot...@shapeblue.com
 To: users@cloudstack.apache.org
 Sent: Thursday, 26 February, 2015 15:19:46
 Subject: RE: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4
 +1
 
 Have been using on a daily basis for a number of weeks using both command 
 line
 and heavily in many different scripts.
 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 -Original Message-
 From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
 Sent: 26 February 2015 10:56
 To: dev; users@cloudstack.apache.org
 Subject: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4
 
 Hi All,
 
 CloudMonkey master branch has been rather stable since last two months.
 It has been already tested by many since the last three 5.3.1 RC 
 candidates.
 Please take some time to do basic tests and vote for a speedy release. 
 Thanks.
 
 I've created a 5.3.1 release candidate of CloudMonkey, with the following
 artifacts up for a vote:
 
 Git Branch and Commit SH:
 https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=shortlog;h=refs/heads/master
 Commit: 7b66d39376d2711443a4b91af8375bdf3ae690b5
 
 List of changes:
 https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=blob_plain;f=CHANGES.md
 
 Source release (checksums and signatures are available at the same
 location):
 https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-5.3.1/
 
 PGP release keys (signed using 0EE3D884):
 https://dist.apache.org/repos/dist/release/cloudstack/KEYS
 
 For ease of testing, the CloudMonkey 5.3.1 RC4 candidate is uploaded on 
 PYPI and
 can be installed using:
 
 pip install cloudmonkey==5.3.1
 
 Though the PYPI page will have 5.3.0 as default until we unhide 5.3.1 
 package on
 https://pypi.python.org/pypi/cloudmonkey
 
 For usage and other information please refer to this wiki:
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI
 
 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)
 
 Regards,
 Rohit Yadav
 Software Architect, ShapeBlue
 M. +91 8826230892 | rohit.ya...@shapeblue.com
 Blog: bhaisaab.org | Twitter: @_bhaisaab
 
 Find out more about ShapeBlue and our range of CloudStack related services
 
 IaaS Cloud Design  
 Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Software
 Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
 CloudStack Infrastructure
 Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
 CloudStack Bootcamp Training 
 Courseshttp://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

Re: Any production instances using mysql HA feature

2015-02-21 Thread sebgoa
Remi might be able to comment on this ?

On Feb 21, 2015, at 1:18 AM, Praveen B pbprave...@gmail.com wrote:

 Hi All,
 
 Can someone tell me if you are running any production instances those use
 mysql HA feature in CloudStack?
 
 Would like to hear operational complexity issues encountered with unplanned
 mysql failover and failback cases in production.
 
 
 Thanks,
 Praveen



Re: Cloudstack localization in French/German

2015-02-17 Thread sebgoa

On Feb 17, 2015, at 2:55 PM, Octavian Popescu octavian.pope...@interoute.com 
wrote:

 Brilliant, note to myself - always look in your own backyard first ;) Just in 
 case anyone else is wondering about this, the language files are in 
 WEB-INF/classes/resources/messages_COUNTRYCODE_properties
 

and to help improve the localization, get an account on transifex:
https://www.transifex.com

then look for the cloudstack projects and enter new translation strings.

 Thanks Geoff!
 
 -Original Message-
 From: Geoff Higginbottom [mailto:geoff.higginbot...@shapeblue.com]
 Sent: 17 February 2015 13:46
 To: users@cloudstack.apache.org
 Subject: RE: Cloudstack localization in French/German
 
 Hi Octavian,
 
 The CloudStack UI already supports French and German, simply choose the
 language at the logon screen (it’s the bottom of the 4 boxes)
 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 -Original Message-
 From: Octavian Popescu [mailto:octavian.pope...@interoute.com]
 Sent: 17 February 2015 13:39
 To: users@cloudstack.apache.org
 Subject: Cloudstack localization in French/German
 
 Hi,
 
 I was just wondering if there are any ongoing projects for localizing the
 Cloudstack UI in German and/or French... Or maybe this was done already? (I
 can't seem to find anything on the web in any case)
 
 Thanks,
 Octavian
 
 Find out more about ShapeBlue and our range of CloudStack related services
 
 IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-
 build//
 CSForge – rapid IaaS deployment
 frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Software Engineeringhttp://shapeblue.com/cloudstack-
 software-engineering/
 CloudStack Infrastructure Supporthttp://shapeblue.com/cloudstack-
 infrastructure-support/
 CloudStack Bootcamp Training Courseshttp://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.



Re: CoreOS/Docker - a new blog series

2015-02-17 Thread sebgoa

On Feb 17, 2015, at 1:58 PM, sebgoa run...@gmail.com wrote:

 
 On Feb 17, 2015, at 1:29 PM, Andrei Mikhailovsky and...@arhont.com wrote:
 
 etcd:
 name: server-name
 discovery: https://discovery.etcd.io/token
 addr: private_ip:4001
 peer-addr: private_ip:7001
 
 You need to change the values between  to suite your environment.
 
 I've read that there should be variable $private_ipv4 to
 automatically inject your private IP, however, it doesn't seem to
 work for some reason. Will need to investigate further
 
 
 try with $public_ipv4
 
 Andrei
 
 
 Seb, 
 
 I've tried to use the $public_ipv4 and it seems to have made the sabstitube 
 to the public ip. At least I can see the messages in journal: 
 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17 12:15:10.537 INFO 
 | coreos-04022015-6 joined the cluster via peer 10.0.1.45:7001 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17 12:15:10.539 INFO 
 | etcd server [name coreos-04022015-6, listen on :4001, advertised url 
 http://178.248.xxx.xxx:4001] 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17 12:15:10.540 INFO 
 | peer server [name coreos-04022015-6, listen on :7001, advertised url 
 http://178.248.xxx.xxx:7001] 
 
 However, I would like to use the private ip range for that. The substitution 
 did not work when i've tried the $private_ipv4. Is it working you you? 
 
 
 I haven't looked deep into it, my guess is there might be a problem with the 
 cloudstack metadata.
 Can you check if private_ipv4 exists and is what you expect it to be:
 
 curl your virtual router to get the metadata:
 
 http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/api.html?highlight=metadata#user-data-and-meta-data
 
 I have a hunch it's not defined and thus coreOS does not work with it. I 
 could be wrong but could be a cloudstack bug.

Did a bit of digging and things should work.

The metadata url for cloudstack instances is fetched via :

https://github.com/coreos/coreos-overlay/blob/master/coreos-base/oem-cloudstack/files/cloudstack-dhcp

cloudstack serves:

service-offering
availability-zone
local-ipv4
local-hostname
public-ipv4
public-hostname
instance-id
vm-id
public-keys
cloud-identifier

Now I am just not sure how coreOS does the substitution:

https://github.com/coreos/coreos-cloudinit/tree/4eaaa5c9273a0ce557d424f5da676777bef53e8e/datasource/metadata

Since there is no cloudstack metadata source defined yet.

I will ask around and keep digging


 
 Thanks 
 
 Andrei 
 



Re: CoreOS/Docker - a new blog series

2015-02-17 Thread sebgoa

On Feb 17, 2015, at 3:36 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 Seb, 
 
 It is strange, but $public_ipv4 seem to work now. I've not really changed 
 anything and I have attempted to use it several times in the past. Very 
 strange indeed. 
 

yeah, public_ipv4 should work. Sometimes I have seen failure, but these were 
due to etcd bootstrapping. I don't know how you do it, but if you use token 
from the cores discovery service, you will need to regenerate a new one when 
you start a new cluster…and make sure that this token is properly set in your 
cloud-config files….



 Andrei 
 - Original Message -
 
 From: sebgoa run...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 17 February, 2015 2:04:10 PM
 Subject: Re: CoreOS/Docker - a new blog series
 
 On Feb 17, 2015, at 1:58 PM, sebgoa run...@gmail.com wrote:
 
 
 On Feb 17, 2015, at 1:29 PM, Andrei Mikhailovsky
 and...@arhont.com wrote:
 
 etcd:
 name: server-name
 discovery: https://discovery.etcd.io/token
 addr: private_ip:4001
 peer-addr: private_ip:7001
 
 You need to change the values between  to suite your
 environment.
 
 I've read that there should be variable $private_ipv4 to
 automatically inject your private IP, however, it doesn't seem
 to
 work for some reason. Will need to investigate further
 
 
 try with $public_ipv4
 
 Andrei
 
 
 Seb,
 
 I've tried to use the $public_ipv4 and it seems to have made the
 sabstitube to the public ip. At least I can see the messages in
 journal:
 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17
 12:15:10.537 INFO | coreos-04022015-6 joined the cluster via peer
 10.0.1.45:7001
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17
 12:15:10.539 INFO | etcd server [name coreos-04022015-6, listen
 on :4001, advertised url http://178.248.xxx.xxx:4001]
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17
 12:15:10.540 INFO | peer server [name coreos-04022015-6, listen
 on :7001, advertised url http://178.248.xxx.xxx:7001]
 
 However, I would like to use the private ip range for that. The
 substitution did not work when i've tried the $private_ipv4. Is
 it working you you?
 
 
 I haven't looked deep into it, my guess is there might be a problem
 with the cloudstack metadata.
 Can you check if private_ipv4 exists and is what you expect it to
 be:
 
 curl your virtual router to get the metadata:
 
 http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/api.html?highlight=metadata#user-data-and-meta-data
 
 I have a hunch it's not defined and thus coreOS does not work with
 it. I could be wrong but could be a cloudstack bug.
 
 Did a bit of digging and things should work.
 
 The metadata url for cloudstack instances is fetched via :
 
 https://github.com/coreos/coreos-overlay/blob/master/coreos-base/oem-cloudstack/files/cloudstack-dhcp
 
 cloudstack serves:
 
 service-offering
 availability-zone
 local-ipv4
 local-hostname
 public-ipv4
 public-hostname
 instance-id
 vm-id
 public-keys
 cloud-identifier
 
 Now I am just not sure how coreOS does the substitution:
 
 https://github.com/coreos/coreos-cloudinit/tree/4eaaa5c9273a0ce557d424f5da676777bef53e8e/datasource/metadata
 
 Since there is no cloudstack metadata source defined yet.
 
 I will ask around and keep digging
 
 
 Thanks
 
 Andrei
 



Re: CoreOS/Docker - a new blog series

2015-02-17 Thread sebgoa

On Feb 16, 2015, at 11:32 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 I think i've made some progress with user_data. I've used the template 
 example for coreos and clodstack (as previously described here). This should 
 successfully create a coreos instance with the ssh keys that you've supplied 
 when creating an instance (using cloudmonkey or api). 
 

Hi Andrei, it works like for any template/VM.

 You can supply user_data when creating an instance (again, cloudmonkey or 
 api) or alternatively, you can modify the db directly and update the 
 user_data column in the user_vm table.

Yikes :) never touch the db for things like this Cloudmonkey or any API client 
is your friend (libcloud, jclouds, CS).

For libcloud check:
http://docs.libcloud.apache.org/en/latest/compute/drivers/cloudstack.html

And here is a good example that I wrote for coreOS user data:
https://github.com/runseb/kubernetes-exoscale/blob/master/deploy/etcd.py

libcloud takes care of the base64 encoding.

There is also CS which works very well, but you have to code more:
https://github.com/exoscale/cs

In my ansible-kubernetes recipes I pass user-data to coreOS:
https://github.com/runseb/ansible-kubernetes

underlyingly the ansible cloudstack module uses the python cs package.



 The user_data should be base64 encoded. Here is an example that i've used to 
 get etcd and fleet started at boot: 
 



 #cloud-config 
 
 coreos: 
 units: 
 
 - name: etcd.service 
 command: start 
 - name: fleet.service 
 command: start 
 
 etcd: 
 name: server-name 
 discovery: https://discovery.etcd.io/token 
 addr: private_ip:4001 
 peer-addr: private_ip:7001 
 
 You need to change the values between  to suite your environment. 
 
 I've read that there should be variable $private_ipv4 to automatically inject 
 your private IP, however, it doesn't seem to work for some reason. Will need 
 to investigate further 
 

try with $public_ipv4

 Andrei 
 
 - Original Message -
 
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Sent: Monday, 16 February, 2015 10:06:07 PM
 Subject: Re: CoreOS/Docker - a new blog series
 
 Andrei,
 
 Do you know which files need to be modified in CoreOS and with what?
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Sent: Monday, 16 February, 2015 21:23:58
 Subject: Re: CoreOS/Docker - a new blog series
 
 Has anyone tried using user_data in CloudStack to feed the
 cloud-config stuff to
 CoreOS? If so, could you please provide some examples?
 
 Cheers
 
 - Original Message -
 
 From: ilya musayev ilya.mailing.li...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 16 February, 2015 7:30:12 PM
 Subject: Re: CoreOS/Docker - a new blog series
 
 Phil,
 
 Please create twitter links and i will re-tweet.
 
 Regards
 ilya
 On 2/14/15 3:15 PM, Phillip Kent wrote:
 dear all,
 
 I am editing a new series of blog posts on CoreOS and Docker
 with
 CloudStack API, Cloudmonkey and so on. Please have a look at the
 first
 two parts:
 
 http://cloudstore.interoute.com/main/knowledge-centre/blog/coreos-docker-vdc-part1
 http://cloudstore.interoute.com/main/knowledge-centre/blog/coreos-docker-vdc-part2
 
 These are written for an end user perspective. We have started
 *very*
 simple (single CoreOS VM with docker CLI) and will be working
 towards
 more complex topics as our own knowledge develops.
 
 We will also be evaluating Red Hat Atomic and Ubuntu Snappy as
 container platforms in the next few months.
 
 You can keep in touch with new blog posts by following
 https://twitter.com/Interoute or
 https://www.facebook.com/pages/Interoute/161759680529086
 
 - Phillip



Re: CoreOS/Docker - a new blog series

2015-02-17 Thread sebgoa

On Feb 17, 2015, at 1:29 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 etcd:
 name: server-name
 discovery: https://discovery.etcd.io/token
 addr: private_ip:4001
 peer-addr: private_ip:7001
 
 You need to change the values between  to suite your environment.
 
 I've read that there should be variable $private_ipv4 to
 automatically inject your private IP, however, it doesn't seem to
 work for some reason. Will need to investigate further
 
 
 try with $public_ipv4
 
 Andrei
 
 
 Seb, 
 
 I've tried to use the $public_ipv4 and it seems to have made the sabstitube 
 to the public ip. At least I can see the messages in journal: 
 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17 12:15:10.537 INFO 
 | coreos-04022015-6 joined the cluster via peer 10.0.1.45:7001 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17 12:15:10.539 INFO 
 | etcd server [name coreos-04022015-6, listen on :4001, advertised url 
 http://178.248.xxx.xxx:4001] 
 Feb 17 12:15:10 coreos-04022015-6 etcd[614]: [etcd] Feb 17 12:15:10.540 INFO 
 | peer server [name coreos-04022015-6, listen on :7001, advertised url 
 http://178.248.xxx.xxx:7001] 
 
 However, I would like to use the private ip range for that. The substitution 
 did not work when i've tried the $private_ipv4. Is it working you you? 
 

I haven't looked deep into it, my guess is there might be a problem with the 
cloudstack metadata.
Can you check if private_ipv4 exists and is what you expect it to be:

curl your virtual router to get the metadata:

http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/api.html?highlight=metadata#user-data-and-meta-data

I have a hunch it's not defined and thus coreOS does not work with it. I could 
be wrong but could be a cloudstack bug.

 Thanks 
 
 Andrei 



Re: Docker Support?

2015-02-05 Thread sebgoa
 the VR
 userdata….
 
 as easy as pie and exactly like on AWS or EC2
 
 I pointed to the automated builds from coreOS
 directly
 and the
 scripts
 used to setup the keys automatically.
 
 
 Andrei
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Saturday, 31 January, 2015 1:16:12 AM
 Subject: Re: Docker Support?
 
 Oh, forgot to add that userdata scripts have also
 worked
 upon
 VM
 deployment out of the box, so if you'd like your
 CoreOS
 instance
 to do
 some
 action you can script it here.
 
 Not sure how exactly it would work better on
 Openstack
 as
 Andrei
 intimated. Pretty much everything seemed to work to
 the
 best of
 my
 (limited
 Coreos) knowledge.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Saturday, 31 January, 2015 01:08:08
 Subject: Re: Docker Support?
 
 What I needed to do in order to get it working is
 convert the
 image to
 QCOW2 (I
 use KVM).
 
 After that I have registered the template with SSH
 key
 enabled
 (You
 can also
 enable this feature in the DB if you would like to
 avoid
 re-downloading the
 template).
 
 Once an instance was created with one of my ssh
 keys, I
 could
 login
 via ssh as
 core@IP with the said keypair.
 The template has also nicely expanded to fit my
 custom
 root
 disk size.
 
 For future convenience I've added a daily jenkins
 job
 to build
 Cloudstack
 CoreOS, they should be available shortly at:
 http://dl.openvm.eu/cloudstack/coreos/x86_64/
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Friday, 30 January, 2015 14:39:32
 Subject: Re: Docker Support?
 
 Osay,
 
 You need to check the documentation on how to
 install
 your
 ssh keys
 into the
 template. Once you've done this, you should be
 able to
 login
 with ssh
 keys.
 I've done this once about 6 months back and it
 worked
 perfectly well.
 
 I think the coreos is works much better with
 openstack
 as it
 integrates well
 with the environment and automatically get's the
 user
 keys
 from
 openstack. So,
 you don't have to mess about the recreating the
 template. I
 think
 similar is
 done for major cloud providers like amazon and
 rackspace,
 etc.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org, run...@gmail.com
 Sent: Friday, 30 January, 2015 8:22:28 AM
 Subject: Re: Docker Support?
 
 Hi Seb,
 
 I've converted the .bin file into a .vhd file and
 successfully
 registered
 this in Cloudstack. However when I create an
 instance
 I'm
 unable to
 login.
 I've tried core but it asks for a password (which
 I
 don't
 have). Do
 you by
 any chance know how this template is used?
 
 Cheers,
 
 Osay
 
 On 28 January 2015 at 09:50, sebgoa
 run...@gmail.com
 wrote:
 
 
 On Jan 28, 2015, at 1:12 AM, Phillip Kent
 phillip.k...@xmlsoup.com
 wrote:
 
 Sorry for naive question... I did not catch if
 there is a
 simple
 way
 to convert from the .bin file offered by CoreOS
 to
 an OVA
 file
 that
 would upload to ESX hypervisor in CloudStack ?
 
 
 
 The .bin file is just a raw image (last time I
 checked).
 You can
 use
 things like qemu-convert to get it in the format
 you
 want.
 
 -- Forwarded message --
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Cc:
 Date: Tue, 27 Jan 2015 09:09:15 +0200
 Subject: Re: Docker Support?
 Hi Nux!,
 
 I got it at last.
 
 Thx.
 
 On 26 January 2015 at 17:46, Nux!
 n...@li.nux.ro
 wrote:
 
 Osay,
 
 You might want to get in touch with its
 creator, I
 do not
 know
 any
 details.
 https://github.com/svanharmelen
 
 HTH
 
 --
 Sent from the Delta quadrant using Borg
 technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 14:25:48
 Subject: Re: Docker Support?
 
 Hi Lucian,
 
 Thanks for the pointer. I seem to be blind to
 the
 updated
 README
 referred
 to in the pull request. I don't see any entry
 for
 cloudstack.
 Still
 searching. Also I just found that there is an
 image for
 cloudstact at
 CoreOS (
 
 
 
 
 
 
 
 
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
 ).
 I'm now wondering how this gets into a
 template.
 
 Cheers
 
 Osay
 
 On 26 January 2015 at 15:22, Nux!
 n...@li.nux.ro
 wrote:
 
 I've just stumbled upon this recently
 https://github.com/docker/machine/pull/129
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg
 technology!
 
 Nux!
 www.nux.ro
 
 
 
 
 
 
 



Re: Docker Support?

2015-02-05 Thread sebgoa

On Feb 5, 2015, at 10:37 AM, Nux! n...@li.nux.ro wrote:

 Where might these patches be? (links)

https://github.com/docker/machine/pull/20

https://github.com/docker/machine/pull/425



 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: sebgoa run...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Thursday, 5 February, 2015 09:07:02
 Subject: Re: Docker Support?
 
 On Feb 5, 2015, at 9:07 AM, cs user acldstk...@gmail.com wrote:
 
 Hi Osay,
 
 I'd be really interested to hear about how you get on with the Cloudstack
 Driver for Docker Machine, using the CoreOS template.
 
 
 FYI, there are two pull requests in Docker machine that support cloudstack.
 One for exoscale which can be used with basic zones, it works just fine.
 One for advanced zone from Sander @schuberg philis, also works
 
 Unfortunately the docker team has not merged them yet…hopefully soon.
 
 if you git clone docker machine and applied the patches by hand , you will be
 good to go.
 
 Cheers! :-)
 
 On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com wrote:
 
 Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try with
 Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
 Cheers,
 
 Osay
 
 On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
 On KVM Other PV 64bit will give you VirtIO (paravirt) disk and network
 which give you the best performance. You should always aim to use VirtIO,
 even with FreeBSD or Windows (though drivers will be needed for this
 one).
 
 CentOS/Debian/Ubuntu profiles might work, too, but I think at this stage
 they don't give you anything extra.
 
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 21:26:28
 Subject: Re: Docker Support?
 
 Osay,
 
 You might want to try other OS types that support PV, like Other PV
 (64bit) or
 even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk
 performance might improve.
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 6:57:51 PM
 Subject: Re: Docker Support?
 
 Andrei,
 I specified Other (64 bit).
 
 Osay
 
 On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
 wrote:
 
 Osay, what OS Type did you specify when you've uploaded the
 template to
 your acs?
 
 Thanks
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 3:24:16 PM
 Subject: Re: Docker Support?
 
 Hi Lucian and others. Thanks very much to this. By following your
 suggestions I now have this working like snake oil. Like you
 mentioned
 this works great out of the box. I'm now heading off to github to
 download
 the cloudstack enabled machine program to start some serious
 work.
 Great
 work and thanks for sharing the template and suggestions.
 
 Cheers,
 
 Osay
 
 PS: I never gave cloudmonkey a thought but after this I think I'm
 going to
 consign the web gui to very mundane tasks.
 
 On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
 I use cloudmonkey for that, much better than the UI in many
 respects.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 18:10:20
 Subject: Re: Docker Support?
 
 Thanks. I thought about it later and realised that
 functionality
 existed
 through the API.
 
 Great work.
 
 On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:
 
 I think there is an API call for that (cloudmonkey should
 also
 do that).
 the ACS GUI currently doesn't have that ability.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 4:11:57 PM
 Subject: Re: Docker Support?
 
 Thanks Seb. Sorry forbabdb question but how do I specify
 the
 key
 during
 instance creation based on the template?
 Osay
 On Feb 3, 2015 6:05 PM, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
 oyu...@gmail.com
 wrote:
 
 Hi,
 What do you mean works totally out of the box?.
 Without
 injecting ssh
 keys how does it work or are you referring to running
 docker and
 related
 stuff straight out of the box?
 
 I am saying that you don't need to tweak the template.
 
 if you register ssh keys in cloudstack and deploy a VM
 based
 on
 that
 template specifying your ssh keys, you will be logged in
 ….out of
 the box…
 
 no need to install additional scripts in the templates,
 etc...
 
 
 Osay
 
 On 2 February 2015 at 15:31, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Jan 31

Re: Docker Support?

2015-01-27 Thread sebgoa

On Jan 26, 2015, at 3:54 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 What I would like to see from CloudStack + CoreOS is an integrated automatic 
 authentication, which would take the end user ssh keys from acs or 
 automatically sets a password upon creation of CoreOS instance. As far as I 
 recall, when I was testing CoreOS about 6 months ago, this was missing and it 
 took a bit of hackery to create a usable instance where you can actually 
 login and do stuff. 
 

if you look at the scripts used to build the coreOS template for cloudstack:

https://github.com/coreos/coreos-overlay/tree/master/coreos-base/oem-cloudstack/files

They do fetch the ssh key served by the virtual router .

coreOS uses its own version of cloudinit to be able to do this on boot.

so if you setup sshkeys in cloudstack and use it to deploy a coreOS VM, that 
coreOS template will fetch the keys and you will be in business…

not to say that it cannot be improved, but the mechanics are there and could be 
enhanced if needed.

-seb

 Andrei 
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 2:25:48 PM
 Subject: Re: Docker Support?
 
 Hi Lucian,
 
 Thanks for the pointer. I seem to be blind to the updated README
 referred
 to in the pull request. I don't see any entry for cloudstack. Still
 searching. Also I just found that there is an image for cloudstact at
 CoreOS (
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2).
 I'm now wondering how this gets into a template.
 
 Cheers
 
 Osay
 
 On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
 I've just stumbled upon this recently
 https://github.com/docker/machine/pull/129
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 12:51:37
 Subject: Docker Support?
 
 Hi all,
 
 Any news on progress with the docker container support for ACS?
 I've
 seen
 a few articles on how to install CoreOS on ACS and thence docker
 as well
 as
 the wish list for docker containers to be supported in ACS like
 LXC but I
 was wondering when this'll become a reality. Also seen mentioned
 elsewhere
 that Exoscale has docker templates? Would be nice if this can go
 to
 market
 sooner.
 
 Cheers
 
 Osay
 



Re: Docker Support?

2015-01-27 Thread sebgoa

On Jan 28, 2015, at 1:12 AM, Phillip Kent phillip.k...@xmlsoup.com wrote:

 Sorry for naive question... I did not catch if there is a simple way
 to convert from the .bin file offered by CoreOS to an OVA file that
 would upload to ESX hypervisor in CloudStack ?
 
 

The .bin file is just a raw image (last time I checked). You can use things 
like qemu-convert to get it in the format you want.

 -- Forwarded message --
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Cc:
 Date: Tue, 27 Jan 2015 09:09:15 +0200
 Subject: Re: Docker Support?
 Hi Nux!,
 
 I got it at last.
 
 Thx.
 
 On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
 
 Osay,
 
 You might want to get in touch with its creator, I do not know any details.
 https://github.com/svanharmelen
 
 HTH
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 14:25:48
 Subject: Re: Docker Support?
 
 Hi Lucian,
 
 Thanks for the pointer.  I seem to be blind to the updated README
 referred
 to in the pull request.  I don't see any entry for cloudstack.  Still
 searching.  Also I just found that there is an image for cloudstact at
 CoreOS (
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
 ).
 I'm now wondering how this gets into a template.
 
 Cheers
 
 Osay
 
 On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
 I've just stumbled upon this recently
 https://github.com/docker/machine/pull/129
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 



Re: Dockerr repo for cloudstack

2014-12-28 Thread sebgoa

On Dec 28, 2014, at 11:44 AM, Vadim Kimlaychuk vadim.kimlayc...@elion.ee 
wrote:

 If you try to pull tag = 0.1.4 like:
 
 docker pull runseb/cloudstack:0.1.4 
 
 then you don't have this error. But I am still unable to launch the 
 container. Jetty server generates JAVA error stacktrace.
 
 It seems maintainer must add latest tag to repository and give more 
 information about how to launch the VM.  It is not clear whether re-strarting 
 mysql and running jetty is optional or required actions?
 

Yeah, give me couple days and I will fix all of this…

thanks for the feedback.

 Regards,
 
 Vadim.
 
 From: Outback Dingo [outbackdi...@gmail.com]
 Sent: Thursday, December 25, 2014 1:54
 To: users@cloudstack.apache.org
 Cc: prapul cool
 Subject: Re: Dockerr repo for cloudstack
 
 On Wed, Dec 24, 2014 at 7:32 PM, sebgoa run...@gmail.com wrote:
 
 
 On Dec 24, 2014, at 6:25 AM, Gopalakrishnan S go...@assistanz.com wrote:
 
 Hi Prapul,
 
 You can use the following docker image for your cloudstack.
 
 https://registry.hub.docker.com/u/runseb/cloudstack/
 
 
 Other than mine there are 3 or 4 others.
 
 We have a pull request to get a docker file in cloudstack source, so
 everyone will be able to create a dev environment from it.
 
 I am also working on the best way to package the cloudstack binaries,
 mysql etc…as containers.
 
 
 
 i was curious so i tried but im getting
 Pulling repository runseb/cloudstack
 2014/12/25 10:53:27 Tag latest not found in repository runseb/cloudstack
 
 
 
 Thank You.
 Gopalakrishnan.S
 
 
 - Original Message - From: prapul cool
 prapul_cool2...@yahoo.com.INVALID
 To: users@cloudstack.apache.org
 Sent: Wednesday, December 24, 2014 10:30 AM
 Subject: Dockerr repo for cloudstack
 
 
 Hi,
 Any Docker repository available for cloudstack? please let me know if
 repo development is in progress... Thanks,Prapul.Sriram.
 
 
 
 



Re: Dockerr repo for cloudstack

2014-12-24 Thread sebgoa

On Dec 24, 2014, at 6:25 AM, Gopalakrishnan S go...@assistanz.com wrote:

 Hi Prapul,
 
 You can use the following docker image for your cloudstack.
 
 https://registry.hub.docker.com/u/runseb/cloudstack/
 

Other than mine there are 3 or 4 others.

We have a pull request to get a docker file in cloudstack source, so everyone 
will be able to create a dev environment from it.

I am also working on the best way to package the cloudstack binaries, mysql 
etc…as containers.

 Thank You.
 Gopalakrishnan.S
 
 
 - Original Message - From: prapul cool 
 prapul_cool2...@yahoo.com.INVALID
 To: users@cloudstack.apache.org
 Sent: Wednesday, December 24, 2014 10:30 AM
 Subject: Dockerr repo for cloudstack
 
 
 Hi,
 Any Docker repository available for cloudstack? please let me know if repo 
 development is in progress... Thanks,Prapul.Sriram.
 
 



Re: [CVE-2014-7807] Apache CloudStack unauthenticated LDAP binds

2014-12-10 Thread sebgoa

On Dec 9, 2014, at 11:56 PM, esander...@hushmail.com wrote:

 Daan,
 Thank you for your insight on this matter.
 I have seen on occasion that Citrix comes in and helps out.  You guys
 (shapeblue) have definitely been contributing to this forum a whole
 lot and for that I appreciate it.
 thank you againeric

Hi Eric,

I work for Citrix but I write from my gmail address. The reason being that at 
Apache Software Foundation companies have no standing,
contributors are not affiliated. 

This is a double edge sword. If the presence of Citrix in the project is too 
strong then some folks will actually leave, analyst will say that this is a 
Citrix project etc.. If the presence is not strong enough then we get messages 
like yours who make it sounds like Citrix had nothing to do in the CVE.

The bottom line is that this is a true open source project, it cannot be 
bought, it cannot be steered by companies interest. If a two person company 
joins the list and starts to contribute day in and day out, they may end up 
with more say than Citrix, who knows.

Finally, I have always thought that for the long term sustainability of the 
project, we should minimize Citrix's participation. You read that right, the 
community needs to be self sustaining enough that Citrix participation does not 
matter. So I am very happy that Shapeblue applied the patch and updated their 
repo right away (it's good incident response), next time I hope that Schuberg 
Philis will find the security flow, that CloudOps will patch, that Shapeblue 
will update the repo and that Appcore holds a 24/7 hangout for 2 weeks to help 
users patch their setup.

Reducing the reliance on Citrix is key to attract other folks to this project,

My 2 cts

-Sebastien

 
 On 12/9/2014 at 4:49 PM, Daan Hoogland  wrote:Eric, the bug was
 fixed by A Citrix employee from India and it was
 reported by Citrix in California. All ShapeBlue has done was include
 it in its packaging after it was contributed t the Apche CloudStack
 repository. So I would say Citrix' contribution to this is
 instrumental and fundamental.
 kind regards,
 Daan (working for neither ShapeBlue or Citrix, yet grateful to both)
 
 On Tue, Dec 9, 2014 at 5:26 PM,   wrote:
 Good evening,
 Just asking about the group.
 If it wasn't for shapeblue; what other user/body in the cloudstack
 community would resolve this quickly?  How much is Citrix even
 helping
 out anymore?
 thank youEric
 
 On 12/9/2014 at 3:40 AM, Rohit Yadav  wrote:ShapeBlue has created
 a
 patch that fixes this issue for Apache CloudStack 4.3.1 users, it
 available from their “main” deb/rpm repository. ShapeBlue has
 also
 published Apache CloudStack 4.4.2 debs/rpms on their main and
 upstream
 repositories.
 
 Repository: http://shapeblue.com/packages
 Release notes:
 
 https://github.com/shapeblue/cloudstack/wiki/Apache-CloudStack-4.3.1-ShapeBlue-Patch02
 Source tag 4.3.1-shapeblue-02:
 
 https://github.com/shapeblue/cloudstack/releases/tag/shapeblue-4.3.1-02
 
 Regards.
 
 On 09-Dec-2014, at 1:41 am, John Kinsella  wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 CVE-2014-7807: Apache CloudStack unauthenticated LDAP binds
 
 CVSS:
 7.5, AV:N/AC:L/Au:N/C:P/I:P/A:P
 
 Vendors:
 The Apache Software Foundation
 Citrix, Inc.
 
 Versions Afffected:
 Apache CloudStack 4.3, 4.4
 
 Description:
 Apache CloudStack may be configured to authenticate LDAP users.
 When so configured, it performs a simple LDAP bind with the name
 and password provided by a user.  Simple LDAP binds are defined
 with three mechanisms (RFC 4513): 1) username and password; 2)
 unauthenticated if only a username is specified; and 3) anonymous
 if neither username or password is specified.  Currently, Apache
 CloudStack does not check if the password was provided which could
 allow an attacker to bind as an unauthenticated user.
 
 Mitigation:
 Users of Apache CloudStack 4.4 and derivatives should update to the
 latest version (4.4.2)
 
 An updated release for Apache CloudStack 4.3.2 is in testing. Until
 that is released, we recommend following the mitigation below:
 
 By default, many LDAP servers are not configured to allow
 unauthenticated
 binds.  If the LDAP server in use allow this behaviour, a potential
 interim solution would be to consider disabling unauthenticated
 binds.
 
 Credit:
 This issue was identified by the Citrix Security Team.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 Comment: GPGTools - http://gpgtools.org
 
 iQIcBAEBCgAGBQJUhgUCAAoJEOom9N0pCN7SOQMQAKyBuhg25u3FcVOU5XMdGGpT
 2kSVFoLFR74ObI8bdr3HP+2LdLf/Go9QBBrWlZ034FUj6OV0Ct5o8TNB6AHbv0qF
 Ar4N05JoGtPaDCe9sWV/+ykOJH8snQjnYwVFrLZlLw8Y/JUQ+I1yJBksw8a2/hT2
 vmYgYiAQyrEMMk4bhBBlEyaJFMhuMtKtgUqLDW8wmlhkt2acZMt/0BKxDwAO8o7m
 6ypepPCmkPHUpD50tfcCI+K4ib/C5EOn40n4orM97/JHZLsCyhz5nk36eQMOQQz2
 fJlaA04fQSV4Cv7c+S0LPh5e4e6TPSrOW3O4/V2dkjK/GgP8kUoo7ivyjIw6d2oJ
 Z5vqqgxrmgwDjH58YfVu3tyVuDlOFTZfCLkhdoXMxHfMLYYKeXkffRli9XabxrE+
 

Re: deb packages status

2014-11-24 Thread sebgoa
forwarding this dev@ 

On Nov 18, 2014, at 7:12 PM, Carles Figuerola carle...@gmail.com wrote:

 Hi All,
 
 Last time I tried to install the 4.4.0 deb packages I found that it still
 had tomcat6 as a dependency and links to it sprinkled throughout the
 configuration files (CLOUDSTACK-7636
 https://issues.apache.org/jira/browse/CLOUDSTACK-7636). I never saw any
 4.4.1 build on the repos and it seems that jenkins builds are failing since
 October.
 
 Are deb packages being unsupported? Is there anything I can do to try to
 push these in a working order? I'm not very well versed in build process
 but I want to try and push this.
 
 Thanks,
 
 Carles Figuerola



Re: Wasting Time !

2014-11-17 Thread sebgoa

On Nov 15, 2014, at 8:00 PM, Mohammad Mahdi Raja mr...@shirazu.ac.ir wrote:

 Thanks for your answers,
 
 I installed different version on different infrastructure during the time. It 
 is somehow much more unstable that other competitors. Many non-documented 
 issues and many unpredictable problems. I know that we are all here to help 
 each others to feel good about it, but I think we are wasting our times on 
 solving issues instead of doing business !
 
 Any one disagrees ?
 

Yes, I do, I 100% disagree.

Just buy my book and you will be enlightened:

http://shop.oreilly.com/product/0636920034377.do

Ps: slighlty sarcastic answer :) enjoy


 On Mon, Nov 10, 2014 12:33  PM, Osay Osman Yuuni oyu...@gmail.com wrote:
 Hi Mohammed,
 I'd be interested to know why you think Cloudstack is waiting our time?  Do
 you have any specific issues that need addressing that you could not?  By
 Cloudstack who do you actually mean?  The contributors, users, governance?
 Unless you're able to tell us what makes you think Cloudstack is wasting
 our times I'm afraid I don't see how we can agree with you.
 
 Osay
 
 On 10 November 2014 10:54, Vihar vih1...@gmail.com wrote:
 
 Was your questions not answered? Or you have issues with setting up
 cloudstack?
 
 Regards
 Vihar K
 On Nov 10, 2014 2:19 PM, Erik Weber terbol...@gmail.com wrote:
 
 On Mon, Nov 10, 2014 at 9:25 AM, Mohammad Mahdi Raja 
 mr...@shirazu.ac.ir
 wrote:
 
 ​Dear All,
 
 Does every one have the sense that CloudStack is wasting our times ?
 Unfortunately I think so.
 
 
 It's probably easier to answer your feelings if you describe a bit more
 why
 you're feeling that way.
 
 Why is CloudStack wasting your time? How can it be improved to not waste
 your time? etc.
 
 --
 Erik
 
 



[EVENT] cloudStack conference in Budapest Nov 19-21

2014-11-05 Thread sebgoa
There is still time to plan your trip to the cloudstack conference:

http://cloudstackcollab.org




Re: About ACS with OVM

2014-10-20 Thread sebgoa
The OVM stuff should have been removed from the UI, I suppose this is what you 
are seeing.

However there is work to reintroduce OVM support for OVM 3, but it's not yet 
ready.



-sebastien

On Oct 19, 2014, at 5:37 PM, Star Guo st...@ceph.me wrote:

 Hello, 
 
 
 
  I found that ACS support OVM as the physical host .However , I can't find
 any document about ACS+OVM. Could Some one give me some suggestion?
 
  Thanks for help.
 
 
 
 Best Regards,
 
 Star Guo
 



Re: which version is more stable one to deploy ACS in production:

2014-10-18 Thread sebgoa

On Oct 18, 2014, at 7:12 AM, Anil Kumar Lakineni 
anilkumar459.lakin...@gmail.com wrote:

 Hi Lucian,
 
 Thank you for your replay. Sorry for not mentioning hypervisor type in 
 previous mail what I'm using is XenServer Hypervisor.
 
 So can you provide me the link to get SystemVM Template for XenServer 
 hypervisor type.
 

I believe the docs are correct:

http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.3/installation.html#prepare-the-system-vm-template



 Thank you,
 Anil.
 
 
 -Original Message-
 From: Nux! [mailto:n...@li.nux.ro]
 Sent: Saturday, October 18, 2014 7:23 AM
 To: users@cloudstack.apache.org
 Subject: Re: which version is more stable one to deploy ACS in production:
 
 Hello,
 
 You can get it from here:
 http://cloudstack.apt-get.eu/systemvm/4.3/
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Anil Kumar Lakineni anilkumar459.lakin...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Thursday, 16 October, 2014 18:03:54
 Subject: RE: which version is more stable one to deploy ACS in production:
 
 Hi All,
 
 Good Morning, I have configured ACS 4.3.1 and now I want to download SYSTEM
 VM TEMPLATE to secondary storage. So can anyone provide me the link to
 download ACS 4.3.1 system vm template..??  I'm Using  xenserver hypervisor.
 
 if use ACS 4.3.0 system vm template download link, do I get any issues in
 future..???
 
 Looking forward for your suggestions.
 
 Thank you,
 Anil.
 
 -Original Message-
 From: ilya musayev [mailto:ilya.mailing.li...@gmail.com]
 Sent: Tuesday, October 07, 2014 10:18 PM
 To: users@cloudstack.apache.org
 Subject: Re: which version is more stable one to deploy ACS in production:
 
 I run 4.3.1 and my environments are very large. I plan to stay on it for
 a while.
 
 Depending on the size if you go into 100 hypervisors, you may want to
 tweak java heap.
 
 On 10/6/14, 1:11 AM, AnilKumar Lakineni wrote:
 Hi All,
 
 Good Morning,
 
 I want to deploy ACS for production. So can anybody suggest  me which
 version should I take into production with more advanced features.
 
 Looking forward for your valuable suggestions.
 
 
 Thank you,
 Anil.
 
 
 
 ---
 This email is free from viruses and malware because avast! Antivirus 
 protection
 is active.
 http://www.avast.com
 
 
 ---
 This email is free from viruses and malware because avast! Antivirus 
 protection is active.
 http://www.avast.com
 



Re: 404 - not found user meta-data error

2014-10-18 Thread sebgoa

On Oct 14, 2014, at 8:11 AM, Asanka sanjaya Herath angal...@gmail.com wrote:

 Hi kirk,
 
 Thank you. Problem solved. I think this user guide should be edited ,
 Because this guide doesn't say from where we should run that command.
 Thank you again.

The latest docs for 4.4 are at:

http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/api.html?highlight=user%20data#provisioning-and-authentication-api

You were looking at the 4.0.1 docs.

You can easily correct the docs by sending a github pull request. Click on the 
Edit on github  button at the top right.


 
 
 On Tue, Oct 14, 2014 at 1:57 AM, Kirk Kosinski kirkkosin...@gmail.com
 wrote:
 
 Hi, are you testing the curl command from the instance?  The user- and
 meta-data can only be accessed by the instance.   I ask because the 404
 is for /userdata/192.168.56.1/user-data which suggests you are testing
 from a machine with the IP 192.168.56.1 and not the instance at
 192.168.56.27.
 
 Best regards,
 Kirk
 
 On 10/13/2014 04:06 AM, Asanka sanjaya Herath wrote:
 Hi all,
 
 I Followed this[1] guide for view user-meta data set for my instance.
 When
 I'm running the curl command for retrieve the user-meta data, I'm getting
 this error.
 
 $ curl http://192.168.56.22/latest/user-data
 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
 htmlhead
 title404 Not Found/title
 /headbody
 h1Not Found/h1
 pThe requested URL /userdata/192.168.56.1/user-data was not found on
 this
 server./p
 /body/html
 
 According to cloudstack UI, I have one virtual router (IP -
 192.168.56.22).
 So I used that IP in curl command. My instance's IP is 192.168.56.27. I
 used jcloud api for set user meta-data
 
 Any ideas?
 
 
 ​[1] -
 
 https://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Admin_Guide/user-data-and-meta-data.html
 ​
 
 
 
 
 
 
 -- 
 Thanks,
 Regards,
 ASH



Re: firewall problems and proxy problems

2014-10-18 Thread sebgoa

On Oct 17, 2014, at 11:01 AM, Marc Leeman marc.lee...@gmail.com wrote:

 I cleared the database and re-did the installation and all seems to be
 working now.
 ​
 Thanks for the help.
 
 It seems that something must have been off during the initial install.

Hi Marc, I was at the guy at the booth :)

In my angst to get things working I probably messed up the installed when 
upgrading rather quickly to 4.3.

In any case, glad it's working now, please confirm that you can launch 
instances.

I have kept track of your bugs for debian packaging and we will try to address 
those.

-sebastien

Re: CloudStack DataBase HA Restoration Test

2014-10-18 Thread sebgoa

On Oct 14, 2014, at 11:36 AM, raja sekhar rajsekhar@gmail.com wrote:

 Hi All,
 
 I got the solution for cloudstack database high availability.
 
 Follow the steps to enable the database high availability in cloudstack.
 
 1)   Go to the path:
 
 *“/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/”*
 
 Find the *“cloud-plugin-database-mysqlha-4.3.1.jar”  *file.
 
 2)   Create the path:
 
 *“/usr/share/cloudstack-mysql-ha/lib/”*
 
 Copy the above file to this path.
 
 3)   Edit the file *“/etc/cloudstack/management/catalina.properties” *
 
 check the *“common.loader” *line looks like:
 
 *“common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,/usr/share/java/mysql-connector-java.jar,/usr/share/cloudstack-mysql-ha/lib/*.jar”*
 
 4)   Edit the file *“/etc/cloudstack/management/db.properties”*
 
 *db.ha.enabled=true*
 
 *db.cloud.slaves=slave IP address*
 
 *db.usage.slaves=slave IP address*
 
 5)   Restart the management server.
 
 *“Service cloudstack-management restart”*
 
 

Would be great if you could contribute/correct the docs at:

http://docs.cloudstack.apache.org

You can fork on github and submit a pull request.

thanks

 
 *Regards,*
 
 *Rajasekhar.*
 
 On Wed, Sep 24, 2014 at 5:33 PM, Rajani Karuturi raj...@apache.org wrote:
 
 I dont know if they are readily available. probably you could check
 jenkins.buildacloud.org
 
 You could build one from source using the procedure at
 
 http://cloudstack-installation.readthedocs.org/en/latest/building_from_source.html#building-non-oss
 
 
 It also has some information about non-oss/no-redist packages.
 
 ~Rajani
 
 On Wed, Sep 24, 2014 at 5:11 PM, Venkata Suneel Babu Mallela 
 sunee...@simplifydc.com wrote:
 
 This setup is installed using RPM package repository. Can you please
 guide
 how to check this is a noredist build or not? And what is the use of it?
 
 There is no directory cloudstack-mysql-ha under /usr/share/.
 
 [root@cs01 share]# ls cloudstack-*
 cloudstack-bridge/ cloudstack-management/
 cloudstack-common/ cloudstack-usage/
 
 Thank you,
 Suneel Mallela.
 
 -Original Message-
 From: Rajani Karuturi [mailto:raj...@apache.org]
 Sent: Wednesday, September 24, 2014 3:30 PM
 To: users@cloudstack.apache.org
 Subject: Re: CloudStack DataBase HA Restoration Test
 
 Is this a noredist build? Did you verify that the mysql-ha jar exists at
 /usr/share/cloudstack-mysql-ha/lib/*jar?
 
 
 
 
 
 ~Rajani
 
 On Wed, Sep 24, 2014 at 12:06 PM, Venkata Suneel Babu Mallela 
 sunee...@simplifydc.com wrote:
 
 Hi Rajani,
 
 Thank you for your response. I was stuck with some work last week.
 
 I've reinstalled a new CloudStack4.4.0 and added below line to the
 file /etc/cloudstack/management/catalina.properties,
 
 
 common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catali
 na.home}/lib,${catalina.home}/lib/*.jar,/usr/share/java/mysql-connecto
 r-java.jar,/usr/share/cloudstack-mysql-ha/lib/*jar
 
 Restarted the management service, but still getting http status 404
 error, the log is below.
 
 2014-09-23 05:24:14,176 INFO
 [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
 (main:null) Loading module context [system] from URL
 [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/
 cloud-core-4.4.0.jar!/META-INF/cloudstack/system/spring-core-system-co
 ntext-inheritable.xml]
 2014-09-23 05:24:14,176 INFO
 [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
 (main:null) Loading module context [system] from URL
 [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/
 cloud-framework-config-4.4.0.jar!/META-INF/cloudstack/system/spring-fr
 amework-config-system-context-inheritable.xml]
 2014-09-23 05:24:14,176 INFO
 [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
 (main:null) Loading module context [system] from URL
 [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/
 cloud-plugin-network-contrail-4.4.0.jar!/META-INF/cloudstack/system/sp
 ring-contrail-system-context-inheritable.xml]
 2014-09-23 05:24:14,176 INFO
 [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
 (main:null) Loading module context [system] from URL
 [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/
 cloud-core-4.4.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-c
 ontext-inheritable.xml]
 2014-09-23 05:24:18,016 INFO  [c.c.u.d.T.Transaction] (main:null) Is
 Data Base High Availiability enabled? Ans : true
 2014-09-23 05:24:18,053 INFO  [c.c.u.d.T.Transaction] (main:null) The
 slaves configured for Cloud Data base is/are : 10.0.60.204
 2014-09-23 05:24:18,130 ERROR [c.c.u.d.Merovingian2] (main:null)
 Unable to get a new db connection
 java.sql.SQLException: Invalid load balancing strategy
 'com.cloud.utils.db.StaticStrategy'.
at
 com.mysql.jdbc.SQLError.createSQLException(SQLError.java:934)
at
 com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.Util.loadExtensions(Util.java:588)
 

Re: IPv6 support for ESXi?

2014-10-18 Thread sebgoa
Hugo,

Do you know the status of IPv6 ?

On Oct 8, 2014, at 10:48 AM, Octavian Popescu octavian.pope...@interoute.com 
wrote:

 Hi,
 
 Is there any IPv6 support in CS for ESXi hypervisors? I've read the 
 documentation but only KVM and Xen are mentioned so I was wondering if this 
 will change in the new releases.
 
 Thanks,
 Octavian
 
 
 



Re: Can't delete a VM

2014-10-18 Thread sebgoa
Kirk, any thoughts on this ?

On Oct 3, 2014, at 3:48 PM, clement mutz c.m...@servitics.fr wrote:

 Hello community. 
 
 I have cloudstack 4.3 with xen 6.2. 
 
 I can't delete ONE VM and I don't know why  I deleted all snapshosts. 
 
 log : http://pastebin.com/Sugtykjn 
 
 Can you help me ? 
 
 Thank you for your help. 
 
 Clement 



Re: Problem in taking snapshot of Volume VM

2014-10-18 Thread sebgoa

On Oct 17, 2014, at 11:51 AM, ngur...@neeleshgurjar.co.in wrote:

 Hi
 I have installed CloudStack and configure 2 additional hosts.
 I am using KVM Hypervisor.
 I have configured NFS server also and Primary  Secondary Storage are on it.
 I have also launched an instance successfully.
 I tried to take snapshot of Storage Root disk of that instance.
 It showed Snapshot taken Successfully. However in View Snapshots -- It shows 
 Error under status of that Snapshot.
 
 Any clue ?
 

Any logs you can share on pastebin ?
What version of cloudstack, what OS version ?

 Also I am not able to take Snapshot of VM.
 
 Regards
 Neelesh Gurjar



Re: Initial install issues

2014-10-18 Thread sebgoa

On Oct 17, 2014, at 5:22 PM, scot gabriel scot.gabr...@gmail.com wrote:

 Installed on Ubuntu 14.04 TLS
 followed this guide:
 https://joshuarogers.net/installing-cloudstack-43-ubuntu-1404
 
 I'm very new to the product (first time trying to play with it).
 When I try to open http://localhost:8080 it gives me a blank screen
 (nothing) no time out, just a blank screen.
 
 Here is my listening ports:
 sudo netstat -ntlp | grep LISTEN
 sudo: unable to resolve host srvr1.cloud.priv
 [sudo] password for sgabriel:
 tcp0  0 0.0.0.0:111 0.0.0.0:*   LISTEN
 655/rpcbind
 tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN
 1075/dnsmasq
 tcp0  0 0.0.0.0:60085   0.0.0.0:*   LISTEN
 722/rpc.statd
 tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
 906/sshd
 tcp0  0 127.0.0.1:631   0.0.0.0:*   LISTEN
 485/cupsd
 tcp0  0 0.0.0.0:892 0.0.0.0:*   LISTEN
 1773/rpc.mountd
 tcp0  0 0.0.0.0:20490.0.0.0:*   LISTEN
 -
 tcp0  0 0.0.0.0:32803   0.0.0.0:*   LISTEN
 -
 tcp0  0 127.0.0.1:3306  0.0.0.0:*   LISTEN
 1115/mysqld
 tcp6   0  0 :::111  :::*LISTEN
 655/rpcbind
 tcp6   0  0 :::20400:::*LISTEN
 1057/jsvc.exec
 tcp6   0  0 :::8080 :::*LISTEN
 1057/jsvc.exec
 tcp6   0  0 :::22   :::*LISTEN
 906/sshd
 tcp6   0  0 :::51002:::*LISTEN
 722/rpc.statd
 tcp6   0  0 :::892  :::*LISTEN
 1773/rpc.mountd
 tcp6   0  0 :::59295:::*LISTEN
 1057/jsvc.exec
 tcp6   0  0 :::2049 :::*LISTEN
 -
 tcp6   0  0 :::32803:::*LISTEN
 -
 tcp6   0  0 :::7080 :::*LISTEN
 1057/jsvc.exec
 
 
 
 Guidance, questions, thoughts?
 

Are you sure the mgt server is running ?

service cloudstack-management restart

Agent also needs to run:

service cloudstack-agent restart

Check the logs:

/var/log/cloudstack/management/management-server.log...

Watch out for your bridge configuration.


 
 Thank you,
 --
 Scot Gabriel
 while(!(succeed=try()));
 
 
 
 pgp.mit.edu (0xcfe3d15c891fca57)



Re: New Install

2014-10-02 Thread sebgoa

On Sep 30, 2014, at 8:20 PM, Ricky Keele rjke...@digitalipvoice.com wrote:

 Hello,
 
 I know that everyone must be worn out with the same old questions. I have 
 installed Cloudstack using the quick install for CentOS. This is single 
 machine with management server, storage, and KVM hypervisor on same machine. 
 I have configured secondary storage as NFS mount on same machine. Have 
 created cloudbr0 for nic. The problem is host will not install logs say 
 cannot get private nic name. Are there any other documents for installing or 
 if anyone else has overcome this please reply.
 

Can you post the logs on pastebin or something alike.

Which version of cloudstack are you running ? which version of CentOS ?


 Thanks,
 
 Ricky



Re: Question about Old Racks

2014-10-02 Thread sebgoa

On Sep 27, 2014, at 8:06 PM, Talk Jesus c...@talkjesus.com wrote:

 Is it possible to throw old dedicated servers into the cloud for extra
 CPU/RAM?
 
 
 
 For example, I have some old Pentium D (dual core), Xeons, Dual Xeons and
 Core i3 lying around. 
 
 
 
 Is it a simple 'add' in the CS management panel to add these in with their
 storage?
 
 

Might be good to check if they support VT-x ...

 
 
 



Re: Xen Update gone rogue?

2014-10-02 Thread sebgoa
And that one too:

http://www.eweek.com/cloud/the-xen-vulnerability-that-rebooted-the-public-cloud.html


On Oct 2, 2014, at 2:01 PM, sebgoa run...@gmail.com wrote:

 This is a good read on the matter:
 
 https://blog.xenproject.org/2014/10/02/xsa-108-additional-information-from-the-xen-project-2/
 
 
 
 On Oct 2, 2014, at 2:11 AM, Bret Mette bret.me...@dbihosting.com wrote:
 
 The rumor had been whispered for a few days but the exact details of the 
 vulnerability were kept under a tight lid. I have not heard much about this 
 impacting anyone other than the forced downtime by many providers.
 
 Rackspace are bunch of twits. How arrogent and unncessary to point out that 
 another provider mentioned Xen and we didn't.
 
 I can't stand them.
 
 
 On Oct 1, 2014, at 5:00 PM, Eric Tykwinski eric-l...@truenet.com wrote:
 
 I heard on NANOG about an outage on AWS and RackSpace supposedly linked to 
 a Xen update:
 http://xenbits.xen.org/xsa/advisory-108.html
 RackSpace RFO:
 http://www.rackspace.com/blog/an-apology/
 
 Just wondering if anything else is being reported?
 
 Sincerely,
 
 Eric Tykwinski
 TrueNet, Inc.
 P: 610-429-8300
 F: 610-429-3222
 
 
 



[EVENT] CloudStack Conference

2014-09-30 Thread sebgoa
 Hi folks,

CloudStack conference in Budapest, Nov 19-21 is coming up fast.

Registration is open:

http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/attend/register

And we of course have a great schedule with tutorials, talks, keynotes and 
poster.

http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/schedule

Looking forward to seeing you all there,

Cheers,

-Sebastien

Re: Unable to deploy DevCloud

2014-09-19 Thread sebgoa

On Sep 19, 2014, at 11:50 AM, Deepal Jayasekara dpjayasek...@gmail.com wrote:

 I am trying to deploy DevCloud following the Cloudstack Developers Guide
 documentation. But I got stuck with following error:
 
 *Traceback (most recent call last):*
 *  File ../marvin/marvin/deployDataCenter.py, line 572, in module*
 *deploy.deploy()*
 *  File ../marvin/marvin/deployDataCenter.py, line 556, in deploy*
 *self.createZones(self.config.zones)*
 *  File ../marvin/marvin/deployDataCenter.py, line 418, in createZones*
 *self.createPods(zone.pods, zoneId, networkid)*
 *  File ../marvin/marvin/deployDataCenter.py, line 142, in createPods*
 *vmwareDc=pod.vmwaredc)*
 *  File ../marvin/marvin/deployDataCenter.py, line 87, in createClusters*
 *cluster.hypervisor)*
 *  File ../marvin/marvin/deployDataCenter.py, line 53, in addHosts*
 *self.apiClient.addHost(hostcmd)*
 *  File
 /home/deepal/projects/cloudstack/tools/marvin/marvin/cloudstackAPI/cloudstackAPIClient.py,
 line 1417, in addHost*
 *response = self.connection.marvinRequest(command,
 response_type=response, method=method)*
 *  File
 /home/deepal/projects/cloudstack/tools/marvin/marvin/cloudstackConnection.py,
 line 272, in marvinRequest*
 *response = jsonHelper.getResultObj(response.json(), response_type)*
 *  File
 /home/deepal/projects/cloudstack/tools/marvin/marvin/jsonHelper.py, line
 148, in getResultObj*
 *raise cloudstackException.cloudstackAPIException(respname, errMsg)*
 *cloudstackException.cloudstackAPIException: Execute cmd: addhost failed,
 due to: errorCode: 530, errorText:Unable to add the host*
 
 What causes this issue? Any idea how to resolve this? I have a working
 connection from my cloudstack MS and the devcloud VM and I have configured
 the network and IP as the documentation describes.
 
 Thank you.
 

Deepal,

It's best to use: https://github.com/imduffy15/devcloud4

The current devcloud has issues.

I will modify the documentation


 -- 
 ___
 [image: photo]
 *Deepal Jayasekara*
 Undergraduate, Department Of Computer Science And Engineering
 University of Moratuwa, Sri Lanka
 | mobile: +94712070097  | blog: *insiderattack.blogspot.com
 http://insiderattack.blogspot.com*
 https://www.facebook.com/deepal.cse10  https://twitter.com/dpjayasekara
 http://www.linkedin.com/profile/view?id=127692449authType=NAME_SEARCHauthToken=Nn4Zlocale=en_USsrchid=1276924491381815604317srchindex=1srchtotal=1trk=vsrp_people_res_nametrkInfo=VSRPsearchId%3A1276924491381815604317%2CVSRPtargetId%3A127692449%2CVSRPcmpt%3Aprimary



Re: Unable to deploy DevCloud

2014-09-19 Thread sebgoa

On Sep 19, 2014, at 4:17 PM, sandeep khandekar cloudstack.sand...@gmail.com 
wrote:

 thanks Sebastein
 Please make it available as soon as possible,

I am not sure what you mean. You can grab devcloud4 from github, just git clone 
the project and use vagrant.

https://github.com/imduffy15/devcloud4

For the documentation issues, you can ask on this list, as well as open bugs at:

https://issues.apache.org/jira/browse/CLOUDSTACK

 we research group at JNIAS,
 are waiting to deploy devloper guide and we are facing many problems in the
 current devlopers guide
 http://docs.cloudstack.apache.org/en/master/developer_guide.html#installing-from-source
 .
 We will be very thankful to you, if documentation is well documented.
 
 Thankyou.
 
 On Fri, Sep 19, 2014 at 4:06 PM, sebgoa run...@gmail.com wrote:
 
 
 On Sep 19, 2014, at 11:50 AM, Deepal Jayasekara dpjayasek...@gmail.com
 wrote:
 
 I am trying to deploy DevCloud following the Cloudstack Developers Guide
 documentation. But I got stuck with following error:
 
 *Traceback (most recent call last):*
 *  File ../marvin/marvin/deployDataCenter.py, line 572, in module*
 *deploy.deploy()*
 *  File ../marvin/marvin/deployDataCenter.py, line 556, in deploy*
 *self.createZones(self.config.zones)*
 *  File ../marvin/marvin/deployDataCenter.py, line 418, in createZones*
 *self.createPods(zone.pods, zoneId, networkid)*
 *  File ../marvin/marvin/deployDataCenter.py, line 142, in createPods*
 *vmwareDc=pod.vmwaredc)*
 *  File ../marvin/marvin/deployDataCenter.py, line 87, in
 createClusters*
 *cluster.hypervisor)*
 *  File ../marvin/marvin/deployDataCenter.py, line 53, in addHosts*
 *self.apiClient.addHost(hostcmd)*
 *  File
 
 /home/deepal/projects/cloudstack/tools/marvin/marvin/cloudstackAPI/cloudstackAPIClient.py,
 line 1417, in addHost*
 *response = self.connection.marvinRequest(command,
 response_type=response, method=method)*
 *  File
 
 /home/deepal/projects/cloudstack/tools/marvin/marvin/cloudstackConnection.py,
 line 272, in marvinRequest*
 *response = jsonHelper.getResultObj(response.json(), response_type)*
 *  File
 /home/deepal/projects/cloudstack/tools/marvin/marvin/jsonHelper.py,
 line
 148, in getResultObj*
 *raise cloudstackException.cloudstackAPIException(respname, errMsg)*
 *cloudstackException.cloudstackAPIException: Execute cmd: addhost failed,
 due to: errorCode: 530, errorText:Unable to add the host*
 
 What causes this issue? Any idea how to resolve this? I have a working
 connection from my cloudstack MS and the devcloud VM and I have
 configured
 the network and IP as the documentation describes.
 
 Thank you.
 
 
 Deepal,
 
 It's best to use: https://github.com/imduffy15/devcloud4
 
 The current devcloud has issues.
 
 I will modify the documentation
 
 
 --
 ___
 [image: photo]
 *Deepal Jayasekara*
 Undergraduate, Department Of Computer Science And Engineering
 University of Moratuwa, Sri Lanka
 | mobile: +94712070097  | blog: *insiderattack.blogspot.com
 http://insiderattack.blogspot.com*
 https://www.facebook.com/deepal.cse10  
 https://twitter.com/dpjayasekara
 
 http://www.linkedin.com/profile/view?id=127692449authType=NAME_SEARCHauthToken=Nn4Zlocale=en_USsrchid=1276924491381815604317srchindex=1srchtotal=1trk=vsrp_people_res_nametrkInfo=VSRPsearchId%3A1276924491381815604317%2CVSRPtargetId%3A127692449%2CVSRPcmpt%3Aprimary
 
 
 
 
 
 -- 
 SANDEEP KHANDEKAR
 Assistant Professor
 Department of Computer science and engineering
 Sreenidhi Institute of science and Technology
 Hyderabad



Re: 404 Error

2014-08-28 Thread sebgoa

On Aug 27, 2014, at 11:03 PM, Xerex Bueno xbu...@lpsintegration.com wrote:

 So I have installed ACS 4.3.1 from source and when I go to access 
 http://ip:8080/client I get a 404 error.  Really need some help on this.
 
 

Xerex, is that fixed ?

The UI takes a bit of time to come up, so if you try to reach to fast after 
starting the mgt server you might get a 404.

If that's not the problem, you need to give us more details, like OS type, mgt 
server logs posted on pastebin…etc

 
 
 This document is PROPRIETARY and CONFIDENTIAL and may not be duplicated, 
 redistributed, or displayed to any other party without the expressed written 
 permission of LPS Integration, Inc. If you are not the intended recipient and 
 have received this email in error, please destroy the email and contact the 
 LPS Integration Security Officer at 866-577-2902 (Phone), 615-349-9009 (Fax) 
 or 230 Great Circle Rd. Suite 218 Nashville, TN 37228 (US Mail)
 



Re: Problems building 4.3.1 non-oss

2014-08-28 Thread sebgoa

On Aug 27, 2014, at 11:27 PM, Xerex Bueno xbu...@lpsintegration.com wrote:

 In case anyone else runs into this problem I resolved this issue by
 replacing version4.0.0/version with version4.3.1-SNAPSHOT/version
 

good catch, I had upped the version number and somehow this one got missed...

 
 
 
 On 8/26/14, 1:53 PM, Xerex Bueno xbu...@lpsintegration.com wrote:
 
 When I try and build ACS 4.3.1 for nonredist this is the error I receive
 running mvn clean².  Anyone have a fix for this?
 
 
 [INFO] Scanning for projects...
 
 [ERROR] The build could not read 1 project - [Help 1]
 
 [ERROR]
 
 [ERROR]   The project org.apache.cloudstack:xapi:5.6.100-1-SNAPSHOT
 (/root/cloudstack-4.3/deps/XenServerJava/pom.xml) has 1 error
 
 [ERROR] Non-resolvable parent POM: Failure to find
 org.apache.cloudstack:cloudstack:pom:4.3.0 in
 http://repo.maven.apache.org/maven2 was cached in the local repository,
 resolution will not be reattempted until the update interval of central
 has elapsed or updates are forced and 'parent.relativePath' points at
 wrong local POM @ line 21, column 11 - [Help 2]
 
 [ERROR]
 
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 
 [ERROR]
 
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
 
 [
 
 
 
 This document is PROPRIETARY and CONFIDENTIAL and may not be duplicated,
 redistributed, or displayed to any other party without the expressed
 written permission of LPS Integration, Inc. If you are not the intended
 recipient and have received this email in error, please destroy the email
 and contact the LPS Integration Security Officer at 866-577-2902 (Phone),
 615-349-9009 (Fax) or 230 Great Circle Rd. Suite 218 Nashville, TN 37228
 (US Mail)
 
 
 
 
 
 This document is PROPRIETARY and CONFIDENTIAL and may not be duplicated, 
 redistributed, or displayed to any other party without the expressed written 
 permission of LPS Integration, Inc. If you are not the intended recipient and 
 have received this email in error, please destroy the email and contact the 
 LPS Integration Security Officer at 866-577-2902 (Phone), 615-349-9009 (Fax) 
 or 230 Great Circle Rd. Suite 218 Nashville, TN 37228 (US Mail)
 



Re: Problems building 4.3.1 non-oss

2014-08-28 Thread sebgoa

On Aug 28, 2014, at 4:39 PM, Xerex Bueno xbu...@lpsintegration.com wrote:

 Looks like there may be one more problem related to versioning.  After
 running cloudstack-setup-management it show cloudstack-management running.
 When I look at the logs it shows the following.  During this time the UI
 is not reachable.
 
 2014-08-28 09:33:58,698 INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle]
 (main:null) Running system integrity checker
 com.cloud.upgrade.DatabaseUpgradeChecker@495a4d80
 2014-08-28 09:33:58,699 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null)
 Grabbing lock to check for database upgrade.
 2014-08-28 09:33:58,735 DEBUG [c.c.u.d.VersionDaoImpl] (main:null)
 Checking to see if the database is at a version before it was the version
 table is created
 2014-08-28 09:33:58,768 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null)
 DB version = 4.0.0 Code Version = 4.3.1-SNAPSHOT
 2014-08-28 09:33:58,769 INFO  [c.c.u.DatabaseUpgradeChecker] (main:null)
 Database upgrade must be performed from 4.0.0 to 4.3.1-SNAPSHOT
 2014-08-28 09:33:58,769 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null)
 The end upgrade version is actually at 4.3.0 but our management server
 code version is at 4.3.1-SNAPSHOT
 
 

I am working on the 4.3.1 release and fighting version numbers.
So this is not unexpected.

Give me some time to fix it :)

 
 
 
 
 
 
 On 8/28/14, 6:53 AM, sebgoa run...@gmail.com wrote:
 
 
 On Aug 27, 2014, at 11:27 PM, Xerex Bueno xbu...@lpsintegration.com
 wrote:
 
 In case anyone else runs into this problem I resolved this issue by
 replacing version4.0.0/version with
 version4.3.1-SNAPSHOT/version
 
 
 good catch, I had upped the version number and somehow this one got
 missed...
 
 
 
 
 On 8/26/14, 1:53 PM, Xerex Bueno xbu...@lpsintegration.com wrote:
 
 When I try and build ACS 4.3.1 for nonredist this is the error I
 receive
 running mvn clean².  Anyone have a fix for this?
 
 
 [INFO] Scanning for projects...
 
 [ERROR] The build could not read 1 project - [Help 1]
 
 [ERROR]
 
 [ERROR]   The project org.apache.cloudstack:xapi:5.6.100-1-SNAPSHOT
 (/root/cloudstack-4.3/deps/XenServerJava/pom.xml) has 1 error
 
 [ERROR] Non-resolvable parent POM: Failure to find
 org.apache.cloudstack:cloudstack:pom:4.3.0 in
 http://repo.maven.apache.org/maven2 was cached in the local repository,
 resolution will not be reattempted until the update interval of central
 has elapsed or updates are forced and 'parent.relativePath' points at
 wrong local POM @ line 21, column 11 - [Help 2]
 
 [ERROR]
 
 [ERROR] To see the full stack trace of the errors, re-run Maven with
 the
 -e switch.
 
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 
 [ERROR]
 
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 
 [ERROR] [Help 1]
 
 http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingExceptio
 n
 
 [
 
 
 
 This document is PROPRIETARY and CONFIDENTIAL and may not be
 duplicated,
 redistributed, or displayed to any other party without the expressed
 written permission of LPS Integration, Inc. If you are not the intended
 recipient and have received this email in error, please destroy the
 email
 and contact the LPS Integration Security Officer at 866-577-2902
 (Phone),
 615-349-9009 (Fax) or 230 Great Circle Rd. Suite 218 Nashville, TN
 37228
 (US Mail)
 
 
 
 
 
 This document is PROPRIETARY and CONFIDENTIAL and may not be
 duplicated, redistributed, or displayed to any other party without the
 expressed written permission of LPS Integration, Inc. If you are not the
 intended recipient and have received this email in error, please destroy
 the email and contact the LPS Integration Security Officer at
 866-577-2902 (Phone), 615-349-9009 (Fax) or 230 Great Circle Rd. Suite
 218 Nashville, TN 37228 (US Mail)
 
 
 
 
 
 
 This document is PROPRIETARY and CONFIDENTIAL and may not be duplicated, 
 redistributed, or displayed to any other party without the expressed written 
 permission of LPS Integration, Inc. If you are not the intended recipient and 
 have received this email in error, please destroy the email and contact the 
 LPS Integration Security Officer at 866-577-2902 (Phone), 615-349-9009 (Fax) 
 or 230 Great Circle Rd. Suite 218 Nashville, TN 37228 (US Mail)
 



文档翻译

2014-06-30 Thread sebgoa
让我试试谷歌翻译

亲爱的中国CloudStack中的社区, 

感谢您对翻译文档你们的辛勤工作。 
我终于在git仓库设置一切正常,拉着所有的翻译。 
完整的文档可用于4.3版本。 
出现了一些新的文本在主分支,以及重新组织内容的添加,所以有一些缺失的弦在最新的。 

您可以在检查翻译的文件: 

*安装方式: 

*站长:http://cloudstack-installation.readthedocs.org/zh_CN/latest/ 
*4.3:http://cloudstack-installation.readthedocs.org/zh_CN/4.3/ 

*管理: 

*站长:http://cloudstack-administration.readthedocs.org/zh_CN/latest/index.html 
*4.3:http://cloudstack-administration.readthedocs.org/zh_CN/4.3/ 

你能达到这些网页从: 

http://docs.cloudstack.apache.org/projects/cloudstack-installation 
http://docs.cloudstack.apache.org/projects/cloudstack-administration 

在左下角,你应该可以看到一个绿色的'V:最新的“,点击它,你就会看到'zh_CN的”中列出的语言。 

再次非常感谢,如果你看到任何问题,请让我知道。 

4.4是不久将公布。 

Shall I write in English instead ? :)

塞巴斯蒂安

调查

2014-06-30 Thread sebgoa
您可能要填充的CloudStack中的用户调查,: 
http://cloudstack.apache.org/survey.html 

并得到您的公司名称列于: 
http://cloudstack.apache.org/users.html 

谢谢 

塞巴斯蒂安

Re: Unable to connect to Cloudstack UI - v4.3

2014-06-30 Thread sebgoa

On Jun 30, 2014, at 11:28 AM, Brisset Simon simon.bris...@gmail.com wrote:

 Hi Everyone,
 
 I have a bit of an issue to connect to the web interface. I have an
 environnment test on Cloudstack 4.3
 The management server is on a centos 6.4 (NFS share too).
 
 I tried things but none of them worked more than 1 time :
 
 - Restart the service cloudstack-management
 - Restart the service tomcat6 (this one cause me a lot of trouble)
 
 I checked the log
 
 /cloudstack/management/catalina.out
 - java.net.BindException: Address already in use null:8080
 
 - netstat –ntap | grep 8080
 try yo kill -15 the pid
 
 - ps -ax | grep tomcat
 try yo kill -9 the pid
 
 I also had this :
 
 cloudstack-management dead but pid file exists
 
 The pid file locates at /var/run/cloudstack-management.pid and lock file at
 
 var/lock/subsys/cloudstack-management.
 But after restarted the service , it seemed ok.
 
 - Try to RM /var/lock/subsys/tomcat6
 
 
 Anyway, i tried a lot of things, but if anyone already had this issue
 before and had a process to do in this case, please help me !
 

Are you sure you don't have another application using port 8080 ?

 
 Thanks .
 
 -- 
 *BRISSET Simon*
 Troisième année, Promotion 2014
 
 Mail : simon.bris...@gmail.com
 Tel : 06.58.55.40.83



Re: MonkeyMan - a perl5 library for managing your Apache CloudStack installation

2014-06-30 Thread sebgoa

On Jun 30, 2014, at 2:24 PM, Vladimir Melnik v.mel...@uplink.ua wrote:

 Dear colleagues,
 
 If you administrating CloudStack installations, you may find it useful.
 If you love Perl5, you may consider it interesting.
 
 I'm developing a library and some set of tools for managing
 CloudStack-based infrastructure from the command line. It's going to
 become a smart system for doing lots of administrative tasks, so it's
 only the beginning for now. :-)
 
 But what we have at the moment?
 
 As about tools, we can do such things from UNIX-shell...
 
 For example, let's assume you want to check state of the VM having
 a certain IP-address AND being a member of a certain domain:
 
 admin mm_vm_info has_ipaddress=10.1.1.127 has_domain=A201306
 
 ?xml version=1.0 encoding=UTF-8?
 listvirtualmachinesresponse
  virtualmachine
id99b885d4-70d7-4efc-8a4e-53417893fb19/id
name99b885d4-70d7-4efc-8a4e-53417893fb19/name
 [...]
 
 Or, if you want to, you can get certain parameters of this output:
 
 admin mm_vm_info has_ipaddress=10.1.1.127 has_domain=A201306 \
   -x //state -x //hostname -x //instancename
 
 stateRunning/state
 hostnameh2.c1.p1.z1.tucha13.net/hostname
 instancenamei-51-135-VM/instancename
 
 You can reset the VM found by your desired criterias:
 
 admin mm_vm_reset has_instancename=i-13-666-VM
 
 Want to listen to someone's network interface? No problem.
 
 admin mm_vm_tcpdump has_ipaddress=10.1.1.253
 tcpdump: WARNING: vnet17: no IPv4 address assigned
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on vnet17, link-type EN10MB (Ethernet), capture size 65535 bytes
 15:21:01.845886 IP 10.1.1.1.36686  10.1.1.253.imaps: Flags [S], seq 
 316746440, win 14600, options [mss 1460,sackOK,TS val 1959872931 ecr 
 0,nop,wscale 6], length 0
 15:21:01.846023 IP 10.1.1.253.imaps  10.1.1.1.36686: Flags [S.], seq 
 2234071684, ack 316746441, win 14480, options [mss 1460,sackOK,TS val 
 2579908884 ecr 1959872931,nop,wscale 6], length 0
 

Very nice :) 


 ^^^ The script have found the hostname and the instance name, logged
 into the host, analyzed output of virsh dumpxml ..., found the
 interface's name (vnet17) and launched tcpdump.
 
 And you can use all these things not only from the command-line, as you
 can use the object oriented library using all these things from your own
 Perl5 scripts.
 
 Let's assume you want to find and load all the information about some
 domain:
 
my $domain = eval { MonkeyMan::CloudStack::Elements::Domain-new(
mm  = $mm,
load_dom= {
conditions  = {
path= 'ROOT/CUSTOMERS/ZALOOPA'
}
}
)};
 
if($@) { $log-warn(Can't 
 MonkeyMan::CloudStack::Elements::Domain-new(): $@); next; }
 
 Voila, now you have the corresponding object's reference in the $domain
 variable. You can do some easy tricks with that domain. It's pretty easy
 to get any parameter:
 
my $domain_id = $domain-get_parameter('id');
 
unless(defined($domain_id)) {
$log-warn(Can't get the ID of the domain .
($domain-has_error ? (:  . $domain-error_message) : 
 undef)
);
next;
}
 
 What if you want to get all volumes belongs to this domain? It's easy:
 
my $volumz = $domain-find_related_to_me(volume);
   $log-logdie($domain-error_message) unless defined($volumz);
 
 No kidding, you have the reference to the list of XML::LibXML documents
 who have the domainid parameter corresponding to this domain. You can
 easily initialize them as objects to do other cool things with these
 volumes:
 
foreach my $volume_dom (@{ $volumz }) {
 
my $volume = eval { 
 MonkeyMan::CloudStack::Elements::Volume-new(
mm  = $mm,
load_dom= {
 dom= $volume_dom   # the XML document
}
); };
if($@) { $log-warn(Can't 
 MonkeyMan::CloudStack::Elements::Volume-new(): $@); next; }
 
 Oh, well, too much words... :-)
 
 Would you like to use it? You're strongly welcome:
 
   https://github.com/melnik13/monkeyman/
 
 Would you like to develop it with me? Feel free to drop me a line.
 

you might want to forward this mail to the dev list.

 A great week to you all!
 

Awesome work, thanks for sharing

 
 -- 
 V.Melnik



Re: Cloudstack MS failover

2014-06-27 Thread sebgoa

On Jun 27, 2014, at 6:30 AM, Abhinandan Prateek abhinandan.prat...@citrix.com 
wrote:

 http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Instal
 lation_Guide/management-server-install-flow.html

You should use the new documentation:

http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/installation.html#management-server-installation


 
 Section 4.5.7 has instructions on adding additional MS.
 
 -abhi
 
 On 26/06/14 10:55 pm, Tejas Gadaria refond.g...@gmail.com wrote:
 
 I want to setup HA of MS with HAproxy OR Keepalived.
 
 I have MS1  DB1 installed on 10.1.1.2  
 MS2  DB2 installed on 10.1.1.3
 
 also DB has master - master replication setup.
 
 Need help on this how can i setup failover for MS.
 
 Regards,
 Tejas
 



Re: Cloud Stack | Unable to add KVM host

2014-06-24 Thread sebgoa

On Jun 24, 2014, at 9:21 AM, Ali Ahsan ali.ah...@northbaysolutions.net wrote:

 Yes I did, I followed Centos Quick Installation guide.
 

Which version of cloudstack are you using ?

 Ali
 
 On 6/24/2014 11:49 AM, Rajani Karuturi wrote:
 did you do agent install?
 http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/hypervisor/kvm.html#install-and-configure-the-agent
 
 
 ~Rajani
 
 
 
 On 24-Jun-2014, at 11:32 am, Ali Ahsan 
 ali.ah...@northbaysolutions.netmailto:ali.ah...@northbaysolutions.net 
 wrote:
 
 Hi,
 
 I have configured Cloud stack but unable to add KVM host both mangment and 
 KVM hosted on Same VM (Vmwear ). Please see the log below.
 
 
 INFO  [c.c.a.ApiServer] (catalina-exec-19:ctx-5d9e0c4a ctx-17cfe177) Unable 
 to add the host
 INFO  [c.c.r.ResourceManagerImpl] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Trying to add a new host at http://10.10.0.244 in data center 1
 WARN  [c.c.r.ResourceManagerImpl] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Unable to find the server resources at http://10.10.0.244
 INFO  [c.c.u.e.CSExceptionErrorCode] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Could not find exception: 
 com.cloud.exception.DiscoveryException in error code list for exceptions
 WARN  [o.a.c.a.c.a.h.AddHostCmd] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Exception:
 com.cloud.exception.DiscoveryException: Unable to add the host
at 
 com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:780)
at 
 com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImpl.java:575)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
 org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
 org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
at 
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
 org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy145.discoverHosts(Unknown Source)
at 
 org.apache.cloudstack.api.command.admin.host.AddHostCmd.execute(AddHostCmd.java:143)
at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:161)
at com.cloud.api.ApiServer.queueCommand(ApiServer.java:531)
at com.cloud.api.ApiServer.handleRequest(ApiServer.java:374)
at 
 com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:323)
at com.cloud.api.ApiServlet.access$000(ApiServlet.java:53)
at com.cloud.api.ApiServlet$1.run(ApiServlet.java:115)
at 
 org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at 
 org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at 
 org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:112)
at com.cloud.api.ApiServlet.doPost(ApiServlet.java:79)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at 
 org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
at 
 org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:721)
at 
 

Re: Cloud Stack | Unable to add KVM host

2014-06-24 Thread sebgoa
)
at java.lang.Thread.run(Thread.java:744)
 
 On 6/24/2014 1:47 PM, Suresh Sadhu wrote:
 Discovery exception comes generally when we don't set host FQDN.
 
 What is the output of # hostname --fqdn.
 
 Also check the agent log for exceptions .if you followed the 
 instructions properly and still sees an issue ,please feel free to 
 raise a bug using below
 https://issues.apache.org/
 
 
 
 Regards
 Sadhu
 
 
 
 -Original Message-
 From: Nux! [mailto:n...@li.nux.ro]
 Sent: 24 June 2014 13:37
 To: users@cloudstack.apache.org
 Subject: Re: Cloud Stack | Unable to add KVM host
 
 Hi,
 
 Please check the agent.log on the hypervisor, it may contain useful 
 clues as to why the operation has failed.
 
 
 
 -- 
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 
 - Original Message -
 From: Ali Ahsan ali.ah...@northbaysolutions.net
 To: users@cloudstack.apache.org
 Sent: Tuesday, 24 June, 2014 8:34:33 AM
 Subject: Re: Cloud Stack | Unable to add KVM host
 
 4.3
 
 On 6/24/2014 12:32 PM, sebgoa wrote:
 On Jun 24, 2014, at 9:21 AM, Ali Ahsan 
 ali.ah...@northbaysolutions.net wrote:
 
 Yes I did, I followed Centos Quick Installation guide.
 
 Which version of cloudstack are you using ?
 
 Ali
 
 On 6/24/2014 11:49 AM, Rajani Karuturi wrote:
 did you do agent install?
 http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/hypervisor/kvm.html#install-and-configure-the-agent
  
 
 
 
 ~Rajani
 
 
 
 On 24-Jun-2014, at 11:32 am, Ali Ahsan 
 ali.ah...@northbaysolutions.netmailto:ali.ah...@northbaysolutions.net
  
 wrote:
 
 Hi,
 
 I have configured Cloud stack but unable to add KVM host both 
 mangment and KVM hosted on Same VM (Vmwear ). Please see the log 
 below.
 
 
 INFO  [c.c.a.ApiServer] (catalina-exec-19:ctx-5d9e0c4a 
 ctx-17cfe177) Unable to add the host
 INFO  [c.c.r.ResourceManagerImpl] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Trying to add a new host at http://10.10.0.244 in 
 data center 1
 WARN  [c.c.r.ResourceManagerImpl] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Unable to find the server resources at 
 http://10.10.0.244
 INFO  [c.c.u.e.CSExceptionErrorCode] 
 (catalina-exec-20:ctx-94e1f583 ctx-867ef602) Could not find 
 exception: com.cloud.exception.DiscoveryException in error code 
 list for exceptions
 WARN  [o.a.c.a.c.a.h.AddHostCmd] (catalina-exec-20:ctx-94e1f583 
 ctx-867ef602) Exception:
 com.cloud.exception.DiscoveryException: Unable to add the host
 at 
 com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:780)
 at 
 com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImpl.java:575)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
 Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at 
 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
 at 
 org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
 at 
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
 at 
 org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
 at 
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
 at 
 org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
 at com.sun.proxy.$Proxy145.discoverHosts(Unknown Source)
 at 
 org.apache.cloudstack.api.command.admin.host.AddHostCmd.execute(AddHostCmd.java:143)
 at 
 com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:161)
 at com.cloud.api.ApiServer.queueCommand(ApiServer.java:531)
 at com.cloud.api.ApiServer.handleRequest(ApiServer.java:374)
 at 
 com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:323)
 at com.cloud.api.ApiServlet.access$000(ApiServlet.java:53)
 at com.cloud.api.ApiServlet$1.run(ApiServlet.java:115)
 at 
 org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
 at 
 org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
 at 
 org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
 at 
 com.cloud.api.ApiServlet.processRequest(ApiServlet.java:112)
 at com.cloud.api.ApiServlet.doPost(ApiServlet.java:79)
 at 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:717

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread sebgoa
Seif,

looks like you are on ubuntu/debian

assuming you set up the repos properly try:

apt-get install cloudstack-management

and if you have setup your db's properly then:

service cloudstack-management start

Ps: please just email one list dev@ or users@ 

On Jun 23, 2014, at 6:43 PM, Seif Eddine Jemli seifeddineje...@gmail.com 
wrote:

 Hi everyone,
 
 I installed the cloudstack management server using the *: apt-get install
 cloud-client.*
 
 I have this exception when I try to log in the UI :
 
 *exception*
 
 javax.servlet.ServletException: java.lang.NoClassDefFoundError:
 org/apache/tomcat/util/descriptor/LocalResolver
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:268)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 
 *root cause*
 
 java.lang.NoClassDefFoundError: 
 org/apache/tomcat/util/descriptor/LocalResolver
   org.apache.jasper.xmlparser.ParserUtils.init(ParserUtils.java:82)
   
 org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConfig.java:102)
   org.apache.jasper.compiler.JspConfig.init(JspConfig.java:238)
   org.apache.jasper.compiler.JspConfig.findJspProperty(JspConfig.java:294)
   org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:112)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:334)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:321)
   
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
   
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 
 
 When I try again , I get this exception :
 
 *exception*
 
 org.apache.jasper.JasperException: org.apache.jasper.JasperException:
 Unable to load class for JSP
   
 org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:161)
   
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:340)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 
 *root cause*
 
 org.apache.jasper.JasperException: Unable to load class for JSP
   
 org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:630)
   
 org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:149)
   
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:340)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 
 *root cause*
 
 java.lang.ClassNotFoundException: org.apache.jsp.index_jsp
   java.net.URLClassLoader$1.run(URLClassLoader.java:217)
   java.security.AccessController.doPrivileged(Native Method)
   java.net.URLClassLoader.findClass(URLClassLoader.java:205)
   org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:134)
   org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:66)
   
 org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:628)
   
 org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:149)
   
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:340)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 
 Did anyone get these exceptions before while trying
 *http://localhost:8080/client/
 http://localhost:8080/client/*?
 What can be the problem?
 
 thanks in advance



[EVENT] One week left to submit paper for CCC Budapest

2014-06-17 Thread sebgoa
Morning Boys and Girls,

There is one week left to submit your papers for CCC Budapest Nov 19-21:
http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/cfp

Come share your CloudStack stories,

Cheers,

-Sebastien

[ACS 4.3.1] bug fix release

2014-06-17 Thread sebgoa
Hi folks,

I volunteered to put together a 4.3.1 bug fix release.

If you are aware of any bugs that have been fixed in master and should/can be 
ported to 4.3 branch.
Please let me know.
If you have your own fork for cloudstack on github and you have fixed some 
issues in 4.3 , let me know and I will try to bring your fix in.

Also if you have any updates to the upgrade instructions in the release notes. 
Please let me know as well:
http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.3/rnotes.html

thanks,

-Sebastien

template download

2014-06-12 Thread sebgoa
Hi folks,

If a template fails to download (network issues on ssvm) and I then fix my 
problems.

how do I kick off a new attempt at downloading the template ?

thanks

-sebastien

Re: template download

2014-06-12 Thread sebgoa
Yeah, so I can answer myself to RTFW:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting

Item #5 did it, on the ssvm: service cloud stop, service cloud start (fwiw the 
restart did not restart)

then the download will re-kick.

On Jun 12, 2014, at 11:15 AM, Prashant Kumar Mishra 
prashantkumar.mis...@citrix.com wrote:

 ssvm stop-start should  help
 
 thanks
 prashant
 -Original Message-
 From: sebgoa [mailto:run...@gmail.com] 
 Sent: Thursday, June 12, 2014 2:32 PM
 To: users@cloudstack.apache.org
 Subject: template download
 
 Hi folks,
 
 If a template fails to download (network issues on ssvm) and I then fix my 
 problems.
 
 how do I kick off a new attempt at downloading the template ?
 
 thanks
 
 -sebastien



[EVENT] CloudStack Collaboration Conference Budapest November 19-21

2014-06-10 Thread sebgoa
Hi folks,

There is only 15 days left to submit your talks to CloudStack Conference 
Budapest.

http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/cfp

This year is going to be super exciting, thanks to your amazing talks :)

-Sebastien

Re: install usage server

2014-06-09 Thread sebgoa

On Jun 9, 2014, at 4:50 PM, Pierre-Luc Dion pd...@cloudops.com wrote:

 install  package: cloudstack-usage
 
 ex:  yum install cloudstack-usage
 
 then you can do: service cloudstack-usage start
 
 Nice catch on the documentation we will update this…
 

Yeah, my bad I remember adding a big NOT VALID, NEED CORRECTION, but never 
got to fixing it.


 
 Pierre-Luc
 
 On Mon, Jun 9, 2014 at 10:41 AM, dimas yoga pratama smid...@gmail.com
 wrote:
 
 Hi all,
 
 I want to monitor every VMs in my apache cloudstack, how I can install
 cloudstack-usage in my management server?
 Because my cloud_usage database is empty, apparently it need
 cloudstack-usage that has been installed in my MS.
 I'm using basic networking in my apache cloudstack.  I trid to follow the
 instruction in
 
 http://cloudstack-installation.readthedocs.org/en/latest/optional_installation.html#installing-the-usage-server-optional
 but it shows that the ./install is not valid,
 Can someone show me the correct way to install it?
 
 Thanks, looking forward for your answer.
 Dimas.
 



Re: Is the cloudstack autoscaling fature only activated with netscaler hardware appliance?

2014-06-04 Thread sebgoa
I don't want to sound mean but read the docs a bit:

http://docs.cloudstack.apache.org/en/master/networking/autoscale_without_netscaler.html#configuring-autoscale-without-using-netscaler

On Jun 4, 2014, at 12:32 PM, hossein zabolzadeh zabolza...@gmail.com wrote:

 Is the vpx free and downloadble? Or it must be purchased from Cirtix?
 
 
 On Wed, Jun 4, 2014 at 2:34 PM, Rajesh Battala rajesh.batt...@citrix.com
 wrote:
 
 Autoscale is available with vpx also.
 
 -Original Message-
 From: hossein zabolzadeh [mailto:zabolza...@gmail.com]
 Sent: Wednesday, June 4, 2014 3:01 PM
 To: users@cloudstack.apache.org
 Subject: Is the cloudstack autoscaling fature only activated with
 netscaler hardware appliance?
 
 Hi.
 Is the cloudstack autoscaling fature only activated with netscaler
 hardware appliance?
 



Re: XMPP Server on CloudStack Management Server

2014-06-03 Thread sebgoa

On Jun 3, 2014, at 1:11 PM, hossein zabolzadeh zabolza...@gmail.com wrote:

 Intresting.
 Can you explain exactly what new feature the archipelproject is
 delivered(By the aim of XMPP) that the current cloudstack can not do?
 I want to know the exact role of the XMPP and the added value provided by
 this instance messaging protocol in a virtualization era.
 

You are the one who asked about this…I don't know.

 
 On Mon, Jun 2, 2014 at 11:20 AM, Sebastien Goasguen run...@gmail.com
 wrote:
 
 You could definitely use xmpp as command and control in your instances.
 This has been done before :
 
 http://archipelproject.org
 
 You could write xmpp hooks to call the cloudstack api as well
 
 I used to be involved in this project:
 https://github.com/legastero/Kestrel
 
 Which allowed you to run batch processing jobs on pools of VMs using XMPP.
 
 On Jun 1, 2014, at 5:59 AM, hossein zabolzadeh zabolza...@gmail.com
 wrote:
 
 @David
 Thanks.
 
 
 On Sun, Jun 1, 2014 at 2:16 PM, Nux! n...@li.nux.ro wrote:
 
 On 01.06.2014 10:21, hossein zabolzadeh wrote:
 
 @David
 AMQP is not instance messaging. Does the cloudstack use AMPQ for its
 message passing mechanism?
 
 
 http://www.chipchilders.com/blog/2013/7/16/tapping-into-
 apache-cloudstack-events-via-amqp.html
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 
 



Re: XMPP Server on CloudStack Management Server

2014-06-03 Thread sebgoa

On Jun 3, 2014, at 6:31 PM, hossein zabolzadeh zabolza...@gmail.com wrote:

 Is there any idea, about *XMPP over virtualization* advantages(Added
 values)?


Hossein, that question does not make any sense to me. XMPP is a protocol for 
messaging and presence.
You can't compare XMPP and virtualization.

 What the ArchipelProject is looking for?

No idea, I have never used it, but looks like they use xmpp for virtual machine 
monitoring and it seems provisioning.
You asked about XMPP and cloudstack, I googled and found this project which 
seems of interest,

 Sebastien, what do you think?

Check out archipelprojet, head to scholar.google.com , do some research, read
write some code with xmpp, install ejabberd.

What I do think is that XMPP is cool and highly scalable, so it can be used as 
a communication protocol for distributed systems, especially one where the 
agents are transients.

Have at it ...

 
 
 On Tue, Jun 3, 2014 at 3:45 PM, sebgoa run...@gmail.com wrote:
 
 
 On Jun 3, 2014, at 1:11 PM, hossein zabolzadeh zabolza...@gmail.com
 wrote:
 
 Intresting.
 Can you explain exactly what new feature the archipelproject is
 delivered(By the aim of XMPP) that the current cloudstack can not do?
 I want to know the exact role of the XMPP and the added value provided by
 this instance messaging protocol in a virtualization era.
 
 
 You are the one who asked about this…I don't know.
 
 
 On Mon, Jun 2, 2014 at 11:20 AM, Sebastien Goasguen run...@gmail.com
 wrote:
 
 You could definitely use xmpp as command and control in your instances.
 This has been done before :
 
 http://archipelproject.org
 
 You could write xmpp hooks to call the cloudstack api as well
 
 I used to be involved in this project:
 https://github.com/legastero/Kestrel
 
 Which allowed you to run batch processing jobs on pools of VMs using
 XMPP.
 
 On Jun 1, 2014, at 5:59 AM, hossein zabolzadeh zabolza...@gmail.com
 wrote:
 
 @David
 Thanks.
 
 
 On Sun, Jun 1, 2014 at 2:16 PM, Nux! n...@li.nux.ro wrote:
 
 On 01.06.2014 10:21, hossein zabolzadeh wrote:
 
 @David
 AMQP is not instance messaging. Does the cloudstack use AMPQ for its
 message passing mechanism?
 
 
 http://www.chipchilders.com/blog/2013/7/16/tapping-into-
 apache-cloudstack-events-via-amqp.html
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 
 
 
 



Re: Usage Server in 4.3

2014-05-30 Thread sebgoa

On May 30, 2014, at 5:02 PM, Fabrice Brazier fabrice.braz...@apalia.net wrote:

 Hi David,
 
 There was an issue with mysql connector. Starting 4.3 mysql connector is
 no longer bundled with ACS.
 I created a symbolic link to make it available to usage server:
 ln -s /usr/share/java/mysql-connector-java.jar
 /usr/share/cloudstack-usage/lib/mysql-connector-java.jar
 This issue is being added to 4.3 release docs.
 

I will do that today, and FWIW this issue is fixed in 4.4 and master.

 Usage server  is working fine now.
 
 Regards,
 Fabrice
 
 -Message d'origine-
 De : David Matteson [mailto:dmatte...@a2hosting.com]
 Envoyé : vendredi 30 mai 2014 16:52
 À : users@cloudstack.apache.org
 Objet : Usage Server in 4.3
 
 Hey all,
 
 We upgraded to 4.3 yesterday and now the usage server gives the following
 error:
 
 java.sql.SQLException: No suitable driver found for
 jdbc:mysql://127.0.0.1:3306/cloud?autoReconnect=trueprepStmtCacheSize=517
 cachePrepStmts=true
 
 Anyone else run into this or have a solution?
 
 Thanks!



Re: Web Accessibility

2014-05-28 Thread sebgoa
copying Jessica Wang one of the UI designer.

On May 27, 2014, at 8:32 PM, Ricardo Makino ricardo.n...@gmail.com wrote:

 Hi everyone.
 
 Anyone know if Cloudstack developers follow some web accessibility
 specification, like WAI-ARIA (http://www.w3.org/WAI/intro/aria) to develop
 the Management User Interface?
 
 Regards,
 --
 Ricardo Makino



Re: API call expiration

2014-05-23 Thread sebgoa

On May 23, 2014, at 1:40 PM, Phillip Kent phillip.k...@gmail.com wrote:

 Dear all,
 
 I am trying out the API call expiration option and my experience does
 not agree with the documentation.
 [see
 http://docs.cloudstack.apache.org/en/master/dev.html#the-cloudstack-api
 ]
 
 Can anyone confirm my experience?
 
 The doc suggests that the timestamp can be sent in the URL in the
 un-encoded form:
  expires=2014-05-23T11:33:38+
 but for me it only works with URL encoding:
  expires=2014-05-23T11%3A33%3A38%2B
 
 Also, the documentation is vague about whether the 'expires' and
 'signatureVersion' parameters are included in the signature hashing. So
 far as I can understand they have to be included.
 
 The misleading thing is that the doc uses the same signature string
 again and again: it looks like a cut and paste job, not actual
 signatures computed for the different requests.
 

well the signatures are computed with the secret key, so in any case it will be 
different.

not sure, but I fixed some of the formatting issues in the docs.

 Thx Phillip
 
 
 
 



[EVENT] Xen User summit

2014-05-22 Thread sebgoa
If you use Xen, you might be interested by the Xen User Summit.
Call for Papers is opened until May 31st:

http://events.linuxfoundation.org/events/xen-project-user-summit/program/cfp

-sebastien


[EVENT] CloudStack collab Europe, Budapest Nov 19-21st

2014-05-22 Thread sebgoa
Hi,

CloudStack Collab is back in Europe on Nov 19-21st in Budapest,

CFP closes June 25th, so get your papers in quick and register

http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe

-sebastien

Re: getting Unauthorized: None with cloudmonkey

2014-05-19 Thread sebgoa

On May 19, 2014, at 2:26 PM, Antone Heyward thehyperadvi...@gmail.com wrote:

 8080
 http

I am guessing that it used to work with cloud monkey 5.0 ?

I have seen something strange but have not had time to look deeper into it.

Try this wacky thing:

-edit your cloud monkey config file
-remove the username/password entries (which are probably blank)
-enter username = and password = lines after your api keys definition , don't 
set any username and password.
-save, exit
-restart cloudmonkey.

don't ask me why, it worked for me..and like I said, I had no time to look into 
it.

 On May 19, 2014 3:41 AM, Andrija Panic andrija.pa...@gmail.com wrote:
 
 ports, http / https ?
 
 cheers
 
 
 On 18 May 2014 23:58, Antone Heyward thehyperadvi...@gmail.com wrote:
 
 I am using a new install of acs 4.3 and cloudmonkey 5.1.
 
 I have setup the host, port, username, apikey, and secretkey but when I
 try
 to sync i get:
 
 *Unauthorized:* None
 
 Failed to sync apis, please check your config?
 
 *Note:* `sync` requires api discovery service enabled on the CloudStack
 management server
 
 Has anyone else seen this?
 
 
 
 --
 Antone
 @thehyperadvisor
 http://thehyperadvisor.com
 
 
 
 
 --
 
 Andrija Panić
 --
  http://admintweets.com
 --
 



Re: Quick Installation Guide for CentOS 6.5

2014-05-19 Thread sebgoa

On May 19, 2014, at 9:49 PM, Samuel Winchenbach swinc...@gmail.com wrote:

 Sorry, I forgot I posted this question!
 
 After using the quick-install guide I went through the regular install
 guide and noticed the newer version of the System VM template.  I tried the
 quick install using the newer template and it worked perfectly.

sorry about this, I believe I fixed it in the quick install guide, it should be 
correct now.

 
 Sam
 
 
 On Thu, May 15, 2014 at 1:47 PM, Ian Young iyo...@ratespecial.com wrote:
 
 Two things to check:
 
 That quick start guide used to have the wrong URL for the system VM
 template but it looks like it has been corrected since then.  Check your
 command line history and see if the template you downloaded was the same as
 the one in this section:
 
 
 http://cloudstack-installation.readthedocs.org/en/latest/qig.html#system-template-setup
 
 For NFSv4 you need to export a pseudo file system designated by fsid=0,
 which this guide doesn't mention.  See section 18.7.1.1. Using exportfs
 with NFSv4 in the following article for more information:
 
 
 http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-server-config-exports.html
 
 
 
 On Tue, May 6, 2014 at 5:33 AM, dimas smid...@gmail.com wrote:
 
 Samuel Winchenbach swinchen@... writes:
 
 
 Hi all,
 
 I am following the quick installation guide exactly (I even setup a
 gateway
 w/ IP 172.16.10.1) but I can not get the setup to complete.  The System
 VMs
 remain stuck on Starting.
 ​  Any help would be greatly appreciated!​
 
 Now I logged into the management console and used the exact settings as
 listed in the Quick Install Guide.   It seems to hang forever (2
 hours)
 on Creating system VMs (this may take a while)
 ​
 
 
 Hi I encountered same problem like you. did you managed to find a
 solution?
 looking forward for your answer
 
 
 
 
 



Re: CEPH image snapshoting

2014-05-16 Thread sebgoa
cc Wido

On May 14, 2014, at 11:53 PM, Andrija Panic andrija.pa...@gmail.com wrote:

 anybody ?
 
 
 On 13 May 2014 15:46, Andrija Panic andrija.pa...@gmail.com wrote:
 
 Hi,
 
 I was wondering if you are familiar with a problem, of missing snapshot
 buttons (both manual and
 scheduled snapshot buttons, for volumes) on the Cloudstack, if the Volume
 you want to snapshot is on the CEPH Primary Storage...
 
 There is only Move volume,  Download volume, and Create template buttons...
 This is CS 4.2.1 and CentOS 6.5, CEPH 0.72.2...
 
 Regards,
 
 --
 
 Andrija Panić
 --
  http://admintweets.com
 --
 
 
 
 
 -- 
 
 Andrija Panić
 --
  http://admintweets.com
 --



Re: new installation--ssvm won't start

2014-05-14 Thread sebgoa

On May 14, 2014, at 1:17 AM, Ian Young iyo...@ratespecial.com wrote:

 I'm using 4.3.  The Quick Installation Guide for CentOS (which is what I
 was following) still has the old URL.  I forgot to mention changing the URL
 was another thing I did differently in order to get it working.
 
 http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/qig.html
 
 

Thanks for catching this, I just fixed this.

You should feel free to do a drive by contribution to the docs when you find an 
issue like this. 
Just click on the 'edit on github' button at the top right of the page, edit it 
and submit a patch.

That would be very welcome, everyone needs to chime in to make the docs better.

thanks,

-sebastien


 On Tue, May 13, 2014 at 2:01 AM, sebgoa run...@gmail.com wrote:
 
 
 On May 13, 2014, at 10:02 AM, Geoff Higginbottom 
 geoff.higginbot...@shapeblue.com wrote:
 
 Just for the record, the latest install doc does have the correct URLs
 for the System VM Templates
 
 
 http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/installation.html
 
 
 Yep, I just checked the master and the 4.3 version and the url seem
 correct:
 
 
 http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/installation.html#prepare-the-system-vm-template
 
 if it' snot let me know or submit a patch
 
 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 -Original Message-
 From: dimas yoga pratama [mailto:smid...@gmail.com]
 Sent: 12 May 2014 17:44
 To: users@cloudstack.apache.org
 Subject: Re: new installation--ssvm won't start
 
 Which version of Cloudstack you installd? If you follow the Cloudstack
 4.3 installation guide there is a mistake in system template setup section,
 
 you should change the old URL with:
 
 http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2
 
 hope it works.
 
 On Fri, May 9, 2014 at 7:20 AM, Ian Young iyo...@ratespecial.com
 wrote:
 
 I wiped the server clean and started over again today.  In the
 process, I realized that, the previous time, I forgot to uncomment the
 Domain line in /etc/idmapd.conf.  However, even though I included the
 step this time, the GUI installer still seems to hang on the final
 Creating system VMs step.
 I see two VMs running when I run virsh list (the secondary storage
 VM keeps getting regenerated).  In the primary storage, it looks like
 there is one complete 693 MB image but the other two are only 11 and
 12 MB, although they are gradually growing.  What's happening here?
 
 [root@virthost1 ~]# ls -hl /var/primary/ total 715M -rwxr--r--. 1
 nobody nobody  11M May  8 09:55
 54de167f-ad9c-453b-91c7-fdd644922932
 -rwxr--r--. 1 nobody nobody  12M May  8 09:55
 91069b66-b1b3-41aa-8995-874fd4353473
 -rwxr--r--. 1 nobody nobody 693M May  8 09:16
 c2e6efba-d6c7-11e3-9e76-002590c96d30
 
 The management server log keeps reporting that There is no secondary
 storage VM for secondary storage host nfs://192.168.100.6/var/secondary
 .
 Here is a larger section of logs:
 http://pastebin.com/NFf5cBx3
 
 
 On Wed, May 7, 2014 at 10:49 AM, Ian Young iyo...@ratespecial.com
 wrote:
 
 I noticed that in Home  Infrastructure  Zones  Zone1, Resources
 tab, the Secondary Storage says Allocated 0.00 KB / 0.00 KB.
 However, the secondary storage NFS mount is listed in Home 
 Infrastructure 
 Secondary
 Storage and the URL is correct.  Does this mean the secondary
 storage is unreachable?
 
 
 On Wed, May 7, 2014 at 10:26 AM, Ian Young iyo...@ratespecial.com
 wrote:
 
 I reinstalled my single server CloudStack system yesterday,
 following
 the
 quick start guide precisely.  The only difference was that I used
 /var/primary and /var/secondary instead of /primary and /secondary,
 because
 the /var partition on this machine is very large.  The UI installer
 reached
 the point where it says Creating system VMs (this may take a while)
 but
 never finished.  I left it overnight and it still hadn't completed.
 This
 is typically the step that fails, most of the times I've installed
 CloudStack, so I imagine I must be making the same fundamental
 mistake
 each
 time, and I'd like to know what that is.
 
 I checked management.log and it's in a loop where it creates a
 secondary storage VM, fails to start it, destroys it, and tries
 again.  It says
 Host
 1 is unreachable but I'm using the correct password, SELinux is
 permissive,
 and all the iptables rules are in place.  In what way is it trying
 to connect to Host 1?  SSH?  NFS?  Here's a log excerpt of messages
 related to
 the SSVM:
 
 http://pastebin.com/X11A51bh
 
 NFS appears to be functional, since CloudStack automatically
 mounted the primary storage.
 
 FilesystemSize  Used Avail Use% Mounted on
 /dev/sda3  20G  1.8G   17G  10% /
 tmpfs  32G 0   32G   0% /dev/shm
 /dev/sda1 194M   42M  143M  23% /boot

Re: new installation--ssvm won't start

2014-05-13 Thread sebgoa

On May 13, 2014, at 10:02 AM, Geoff Higginbottom 
geoff.higginbot...@shapeblue.com wrote:

 Just for the record, the latest install doc does have the correct URLs for 
 the System VM Templates
 
 http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/installation.html
 

Yep, I just checked the master and the 4.3 version and the url seem correct:

http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/installation.html#prepare-the-system-vm-template

if it' snot let me know or submit a patch

 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 -Original Message-
 From: dimas yoga pratama [mailto:smid...@gmail.com]
 Sent: 12 May 2014 17:44
 To: users@cloudstack.apache.org
 Subject: Re: new installation--ssvm won't start
 
 Which version of Cloudstack you installd? If you follow the Cloudstack 4.3 
 installation guide there is a mistake in system template setup section,
 
 you should change the old URL with:
 http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2
 
 hope it works.
 
 On Fri, May 9, 2014 at 7:20 AM, Ian Young iyo...@ratespecial.com wrote:
 
 I wiped the server clean and started over again today.  In the
 process, I realized that, the previous time, I forgot to uncomment the
 Domain line in /etc/idmapd.conf.  However, even though I included the
 step this time, the GUI installer still seems to hang on the final Creating 
 system VMs step.
 I see two VMs running when I run virsh list (the secondary storage
 VM keeps getting regenerated).  In the primary storage, it looks like
 there is one complete 693 MB image but the other two are only 11 and
 12 MB, although they are gradually growing.  What's happening here?
 
 [root@virthost1 ~]# ls -hl /var/primary/ total 715M -rwxr--r--. 1
 nobody nobody  11M May  8 09:55
 54de167f-ad9c-453b-91c7-fdd644922932
 -rwxr--r--. 1 nobody nobody  12M May  8 09:55
 91069b66-b1b3-41aa-8995-874fd4353473
 -rwxr--r--. 1 nobody nobody 693M May  8 09:16
 c2e6efba-d6c7-11e3-9e76-002590c96d30
 
 The management server log keeps reporting that There is no secondary
 storage VM for secondary storage host nfs://192.168.100.6/var/secondary.
 Here is a larger section of logs:
 http://pastebin.com/NFf5cBx3
 
 
 On Wed, May 7, 2014 at 10:49 AM, Ian Young iyo...@ratespecial.com wrote:
 
 I noticed that in Home  Infrastructure  Zones  Zone1, Resources
 tab, the Secondary Storage says Allocated 0.00 KB / 0.00 KB.
 However, the secondary storage NFS mount is listed in Home 
 Infrastructure 
 Secondary
 Storage and the URL is correct.  Does this mean the secondary
 storage is unreachable?
 
 
 On Wed, May 7, 2014 at 10:26 AM, Ian Young iyo...@ratespecial.com
 wrote:
 
 I reinstalled my single server CloudStack system yesterday,
 following
 the
 quick start guide precisely.  The only difference was that I used
 /var/primary and /var/secondary instead of /primary and /secondary,
 because
 the /var partition on this machine is very large.  The UI installer
 reached
 the point where it says Creating system VMs (this may take a while)
 but
 never finished.  I left it overnight and it still hadn't completed.
 This
 is typically the step that fails, most of the times I've installed
 CloudStack, so I imagine I must be making the same fundamental
 mistake
 each
 time, and I'd like to know what that is.
 
 I checked management.log and it's in a loop where it creates a
 secondary storage VM, fails to start it, destroys it, and tries
 again.  It says
 Host
 1 is unreachable but I'm using the correct password, SELinux is
 permissive,
 and all the iptables rules are in place.  In what way is it trying
 to connect to Host 1?  SSH?  NFS?  Here's a log excerpt of messages
 related to
 the SSVM:
 
 http://pastebin.com/X11A51bh
 
 NFS appears to be functional, since CloudStack automatically
 mounted the primary storage.
 
 FilesystemSize  Used Avail Use% Mounted on
 /dev/sda3  20G  1.8G   17G  10% /
 tmpfs  32G 0   32G   0% /dev/shm
 /dev/sda1 194M   42M  143M  23% /boot
 /dev/sda4 1.8T  1.9G  1.7T   1% /var
 192.168.100.6:/var/primary
  1.8T  1.9G  1.7T   1%
 /mnt/0594caa2-ceb4-36c6-9b13-0ff149a130af
 
 How can I identify whatever it is that's preventing the SSVM from
 starting?  Here is another log excerpt, without any filtering:
 
 http://pastebin.com/XsPGJQik
 
 
 
 
 Find out more about ShapeBlue and our range of CloudStack related services
 
 IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
 CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
 CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
 CloudStack Infrastructure 
 Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
 CloudStack Bootcamp Training 
 Courseshttp://shapeblue.com/cloudstack-training/
 
 This email and 

Installation docs in chinese

2014-04-30 Thread sebgoa
Hi,

Just an FYI that the installation documentation has been translated in chinese:

http://cloudstack-installation.readthedocs.org/zh_CN/latest/

Congrats to the translation team (~11 people).

-sebastien

Re: Documentation question/verification (upgrade from 4.0 to 4.2.1)

2014-04-29 Thread sebgoa

On Apr 28, 2014, at 9:46 PM, Nick Burke n...@nickburke.com wrote:

 If this has already been addressed, my apologies, I did do a search first.
 :-)
 
 In the documentation located at:
 
 http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.1/html/Release_Notes/upgrade-instructions.html#upgrade-from-4.0-to-4.2.1
 
 In section 9.a it states:
 
 *This file should have one line, which contains: *
 
 *deb http://cloudstack.apt-get.eu/ubuntu
 http://cloudstack.apt-get.eu/ubuntu precise 4.0*
 
 * We'll change it to point to the new package repository: *
 
 *deb http://cloudstack.apt-get.eu/ubuntu
 http://cloudstack.apt-get.eu/ubuntu precise 4.1*
 
 * If you're using your own package repository, change this line to read as
 appropriate for your 4.1.0 repository. *
 
 Is it correct in that I should be using the 4.1 branch for some reason? I
 checked in the repo and there is a 4.2 branch. Is it an incremental upgrade
 (IE: from 4.0 to 4.1 and then to 4.2) that I missed in the documentation?
 
 Thanks in advance!
 

Hi, 4.3 is out so you might want to consider upgrading to 4.3 instead of 4.2:

http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.3/rnotes.html#upgrade-from-4-0-x-to-4-3


 -- 
 Nick
 
 
 
 
 
 *'What is a human being, then?' 'A seed' 'A... seed?' 'An acorn that is
 unafraid to destroy itself in growing into a tree.' -David Zindell, A
 Requiem for Homo Sapiens*



Re: help: any body maintaining cloud blogs...???

2014-03-30 Thread sebgoa

On Mar 29, 2014, at 9:22 PM, Nux! n...@li.nux.ro wrote:

 On 29.03.2014 19:40, raja sekhar wrote:
 hello guys,
 provide some material blogs to learn about apache cloud-stack ,apart from
 apache cloud-stack organization..please..
 thanks  regards,
 rajsekhar.
 
 Hello,
 
 If you googled seriously you would have found some sites.
 The following have many articles on ACS:
 http://shankerbalan.net/
 http://shapeblue.com/blog/

I like mine too :)

http://sebgoa.blogspot.com

and http://buildacloud.org



 
 HTH
 Lucian
 
 -- 
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro



[EVENTS] CloudStack conference Denver april 9-11th

2014-03-28 Thread sebgoa
In case you missed it before, we are having CloudStack collaboration conference 
in Denver on April 9th-11th.
Same location than Apachecon.

Register at:
http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america/attend/register

Great agenda, talks, keynotes, tutorials…etc

Cheers,

-sebastien

ApacheCon Tutorials and other content opportunities

2014-03-18 Thread sebgoa
excuse the forward but this is relevant to my previous post.

Begin forwarded message:

 From: Angela Brown eve...@regonline.com
 Subject: ApacheCon Tutorials and other content opportunities
 Date: March 18, 2014 5:41:34 PM GMT+01:00
 To: run...@gmail.com
 Reply-To: Angela Brown eve...@linuxfoundation.org
 
 
  
   ApacheCon North America 2014
 Dear Sebastien,
 
 We are looking forward to welcoming you to ApacheCon NA 2014 in Denver in 
 just a few short weeks. As the event approaches, I wanted to remind you of 
 the additional offerings on Thursday, April 10 and Friday, April 11 after the 
 ApacheCon keynotes and conference sessions end. If you'd like to add any of 
 these to your registration, simply click here, choose edit registration, and 
 you can easily do so.
 
 ApacheCon Tutorials
 We're offering 13 half-day tutorials covering a range of topics and Apache 
 projects including Twill, Cordova, Flex, Sqoop, httpd, CXF, Olingo, OFBiz, 
 Streams and more. You can view the list here.
 
 Meetups and Project Summits
 Click here to check out the free meetups on Thursday, April 10th as well as 
 the schedules for the Apache Traffic Server Summit and Apache Tomcat Summit.
 
 BarCampApache
 This unconference takes place on Thursday, April 10th and attendees can cover 
 any topics they want. Click here to view the wiki and sign up.
 
 CloudStack Collaboration Conference
 Free for ApacheCon attendees, CCC-NA offers an additional 55+ sessions 
 dedicated to Apache CloudStack.
 
 CentOS Dojo
 Taking place Thursday, April 10th, a great add-on for those interested in 
 CentOS. 
 
 Also, if you have not booked your hotel room yet, we encourage you to do so 
 immediately as the room block is very close to being full.
 
 Please let us know if you have any questions and we'll see you shortly in 
 Denver.
 
 Best regards,
 
 Angela Brown
 Director of Events
 The Linux Foundation
 
  
   



Re: Using includeInApiDoc=false to modify output content of apidoc?

2014-03-07 Thread sebgoa
In Philip,

Can you post that question on the dev list ?
There will be more people who can help with that over there :)

-sebastien

On Mar 7, 2014, at 12:04 PM, Phillip Kent phillip.k...@gmail.com wrote:

 Hi, I am new here so apologies if this is the wrong place for my
 question.
 
 I am trying to modify the output content of tools/apidoc by using the
 option includeInApiDoc=false in the API command Java source. (I'm using
 the source code for cloudstack 4.2.1).
 
 It doesn't have any effect, so I wondered if anyone here knows if this
 option does or does not work, and how to make it work? There is just one
 mention of the option in the user guide, and no examples of using it.
 
 Thanks, Phillip
 
 ++
 phillip.k...@gmail.com  mobile: 07950 952034
 www.phillipkent.net
 +
 



[TRANSLATION] Update on new doc format

2014-03-05 Thread sebgoa
Hi translators,

It's been a while since we had an update on the translation work.
I am happy to say that 82 people have contributed translations to the 
cloudstack documentation.

Since we had an update, the transifex site has changed quite a bit, so if you 
have not looked at it lately, please do.

The big item that we have coming is a change of format for the documentation.

As you know publican was using docbook xml format, this worked well for 
translation but building and serving these translated docs on the web was a bit 
of a pain.

On the dev list we have discussed changing the doc format to restructured text 
(a simple markdown like format), and using read the docs 
(https://readthedocs.org) to build and host the documentation [1]. For example 
see [2]. 

Note that this is still a work in progress and anyone is welcome to contribute, 
all the docs repo are now mirrored on github and we can accept pull requests.

This move is going to mean some changes for translations:

We are still using transifex, but we will now use sphinx-intl [3] to manage the 
pot and po files . All resource files (.pot) will be updated to transifex in 
new projects since the restructured text format will generate new strings.

I am still working on this, but I am hoping we can re-use all strings already 
translated and migrate them to the new project. I am just not sure yet how this 
is going to work out, so I wanted to inform everyone and ask for help and eyes 
on this.

To get started I setup a new transifex project for the release notes [4]

I would like to ask folks who have already submitted translation to look at 
this new project and see how they can access already translated strings and 
migrate them over to this new project.

The end result in RTD will be a much better experience for localization and 
better browser support.

Thanks for your help on this, I know it's going to be a challenge,

Cheers,

[1] http://markmail.org/thread/r5sun6m6qyabmffy
[2] http://markmail.org/thread/m235qyxsswhag47i 
[3] http://sphinx-doc.org/latest/intl.html
[4] https://www.transifex.com/projects/p/apache-cloudstack-release-notes-rtd/

-Sebastien

Re: Problems with Cloudstack 4.2.1 installation

2014-02-12 Thread sebgoa

On Feb 12, 2014, at 7:19 AM, Giri Prasad g_p...@yahoo.com wrote:

 Hello All,
 
  I have downloaded cloudstack 4.2.1 and trying to install it in my pc. The 
 system config is : i3 processor, 8 gb ram, 500 gb hard disk, 1 nic card etc 
 etc.
 
  I have installed java and maven as follows:
 
 javac -version
 javac 1.7.0_51
 
 mvn --version
 Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 
 20:52:22+0530)
 Maven home: /usr/local/apache-maven/apache-maven-3.1.1
 Java version: 1.7.0_51, vendor: Oracle Corporation
 Java home: /usr/java/jdk1.7.0_51/jre
 Default locale: en_US, platform encoding: UTF-8
 OS name: linux, version: 2.6.32-71.el6.x86_64, arch: amd64, family: 
 unix
 
 I extracted the file apache-cloudstack-4.2.1-src.tar.bz2. And then did:
 cd apache-cloudstack-4.2.1-src
 mvn -P deps
 

Note that you can get the packages and don't have to compile form source.
That said if you really want to compile from source:

mvn -Pdeveloper,systemvm clean install


   Here it errors out with the following as listed below. Can somebody provide 
 insights. Thanks in advance for your valuable comments.
 
 Regards,
 D.Giriprasad
 
 mvn -P deps
 [INFO] Scanning for projects...
 [INFO] 
 
 [INFO] Reactor Build Order:
 [INFO] 
 [INFO] Apache CloudStack
 [INFO] Apache CloudStack Utils
 [INFO] Apache CloudStack API
 [INFO] Apache CloudStack Framework
 [INFO] Apache CloudStack Framework - REST
 [INFO] Apache CloudStack Framework - IPC
 [INFO] Apache CloudStack Cloud Engine
 [INFO] Apache CloudStack Cloud Engine API
 [INFO] Apache CloudStack Cloud Engine Internal Components API
 [INFO] Apache CloudStack Cloud Engine Schema Component
 [INFO] Apache CloudStack Core
 [INFO] Apache CloudStack Agents
 [INFO] Apache CloudStack Framework - Jobs
 [INFO] Apache CloudStack Framework - Event Notification
 [INFO] Apache CloudStack Server
 [INFO] Apache CloudStack Usage Server
 [INFO] Apache XenSource XAPI
 [INFO] Apache CloudStack Cloud Engine Compute Component
 [INFO] Apache CloudStack Cloud Engine Orchestration Component
 [INFO] Apache CloudStack SystemVM Patches
 [INFO] Apache CloudStack Cloud Services
 [INFO] Apache CloudStack Secondary Storage Service
 [INFO] Apache CloudStack Engine Storage Component
 [INFO] Apache CloudStack Engine Storage Volume Component
 [INFO] Apache CloudStack Engine Storage Image Component
 [INFO] Apache CloudStack Engine Storage Data Motion Component
 [INFO] Apache CloudStack Engine Storage Cache Component
 [INFO] Apache CloudStack Engine Storage Snapshot Component
 [INFO] Apache CloudStack Cloud Engine API
 [INFO] Apache CloudStack Cloud Engine Service
 [INFO] Apache CloudStack Plugin POM
 [INFO] Apache CloudStack Plugin - API Rate Limit
 [INFO] Apache CloudStack Plugin - API Discovery
 [INFO] Apache CloudStack Plugin - ACL Static Role Based
 [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
 [INFO] Apache CloudStack Plugin - Explicit Dedication Processor
 [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
 [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
 [INFO] Apache CloudStack Plugin - Implicit Dedication Planner
 [INFO] Apache CloudStack Plugin - HA Planner
 [INFO] Apache CloudStack Plugin - Host Allocator Random
 [INFO] Apache CloudStack Plugin - Dedicated Resources
 [INFO] Apache CloudStack Plugin - Hypervisor OracleVM
 [INFO] Apache CloudStack Plugin - Open vSwitch
 [INFO] Apache CloudStack Plugin - Hypervisor Xen
 [INFO] Apache CloudStack Plugin - Hypervisor KVM
 [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
 [INFO] Apache CloudStack Plugin - Hypervisor Baremetal
 [INFO] Apache CloudStack Plugin - Hypervisor UCS
 [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
 [INFO] Apache CloudStack Plugin - Network Nicira NVP
 [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
 [INFO] Apache CloudStack Plugin - Midokura Midonet
 [INFO] Apache Cloudstack Plugin - Stratosphere SSP
 [INFO] Apache CloudStack Plugin - Storage Allocator Random
 [INFO] Apache CloudStack Plugin - User Authenticator LDAP
 [INFO] Apache CloudStack Plugin - User Authenticator MD5
 [INFO] Apache CloudStack Plugin - User Authenticator Plain Text
 [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
 [INFO] Apache CloudStack Plugin - Dns Notifier Example
 [INFO] Apache CloudStack Plugin - Storage Image S3
 [INFO] Apache CloudStack Plugin - Storage Image Swift provider
 [INFO] Apache CloudStack Plugin - Storage Image default provider
 [INFO] Apache CloudStack Plugin - Storage Image sample provider
 [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
 [INFO] Apache CloudStack Plugin - Storage Volume default provider
 [INFO] Apache CloudStack Plugin - Storage Volume sample provider
 [INFO] Apache CloudStack Plugin - SNMP Alerts
 [INFO] Apache CloudStack Plugin - Syslog Alerts
 [INFO] Apache CloudStack Plugin - Network 

Re: OpenDaylight Hydrogen SDN integration?

2014-02-05 Thread sebgoa


On Feb 5, 2014, at 4:34 AM, Adrian Lewis adr...@alsiconsulting.co.uk wrote:

 It's being worked on already. When the FOSDEM videos get uploaded I think
 you should be able to take a look at Hugo Trippaers' talk:
 
 https://fosdem.org/2014/schedule/event/virtiaas21/
 
 Can't say for sure whether it was recorded or not though.
 
 -Original Message-
 From: Dag Sonstebo [mailto:d...@sonstebo.co.uk]
 Sent: 05 February 2014 00:36
 To: users@cloudstack.apache.org
 Subject: OpenDaylight Hydrogen SDN integration?
 
 Hi,
 
 I see the OpenDaylight project has just announced it's first SDN
 controller release - Hydrogen.
 Does anyone know any timeline for including this in CS?
 
 Dag

the integration is in the master branch right now, so you can expect it in 4.4 
release.

it uses the OVSDB to create GRE meshes.

-Sebastien

Re: AWS EC2 API Issues

2014-02-05 Thread sebgoa

On Feb 4, 2014, at 4:52 PM, Francois Gaudreault fgaudrea...@cloudops.com 
wrote:

 Hi,
 
 I am trying to get the EC2 API to work, and I am getting some exceptions from 
 the CloudStack server:
 
 Server: org.apache.axis2.databinding.ADBException: Unexpected subelement 
 DescribeAvailabilityZones
 
 Anyone has an idea? I have been able to register my user/keys successfully 
 without issues.
 

Francois, which version are you using ?
Starting in 4.2 you don't need to register the user anymore. 

If you use the REST EC2 API that should work out of the box. 
Are you successful with other calls ? 

 -- 
 Francois Gaudreault
 Architecte de Solution Cloud | Cloud Solutions Architect
 fgaudrea...@cloudops.com
 514-629-6775
 - - -
 CloudOps
 420 rue Guy
 Montréal QC  H3J 1S6
 www.cloudops.com
 @CloudOps_
 



Re: Cloudstack agent and hyper v agent cloudstack 4.3

2014-01-24 Thread sebgoa

On Jan 24, 2014, at 10:07 AM, Tejas Gadaria refond.g...@gmail.com wrote:

 Hi,
 
 what is the difference between cloudstack agent and hyper v agent, and what
 is the procedure to build hyper v agent.
 

Tejas, here is the wiki to create the hyper-v agent:

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Creating+Hyperv+Agent+Installer

We are actually polishing that up and discussing hosting a .msi

 Regards,
 Tejas



Re: New to CloudStack // Questions

2014-01-21 Thread sebgoa

On Jan 21, 2014, at 10:01 AM, Peter Jönsson peter.jons...@klarna.com wrote:

 Hi!
 
 I have been working on adding support for Cloudstack in packer.io. This way 
 it is simple to create either new templates from scratch or update an 
 existing template. For creating the initial template from scratch we have a 
 custom iPXE ISO that will fetch the iPXE-script via userdata, boot 
 kernel+initrd and finally perform a kickstart installation (we use centos).
 
 So the no more manual intervention to upload ISOs, select options in 
 installer, stop the VM and finally create the template. Everything is 
 automated.
 
 Plan is to upstream this to packer proper or release it as a independent 
 plugin. Currently the code need some cleanup.  
 

That's terrific Peter, I am trying to wrap my mind around packer these days, so 
it would be great to see a CloudStack plugin.

-sebastien


 // peter  
 
 
 On Tuesday 21 January 2014 at 06:26, Shanker Balan wrote:
 
 On 21-Jan-2014, at 5:10 am, Chad c...@logicweb.com (http://web.com) wrote:
 
 Thanks Erik.
 
 I've installed O/S on dedicated servers over the years using USB method,
 easily done as you boot off the USB.
 
 
 
 I personally use PXE boot to install OS on bare-metal hardware. Running 
 around
 in cold colos with a USB stick would be fun though. :)
 
 But I've never done it on a virtual
 machine. Can you explain how an o/s installed in a VM that is already
 created with Centos for example? I've used pre-made templates provided by
 OpenVZ / KVM communities over the years for traditional non-cloud VPS’.
 
 
 
 I would not trust pre-made template from 3rd parties for security reasons. 
 YMMV.
 
 
 --
 @shankerbalan
 
 M: +91 98860 60539 | O: +91 (80) 67935867
 shanker.ba...@shapeblue.com | www.shapeblue.com (http://www.shapeblue.com) | 
 Twitter:@shapeblue
 ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
 Bangalore - 560 055
 
 Need Enterprise Grade Support for Apache CloudStack?
 Our CloudStack Infrastructure 
 Supporthttp://shapeblue.com/cloudstack-infrastructure-support/ offers the 
 best 24/7 SLA for CloudStack Environments.
 
 Apache CloudStack Bootcamp training courses
 
 **NEW!** CloudStack 4.2 traininghttp://shapeblue.com/cloudstack-training/
 08/09 January 2014, Londonhttp://shapeblue.com/cloudstack-training/
 13-17 January 2014, GLOBAL. Instructor led, 
 On-linehttp://shapeblue.com/cloudstack-training/
 20-24 January 2014, GLOBAL. Instructor led, 
 On-linehttp://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 is a registered 
 trademark.  
 
 



Re: Translation

2014-01-21 Thread sebgoa

On Jan 21, 2014, at 12:14 AM, Hollman Enciso R. hollman.enc...@gmail.com 
wrote:

 On Mon, Jan 20, 2014 at 5:48 PM, Erik Weber terbol...@gmail.com wrote:
 
 You could do it on transifex :-)
 
 https://www.transifex.com/projects/p/CloudStack_UI/
 
 
 thanks

this might help:
http://www.youtube.com/watch?v=coVeK1QuIxM


 
 
 -- 
 Hollman Eduardo Enciso R.
 http://nexxuz.com
 http://algolibre.com http://www.hollmanenciso.com/
 @hollman



Re: problem with release test procedure

2014-01-20 Thread sebgoa

On Jan 20, 2014, at 10:58 AM, Ja kub jjaku...@gmail.com wrote:

 I am using 4.2.1-src branch, now I used smaller vbox image (900MB, I can't
 remember which image I used earlier),
 

Can you try the other image, there was a bug in 4.2.1 for devcloud

 
 below is full log of jetty, starting from execution of mvn -P developer -pl
 tools/devcloud -Ddeploysvr
 
 INFO  [cloud.configuration.ConfigurationManagerImpl] (507621488@qtp-
 562387789-3:) adding a new subnet to the network 204
 INFO  [cloud.resource.ResourceManagerImpl] (507621488@qtp-562387789-3:)
 Trying to add a new host at http://192.168.56.10/ in data center 1
 INFO  [xen.discoverer.XcpServerDiscoverer] (507621488@qtp-562387789-3:)
 Found host devcloud ip=192.168.56.10 product version=1.6.0
 INFO  [xen.resource.CitrixResourceBase] (507621488@qtp-562387789-3:)
 Private Network is Pool-wide network associated with eth0 for host
 192.168.56.10
 INFO  [xen.resource.CitrixResourceBase] (507621488@qtp-562387789-3:) Guest
 Network is Pool-wide network associated with eth0 for host 192.168.56.10
 INFO  [xen.resource.CitrixResourceBase] (507621488@qtp-562387789-3:) Public
 Network is Pool-wide network associated with eth0 for host 192.168.56.10
 INFO  [xen.discoverer.XcpServerDiscoverer] (507621488@qtp-562387789-3:)
 Host: devcloud connected with hypervisor type: XenServer. Checking CIDR...
 INFO  [agent.manager.DirectAgentAttache] (507621488@qtp-562387789-3:)
 StartupAnswer received 1 Interval = 60
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../ovsgre
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../../../../network/domr//ipassoc.sh
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../../../../network/domr//getDomRVersion.sh
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../../../../network/domr//getRouterStatus.sh
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../../../../network/domr//networkUsage.sh
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../../../../network/domr//l2tp_vpn.sh
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-1:) We cannot locate
 /opt/cloudstack/apache-cloudstack-4.2.1-src/client/target/cloud-client-ui-4.2.1/WEB-INF/classes/scripts/vm/hypervisor/xenserver/xcposs/../vhd-util
 INFO  [network.security.SecurityGroupListener] (507621488@qtp-562387789-3:)
 Received a host startup notification
 INFO  [network.security.SecurityGroupListener] (507621488@qtp-562387789-3:)
 Scheduled network rules cleanup, interval=1841
 INFO  [network.security.SecurityGroupListener] (507621488@qtp-562387789-3:)
 Received a host startup notification
 INFO  [cloud.resource.ResourceManagerImpl] (507621488@qtp-562387789-3:)
 server resources successfully discovered by XCP Agent
 INFO  [datastore.lifecycle.CloudStackImageStoreLifeCycleImpl]
 (507621488@qtp-562387789-3:) Trying to add a new data store at nfs://
 192.168.56.10/opt/storage/secondary to data center 1
 INFO  [cloud.configuration.ConfigurationManagerImpl]
 (507621488@qtp-562387789-3:) No storage traffic type was specified by
 admin, create default storage traffic on physical network 200 with same
 configure of management traffic type
 
 INFO  [storage.endpoint.DefaultEndPointSelector] (StatsCollector-3:) No
 running ssvm is found, so command will be sent to LocalHostEndPoint
 INFO  [cloud.secstorage.PremiumSecondaryStorageManagerImpl] (secstorage-1:)
 No running secondary storage vms found in datacenter id=1, starting one
 INFO  [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:) No
 stopped secondary storage vm is available, need to allocate a new secondary
 storage vm
 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:) No
 stopped console proxy is available, need to allocate a new console proxy
 INFO  [storage.volume.VolumeServiceImpl] (consoleproxy-1:) lock is acquired
 for VMTemplateStoragePool 1
 WARN  [xen.resource.CitrixResourceBase] (DirectAgent-4:) kill_copy_process
 failed
 WARN  [xen.resource.XenServerStorageProcessor] (DirectAgent-4:) can not
 create vdi in sr 

Re: Change SCSI type in VMware

2014-01-16 Thread sebgoa

On Jan 15, 2014, at 11:01 AM, Sean Hamilton s...@seanhamilton.co.uk wrote:

 It's out of my league too. Hope this comes in a release soon.
 

I change the ticket to a 'Bug' and added 4.3 has a branch where the problem 
exists.
It should give it some visibility in JIRA.

Hopefully a fix soon

-sebastien

 
 On 9 January 2014 11:26, Erik Weber terbol...@gmail.com wrote:
 
 On Thu, Jan 9, 2014 at 12:07 PM, Sean Hamilton s...@seanhamilton.co.uk
 wrote:
 
 Hi Guys,
 
 One of our users is trying to use Windows Server 2012 R2.
 On install they can't see the disk attached. I checked and it looks like
 Microsoft removed the LSI Logic Parallel driver from that OS. Changing
 the
 storage adapter to LSI Logic SAS should work (and does work in VMware).
 In
 CloudStack there is no option for this. I see a feature open for it:
 https://issues.apache.org/jira/browse/CLOUDSTACK-4787
 
 Does anyone have a workaround? Even if I change the value in VMware, when
 CloudStack powers the instance on, it changes back to Parallel.
 
 I'd really like to offer support for the latest Operating Systems in
 CloudStack and was wondering if anyone else was hit by the same issue?
 
 
 
 I haven't been able to find a workaround yet.
 I did take a look in eclipse and noticed that the vmware jars do have the
 appropriate setting for it, it's just a matter of adding it to the
 cloudstack ui, storing and using it.
 
 However, that's out of my league.
 
 
 --
 Erik
 



Re: help testing 4.3

2014-01-14 Thread sebgoa

On Jan 14, 2014, at 3:44 PM, Nux! n...@li.nux.ro wrote:

 On 14.01.2014 14:13, sebgoa wrote:
 Hi,
 While 4.2.1 was just announced, 4.3 is coming in fast.
 To try to cut down on the number of votes necessary to get the
 release out we need any help we can get testing 4.3
 you can grab the latest rpms at:
 http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-package-rpm/
 And the latest debs at:
 http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-package-deb/
 Please test in your own infrastructure and report any issues to
 d...@cloudstack.apache.org
 You can also create JIRA tickets at
 https://issues.apache.org/jira/browse/CLOUDSTACK
 and put the 4.3 version number.
 thanks,
 -Sebastien
 
 Nice, will do!
 IS there anything in particular we should look for? What are new features 
 that need more thorough testing?
 

If you can test for your regular use cases -hypervisor, OS, snapshots etc..- as 
well as upgrade and upgrade docs, that would be great.

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



Re: awsapi s3 Implementation not functioning on 4.2.0 installation on centos 6.3

2014-01-08 Thread sebgoa

On Jan 8, 2014, at 4:23 PM, Alok Menon alok.me...@julysystems.com wrote:

 Hi All,
 
 I  tried to reinstall cloudstack-management by issuing yum reinstall
 cloudstack-management and yum reinstall  cloudstack-awsapi  .
 Even after doing this I am facing the same issue.
 
 Any help will be greatly appreciated .
 
 Thanks
 
 Alok Menon

Alok, 

The short answer is that you should not use this. This was a tech preview back 
in pre 4.0 and has not seen any development since then.
This S3 interface is backed by a regular NFS share, so you don't get any 
benefit from a true scalable object store. 
If you want a real S3 implementation you should look at riakCS from basho, you 
can install it easily and run it in combination with CloudStack.
riakCs will give you S3 and you will be able to use it for secondary storage as 
well as normal object store use outside of CloudStack.

However the EC2 interface works well. A few of us are planning a refactor of 
this EC2 interface, and I think the long-term plan is to remove the awsapi 
package from CloudStack. EC2 and S3 will be enabled through third party 
packages (this is not done yet and has not been voted on).

Hope that makes sense,

-Sebastien

 
 
 On Wed, Jan 8, 2014 at 7:36 PM, Alok Menon alok.me...@julysystems.comwrote:
 
 Hi ,
 
 I have installed cloudstack-manangent server on centos 6.3 and I have
 added couple of hosts . Everything is working fine as expected apart from
 enabling Cloudstack AWS s3 implementation.
 
 Request you to kindly help me fix the issue. Please go through the issue
 details below.
 
 *Steps completed to enable awsapi S3 implementation *
 ==
 1) Below settings have been enabled Using Cloudstack_management UI
 enable.s3.api enable Amazon S3 API on CloudStack true
 s3.rrs.enabled enable s3 reduced redundancy storage true
 2 Modified cloud-bridge.properties to storage.root to a valid directory.
 3) restarted Cloudstack_management service.
 4) Executed below command and received User registration is successful
 Message,
 cloudstack-aws-api-register
 --apikey=1cn1BBE9aaA1FSHij3ee6YS4orlsid-EfXaWBXMtX-BsqjtQwEj8UDANzzdQobBrGjTmKnny2sQF_GYRMNBDSA
 --secretkey=-guBDlSM2OC18wAK_Kj5WGnlq3P1NluChq52jBDcSudOKQ637fh17imMHETkQC5ZIjtaEKuxajos3yADGLIVwA
 --cert=cert.pem --
 
 
 *Problem Statement  *=
 Tried to access : http://localhost:7080/awsapi/rest/AmazonS3
 its resulting in below exception and got 500 response The endpoint
 reference (EPR) for the Operation not found is /awsapi/services/AmazonEC2/
 and the WSA Action = null
 
 SEVERE: Allocate exception for servlet CloudBridgeS3Servlet
 javax.servlet.ServletException: Error initializing awsapi: null
at
 com.cloud.bridge.service.S3RestServlet.init(S3RestServlet.java:128)
at
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
 org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
 org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
at
 org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:721)
at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
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:701)
 Jan 8, 2014 6:39:00 PM org.apache.axis2.engine.AxisEngine receive
 SEVERE: The endpoint reference (EPR) for the Operation not found is
 /awsapi/services/AmazonEC2/ and the WSA Action = null
 org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
 not found is /awsapi/services/AmazonEC2/ and the WSA Action = null
at
 org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:89)
at org.apache.axis2.engine.Phase.invoke(Phase.java:334)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:254)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
at
 org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:135)
at
 org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
at
 

Re: Research areas in cloudstack

2014-01-07 Thread sebgoa

On Jan 6, 2014, at 6:42 PM, Ignazio Cassano ignaziocass...@gmail.com wrote:

 Hi all, my suggestion concerns Desktop as a Service (DaaS) based on linux
 kvm and Spice.
 Spice protocol is opensource and could be included to expand cloudstack
 features.
 Ignazio

That could be very interesting

 
 
 
 2014/1/6 manas biswal manas.biswa...@gmail.com
 
 virtual disk inter- operability , may be another area, means study
 about different disk formats that CloudStack is supporting.
 like qucow, vhd etc.
 
 On Mon, Jan 6, 2014 at 9:14 PM, sebgoa run...@gmail.com wrote:
 
 On Jan 6, 2014, at 5:33 AM, jitendra shelar 
 jitendra.shelar...@gmail.com wrote:
 
 Hi All,
 
 I am pursuing with my MS at BITs, Pilani, India.
 I am planning of doing my final sem project in cloudstack.
 
 Can somebody please suggest me some research areas in cloudstack?
 
 
 Hi Jitendra, it depends what you mean by 'research', but there are a lot
 of interesting projects to do IMHO:
 
 -Integration testing: Develop the Marvin framework and write tests to
 continuously check the support for CloudStack clients (libcloud, AWS,
 jclouds etc) this would require learning jenkins, understanding continuous
 integration pipeline and finding ways to tests these clients automatically.
 
 -Investigating Xen GPU passthrough and setting up a demo where Xen
 hypervisors are tagged specifically for VM that need access to GPUs, run
 CUDA code on them…
 
 -Investigate Mesos framework and develop deployments scripts to
 automatically deploy Mesos on a CloudStack infrastructure, the end goal
 being to demo running mixed workloads (MPI, hadoop, spark) on a virtualized
 infrastructure in cloudstack
 
 -Docker integration/use, a few of us have been talking about this and
 you would be likely to get some help from the community.
 
 -Review of configuration management systems (chef, puppet, ansible,
 saltstack...) develop recipes for deploying cloudstack for all systems
 (some already exist), from source and from packages. Include management
 server and hypervisor setup. Ideally had a wrapper to link to the
 hypervisor and the mgt server together automatically using Marvin.
 
 -Investigate PaaS solutions and their integration with CloudStack.
 Software like cloudify, openshift, cloudfoundry, appscale…some of it is
 already done but a thorough analysis of pros and cons as well as code
 writing to finish the integration of some would be great.
 
 You can also check out JIRA:
 https://issues.apache.org/jira/browse/CLOUDSTACK , browse through the
 long list of 'bugs' and pick what seems interesting to you.
 
 This all depends of course on your skills and interest, are you more of
 a java developer or a sys admin ? Are you interested in integration with
 third party software or core java development ?
 
 Cheers,
 
 -sebastien
 
 Thanks,
 Jitendra
 
 
 
 
 --
 Thanks and Regards
 Manas Ranjan Biswal
 Research Scientist,
 OpenTechnology Center,
 NIC,Chennai
 08015698191,9776349149
 manas.bis...@nic.in
 



Re: Centos 6.3 + Cloudstack 4.2 Fail to login web UI (404)

2014-01-06 Thread sebgoa

On Jan 6, 2014, at 1:38 PM, Du Jun dj199...@gmail.com wrote:

 Hi all
 I am installing Cloudstack 4.2 on centos 6.3. Meet following problems:
 
 1) Fail to login web UI
 HTTP Status 404 -
 
 type Status report
 
 message
 
 description The requested resource () is not available.
 
 Apache Tomcat/6.0.24
 
 2) Fail to start Tomcat6
 
 3) run /etc/init.d/cloudstack-agent start and output nothing
 
 I can confirm that I have install libvirt and qemu. So, would you
 please provide me with some advice?
 
 --
 Best regards,
 Frank

Hi Frank, 

CloudStack has a management server and an agent (in the case of KVM). 
Tomcat is required for the management server, if it's not running then you 
won't be able to login to the UI.

Did you install tomcat6 packages ?
Did you do a 'service cloudstack-management start' to launch the management 
server ?

-Sebastien




Re: suspend/pause cloudstack VM (kvm hypervisor)

2014-01-06 Thread sebgoa

On Dec 30, 2013, at 1:29 PM, Nevo snowge...@gmail.com wrote:

 Hi all!
  Sorry if my question (see the subject) has been asked before, as it's indeed 
 (http://markmail.org/message/apchw5rsf4xgevt4?q=list:org%2Eapache%2Eincubator%2Ecloudstack-%2A+suspend).
  But since I saw no further update on that issue, maybe I could check out 
 here first. My box is running cloudstack 4.2.0 on ubuntu 12.04 (desktop). The 
 hypervisor is kvm as you probably know. it would be great to be able to 
 suspend/resume my VMs now and then so I could have my PC take a break 
 sometimes.  Can anyone suggest whether it's possible to support that? It 
 seems we can do it via virsh: 
 https://help.ubuntu.com/community/KVM/Managing , but not cloudstack API?
 

Hi, you can start/stop Vm with the API :
http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/startVirtualMachine.html

try it with cloud monkey: https://pypi.python.org/pypi/cloudmonkey/

  Thanks!
 
 
 Nevo



Re: Research areas in cloudstack

2014-01-06 Thread sebgoa

On Jan 6, 2014, at 5:33 AM, jitendra shelar jitendra.shelar...@gmail.com 
wrote:

 Hi All,
 
 I am pursuing with my MS at BITs, Pilani, India.
 I am planning of doing my final sem project in cloudstack.
 
 Can somebody please suggest me some research areas in cloudstack?
 

Hi Jitendra, it depends what you mean by 'research', but there are a lot of 
interesting projects to do IMHO:

-Integration testing: Develop the Marvin framework and write tests to 
continuously check the support for CloudStack clients (libcloud, AWS, jclouds 
etc) this would require learning jenkins, understanding continuous integration 
pipeline and finding ways to tests these clients automatically.

-Investigating Xen GPU passthrough and setting up a demo where Xen hypervisors 
are tagged specifically for VM that need access to GPUs, run CUDA code on them…

-Investigate Mesos framework and develop deployments scripts to automatically 
deploy Mesos on a CloudStack infrastructure, the end goal being to demo running 
mixed workloads (MPI, hadoop, spark) on a virtualized infrastructure in 
cloudstack

-Docker integration/use, a few of us have been talking about this and you would 
be likely to get some help from the community.

-Review of configuration management systems (chef, puppet, ansible, 
saltstack...) develop recipes for deploying cloudstack for all systems (some 
already exist), from source and from packages. Include management server and 
hypervisor setup. Ideally had a wrapper to link to the hypervisor and the mgt 
server together automatically using Marvin.

-Investigate PaaS solutions and their integration with CloudStack. Software 
like cloudify, openshift, cloudfoundry, appscale…some of it is already done but 
a thorough analysis of pros and cons as well as code writing to finish the 
integration of some would be great.

You can also check out JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK , 
browse through the long list of 'bugs' and pick what seems interesting to you.

This all depends of course on your skills and interest, are you more of a java 
developer or a sys admin ? Are you interested in integration with third party 
software or core java development ?

Cheers,

-sebastien

 Thanks,
 Jitendra



New proposed documentation

2013-12-19 Thread sebgoa
Hi,

There is a thread on the developer list about new documentation format:
http://markmail.org/thread/kjktabmbbrvo6qfy

There is a prototype for new documentation format and delivery at:
http://cloudstack.readthedocs.org/en/latest/

The aim is to make it easier for everyone to edit and write new documentation 
as well as making it easy for us to build the documentation.

Let me know what you think and feel free to start editing the content by 
following the edit on github button…
If you want you can chime in on the thread in the dev list.

cheers and merry christmas,

-Sebastien

Re: When official Cloudstack 4.2.1 will be published?

2013-12-13 Thread sebgoa

On Dec 13, 2013, at 6:35 AM, BJO ERN bjoern.tei...@gmail.com wrote:

 At 4.2.0 it took 1-2 weeks after the announcement to actually have a
 release available to download.
 I would expect this here too (QA/Build window I guess), but this time there
 was no update on the main page. I don't this is the official announcement
 and would just wait or compile it yourself like I did last week. Works
 pretty good so far.

We are still experiencing difficulties with releasing 4.2.1. Some blocker bugs 
were found and then some release parameters delayed things
The discussion is happening on the dev@ list.

-sebastien

 
 Bjoern
 
 
 
 On Thu, Dec 12, 2013 at 8:11 PM, Netsons  Domenico DoM De Monte 
 d.demo...@netsons.com wrote:
 
 Hello all,
 On cs website there is announce published on 25 november about new cs
 available version: 4.2.1
 
 It said that download of latest official release 4.2.1 is possible from
 main website.
 
 
 https://cwiki.apache.org/confluence/display/CLOUDSTACK/4.2.1+Release+Announcement
 
 It's not.
 
 Why do not you correct this information? I ask you this because everyday i
 check this webpage hoping to read news about.
 
 There is a new official date for latest bugfix version 4.2.1 release?
 
 
 Waiting for your reply
 
 Best regards



[CCC] Videos are on-line

2013-12-13 Thread sebgoa
Hi everyone,

Videos from the CloudStack Collaboration Conference in Amsterdam are on-line.
See:
http://www.youtube.com/user/DIYCloudComputing/videos

Happy watching,

-sebastien


Re: Build debs for 4.2.1

2013-12-09 Thread sebgoa
Graeme,

I copying Wido who has been building the debs

-sebastien

On Dec 9, 2013, at 1:05 PM, Graeme Lambert glamb...@adepteo.net wrote:

 Hi,
 
 I don't suppose anyone has any feedback on this?
 Best regards
  
 
 Graeme Lambert
 
 lhead_header.jpg
 Address: Adepteo Limited
 24 Market Street
 Tottington
 Bury
 BL8 4AD
 
 Map
 
 Web: http://www.adepteo.net
 Tel/SMS: 0161 710 3000 - Switchboard 
 Tel/SMS: 0161 710 2000 - Support
 Fax: 0161 710 3019
 
 Find us on twitter.gif facebook.gif linkedin.gif
 
 BestInternetTelephony.gif
 Finalist 2012
 
  
  
 On 06/12/13 15:59, Graeme Lambert wrote:
 Hi,
 
 Have the build instructions for deb packages for 4.2.1 changed?
 
 I tried to follow these instructions 
 http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/sect-source-builddebs.html
  and when I first ran dpkg-buildpackage -uc -us I got an error saying mvc 
 command not found
 
 I tracked that down to ./debian/rules and changed line 38 from
 
 mvn clean package -Pawsapi -DskipTests -Dsystemvm \
 
 to
 
 mvn3 clean package -Pawsapi -DskipTests -Dsystemvm \
 
 Afterwhich the buildpackage appeared to be successful until 9mins later I 
 got this:
 
 [INFO] Total time: 9:37.284s
 [INFO] Finished at: Fri Dec 06 15:55:22 GMT 2013
 [INFO] Final Memory: 73M/485M
 [INFO] 
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile 
 (default-compile) on project cloud-awsapi: Compilation failure: Compilation 
 failure:
 [ERROR] error: error reading 
 /root/.m2/repository/org/apache/axis2/mex/1.5.4/mex-1.5.4-impl.jar; error in 
 opening zip file
 [ERROR] error: error reading 
 /root/.m2/repository/org/apache/axis2/axis2-mtompolicy/1.5.4/axis2-mtompolicy-1.5.4.jar;
  error in opening zip file
 [ERROR] error: error reading 
 /root/.m2/repository/org/apache/ws/commons/axiom/axiom-dom/1.2.10/axiom-dom-1.2.10.jar;
  error in opening zip file
 [ERROR] error: error reading 
 /root/.m2/repository/org/opensaml/opensaml1/1.1/opensaml1-1.1.jar; error in 
 opening zip file
 [ERROR] error: error reading 
 /root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar; 
 error in opening zip file
 [ERROR] - [Help 1]
 [ERROR] 
 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
 switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR] 
 [ERROR] For more information about the errors and possible solutions, please 
 read the following articles:
 [ERROR] [Help 1] 
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 [ERROR] 
 [ERROR] After correcting the problems, you can resume the build with the 
 command
 [ERROR]   mvn goals -rf :cloud-awsapi
 make: *** [build-indep-stamp] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
 
 Can someone advise on where I'm going wrong please?
 
 -- 
 Best regards
  
 
 Graeme Lambert
 
 Mail Attachment.jpeg   
 Address: Adepteo Limited
 24 Market Street
 Tottington
 Bury
 BL8 4AD
 
 Map
 
 Web: http://www.adepteo.net
 Tel/SMS: 0161 710 3000 - Switchboard 
 Tel/SMS: 0161 710 2000 - Support
 Fax: 0161 710 3019
 
 Find us on Mail Attachment.gif Mail Attachment.gif Mail Attachment.gif
 
 Mail Attachment.gif
 Finalist 2012
 
  
  
 



Re: Install Cloudstack with Chef

2013-11-30 Thread sebgoa

On Nov 30, 2013, at 1:49 AM, Nux! n...@li.nux.ro wrote:

 On 29.11.2013 20:10, Sebastien Goasguen wrote:
 Terrific Pierre-Luc, thanks a lot.
 For those not in Amsterdam last week , pierre-luc used those
 cookbooks to install cloudstack in 15 minutes chrono :) live!
 
 15 minutes seems like a long time for something automated, I'm pretty sure I 
 can install it under 15 minutes following the runbook[1].
 

including downloading the systemVMs ? etc….

I should had that this was actually installing cloudstack in a cloud. From a 
laptop in Amsterdam to a cloud in Montreal.

But let's improve those recipes and cut the time down to 2 minutes, game on !!!

 [1] - https://people.apache.org/~ke4qqq/runbook/
 
 -- 
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro



Re: 4.2.1 anytime soon?

2013-11-27 Thread sebgoa

On Nov 27, 2013, at 12:41 PM, Adrian Lewis adr...@alsiconsulting.co.uk wrote:

 Hi All,
 
 
 
 Hoping that someone here might know what’s holding up the release of 4.2.1?
 A vote was cast back on the 12th Nov which appeared to be all fine with
 everyone eventually. Citrix have released Cloudplatform 4.2.1. As far as I
 can tell, the only thing missing was finalising the release notes but these
 too seem to be finished. Has CCCEU13 killed off all of the momentum to
 release 4.2.1 or is there something else going on that I’ve missed?
 
 
 

You have not missed anything. 
It's just lack of time in the day to check the final docs, make the release 
announcement etc..


 I appreciate that beggars can’t be choosers but I’m too scared to try
 building from source and am eagerly awaiting the ‘easy’ option of having
 RPMs made from an officially sanctioned release.
 

You can always get the latest rpms from:
http://jenkins.buildacloud.org/view/4.2/job/package-rhel63-4.2/

Even though they are not the official release ones (and won't be since we only 
release source tar ball)

 
 
 Any info on this welcomed.
 
 
 
 Many thanks,
 
 
 
 Adrian



Re: 4.2.1 anytime soon?

2013-11-27 Thread sebgoa

On Nov 27, 2013, at 6:52 PM, Adrian Lewis adr...@alsiconsulting.co.uk wrote:

 Hi Sebastien,
 
 Thanks for the reply and the link - I never knew about that option. Are
 these RPMs likely to be upgrade-safe if I configure the mgmt. server with
 the relevant yum repo at a later date?

These rpms are built from the 4.2 branch, so they represent the latest on that 
branch and may differ slightly (be ahead ~4.2.2) from what we voted on for 4.2.1

I have not tried that type of upgrade, which If I understand you right, may 
actually be a 'downgrade'. That said it should only be bug fix changes so the 
schemas should not change.

My advice would be to wait couple days for the official 4.2.1 but if you are 
eager you can grab those rpms and start ironing out your upgrade procedure 
(from where you are at to ~4.2.1) on your dev systems.

 
 Cheers,
 
 Adrian
 
 -Original Message-
 From: sebgoa [mailto:run...@gmail.com]
 Sent: 27 November 2013 17:33
 To: users@cloudstack.apache.org
 Subject: Re: 4.2.1 anytime soon?
 
 
 On Nov 27, 2013, at 12:41 PM, Adrian Lewis adr...@alsiconsulting.co.uk
 wrote:
 
 Hi All,
 
 
 
 Hoping that someone here might know what's holding up the release of
 4.2.1?
 A vote was cast back on the 12th Nov which appeared to be all fine
 with everyone eventually. Citrix have released Cloudplatform 4.2.1. As
 far as I can tell, the only thing missing was finalising the release
 notes but these too seem to be finished. Has CCCEU13 killed off all of
 the momentum to release 4.2.1 or is there something else going on that
 I've missed?
 
 
 
 
 You have not missed anything.
 It's just lack of time in the day to check the final docs, make the
 release announcement etc..
 
 
 I appreciate that beggars can't be choosers but I'm too scared to try
 building from source and am eagerly awaiting the 'easy' option of
 having RPMs made from an officially sanctioned release.
 
 
 You can always get the latest rpms from:
 http://jenkins.buildacloud.org/view/4.2/job/package-rhel63-4.2/
 
 Even though they are not the official release ones (and won't be since we
 only release source tar ball)
 
 
 
 Any info on this welcomed.
 
 
 
 Many thanks,
 
 
 
 Adrian



Re: Apache CloudStack API Documentation (v4.2.0) @ pdf

2013-11-26 Thread sebgoa

On Nov 21, 2013, at 7:48 PM, Erdősi Péter f...@niif.hu wrote:

 Dear,
 
 Are there any way, to get the this: 
 http://cloudstack.apache.org/docs/api/apidocs-4.2/TOC_Domain_Admin.html doc 
 at pdf, or something downloadable (and/or printable) format?
 
 Thanks!
 

At the moment, no. 

 Regards,
 Peter
 http://cloudstack.apache.org/docs/api/apidocs-4.2/TOC_Domain_Admin.html



Re: Review of Collab hypervisor presentation

2013-11-26 Thread sebgoa
Pierre-Luc,

Hijacking the thread a bit. It would be great to share you chef recipes with 
everyone.
Installing CloudStack mgt server in 15 minutes is pretty cool.

-sebastien

On Nov 26, 2013, at 4:32 PM, Pierre-Luc Dion pd...@cloudops.com wrote:

 Hi Tim,
 
 That was a very interesting presentation!  but the link bellow does not
 work :-S
 
 Regards,
 
 
 Pierre-Luc Dion
 Architecte de Solution Cloud | Cloud Solutions Architect
 514-447-3456, 1101
 - - -
 
 *CloudOps*420 rue Guy
 Montréal QC  H3J 1S6
 www.cloudops.com
 @CloudOps_
 
 
 On Sun, Nov 17, 2013 at 8:45 PM, Tim Mackey tmac...@gmail.com wrote:
 
 Good evening everyone.  I'm presenting at Collab this week on hypervisor
 selection in CloudStack.  While I've been running CloudStack since the
 pre-Apache days, my experience is obviously limited to what I've personally
 implemented.  Since I want to keep this session factual and avoid any bias,
 I'm hoping that some of you on this list can review my deck for errors and
 omissions.
 
 Here's a link to a PDF of my deck, and thanks to anyone who takes the time
 to see if I've made any errors.
 
 https://citrix.sharefile.com/d/s8e4036e1da04c748
 
 -tim
 



Re: listUsageRecords fails after deleting an account

2013-11-11 Thread sebgoa
Nikolay,

Getting back to this, did you file a bug for it ?

http://issues.apache.org select the CLOUDSTACK project

that way we can track it and make sure it's indeed a bug and that it gets fixed.

thanks,

-sebastien

On Oct 11, 2013, at 11:02 AM, Nikolay Kabadjov niki...@yahoo.com wrote:

 Short update: 
 It turned out that deleted security groups ware in charge instead of deleted 
 users.
 
 We've managed to overcome by fixing the following codebase:  
 com.cloud.api.ApiResponseHelper.createUsageResponse
 
 3259 } else if(usageRecord.getUsageType() == 
 UsageTypes.SECURITY_GROUP){
 3260 //Security Group Id
 3261 SecurityGroupVO sg = 
 _entityMgr.findByIdIncludingRemoved(SecurityGroupVO.class, 
 usageRecord.getUsageId().toString());
 3262 usageRecResponse.setUsageId(sg.getUuid());
 3263 }
 
 
 with 
 3259 } else if(usageRecord.getUsageType() == 
 UsageTypes.SECURITY_GROUP){
 3260 //Security Group Id
 3261 SecurityGroupVO sg = 
 _entityMgr.findByIdIncludingRemoved(SecurityGroupVO.class, 
 usageRecord.getUsageId().toString());
 3262 usageRecResponse.setUsageId( (sg!=null)? 
 sg.getUuid(): missing_security_group_ + usageRecord.getUsageId().toString() 
 );
 3263 }
 
 Regards,
 Niki
 
 
 
 
 
 
 
 On Thursday, October 10, 2013 8:01 PM, Nikolay Kabadjov niki...@yahoo.com 
 wrote:
 
 Nope!
 no stack trace 
 
 
 
 On Thursday, October 10, 2013 7:58 PM, Alena Prokharchyk 
 alena.prokharc...@citrix.com wrote:
 
 On 10/10/13 9:31 AM, Nikolay Kabadjov niki...@yahoo.com wrote:
 
 
 The only
 meaningfull line in the log is:
 2013-10-10 18:29:06,063 ERROR [cloud.api.ApiServer] (ApiServer-3:null)
 unhandled exception executing api command: listUsageRecords
 java.lang.NullPointerException
 
 
 
 
 On Thursday, October 10, 2013 6:46 PM, Nikolay Kabadjov
 niki...@yahoo.com wrote:
 
 I've got the following response with no further explanation and no
 exceptions in the management-server.log related to the issue
 
 {
 listusagerecordsresponse: {
 errorcode: 530,

 cserrorcode: 
 }
 }
 
 Any idea? 
 How could I overcome this peculiar situation?
 
 Thanks,
 Niki
 
 
 Niki, is there a stack trace for the NPE? Without the line number its hard
 to tell where it fails.



  1   2   >