Before you can create VPCs or VNets in the Wired portal, you must create template data in
Site Planner for SD-WAN controllers, such as VMware SD-WAN and Cisco SD-WAN.
About this task
In the Site Planner UI, you create the following template data items for the controllers:
- Controller profiles.
- Deployment locations.
This data is required so that the virtual infrastructure details that you create in the Wired
portal can be stored in the Site Planner database.
Procedure
-
Log in to the IBM Cloud Pak® console. For login steps, see Logging in to the IBM Cloud Pak console.
- From the navigation menu, click Define > Infrastructure
Devices.
-
Create controller profiles for the SD-WAN controllers.
Complete the following substeps for the VMware SD-WAN controller, then repeat them for the
Cisco SD-WAN controller:
- In the Site Planner UI, click .
- In the Name field, enter a name of your choosing.
- In the Controller profile type dropdown, select the appropriate profile
type for the controller, that is, VMware SD-WAN or Cisco
SD-WAN.
- In the Properties field, add the controller's fully qualified domain name
(FQDN) and configuration template properties:
VMware SD-WAN FQDN and template properties
Property |
Description |
Example |
hostFqdn |
The FQDN of the VMware SD-WANcontroller instance. |
{"hostFqdn":"vco22-fra1.velocloud.net",
"profileId":"2000"} |
profileId |
The ID of the VMware Edge profile that you want to use. For more information, see Creating SD-WAN controller profiles
and templates. |
Cisco SD-WAN FQDN and template properties
Property |
Description |
Example |
templateId |
The ID of the Cisco vManage template that you want to use. For more information, see Creating SD-WAN controller profiles
and templates. |
{ "templateId": "d41a8927-37ed-46b6-b572-b6bbd3457267",
"vManageHostFqdn":"https://bts77.cisco.com"} |
vManageHostFqdn |
The FQDN of the Cisco SD-WAN controller instance, that is, the Cisco vManage host. |
- Optional: In the Tags field, select the Site Planner tag that you want to
associate with this profile. For more information, see Tags.
- In the Tenant field, select the Wired tenant who can access data that
relates to this controller. For more information, see Managing Wired
tenants.
- Click Create.
- From the navigation menu, click Define > Network Deployment
Locations.
- Create deployment locations for the SD-WAN controllers.
Complete the following substeps for the VMware SD-WAN controller, then repeat them for the Cisco
SD-WAN controller:
- In the Deployment Locations screen, click
Add.
- In the Deployment Location Name field, enter the location name in the
following format:
<controller_profile_name>_<tenant_name>
Where:
<controller_profile_name>
is the name that you entered for the controller's profile in step
3b.
<tenant_name> is the name of the Wired tenant that you associated
with the controller's profile in step 3f.
- Select brent as the resource manager and Other as
the infrastructure type.
- Add the controller's location properties:
VMware SD-WAN location properties
Property |
Description |
Example |
SDWANServerUrl |
The URL of the VMware SD-WANcontroller server. |
{"SDWANServerUrl":"https://vco22-fra1.velocloud.net",
"apiContext":"/portal/rest", "apiAuthToken":"<api-token-value>", "enterpriseId":"1169",
"mtTenantId":"10", "edgeLicenseId":"123"} |
apiContext |
The controller's API endpoint. |
apiAuthToken |
The authorization token for the controller's API. You can generate this token from the VMware
Cloud Orchestrator Portal. |
enterpriseId |
The ID of the VMware Edge customer that this instance is associated with. You can get this ID
from the VMware Cloud Orchestrator Portal. |
mtTenantId |
The ID of the Wired tenant that you associated with the controller's profile. |
edgeLicenseId |
The ID of the license that is associated with the enterprise that is to be assigned to the
VMware Edge. You can get this ID from the VMware Cloud Orchestrator Portal. |
Cisco SD-WAN location properties
Property |
Description |
vManageHostFqdn |
The fully qualified domain name (FQDN) of the controller instance, that is, the Cisco vManage
host. |
vManageUser |
Your authentication credentials for the Cisco vManage host. |
vManagePassword |
smartAccountUser |
Your CISCO Smart Account credentials. For more information, see How to create a Smart Account in the Cisco documentation. |
smartAccountPassword |
mtTenantId |
The ID of the Wired tenant that you associated with the controller's profile. |
Example: {"vManageHostFqdn":"https://ibm-emea-vmanage.viptela.net", "vManageUser":"username1",
"vManagePassword":"password1", "smartAccountUser":"username2",
"smartAccountPassword":"password2"}