-
Notifications
You must be signed in to change notification settings - Fork 2
SDNRM_configuration
Home > Configuration > SDN RM
Disclaimer: The following configuration manual assumes that installation of the whole software has been done according to the installation manual.
FLAG | Values | Comments |
---|---|---|
SITE_DOMAIN |
String | SDN RM (Opt-in) host domain name |
FLAG | Values | Comments |
---|---|---|
ROOT_USERNAME |
String | SDN RM (Opt-in)'s root username (Note: this does not create a superuser account in Django. You will be requested to do that in the last step of the installation) |
ROOT_PASSWORD |
String | SDN RM (Opt-in)'s root password |
ROOT_EMAIL |
String | SDN RM (Opt-in)'s root email. This mail will be used to send notifications |
FLAG | Values | Comments |
---|---|---|
DATABASE_USER |
String | MySQL username |
DATABASE_PASSWORD |
String | MySQL password |
DATABASE_HOST |
String | MySQL host (e.g. 127.0.0.1) |
DATABASE_NAME |
String | Opt-in database name. |
From the Manage Website button two actions should be performed:
- Set Clearinghouse: This sets the username/password which the Clearinghouse (Expedient) will use to authenticate against Opt-in Manager when it uses the XMLRPC interface. Just set:
- Username
- Password
Remember the previous data to set the username and password for the RM in Expedient
- Set FlowVisor: This sets the parameters required to communicate with the FlowVisor:
- FV Name: Name to identify this FlowVisor instance.
- Username: Username to use to access the FlowVisor (set during FlowVisor installation)
- Password: Password to use to access the FlowVisor (set during FlowVisor installation)
-
Server URL: URL of the FlowVisor's XMLRPC interface. It should be
https://DOMAIN_NAME:PORT/xmlrpc/
, default port is 8080. Notice thatDOMAIN_NAME
can be an IP address as long as it matches the certificate's Common Name of the server where FlowVisor is running.
If properly configured, SDN RM (Opt-in manager) will send an email to the root email once a new request comes from the Expedient.
Starting from release 0.8, SDN RM (Opt-in manager) be configured to:
- Automatically negotiate a VLAN for slices that span several domains
- Automatically approve FlowSpace requests
To get to the options, go to Manage Website > Auto-Approve Settings. Once in the page, choose "Approve all requests" in the dropdown list and check one or both "Grant VLANs automatically" and "Approve Flowspace automatically".
- Grant VLANs automatically: automatically establishes a connection against other OF AMs involved in the experiment.
- Approve Flowspace automatically: in conjunction with the previous option it allows to automatically approve the FlowSpace at the island
If the automatic approval has not been enabled on the island, FlowSpace requests must be handled manually. Requests coming from Expedient do NOT appear on the "Request list". To see them you have to go to Administrate Flowspace > Add rule.
- General info
- Administering
- Contributing
- Experimenting