You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Resources from heat template

We have setup an instance of ONAP based on "vanilla" Openstack (Ocata). Similarly to Resources and Sizing on Rackspace I would like to have a space for vanilla Openstack installs. The table below is generated by a little script (see attachment) based on the flavors used in our setup and the onap_openstack.yaml file.

Nr.VMFLAVORCPURAMDISK
1dnsSMALL1220
2aaiXLARGE816160
3msoLARGE4880
4mrouterLARGE4880
5robotSMALL1220
6vidMEDIUM2440
7sdncLARGE4880
8sdcXLARGE816160
9portalLARGE4880
10dcae_cMEDIUM2440
11policyXLARGE816160
12appcLARGE4880

total.....501001000

(n.b.: Need to update #vCPU  for dcae still)

Openstack Defaults.

To get the HEAT template to load, we needed to change some defaults in the Openstack install.

I think we increased RAM, Instances, vPCUs to enable the resources needed by the HEAT template


Limit
Injected File Content Bytes10240
Metadata Items128
Server Group Members10
Server Groups10
RAM (MB)128000
Key Pairs100
Length of Injected File Path255
Instances20
Injected Files5
VCPUs64
Per Volume Size (GiB)-1
Total Size of Volumes and Snapshots (GiB)1000
Backup Size (GiB)1000
Volume Snapshots10
Volumes15
Backups10

Physical infrastructure

One controller node, two compute nodes (Blades in a pureflex center)

specs: <tbd>

Other observations

A few observations we made during the setup of on vanilla Openstack.

Robot_vm

The demo.sh script fails all tests, with the first being "access". Further investigation unveils that a file contains a parameters pointing to Rackspace.

/opt/eteshare/config/integration_robot_properties.py , at or around line 30 "GLOBAL_OPENSTACK_KEYSTONE_SERVER"  to be changed to your keystone server as http://<your keystone server>:5000.

Now the scripts fails at another point, but I'll find out why and will report here.

  • No labels