Describe the procedure to on board OAI BBU over CORD
create image for openstack
Requirement: A physical machine with ubuntu OS.
python scripts here
Description below
trouble shooting:
virt-install-os-variant-does-not-exist
flavor defined by openstack
Flavor | VCPUs | Disk (in GB) | RAM (in MB) |
---|---|---|---|
m1.tiny | 1 | 1 | 512 |
m1.small | 1 | 20 | 2048 |
m1.medium | 2 | 40 | 4096 |
m1.large | 4 | 80 | 8192 |
m1.xlarge | 8 | 160 | 16384 |
SHA256 checksum for image
Add image into CORD platform (yml)
1 | xos_images: |
Set default image for custom service (j2)
1 | # Service Slice |
Create OAI BBU instance from CORD GUI
- Click Oaibbuservice
- OAI BBU service instances
- Add
- Choose owner id OAIBBU_Service
- Save
- After few minutes, you can check at instances page
1 | vagrant@head1:~$ source /opt/cord_profile/admin-openrc.sh |
Command for using OAI BBU
1 | ssh head1 |
already have the vbbu service, but still need to check connectivity with vMME & vHSS
Check connectivity to each service
Use tmux to manage multiple slices of VNF service
Command for re-deploy service
1 | clean service / profile |
Note:
The lifecycle of CORD will be very short due to the openstack error.
If you keep the VNF running, the lifecycle will be most likely one weeks.
So each time when doing the implementation, after testing shut done all the service.
1 | # shut done |