openstack-ansible/doc/source/install-guide/configure-network-services-vpnaas.rst
Pedro Magalhães edda55e461 Docs: Split Network Services section into multiple files
I think that docs will be better if the FWaaS, LBaaS
and the VPNaaS be childs of the parent "Configuring the Network
Services" instead of all be childs of "Deployment configuration".
When I suggested the merge of all files in one didn't notice
the existence of doctree, which I think its better.

Change-Id: I9828ad579b9bc572a8cd6b6df700cab8a626506c
2016-04-21 14:41:52 +01:00

1.3 KiB

Home OpenStack-Ansible Installation Guide

Virtual Private Network Service (Optional)

The following procedure describes how to modify the /etc/openstack_deploy/user_variables.yml file to enable VPNaaS.

  1. Override the default list of Neutron plugins to include vpnaas:

    neutron_plugin_base:
      - router
      - metering
  2. The complete neutron_plugin_base, at the time of this writing, is as follows:

    neutron_plugin_base:
       - router
       - metering
       - vpnaas
  3. Execute the Neutron install playbook in order to update the configuration:

    # cd /opt/openstack-ansible/playbooks
    # openstack-ansible os-neutron-install.yml
  4. Execute the Horizon install playbook in order to update the Horizon configuration to show the VPNaaS panels:

    # cd /opt/openstack-ansible/playbooks
    # openstack-ansible os-horizon-install.yml

The VPNaaS default configuration options may be changed through the conf override mechanism using the neutron_neutron_conf_overrides dict.