From 62545e9caa4e31bc2b38faae942e8410d2a163d8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Sat, 28 Oct 2017 17:01:15 +0100 Subject: [PATCH] [Docs] After-install network configuration This adds an ater install explanation section for the network side, like it's done for the images. Change-Id: I2b9ce293a43d61355305f4d7975fdfda5f5c4690 --- .../admin/openstack-operations/network-service.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/admin/openstack-operations/network-service.rst b/doc/source/admin/openstack-operations/network-service.rst index d5d2b7a542..05072a3354 100644 --- a/doc/source/admin/openstack-operations/network-service.rst +++ b/doc/source/admin/openstack-operations/network-service.rst @@ -5,6 +5,16 @@ Networking service The os_neutron role provides for a lot of flexibility. See the `neutron`_ role for a full list of all available options. +Adding networks to a newly deployed openstack cloud +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +A newly deployed OpenStack-Ansible has no networks by default. If you need to +add networks, you can use the openstack CLI, or you can use the ansible modules +for it. + +An example for the latter is in the ``openstack-ansible-ops`` repository, +under the ``openstack-service-setup.yml`` playbook. + Load-Balancer-as-a-Service (LBaaS) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~