Hello Michael, Yes, I have considered OpenStack Ansible project, however, they are deploying OpenStack from Git and by using Python Pip directly (and many containers), no support for OpenvSwitch, neither DPDK, only Linux Bridges...
On the other hand, I am using native Ubuntu Xenial 16.04 Mitaka packages, because I prefer to keep it simple and also, I prefer to stick with 100% Ubuntu packages. Also, I need OpenStack with OpenvSwitch powered by DPDK, which comes by default on Xenial, this is a must for my project. So, unfortunately, OpenStack Ansible is not an option for me... =/ Best, Thiago On Thursday, March 17, 2016 at 9:10:18 AM UTC-3, Michael Gale wrote: > > Hey, > > Have you considered using something like: > https://github.com/openstack/openstack-ansible > > Here are the docs to the above repo: > http://docs.openstack.org/developer/openstack-ansible/install-guide/index.html > > Michael > > > On Friday, March 11, 2016 at 11:40:42 PM UTC-7, Thiago Martins wrote: >> >> Hey guys, >> >> Currently, I'm developing an OpenStack Mitaka Ansible automation for >> Ubuntu 16.04. >> >> I'm using a lot of "command / shell" Ansible modules and I would like to >> avoid it, and start using native Ansible OS modules. >> >> However, I can't find native modules for creating OpenStack Services, >> Projects, Users, Roles and Endpoints... Am I missing something? >> >> >> This is how I am doing it today (looks ugly but it works for Mitaka b2): >> >> >> >> https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_openstack_data/tasks/openstack-services.yml >> >> >> https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_openstack_data/tasks/openstack-pur.yml >> >> >> https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_openstack_data/tasks/openstack-endpoints.yml >> >> >> I think that it would be super awesome to use native Ansible modules to >> do all of this, is it possible? >> >> Thanks! >> Thiago >> > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ee70b2df-ea44-4b8c-85bc-f85b8989135d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
