[ English | Indonesia | русский ]
Настройка ваших первых сетей¶
Недавно развернутый OpenStack-Ansible не имеет сетей по умолчанию. Если вам нужно добавить сети, вы можете использовать OpenStack CLI или использовать модули Ansible для этого.
An example on how to provision networks is in the OpenStack-Ansible plugins repository, where you can use the openstack_resources role:
Define the variable openstack_resources_network according to the structure in the role defaults <https://opendev.org/openstack/openstack-ansible-plugins/src/branch/master/roles/openstack_resources/defaults/main.yml#L100-L143>
Run the playbook openstack.osa.openstack_resources with the tag network-resources:
openstack-ansible openstack.osa.openstack_resources --tags network-resources