redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
100 stars 96 forks source link

Launching Instance Issue #294

Closed coolpalani closed 7 years ago

coolpalani commented 7 years ago

Hello,

I am trying to launch instance from horizon. Upon completion of playbook execution, public network has created as defined in the template. I should want create a private network also for launch an instance.

Can you provide exact private network details that I need to create ?

yfried commented 7 years ago

Hi @coolpalani, The public network is required for external connectivity, and for testing, and requires knowledge available only to the cloud deployer/admin, this is why Infrared creates it. However, creating private tenant/project resources is out of scope for the overcloud deployment plugin.

Given openstack tenant-isolation you are free to create your networks however you like, and connect any/all of them to the public network created by Infrared. Use dashboard or CLI to do it manually, or write your own Ansible playbook to automate that

Regards Yair