ce9003f498
The service insertion feature allows us to redirect some of the NSX traffic to an external security vendor like Palo-Alto or checkpoint for advanced inspection. The implementation contains: Enable the flow classifier plugin, and use it to create redirect rules on NSX When the flow classifier plugin is initialized a new security group is created and added to the configured service profile When a vm port with port security is created/updated, it is added to this security group When the admin user create a flow classifier entry, a backed redirect rule will be created. DocImpact: new NSXV Configuration parameters: service_insertion_profile_id = <service profile id, i.e. serviceprofile-1> DocImpact: The flow classifier methods should be added to the policy.json as admin only Change-Id: I67a132d4b35764c6940516a8365a2749d574aad2
81 lines
2.6 KiB
INI
81 lines
2.6 KiB
INI
[metadata]
|
|
name = vmware-nsx
|
|
summary = VMware NSX library for OpenStack projects
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://launchpad.net/vmware-nsx
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
vmware_nsx
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
neutron-check-nsx-config = vmware_nsx.check_nsx_config:main
|
|
nsxadmin = vmware_nsx.shell.nsxadmin:main
|
|
neutron-api-replay = vmware_nsx.api_replay.cli:main
|
|
neutron.db.alembic_migrations =
|
|
vmware-nsx = vmware_nsx.db.migration:alembic_migrations
|
|
neutron.core_plugins =
|
|
vmware = vmware_nsx.plugin:NsxMhPlugin
|
|
neutron.service_plugins =
|
|
vmware_nsxv_qos = vmware_nsx.services.qos.nsx_v.plugin:NsxVQosPlugin
|
|
neutron.qos.notification_drivers =
|
|
vmware_nsxv3_message_queue = vmware_nsx.services.qos.nsx_v3.message_queue:NsxV3QosNotificationDriver
|
|
vmware_nsx.neutron.nsxv.router_type_drivers =
|
|
shared = vmware_nsx.plugins.nsx_v.drivers.shared_router_driver:RouterSharedDriver
|
|
distributed = vmware_nsx.plugins.nsx_v.drivers.distributed_router_driver:RouterDistributedDriver
|
|
exclusive = vmware_nsx.plugins.nsx_v.drivers.exclusive_router_driver:RouterExclusiveDriver
|
|
tempest.test_plugins =
|
|
vmware-nsx-tempest-plugin = vmware_nsx_tempest.plugin:VMwareNsxTempestPlugin
|
|
oslo.config.opts =
|
|
nsx = vmware_nsx.opts:list_opts
|
|
networking_sfc.flowclassifier.drivers =
|
|
vmware-nsxv-sfc = vmware_nsx.services.flowclassifier.nsx_v.driver:NsxvFlowClassifierDriver
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = vmware_nsx/locale
|
|
domain = vmware_nsx
|
|
|
|
[update_catalog]
|
|
domain = vmware_nsx
|
|
output_dir = vmware_nsx/locale
|
|
input_file = vmware_nsx/locale/vmware_nsx.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = vmware_nsx/locale/vmware_nsx.pot
|
|
|
|
[pbr]
|
|
autodoc_index_modules = 1
|
|
# NOTE(boden): enable and validate once a new version of pbr is released.
|
|
# More info can be found on the ML:
|
|
# http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html
|
|
#warnerrors = true
|
|
|
|
[wheel]
|
|
universal = 1
|