Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to successfully run whole flow including SO service instantiation there is need to execute manual steps in:

  • SO Maria DB in Casablanca and below releases
  • dev-mariadb-galera-mariadb-galera-x in Dublin and above releases (mysql -uroot -psecretpassword)

during test time being.
After test activities there is need to revert all changes.
Those changes need to be executed due to fact that in Casablanca release is no present dedicated BPMN workflow for PNF instantiation.
For testing activities there has been introduced adapted CreateVcpeResCustService_simplified bpmn workflow.
There is need to replace oneadd entry with:

  • /mso/async/services/

...

  • CreateVcpeResCustService_simplified

...

  • value in ORCHESTRATION_URI column
  • createInstance in ACTION column
  • UUID of distrubuted PNF SDC Service Model in SERVICE_MODEL_UUID column

in service_recipe table  in catalogdb data base.In same entry ther is need also to update service_recipe table SERVICE_MODEL_UUID to UUID of distrubuted PNF SDC Service Model.

E.g.

insert into service_recipe values (null, 'createInstance' , '1' , 'pnf service', '/mso/async/services/CreateVcpeResCustService_simplified', null , 180, null, 2017-10-05 , 'a67565af-9f1f-4563-83f8-596d863dd362' );

After testing above changes need to be reverted to original state.

...