aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23updated the tag of the dockerrelease-1.0.0Michael Lando1-6/+6
Change-Id: I7baa8c69335206a2ec71e442799decb104f12cb8 Signed-off-by: Michael Lando <ml636r@att.com>
2017-03-15add time stamp formatMichael Lando1-0/+2
Change-Id: I2f0259eac33ca68ca443e11999b0359c2a1f5905 Signed-off-by: Michael Lando <ml636r@att.com>
2017-03-15update docker tag name and update the pom version.Michael Lando84-92/+116
Change-Id: Iac1fc91dc3ed9922d69bdc7c56019d2df67f79a2 Signed-off-by: Michael Lando <ml636r@att.com>
2017-03-14Set executable permission on scripts/*Michael Lando7-0/+0
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>
2017-03-12Do not load kibana_dashboard_virtualization.jsonMichael Lando1-8/+0
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>
2017-03-09Fix docker_health.sh third checkAlexis de Talhouët1-1/+1
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>
2017-03-09Merge "Fix wrong recipe name"Michael Lando1-0/+0
2017-03-08Use #!/bin/bash to use [[Alexis de Talhouët1-1/+1
[[ 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>
2017-03-08Fix wrong recipe nameAlexis de Talhouët1-0/+0
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>
2017-03-01uncomment es docker creationMichael Lando2-2/+22
Change-Id: Ia49373d07564e32c7db4bcea24abe7a4d317734c Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28Merge "comment out es docker"Michael Lando1-2/+2
2017-02-28comment out es dockerMichael Lando1-2/+2
Change-Id: Ib01aa5975c9dd1e2f979e320d95ce3e930615189 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28Merge "pom update"Michael Lando14-145/+287
2017-02-28pom updateMichael Lando14-145/+287
Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28Merge "pom update"Michael Lando14-41/+53
2017-02-28pom updateMichael Lando14-41/+53
Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28Merge "pom fix"Michael Lando10-10/+22
2017-02-28pom fixMichael Lando10-10/+22
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28Merge "pom fix"Michael Lando11-17/+60
2017-02-28pom fixMichael Lando11-17/+60
Change-Id: I0a83c9b59902eb5a3f9c1429a5d2d495af078ec0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-27Merge "update pom to remove spring from parent pom"Michael Lando10-125/+471
2017-02-27Merge "change ueb external ip"Michael Lando1-2/+2
2017-02-27update pom to remove spring from parent pomMichael Lando10-125/+471
Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-27log dir permissions updateMichael Lando1-1/+1
Change-Id: Ic582963be5d762f6eebff261e85061789489d6ad Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-27Exclude openecomp-ui from sonar scanml636r2-5/+5
Change-Id: I13e31284ce0aff1d7c517919e71a7d39b0620736 Signed-off-by: ml636r <ml636r@att.com>
2017-02-26Fix release processml636r5-10/+53
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>
2017-02-23change ueb external ipGrinberg Moti1-2/+2
Change-Id: I4657bce633bc7f3f431343b989c52c66963c5d94 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-23support stat less than 1GGrinberg Moti1-0/+4
Change-Id: I0a1fcfd5e545adee98a8d94ea3fbcd4ea8c7c063 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-23openopenecomp to openecompGrinberg Moti2-2/+2
Change-Id: I57e4d4d3fc9cbf35758bfc0e950f5488391321c2 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-23set url to https://omnitruck.chef.io/install.shGrinberg Moti8-35/+61
Change-Id: I1eb228adf80e44d97a0a95eb37477ee1c0d76ab9 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-22Add version-properties fileml636r1-0/+13
Change-Id: Ie77a0975de410b2b04d14389aff00ed5ac4d83c2 Signed-off-by: ml636r <ml636r@att.com>
2017-02-22Merge "copy chef-install.sh into docker"Michael Lando6-6/+19
2017-02-22Remove duplicated docker build stepml636r1-19/+18
Change-Id: Ife65df6998098b8e5ccac270543aabd16682888b Signed-off-by: ml636r <ml636r@att.com>
2017-02-22Merge "Add release-staging phase"Michael Lando1-85/+96
2017-02-22copy chef-install.sh into dockerGrinberg Moti6-6/+19
Change-Id: I2a7517c3760b1b5a7701941804153d7a8d78454a Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-22add missing RUN commandGrinberg Moti6-6/+6
Change-Id: I0c4ae8d301e5a5d428e11a368d9abf2f47dd1b3e Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-22remove normatives.tar.gz from cookbookGrinberg Moti1-0/+0
Change-Id: I8c0ff8d46f3abfa2034fed994baba93645449dcd Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-22Add release-staging phaseml636r1-85/+96
Change-Id: Ib545e99283a214f52368942ce92da50dcb5fd868 Signed-off-by: ml636r <ml636r@att.com>
2017-02-22add chef-install.sh until LF will fix curlGrinberg Moti12-7/+4255
Change-Id: Icf5b5ab19b65c9c367d15cec1293c8325b4bdb97 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-21Merge "modify default release to latest for LF"Michael Lando1-1/+1
2017-02-21modify default release to latest for LFGrinberg Moti1-1/+1
Change-Id: I425c363f538340f197911d1e0458ca087275f473 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-21Change chef link to httpml636r6-6/+6
Change-Id: I60df2d5370eac04f8dd5e7348ccb7eeaf22f8bee Signed-off-by: ml636r <ml636r@att.com>
2017-02-21docker run fix or 60Grinberg Moti1-15/+13
Change-Id: Ibaba9c5a7c0180bc5905b1a915d623805eea2b01 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-21Merge "docker run update the repo directory"Michael Lando1-10/+10
2017-02-21docker run update the repo directoryGrinberg Moti1-10/+10
Change-Id: I1cfc14e85effc803f75807a27a3ce8e8aa7b7ad1 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-20Fix pomMichael Lando1-11/+6
Change-Id: I1a36505b628088d9783cd8f6f35f1df2962c5f6e Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-20Merge "Fix UI and docker"Michael Lando16-42/+74
2017-02-20Fix UI and dockerml636r16-42/+74
Change-Id: I5ac193d7382a59df64a1e56e5b0388915e3f9a13 Signed-off-by: ml636r <ml636r@att.com>
2017-02-20Build Cassandra Docker imageDavid Greenberg1-4/+3
Change-Id: Ie1f5631a94e84ba74e4b9b0ec492fdffabbeb895 Signed-off-by: David Greenberg <ml636r@att.com>
2017-02-20Fix Cassandra DockerfileDavid Greenberg1-4/+26
Change-Id: Ib747bbaaf16723e58dee3df61afec7f6d8ecd71a Signed-off-by: David Greenberg <ml636r@att.com>