Hi,

I've looked into this a bit further.

The CreateVcpeResCustService and the CreateCustomE2EServiceInstance both deal 
with Allotted Resources (AR) but they do so in quite different ways.

The CreateVcpeResCustService workflow has the specific AR's that it deals with 
"hard coded" in and then it calls a specific BPMN sub workflow to deal with the 
AR.

The CreateCustomE2EServiceInstance deals with the AR's in a generic fashion and 
calls back to SO to find the specific recipe to use for the given AR. This 
method is failing due to what I think is just a bug (see attached mail).

We want to write a Workflow to deal with AR's and I think the 
CreateCustomE2EServiceInstance is the correct pattern to follow. Probably we 
should just try to modify/fix the CreateCustomE2EServiceInstance to suit our 
needs instead of creating a new one.

Any comments on what would be the preferred pattern to use would be welcome.

Thanks

/Andrew

From: FREEMAN, BRIAN D <bf1...@att.com>
Sent: 14 June 2018 18:04
To: Andrew Fenner <andrew.fen...@ericsson.com>; onap-discuss@lists.onap.org
Cc: Gareth Roper <gareth.ro...@ericsson.com>
Subject: RE: [onap-discuss] [integration][so] Creation of the AR_RECIPE table 
in SO DB

vCPE workflow uses it I think.

Did you distribute a model like vCPE-vGW that uses allotted resource ?

Brian


From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>
 On Behalf Of Andrew Fenner
Sent: Thursday, June 14, 2018 1:00 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: Gareth Roper <gareth.ro...@ericsson.com<mailto:gareth.ro...@ericsson.com>>
Subject: [onap-discuss] [integration][so] Creation of the AR_RECIPE table in SO 
DB

Hi,

Has anyone tried to work with Allotted resources in Beijing Release.

We were making progress through the workflows and then found that the table 
AR_RECIPE was missing.

I can see were the other tables are created but the AR_RECIPE seemed to be 
missing.

Have I done something badly wrong ??

Thanks

/Andrew

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10523): https://lists.onap.org/g/onap-discuss/message/10523
Mute This Topic: https://lists.onap.org/mt/22460848/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

--- Begin Message ---
Seshu,

As I said to you earlier.

In the file

https://gerrit.onap.org/r/gitweb?p=so/docker-config.git;a=blob_plain;f=volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql;hb=HEAD

ArRecipe added in
https://gerrit.onap.org/r/gitweb?p=so/docker-config.git;a=commit;h=4f1ed42e92332e9cd82a25b76f341757cb82bb18

removed in
https://gerrit.onap.org/r/gitweb?p=so/docker-config.git;a=commit;h=7382d003f25dc09dd17f7f520fea42d0220623f3


I also saw that ArRecipe seemed to be missing in

./mso-catalog-db/src/main/resources/hibernate-catalog-core-mysql.cfg.xml

And ./mso-catalog-db/pom.xml

But I'm not sure if they are needed.

Thanks

/Andrew

--- End Message ---

Reply via email to