Table of Contents |
---|
Creating a Service Instance
...
which calls the post form
<form name="addForm" role="form" action="/mobility/addVnfProfile" method="POST">
http://sdnc:8843/mobility/getVnfProfile
...
/sdnc-oam/admportal/mobility.js router.post('/addVnfNetwork', csp.checkAuth, function(req,res){ |
---|
Add a VF Module in VID
Option 1: REST call to MSO
...
Fill in information for the VF module (service name = Service) and confirm.
Watch VF VM stack creation
Watch as the 3 VMs for the VF start to come up on Rackspace (dialog is still up)
Note: Openstack users with RegionOne may see failures here. Looks into the below ticker to update MSO docker container /shared/mso-docker.json file with RegionOne settings. For logs use
Panel |
---|
docker logs -f testlab_mso_1 |
Create VF Module - polling hangs - vFW VMs are created though
Eventually you will see a (red-herring) poll timeout - we need to adjust the wait time and # of retries here - anyway the 3 VM's are up (with pings but not necessarily with 200 health checks on the processes)
see
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Select close, and later cancel (for now) - as the VMs are actually up
For now cancel the Create VF Module dialog (the VMs were created)
...
Create VF Module - polling hangs - vFW VMs are created though
Eventually you will see a (red-herring) poll timeout - we need to adjust the wait time and # of retries here - anyway the 3 VM's are up (with pings but not necessarily with 200 health checks on the processes)
see
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Select close, and later cancel (for now) - as the VMs are actually up
For now cancel the Create VF Module dialog (the VMs were created)
Watch VF VM stack creation
Watch as the 3 VMs for the VF start to come up on Rackspace (dialog is still up)
Note: Openstack users with RegionOne may see failures here. Looks into the below ticker to update MSO docker container /shared/mso-docker.json file with RegionOne settings. For logs use
Panel |
---|
docker logs -f testlab_mso_1 |
Browse our new vFW service
...