Re: AW: CloudStack and Ansible

2021-06-29 Thread Rafael del Valle
Hi Peter,

Sorry for my late reply, Just arrived from an (early) sailing holiday.

Yes, you can find the Ansible module documentation in the Ansible docs. It is 
true that it is more a module reference than a guide, or the guide is geared 
more towards the management of cloud objects after the deployment.

Metal to service can be achieved 100% ansible, I have identified some minor 
bits missing (and created issues to be resolved) that can be addressed using 
CloudMonkey, an example is adding certificates when setting up the manager, etc.

you can follow this pipeline: 
https://gitlab.privaz.io/privazio/ansible-collection-vdc/-/pipelines/1666

for and fully automated installation. As Rene pointed there are many other 
systems being setup (NFS, Firewall, etc), which you may want to customized, but 
at least you have an example to work form.

I am happy to help anyway, let me know how you get on with it.

Regards,
Rafael

On Fri, 2021-06-25 10:55 AM, peter.murysh...@zv.fraunhofer.de wrote:
> 
Hi Rafael,
> 
> as a follow-up to your great talk at the CSEUG session: in your email you 
> wrote,
> 
> "The Ansible implementation for ACS is very complete and robust. It made it 
> possible for us to fully automate from metal to the service."
> 
> Which Ansible implementation do you mean? The one I can find addresses rather 
> API usage [1]; for full automation there is probably more scripting required 
> to setup the actual
> cluster, possibly with some variations depending on the architecture.
> 
> [1] 
> https://docs.ansible.com/ansible/latest/collections/ngine_io/cloudstack/index.html#plugins-in-ngine-io-cloudstack
> 
> kind regards
> Peter
> 
> Von: Rafael del Valle " target="_blank">
> Gesendet: Montag, 10. Mai 2021 21:14:12
> An: users@cloudstack.apache.org
> Cc: ivet.petr...@shapeblue.com
> Betreff: Re: CloudStack and Ansible
> 
> Hi ,
> 
> 
> 
> The Ansible implementation for ACS is very complete and robust. It made it 
> possible for us to fully automate from metal to the service.
> 
> I will be presenting this the 27th, and I am happy to participate on the post.
> 
> Regards,
> Rafael
> 
> 
> 
> 
> On Mon, 2021-05-10 05:22 PM, Rene Moser " 
> target="_blank"> wrote:
> >
> Hi Ivet
> >
> > On 10.05.21 16:52, Ivet Petrova wrote:
> > > Hy everyone,
> > >
> > > I would like to prepare a blog post on CloudStack and Ansible use case. 
> > > Are there any users here of this combination, who are willing to share 
> > > insights (how you use it, why you selected it, etc.) and help me for the 
> > > post?
> >
> > Yes, there are ;)
> >
> > Actually I am one of the authors and started the cloudstack ansible
> > integration.
> >
> > When I started the project end of 2014, my vision was to not only
> > install/update cloudstack (the application) and mysql with ansible, but
> > a fully automated cloudstack setup including networking, storage, pod,
> > host, cluster, configuration, etc.
> >
> > Even though I worked hard to cover all related APIs, I've never had the
> > chance to actually deploy a cloudstack on the ground up and my daily
> > work has shifted away from cloudstack admininistration [shapeblue didn't
> > hire my ;)]
> >
> > Currently "only" using it in combination of exoscale to deploy and
> > provision VMs, networks, autoscaling groups, security groups, ssh keys
> > etc. So only user facing APIs.
> >
> > However, Raphael (who is also on the list I guess and in cc) realized my
> > vision and did it (what I have heard from him). AFIACS he applied as
> > speaker for the CSEUG on May 27th to show it to the community.
> >
> > Yours
> > René
> >
> 


Re: AW: CloudStack and Ansible

2021-06-28 Thread Andrija Panic
For those of you who have VMware parent cloud, and need to build tons of
nested ACS envs for testing purposes (VMware, XC/XCP-ng, KVM), or at least
to examine some setup/code - those guys have some weird thing callied
Trillian ;)

https://github.com/shapeblue/trillian

A couple of thousands of nested environments built in last 3 years

Cheers.

On Sat, 26 Jun 2021 at 10:47, Rene Moser  wrote:

> Hi Peter
>
> On 25.06.21 10:55, peter.murysh...@zv.fraunhofer.de wrote:
> > Hi Rafael,
> >
> > as a follow-up to your great talk at the CSEUG session: in your email
> you wrote,
> >
> > "The Ansible implementation for ACS is very complete and robust. It made
> it possible for us to fully automate from metal to the service."
> >
> > Which Ansible implementation do you mean? The one I can find addresses
> rather API usage [1]; for full automation there is probably more scripting
> required to setup the actual
> > cluster, possibly with some variations depending on the architecture.
> >
> > [1]
> https://docs.ansible.com/ansible/latest/collections/ngine_io/cloudstack/index.html#plugins-in-ngine-io-cloudstack
> To provision your hardware, OS, and install cloudstack, like any other
> application, and dep services like DB, java, storage, nfs servers,
> firewall, networking (e.g. cisco switches), ansible is a perfect match
> but depending on your infra and choices.
>
> The cloudstack integration addresses the api usage only, it is the
> missing piece after you (automated) installed cloudstack to fully
> automate the configuration of the cloud.
>
> Hope this clarifies.
>
> Regards
> René
>


-- 

Andrija Panić


Re: AW: CloudStack and Ansible

2021-06-26 Thread Rene Moser

Hi Peter

On 25.06.21 10:55, peter.murysh...@zv.fraunhofer.de wrote:

Hi Rafael,

as a follow-up to your great talk at the CSEUG session: in your email you wrote,

"The Ansible implementation for ACS is very complete and robust. It made it possible 
for us to fully automate from metal to the service."

Which Ansible implementation do you mean? The one I can find addresses rather 
API usage [1]; for full automation there is probably more scripting required to 
setup the actual
cluster, possibly with some variations depending on the architecture.

[1] 
https://docs.ansible.com/ansible/latest/collections/ngine_io/cloudstack/index.html#plugins-in-ngine-io-cloudstack
To provision your hardware, OS, and install cloudstack, like any other 
application, and dep services like DB, java, storage, nfs servers, 
firewall, networking (e.g. cisco switches), ansible is a perfect match 
but depending on your infra and choices.


The cloudstack integration addresses the api usage only, it is the 
missing piece after you (automated) installed cloudstack to fully 
automate the configuration of the cloud.


Hope this clarifies.

Regards
René


AW: CloudStack and Ansible

2021-06-25 Thread peter.muryshkin
Hi Rafael,

as a follow-up to your great talk at the CSEUG session: in your email you wrote,

"The Ansible implementation for ACS is very complete and robust. It made it 
possible for us to fully automate from metal to the service."

Which Ansible implementation do you mean? The one I can find addresses rather 
API usage [1]; for full automation there is probably more scripting required to 
setup the actual
cluster, possibly with some variations depending on the architecture.

[1] 
https://docs.ansible.com/ansible/latest/collections/ngine_io/cloudstack/index.html#plugins-in-ngine-io-cloudstack

kind regards
Peter

Von: Rafael del Valle 
Gesendet: Montag, 10. Mai 2021 21:14:12
An: users@cloudstack.apache.org
Cc: ivet.petr...@shapeblue.com
Betreff: Re: CloudStack and Ansible

Hi ,



The Ansible implementation for ACS is very complete and robust. It made it 
possible for us to fully automate from metal to the service.

I will be presenting this the 27th, and I am happy to participate on the post.

Regards,
Rafael




On Mon, 2021-05-10 05:22 PM, Rene Moser  wrote:
>
Hi Ivet
>
> On 10.05.21 16:52, Ivet Petrova wrote:
> > Hy everyone,
> >
> > I would like to prepare a blog post on CloudStack and Ansible use case. Are 
> > there any users here of this combination, who are willing to share insights 
> > (how you use it, why you selected it, etc.) and help me for the post?
>
> Yes, there are ;)
>
> Actually I am one of the authors and started the cloudstack ansible
> integration.
>
> When I started the project end of 2014, my vision was to not only
> install/update cloudstack (the application) and mysql with ansible, but
> a fully automated cloudstack setup including networking, storage, pod,
> host, cluster, configuration, etc.
>
> Even though I worked hard to cover all related APIs, I've never had the
> chance to actually deploy a cloudstack on the ground up and my daily
> work has shifted away from cloudstack admininistration [shapeblue didn't
> hire my ;)]
>
> Currently "only" using it in combination of exoscale to deploy and
> provision VMs, networks, autoscaling groups, security groups, ssh keys
> etc. So only user facing APIs.
>
> However, Raphael (who is also on the list I guess and in cc) realized my
> vision and did it (what I have heard from him). AFIACS he applied as
> speaker for the CSEUG on May 27th to show it to the community.
>
> Yours
> René
>


Re: CloudStack and Ansible

2021-05-11 Thread Ivet Petrova
Hi Nathan,

I think the two scenarios you mentioned describe two separate use cases and 
both of them need to be included in an article as they will be interesting two 
different audiences.
Thanks everyone for answering.
I will be happy to get support on it.
Let’s wait for the CSEUG session and then we can make a summary of all 
information and transform it to a detailed blog post.

Kind regards,


 

On 10 May 2021, at 18:35, Nathan McGarvey 
mailto:nathanmcgar...@gmail.com>> wrote:

Ivet,
   Are you looking for people that use Ansible to setup and manage a
CloudStack install, (E.g. setup/install management servers and
hypervisors and such.) or people that use Ansible as a provisioning tool
and interact with the Cloudstack API, etc?

Thanks,
-Nathan McGarvey


On 5/10/21 9:52 AM, Ivet Petrova wrote:
Hy everyone,

I would like to prepare a blog post on CloudStack and Ansible use case. Are 
there any users here of this combination, who are willing to share insights 
(how you use it, why you selected it, etc.) and help me for the post?

Kind regards,








Re: CloudStack and Ansible

2021-05-10 Thread Rafael del Valle
Hi ,



The Ansible implementation for ACS is very complete and robust. It made it 
possible for us to fully automate from metal to the service.

I will be presenting this the 27th, and I am happy to participate on the post.

Regards,
Rafael




On Mon, 2021-05-10 05:22 PM, Rene Moser  wrote:
> 
Hi Ivet
> 
> On 10.05.21 16:52, Ivet Petrova wrote:
> > Hy everyone,
> > 
> > I would like to prepare a blog post on CloudStack and Ansible use case. Are 
> > there any users here of this combination, who are willing to share insights 
> > (how you use it, why you selected it, etc.) and help me for the post?
> 
> Yes, there are ;)
> 
> Actually I am one of the authors and started the cloudstack ansible 
> integration.
> 
> When I started the project end of 2014, my vision was to not only 
> install/update cloudstack (the application) and mysql with ansible, but 
> a fully automated cloudstack setup including networking, storage, pod, 
> host, cluster, configuration, etc.
> 
> Even though I worked hard to cover all related APIs, I've never had the 
> chance to actually deploy a cloudstack on the ground up and my daily 
> work has shifted away from cloudstack admininistration [shapeblue didn't 
> hire my ;)]
> 
> Currently "only" using it in combination of exoscale to deploy and 
> provision VMs, networks, autoscaling groups, security groups, ssh keys 
> etc. So only user facing APIs.
> 
> However, Raphael (who is also on the list I guess and in cc) realized my 
> vision and did it (what I have heard from him). AFIACS he applied as 
> speaker for the CSEUG on May 27th to show it to the community.
> 
> Yours
> René
> 


Re: CloudStack and Ansible

2021-05-10 Thread Nathan McGarvey
Ivet,
Are you looking for people that use Ansible to setup and manage a
CloudStack install, (E.g. setup/install management servers and
hypervisors and such.) or people that use Ansible as a provisioning tool
and interact with the Cloudstack API, etc?

Thanks,
-Nathan McGarvey


On 5/10/21 9:52 AM, Ivet Petrova wrote:
> Hy everyone,
> 
> I would like to prepare a blog post on CloudStack and Ansible use case. Are 
> there any users here of this combination, who are willing to share insights 
> (how you use it, why you selected it, etc.) and help me for the post?
> 
> Kind regards,
> 
> 
>  
> 
> 


Re: CloudStack and Ansible

2021-05-10 Thread Rene Moser

Hi Ivet

On 10.05.21 16:52, Ivet Petrova wrote:

Hy everyone,

I would like to prepare a blog post on CloudStack and Ansible use case. Are 
there any users here of this combination, who are willing to share insights 
(how you use it, why you selected it, etc.) and help me for the post?


Yes, there are ;)

Actually I am one of the authors and started the cloudstack ansible 
integration.


When I started the project end of 2014, my vision was to not only 
install/update cloudstack (the application) and mysql with ansible, but 
a fully automated cloudstack setup including networking, storage, pod, 
host, cluster, configuration, etc.


Even though I worked hard to cover all related APIs, I've never had the 
chance to actually deploy a cloudstack on the ground up and my daily 
work has shifted away from cloudstack admininistration [shapeblue didn't 
hire my ;)]


Currently "only" using it in combination of exoscale to deploy and 
provision VMs, networks, autoscaling groups, security groups, ssh keys 
etc. So only user facing APIs.


However, Raphael (who is also on the list I guess and in cc) realized my 
vision and did it (what I have heard from him). AFIACS he applied as 
speaker for the CSEUG on May 27th to show it to the community.


Yours
René


CloudStack and Ansible

2021-05-10 Thread Ivet Petrova
Hy everyone,

I would like to prepare a blog post on CloudStack and Ansible use case. Are 
there any users here of this combination, who are willing to share insights 
(how you use it, why you selected it, etc.) and help me for the post?

Kind regards,