Thank you very much Rohit, Rafael and Rudraksh I will read these documents carefully
-----邮件原件----- 发件人: Rohit Yadav <rohit.ya...@shapeblue.com> 发送时间: 2021年6月29日 14:10 收件人: users@cloudstack.apache.org 主题: Re: How to use ansible for cloudstack initialization Hi, Here are some docs you can refer to: https://docs.cloudstack.apache.org/en/latest/developersguide/ansible.html https://docs.ansible.com/ansible/latest/scenario_guides/guide_cloudstack.html https://github.com/shapeblue/hackerbook/blob/main/hack/automation.md#ansible-and-cloudstack Hope this helps. Regards, Rohit Yadav ________________________________ From: Rafael del Valle <rva...@privaz.io.INVALID> Sent: Monday, June 28, 2021 12:55:11 PM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Cc: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Re: How to use ansible for cloudstack initialization Hi Rudraksh, Interesting. it may also be possible to turn your python scripting to read the files that customers provide into an alternative lookup plugin if CSV doesn't fit well. Regards, Rafael On Mon, 2021-06-28 07:50 AM, Rudraksh MK <rudra...@indiqus.com.INVALID> wrote: > Hi Rene! > > My apologies, I ought to have been a little clearer. Your playbooks are just > perfect, when it comes to configuring an ACS deployment with zones and > clusters and pods and so on. In our use case though, what typically happens > is that a service provider usually provides spreadsheets with details about > the zones and all they want. While Ansible has the capability when it comes > to reading CSVs, it felt more verbose to write playbooks to do that; > scripting it in Python felt easier. > > Having said that, I think I’d like to take a shot at this again, and see if > we can use spreadsheets containing config details with your collection. > > Oh and thank you for your work on this :) > > > Best! > > Rudraksh Mukta Kulshreshtha > Vice-President - DevOps & R&D > IndiQus Technologies > O +91 11 4055 1411 | M +91 99589 54879 indiqus.com > > This message is intended only for the use of the individual or entity to > which it is addressed and may contain information that is confidential and/or > privileged. If you are not the intended recipient please delete the original > message and any copy of it from your computer system. You are hereby notified > that any dissemination, distribution or copying of this communication is > strictly prohibited unless proper authorization has been obtained for such > action. If you have received this communication in error, please notify the > sender immediately. Although IndiQus attempts to sweep e-mail and attachments > for viruses, it does not guarantee that both are virus-free and accepts no > liability for any damage sustained as a result of viruses. > On 27 Jun 2021, 7:17 PM +0530, Rene Moser " > target="_blank"><m...@renemoser.net>, wrote: > > Hi Jerry > > > > I am one of the authors of the cloudstack ansible integration, you > > can find the docs about every ansible module here > > https://docs.ansible.com/ansible/latest/collections/ngine_io/cloudst > > ack/index.html > > > > We have intregration tests playbooks, which also creates zones, > > pods, cluster, etc., which you can find here > > https://github.com/ngine-io/ansible-collection-cloudstack/tree/maste > > r/tests/integration/targets > > > > further, Rafael (in cc) showed on the last cloudstack europe meetup > > how they provisioned cloudstack using ansible. You may get in touch with. > > > > And I can not confirm that "Ansible felt slightly..clunky in this > > context." We made it as easy and reliable as possible to use ansible > > with cloudstack and continue to do so, if you feel, something is > > missing, feel free to get in touch. > > > > On 26.06.21 10:34, li jerry wrote: > > > Hello everyone > > > > > > Does anyone use ansible to add zone/pod/cluster/host/storage to > > > cloudstack? > > > > > > > Currently I can only use ansible to complete the deployment of > > > cloudstack, nfs, mysql and other services. > > > I can't use ansible to complete operations such as adding zone/pod > > > > > > Can someone provide relevant documents or solutions? > > > > >