so/docker-config.git
6 years agoFix the DB loading script 53/19753/1
Rob Daugherty [Thu, 19 Oct 2017 14:51:17 +0000 (10:51 -0400)]
Fix the DB loading script

These are updates from Byung-Woo Jun and Andrew Fenner.

Issue: SO-229
Change-Id: Ibcde5fd565a68977da4f94ac7623f35e3fd63b0e
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "corrected the condition for docker wait period"
Seshu Kumar M [Tue, 17 Oct 2017 14:07:00 +0000 (14:07 +0000)]
Merge "corrected the condition for docker wait period"

6 years agocorrected the condition for docker wait period 77/19277/1
Seshu-Kumar-M [Tue, 17 Oct 2017 12:36:26 +0000 (18:06 +0530)]
corrected the condition for docker wait period

IssueId: SO-195

Change-Id: I44b5c910096d042b75e739306fea49a7509ac9a8
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
6 years agoTimestamps now in hibernate definitions 71/18771/1
Rob Daugherty [Fri, 13 Oct 2017 14:36:29 +0000 (10:36 -0400)]
Timestamps now in hibernate definitions

We don't need the scripts that add the timestamp columns.

Issue: SO-215
Change-Id: I1635874df4f0a34fede96cacdaa4134c89f23e7b
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "SNIRO Emulator - Update SNIRO Emulator Endpoint"
Rob Daugherty [Thu, 5 Oct 2017 22:14:18 +0000 (22:14 +0000)]
Merge "SNIRO Emulator - Update SNIRO Emulator Endpoint"

6 years agoRestructure catalog data for new schema 83/17383/1
Rob Daugherty [Thu, 5 Oct 2017 21:52:27 +0000 (17:52 -0400)]
Restructure catalog data for new schema

Updated pre-configured catalog data to fit the new schema.
This includes the vFW and DNS demo data.

Issue: SO-192
Change-Id: Ibf3177849010d90d405419f4ca5ad724245052a5
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoSNIRO Emulator - Update SNIRO Emulator Endpoint 59/17359/1
Geora Barsky [Thu, 5 Oct 2017 15:38:59 +0000 (11:38 -0400)]
SNIRO Emulator - Update SNIRO Emulator Endpoint

Update SNIRO endpoint URL to point to SNIRO Emulator and update sniro callback URL to point to SO FQDN URL
The update is done in config file under docker-config folder

JIRA ID - INT-215

Change-Id: I067bc1edae19eba3239d0015e77ed7c92127f45c
Signed-off-by: Geora Barsky <georab@amdocs.com>
6 years agoRemove foreign key which is not supported by code 55/17355/1
Rob Daugherty [Thu, 5 Oct 2017 15:13:00 +0000 (11:13 -0400)]
Remove foreign key which is not supported by code

The foreign key we fixed in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM
table is blocking distribution of the model.  The insert that's
failing is:

insert into VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM (
VNF_RESOURCE_CUST_MODEL_CUSTOMIZATION_UUID,
VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID)
values (?, ?);

The error is: "foreign key constraint fails"

Issue: SO-180
Change-Id: I19cda2d4dae86e3257723f0fea6921049e391aca
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoFix schema mismatch 85/17285/3
Rob Daugherty [Wed, 4 Oct 2017 20:04:26 +0000 (16:04 -0400)]
Fix schema mismatch

Updated MySQL-Catalog-schema.sql to match the Hibernate class
definitions.  Restored the scripts that add default values for
CREATION_TIMESTAMP columns.

Issue: SO-180
Change-Id: Ie76059f4c2497060a4fba8744e974b29d33b16f1
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoSet camunda cockpit password 81/16281/1
Rob Daugherty [Wed, 27 Sep 2017 21:04:00 +0000 (17:04 -0400)]
Set camunda cockpit password

The camunda cockpit admin login should be the same as the jboss admin user login.

Change-Id: I6bea8049e0f34a9c4e638a34b85574fccd21e444
Issue-id: SO-167
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "Add mso.adapters.namespace URN mapping"
Seshu Kumar M [Thu, 21 Sep 2017 07:28:51 +0000 (07:28 +0000)]
Merge "Add mso.adapters.namespace URN mapping"

6 years agoAdd mso.adapters.namespace URN mapping 85/14085/1
Rob Daugherty [Thu, 21 Sep 2017 04:05:22 +0000 (00:05 -0400)]
Add mso.adapters.namespace URN mapping

mso.adapters.namespace

Change-Id: Idd110d28f380ee940552151212a9e65a34400d88
Issue-id: SO-139
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoUpdate catalog schema in docker environment 71/14071/1
Rob Daugherty [Thu, 21 Sep 2017 05:12:37 +0000 (01:12 -0400)]
Update catalog schema in docker environment

Updated the the SQL scripts that create the DB schema in the docker environment.

Removed old unused versions of camunda DB setup scripts.

Commented out the vFW catalog data which is incompatible with the new schema.

Change-Id: I6a430248881300ebd9a45ebdb99045ed696fe4ab
Issue-id: SO-147
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoUpdate the admin user creation script 15/13615/1
Rob Daugherty [Tue, 19 Sep 2017 22:13:28 +0000 (18:13 -0400)]
Update the admin user creation script

The admin user is not set up correctly in the database because the
schema has changed.

Change-Id: I6f39e12f7e1739d3c2152e0173da51aad1d2ad1c
Issue-id: SO-148
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "1710 Rebase - docker config"
Rob Daugherty [Fri, 8 Sep 2017 02:14:46 +0000 (02:14 +0000)]
Merge "1710 Rebase - docker config"

6 years ago1710 Rebase - docker config 51/10951/1
Rob Daugherty [Thu, 7 Sep 2017 23:05:52 +0000 (19:05 -0400)]
1710 Rebase - docker config

1710 includes a new version of Camunda (7.7.3).  These are updates
to the camundabpmn DB installation scripts.

Change-Id: I7a324683e70690bfa1995f7c2f7bb322475ff51f
Issue-id: SO-107
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoAdd Operation Status Table 13/9613/1
c00149107 [Thu, 31 Aug 2017 06:54:23 +0000 (14:54 +0800)]
Add Operation Status Table

Add Operation Status Table for save the request progress

Change-Id: I92fd713bbcc0b3045b698a9e6e3f6c0a1383e0c8
Issue-ID:SO-41
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agofixed for defect SO-70 - recipe lookup mechanism doesn't allow to define default... 03/6303/1
eyalholz [Thu, 27 Jul 2017 17:45:52 +0000 (20:45 +0300)]
fixed for defect SO-70 - recipe lookup mechanism doesn't allow to define default recipe mapping for any 'source' at level of 'service' and 'network' resources.

Change-Id: I184dacec5d1f8ec72d2972f00620daff0e82cd03
Signed-off-by: eyalholz <eyalh@amdocs.com>
6 years agoMerge "Increase the mariadb deploy timeout"
Christophe Closset [Fri, 7 Jul 2017 13:52:03 +0000 (13:52 +0000)]
Merge "Increase the mariadb deploy timeout"

6 years ago[SO-21] MSO returning error to VID... 05/5705/1
Rob Daugherty [Thu, 6 Jul 2017 19:58:46 +0000 (15:58 -0400)]
[SO-21] MSO returning error to VID...

...during create service instance

1) Change CreateServiceInstance to CreateGenericALaCarteServiceInstance in the mso_catalog database
2) Add a URN property: mso.workflow.global.default.aai.namespace=http://org.openecomp.aai.inventory/
3) Add a URN property: aai.auth=2630606608347B7124C244AB0FE34F6F

Change-Id: Ic20e008a39122a6f2e3176efbff28bec799e4413
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoIncrease the mariadb deploy timeout 65/5465/1
Kanagaraj Manickam k00365106 [Tue, 13 Jun 2017 14:17:56 +0000 (19:47 +0530)]
Increase the mariadb deploy timeout

In some environment, mariadb is taking more than
120 seconds to completely deploy and is causing the
timeout error. so now timeout is increased to 600
with increment of 5 seconds check.

Change-Id: I08fd2f8f3c35d81b876b82aa45e052b474a8fed9
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
7 years ago[MSO-11] trademark update 69/5469/2
ChrisC [Mon, 29 May 2017 09:41:29 +0000 (02:41 -0700)]
[MSO-11] trademark update

Change-Id: I140fb23748b626cb786808943f0775234e31d7ad
Signed-off-by: ChrisC <cc697w@intl.att.com>
7 years ago[MSO-14] use proper image name 71/5471/1
ChrisC [Mon, 15 May 2017 12:42:16 +0000 (05:42 -0700)]
[MSO-14] use proper image name

Change-Id: I5c30e6c726732340811450ae75659131406443a9
Signed-off-by: ChrisC <cc697w@intl.att.com>
7 years ago[UCA-10] support correct MTU 73/5473/3
ChrisC [Wed, 10 May 2017 15:25:17 +0000 (08:25 -0700)]
[UCA-10] support correct MTU

Change-Id: Idfd7c2f067db9e554e4b2b7f348b4b951a4f6616
Signed-off-by: ChrisC <cc697w@intl.att.com>
7 years agoVersion 2 of docker-compose 75/5475/1
Anaël Closson [Wed, 10 May 2017 14:42:12 +0000 (16:42 +0200)]
Version 2 of docker-compose

Change-Id: I50d3efdbe39327dd804301cc259396ab01aa26ba
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
7 years agoBring 1707 changes 77/5477/1
xg353y [Wed, 3 May 2017 15:43:30 +0000 (17:43 +0200)]
Bring 1707 changes

Bring 1707 changes : update the bpmn configuration parameters.

Change-Id: Ic06715a884b3d0a01a94ef022b57dc8260615a22
Signed-off-by: xg353y <xg353y@intl.att.com>
7 years agoUpdate sql command 79/5479/1
xg353y [Wed, 3 May 2017 15:14:33 +0000 (17:14 +0200)]
Update sql command

Update the network_recipe db table, change the bpmn script to use.

Change-Id: I054e06136b30d18558c90eada4bdc9618241acd5
Signed-off-by: xg353y <xg353y@intl.att.com>
7 years agoMerge "Update .gitreview with onap URL"
Christophe Closset [Wed, 3 May 2017 08:30:08 +0000 (08:30 +0000)]
Merge "Update .gitreview with onap URL"

7 years ago[MSO-8] Bring up 1702 changes 83/5483/2
xg353y [Tue, 11 Apr 2017 13:58:19 +0000 (15:58 +0200)]
[MSO-8] Bring up 1702 changes

Rework the env files values for BPMN URN.
Add SNIOR related configuration parameters.

Change-Id: Ica3e643e3938d68d09d6c2d18cd16178fb03751f
Signed-off-by: xg353y <xg353y@intl.att.com>
7 years agoUpdate .gitreview with onap URL 81/5481/1
Andrew Grimberg [Wed, 29 Mar 2017 15:19:49 +0000 (08:19 -0700)]
Update .gitreview with onap URL

Change-Id: I7eb2acb6c950345eef29e6d95dad8ddd15ad59c1
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoFix deploy.sh script (fail with 6 parameters) 85/5485/1
Determe, Sebastien (sd378r) [Thu, 9 Mar 2017 17:42:46 +0000 (09:42 -0800)]
Fix deploy.sh script (fail with 6 parameters)

This script can't be used by HEAT anymore due to error (boolean)

Change-Id: I06bb7c7f941da58fda3692b27b17b4ca58bf5a24
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
7 years agoAdd the ability to call deploy.sh without params 89/5489/1
Alexis de Talhouët [Wed, 8 Mar 2017 16:40:51 +0000 (11:40 -0500)]
Add the ability to call deploy.sh without params

 By default, deploy.sh is expecting Nexus related params
 to pull the images from there. But while developing locally,
 one would want to use the local images, hence wouldn't pass
 any args.

Change-Id: Ia9866e7dcb854561c6950da8c9cb69d758477457
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
7 years agoChange deploy.sh permission to be executable 91/5491/1
Alexis de Talhouët [Wed, 8 Mar 2017 16:36:49 +0000 (11:36 -0500)]
Change deploy.sh permission to be executable

As deploy.sh is supposed to be an executable, it should
have those permission. Added u+x permission.

Change-Id: Id24f7812d541d813f59a00431d9982280cdc1824
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
7 years agoopenECOMP DNS config change 93/5493/1
eh552t [Wed, 8 Mar 2017 10:57:47 +0000 (11:57 +0100)]
openECOMP DNS config change

openECOMP DNS config change: ASDC changed to SDC in mso-docker.json

Change-Id: I22a6ba11775dbfd16d58d6fa0cb83ad34a21bb98
Signed-off-by: eh552t <eh552t@intl.att.com>
7 years ago[OS-246] Updating compose file. 97/5497/1
ChrisC [Thu, 23 Feb 2017 15:12:00 +0000 (07:12 -0800)]
[OS-246] Updating compose file.

Change-Id: I292f7d19daea0b1d66ca9a69ba504e468435ba3d
Signed-off-by: ChrisC <cc697w@intl.att.com>
7 years ago[OS-246] Update docker image path 03/5503/1
piclose [Thu, 23 Feb 2017 10:18:39 +0000 (11:18 +0100)]
[OS-246] Update docker image path

Fixes OS-246 by updating correct docker paths

Change-Id: I56511809c325fbb42508714e640fb9415eb83ad0
Signed-off-by: piclose <pc457b@intl.att.com>
7 years agoRemove POC name from README.md 05/5505/1
piclose [Tue, 21 Feb 2017 16:39:09 +0000 (17:39 +0100)]
Remove POC name from README.md

Change-Id: I43b7a4cc86b02d5b1ae88bb9332aaeb5a612747e
Signed-off-by: piclose <pc457b@intl.att.com>
7 years agoInitial OpenECOMP MSO Docker Configuration commit 07/5507/1
piclose [Tue, 21 Feb 2017 13:52:45 +0000 (14:52 +0100)]
Initial OpenECOMP MSO Docker Configuration commit

Change-Id: Iaabe6803a6087f59726e290cb75aef2f755097d9
Signed-off-by: piclose <pc457b@intl.att.com>
7 years agoInitial empty repository
Andrew Grimberg [Mon, 20 Feb 2017 19:13:41 +0000 (19:13 +0000)]
Initial empty repository