sdc.git
7 years agoupdated the tag of the docker 21/2321/1 release-1.0.0
Michael Lando [Thu, 23 Mar 2017 09:10:45 +0000 (11:10 +0200)]
updated the tag of the docker

Change-Id: I7baa8c69335206a2ec71e442799decb104f12cb8
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoadd time stamp format 99/2199/1
Michael Lando [Wed, 15 Mar 2017 20:14:02 +0000 (22:14 +0200)]
add time stamp format

Change-Id: I2f0259eac33ca68ca443e11999b0359c2a1f5905
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoupdate docker tag name and update the pom version. 69/2169/1
Michael Lando [Wed, 15 Mar 2017 15:41:58 +0000 (17:41 +0200)]
update docker tag name and update the pom version.

Change-Id: Iac1fc91dc3ed9922d69bdc7c56019d2df67f79a2
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoSet executable permission on scripts/* 99/2099/1
Michael Lando [Tue, 14 Mar 2017 10:51:36 +0000 (12:51 +0200)]
Set executable permission on scripts/*

Those scripts are meant to be executable, hence changing
their permission with u+x

Change-Id: I7e2b286b434fc915ff99146ae834417688ab6dde
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoDo not load kibana_dashboard_virtualization.json 47/2047/1
Michael Lando [Sun, 12 Mar 2017 11:51:28 +0000 (13:51 +0200)]
Do not load kibana_dashboard_virtualization.json

    The recipe is loading kibana_dashboard_virtualization.json although this
    file doesn't exist.
    I see three possible reasons:
    i. the file is mising in the repo
    ii. the file could be created by the user, and loaded only if exist
    iii. this is a remaining config that shouldn't apply in ONAP

Change-Id: I821eb506d3dab28dad14e72458b313ee45482fa6
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoFix docker_health.sh third check 43/1943/2
Alexis de Talhouët [Thu, 9 Mar 2017 21:40:39 +0000 (16:40 -0500)]
Fix docker_health.sh third check

if [[ ${res} != 0 ]] checks wether the value is "0" but the
value return by the command is "       0" hence the validation
fails.
Changing the if to compare string instead of integer.

Change-Id: Ibb671dcc9c4cd870b931e9e06a185aa4bea5dc5f
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
7 years agoMerge "Fix wrong recipe name"
Michael Lando [Thu, 9 Mar 2017 18:15:49 +0000 (18:15 +0000)]
Merge "Fix wrong recipe name"

7 years agoUse #!/bin/bash to use [[ 49/1849/3
Alexis de Talhouët [Wed, 8 Mar 2017 22:33:55 +0000 (17:33 -0500)]
Use #!/bin/bash to use [[

[[ is a bash-builtin command, hence it is failing to be run
in a sh script.

Failure seen:
./startup.sh: 13: ./startup.sh: [[: not found

Change-Id: I922d4627dc3ea371d3cdd94bdc1135c58c2a40c6
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
7 years agoFix wrong recipe name 19/1819/1
Alexis de Talhouët [Wed, 8 Mar 2017 18:43:02 +0000 (13:43 -0500)]
Fix wrong recipe name

    The cookbook is looking for ES_6_create_kibana_dashboard_virtualization
    but the file name is ES_6_kibana_dashboard_virtualization

    Change the file name to ES_6_create_kibana_dashboard_virtualization
    to be consistent with the naming convention define in this cookbook.

Change-Id: Ieac5ce1203be68db21554f21b2f1e851a6b774d1
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
7 years agouncomment es docker creation 41/1541/1
Michael Lando [Wed, 1 Mar 2017 08:05:34 +0000 (10:05 +0200)]
uncomment es docker creation

Change-Id: Ia49373d07564e32c7db4bcea24abe7a4d317734c
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "comment out es docker"
Michael Lando [Tue, 28 Feb 2017 18:12:37 +0000 (18:12 +0000)]
Merge "comment out es docker"

7 years agocomment out es docker 25/1525/1
Michael Lando [Tue, 28 Feb 2017 18:10:20 +0000 (20:10 +0200)]
comment out es docker

Change-Id: Ib01aa5975c9dd1e2f979e320d95ce3e930615189
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "pom update"
Michael Lando [Tue, 28 Feb 2017 17:04:50 +0000 (17:04 +0000)]
Merge "pom update"

7 years agopom update 23/1523/1
Michael Lando [Tue, 28 Feb 2017 17:03:11 +0000 (19:03 +0200)]
pom update

Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "pom update"
Michael Lando [Tue, 28 Feb 2017 09:18:34 +0000 (09:18 +0000)]
Merge "pom update"

7 years agopom update 17/1517/1
Michael Lando [Tue, 28 Feb 2017 08:54:57 +0000 (10:54 +0200)]
pom update

Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "pom fix"
Michael Lando [Tue, 28 Feb 2017 06:23:44 +0000 (06:23 +0000)]
Merge "pom fix"

7 years agopom fix 13/1513/1
Michael Lando [Tue, 28 Feb 2017 06:22:59 +0000 (08:22 +0200)]
pom fix

Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "pom fix"
Michael Lando [Tue, 28 Feb 2017 00:14:37 +0000 (00:14 +0000)]
Merge "pom fix"

7 years agopom fix 07/1507/1
Michael Lando [Mon, 27 Feb 2017 23:44:21 +0000 (01:44 +0200)]
pom fix

Change-Id: I0a83c9b59902eb5a3f9c1429a5d2d495af078ec0
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "update pom to remove spring from parent pom"
Michael Lando [Mon, 27 Feb 2017 22:14:16 +0000 (22:14 +0000)]
Merge "update pom to remove spring from parent pom"

7 years agoMerge "change ueb external ip"
Michael Lando [Mon, 27 Feb 2017 21:51:41 +0000 (21:51 +0000)]
Merge "change ueb external ip"

7 years agoupdate pom to remove spring from parent pom 99/1499/1
Michael Lando [Mon, 27 Feb 2017 21:48:43 +0000 (23:48 +0200)]
update pom to remove spring from parent pom

Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agolog dir permissions update 83/1483/1
Michael Lando [Mon, 27 Feb 2017 17:48:33 +0000 (19:48 +0200)]
log dir permissions update

Change-Id: Ic582963be5d762f6eebff261e85061789489d6ad
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoExclude openecomp-ui from sonar scan 67/1467/1
ml636r [Mon, 27 Feb 2017 10:36:59 +0000 (12:36 +0200)]
Exclude openecomp-ui from sonar scan

Change-Id: I13e31284ce0aff1d7c517919e71a7d39b0620736
Signed-off-by: ml636r <ml636r@att.com>
7 years agoFix release process 59/1459/1
ml636r [Sun, 26 Feb 2017 14:56:52 +0000 (16:56 +0200)]
Fix release process

Exclude some .js files for Sonar
Fix openecomp-UI (was empty)
Change ecompFW to version 1.0.0

Change-Id: I91b252cc942c0c7402dc65c99e6fd807f7936846
Signed-off-by: ml636r <ml636r@att.com>
7 years agochange ueb external ip 07/1307/1
Grinberg Moti [Thu, 23 Feb 2017 15:57:18 +0000 (17:57 +0200)]
change ueb external ip

Change-Id: I4657bce633bc7f3f431343b989c52c66963c5d94
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agosupport stat less than 1G 95/1295/1
Grinberg Moti [Thu, 23 Feb 2017 14:23:14 +0000 (16:23 +0200)]
support stat less than 1G

Change-Id: I0a1fcfd5e545adee98a8d94ea3fbcd4ea8c7c063
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoopenopenecomp to openecomp 81/1281/1
Grinberg Moti [Thu, 23 Feb 2017 12:26:04 +0000 (14:26 +0200)]
openopenecomp to openecomp

Change-Id: I57e4d4d3fc9cbf35758bfc0e950f5488391321c2
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoset url to https://omnitruck.chef.io/install.sh 67/1267/1
Grinberg Moti [Thu, 23 Feb 2017 09:24:34 +0000 (11:24 +0200)]
set url to https://omnitruck.chef.io/install.sh

Change-Id: I1eb228adf80e44d97a0a95eb37477ee1c0d76ab9
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoAdd version-properties file 01/1201/1
ml636r [Wed, 22 Feb 2017 15:32:57 +0000 (17:32 +0200)]
Add version-properties file

Change-Id: Ie77a0975de410b2b04d14389aff00ed5ac4d83c2
Signed-off-by: ml636r <ml636r@att.com>
7 years agoMerge "copy chef-install.sh into docker"
Michael Lando [Wed, 22 Feb 2017 14:27:44 +0000 (14:27 +0000)]
Merge "copy chef-install.sh into docker"

7 years agoRemove duplicated docker build step 97/1197/1
ml636r [Wed, 22 Feb 2017 13:50:20 +0000 (15:50 +0200)]
Remove duplicated docker build step

Change-Id: Ife65df6998098b8e5ccac270543aabd16682888b
Signed-off-by: ml636r <ml636r@att.com>
7 years agoMerge "Add release-staging phase"
Michael Lando [Wed, 22 Feb 2017 13:47:58 +0000 (13:47 +0000)]
Merge "Add release-staging phase"

7 years agocopy chef-install.sh into docker 95/1195/1
Grinberg Moti [Wed, 22 Feb 2017 13:36:03 +0000 (15:36 +0200)]
copy chef-install.sh into docker

Change-Id: I2a7517c3760b1b5a7701941804153d7a8d78454a
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoadd missing RUN command 93/1193/1
Grinberg Moti [Wed, 22 Feb 2017 12:08:17 +0000 (14:08 +0200)]
add missing RUN command

Change-Id: I0c4ae8d301e5a5d428e11a368d9abf2f47dd1b3e
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoremove normatives.tar.gz from cookbook 91/1191/1
Grinberg Moti [Wed, 22 Feb 2017 10:43:00 +0000 (12:43 +0200)]
remove normatives.tar.gz from cookbook

Change-Id: I8c0ff8d46f3abfa2034fed994baba93645449dcd
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoAdd release-staging phase 85/1185/2
ml636r [Wed, 22 Feb 2017 09:36:55 +0000 (11:36 +0200)]
Add release-staging phase

Change-Id: Ib545e99283a214f52368942ce92da50dcb5fd868
Signed-off-by: ml636r <ml636r@att.com>
7 years agoadd chef-install.sh until LF will fix curl 87/1187/1
Grinberg Moti [Wed, 22 Feb 2017 10:01:00 +0000 (12:01 +0200)]
add chef-install.sh until LF will fix curl

Change-Id: Icf5b5ab19b65c9c367d15cec1293c8325b4bdb97
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoMerge "modify default release to latest for LF"
Michael Lando [Tue, 21 Feb 2017 17:56:41 +0000 (17:56 +0000)]
Merge "modify default release to latest for LF"

7 years agomodify default release to latest for LF 17/1117/1
Grinberg Moti [Tue, 21 Feb 2017 17:30:31 +0000 (19:30 +0200)]
modify default release to latest for LF

Change-Id: I425c363f538340f197911d1e0458ca087275f473
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoChange chef link to http 03/1103/1
ml636r [Tue, 21 Feb 2017 14:23:07 +0000 (16:23 +0200)]
Change chef link to http

Change-Id: I60df2d5370eac04f8dd5e7348ccb7eeaf22f8bee
Signed-off-by: ml636r <ml636r@att.com>
7 years agodocker run fix or 60 79/1079/1
Grinberg Moti [Tue, 21 Feb 2017 12:22:40 +0000 (14:22 +0200)]
docker run fix or 60

Change-Id: Ibaba9c5a7c0180bc5905b1a915d623805eea2b01
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoMerge "docker run update the repo directory"
Michael Lando [Tue, 21 Feb 2017 10:15:51 +0000 (10:15 +0000)]
Merge "docker run update the repo directory"

7 years agodocker run update the repo directory 73/1073/1
Grinberg Moti [Tue, 21 Feb 2017 09:36:48 +0000 (11:36 +0200)]
docker run update the repo directory

Change-Id: I1cfc14e85effc803f75807a27a3ce8e8aa7b7ad1
Signed-off-by: Grinberg Moti <mg877n@att.com>
7 years agoFix pom 23/1023/1
Michael Lando [Mon, 20 Feb 2017 21:46:47 +0000 (23:46 +0200)]
Fix pom

Change-Id: I1a36505b628088d9783cd8f6f35f1df2962c5f6e
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoMerge "Fix UI and docker"
Michael Lando [Mon, 20 Feb 2017 19:39:23 +0000 (19:39 +0000)]
Merge "Fix UI and docker"

7 years agoFix UI and docker 83/983/1
ml636r [Mon, 20 Feb 2017 19:10:54 +0000 (21:10 +0200)]
Fix UI and docker

Change-Id: I5ac193d7382a59df64a1e56e5b0388915e3f9a13
Signed-off-by: ml636r <ml636r@att.com>
7 years agoBuild Cassandra Docker image 49/949/1
David Greenberg [Mon, 20 Feb 2017 17:00:11 +0000 (19:00 +0200)]
Build Cassandra Docker image

Change-Id: Ie1f5631a94e84ba74e4b9b0ec492fdffabbeb895
Signed-off-by: David Greenberg <ml636r@att.com>
7 years agoFix Cassandra Dockerfile 05/905/1
David Greenberg [Mon, 20 Feb 2017 11:29:45 +0000 (13:29 +0200)]
Fix Cassandra Dockerfile

Change-Id: Ib747bbaaf16723e58dee3df61afec7f6d8ecd71a
Signed-off-by: David Greenberg <ml636r@att.com>
7 years agodocker file update 55/855/1
Michael Lando [Sun, 19 Feb 2017 23:04:22 +0000 (01:04 +0200)]
docker file update

Change-Id: I6a7356e740263fe818572bf5cb71618d2c259d01
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoAdd UI part two 35/835/1
ml636r [Sun, 19 Feb 2017 21:56:00 +0000 (23:56 +0200)]
Add UI part two

Change-Id: I5aefa3a67b2e58d9ed2df05492b1ccb84e0c8fc2
Signed-off-by: ml636r <ml636r@att.com>
7 years agoAdd UI part 75/775/1
ml636r [Sun, 19 Feb 2017 15:04:06 +0000 (17:04 +0200)]
Add UI part

Change-Id: I7c5dc5e3c77124929dc248297613ba9032fdc7eb
Signed-off-by: ml636r <ml636r@att.com>
7 years agoAdd new code new version 65/765/1
Michael Lando [Sun, 19 Feb 2017 10:57:33 +0000 (12:57 +0200)]
Add new code new version

Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agopush addional code 63/763/1
Michael Lando [Sun, 19 Feb 2017 10:35:04 +0000 (12:35 +0200)]
push addional code

Change-Id: Ia427bb3460cda3a896f8faced2de69eaf3807b74
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoInitial OpenECOMP SDC commit 61/761/2
Michael Lando [Sun, 19 Feb 2017 08:28:42 +0000 (10:28 +0200)]
Initial OpenECOMP SDC commit

Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
7 years agoInitial empty repository
Andrew Grimberg [Tue, 31 Jan 2017 12:23:16 +0000 (12:23 +0000)]
Initial empty repository