summaryrefslogtreecommitdiffstats
path: root/docs/design/introduction.rst
blob: 13584e793c754ae093075e87fdd84c425cce03cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

Introduction
------------

.. NOTE::
   This is the working documentation for the SFC project.

The `OPNFV Service Function Chaining (SFC) <https://wiki.opnfv.org/sfc>`_ project aims to provide the ability to define
an ordered list of a network services (e.g. firewalls, NAT, QoS).
These service are then "stitched" together in the network to create a service chain.
This project provides the infrastructure to install the upstream ODL SFC implementation project in an NFV environment.
n class="nt">parameter_defaults: # NOTE: These example parameters are required when using CephExternal #CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19' #CephClientKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ==' #CephExternalMonHost: '172.16.1.7, 172.16.1.8' # the following parameters enable Ceph backends for Cinder, Glance, Gnocchi and Nova NovaEnableRbdBackend: true CinderEnableRbdBackend: true CinderBackupBackend: ceph GlanceBackend: rbd GnocchiBackend: rbd # If the Ceph pools which host VMs, Volumes and Images do not match these # names OR the client keyring to use is not named 'openstack', edit the # following as needed. NovaRbdPoolName: vms CinderRbdPoolName: volumes GlanceRbdPoolName: images GnocchiRbdPoolName: metrics CephClientUserName: openstack # finally we disable the Cinder LVM backend CinderEnableIscsiBackend: false # Uncomment if connecting to a pre-Jewel or RHCS1.3 Ceph Cluster # RbdDefaultFeatures: 1 # Backward compatibility setting, will be removed in the future CephAdminKey: ''