osm/devops.git
4 years agogenerate_descriptor_pkg.sh: improved detection of allowed files 67/7967/2 feature5837 feature7928 py3
garciadeblas [Fri, 20 Sep 2019 10:47:13 +0000 (12:47 +0200)]
generate_descriptor_pkg.sh: improved detection of allowed files

This change introduces a new check for other allowed files, as long
as its name is defined in ALLOWED_FILES_WILDCARDS. For instance, with
this change, README can now be README.txt, README.md, README.rst, etc.

Change-Id: Ia9a0bfb455b08fd5a8a924508f5611de57754454
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoAdding the git fetch to avoid build failure at git describe 19/8019/1
madavi [Fri, 4 Oct 2019 12:17:50 +0000 (17:47 +0530)]
Adding the git fetch to avoid build failure at git describe

Change-Id: I1aa2bdb8e2ceebb366d756ebb0e838b761fd26b5
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agovalidate_descriptor.py: new option for validate charms 66/7966/1
garciadeblas [Fri, 20 Sep 2019 07:10:52 +0000 (09:10 +0200)]
validate_descriptor.py: new option for validate charms

Default behaviour is NOT to validate whether the charm is in the folder.
The rationale is that this tool is intended to validate only the descriptor,
not the package. Validating the package requires more aspects to be
taken into account, not only the charm
Moreover, in a CICD for a VNF vendor, charms can be created and tested
independently from the descriptors and only be merged in the same folder
in the last step.

Change-Id: I33aa986493931df463fa8f9d2c6cda2e4be45cf9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agogenerate_descriptor_pkg.sh: fix bug in validation to use the right file 58/7958/2
garciadeblas [Tue, 17 Sep 2019 08:26:19 +0000 (10:26 +0200)]
generate_descriptor_pkg.sh: fix bug in validation to use the right file

Change-Id: I5849c0d40960b43d266b1c6077a36bc563026144
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agosyntax error rectify 62/7962/1
madavi [Wed, 18 Sep 2019 10:03:25 +0000 (15:33 +0530)]
syntax error rectify

Change-Id: Ie339e998d7f9acd83d031398575d432ab2d88ee8
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoScript to cache Juju LXC images 56/7956/2
Adam Israel [Mon, 16 Sep 2019 14:19:48 +0000 (10:19 -0400)]
Script to cache Juju LXC images

This script is needed by Gerrit 7836, in order to cache the LXC images
optimized for faster deployment of charms.

Change-Id: I8e46110d9d3de8eda17b06da8b26adad33cb9124
Signed-off-by: Adam Israel <adam.israel@canonical.com>
4 years agoRemove license check from Merge job 45/7945/8
madavi [Thu, 12 Sep 2019 12:05:17 +0000 (17:35 +0530)]
Remove license check from Merge job

Change-Id: Ie6d6ee1f4a05eab80cb7bf76b18849f5226c7c37
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agofull_install_osm.sh: fix typo in hyperlink for README2 41/7941/1
garciadeblas [Tue, 10 Sep 2019 19:08:21 +0000 (21:08 +0200)]
full_install_osm.sh: fix typo in hyperlink for README2

Change-Id: I9f30077cbf470e415141cd5d1d5f528628df7f99
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoMerge "tools/osm-report: fix getting deb packages in dockers"
garciadeblas [Tue, 10 Sep 2019 15:30:21 +0000 (17:30 +0200)]
Merge "tools/osm-report: fix getting deb packages in dockers"

4 years agoMerge "full_install_osm.sh: updated retrieval of README files"
garciadeblas [Tue, 10 Sep 2019 15:30:08 +0000 (17:30 +0200)]
Merge "full_install_osm.sh: updated retrieval of README files"

4 years agoMerge "Remove OSMLCM_VCA_CACERT"
madavi [Tue, 10 Sep 2019 11:16:39 +0000 (13:16 +0200)]
Merge "Remove OSMLCM_VCA_CACERT"

4 years agoMerge "RO, NBI, LCM and osmclient: Update pip to latest version"
madavi [Tue, 10 Sep 2019 09:32:34 +0000 (11:32 +0200)]
Merge "RO, NBI, LCM and osmclient: Update pip to latest version"

4 years agotools/osm-report: fix getting deb packages in dockers 34/7934/1
garciadeblas [Thu, 27 Jun 2019 14:44:18 +0000 (16:44 +0200)]
tools/osm-report: fix getting deb packages in dockers

Change-Id: I3fa7700543ebbe8fb4b6c35f282ebd5c554dabe1
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agofull_install_osm.sh: updated retrieval of README files 33/7933/1
garciadeblas [Mon, 9 Sep 2019 22:58:43 +0000 (00:58 +0200)]
full_install_osm.sh: updated retrieval of README files

Change-Id: I50c0f82a4bc71df9419de0178ebaa7d1c245295d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoRemove OSMLCM_VCA_CACERT 31/7931/3
Adam Israel [Mon, 9 Sep 2019 08:33:13 +0000 (11:33 +0300)]
Remove OSMLCM_VCA_CACERT

Removes the OSMLCM_VCA_CACERT variable from __lcm__.env in order to fix
the VCA. This works around the parsing of the OSMLCM_VCA_CACERT in
full_install.sh, which currently truncates the cert, causing it to be
invalid.

Change-Id: I8e8c8199bc27ac919e4bf7e6442e6746bb503c8a
Signed-off-by: Adam Israel <adam.israel@canonical.com>
4 years agoResolve the regular expression issue in license scan 09/7909/1
madavi [Thu, 5 Sep 2019 08:35:14 +0000 (14:05 +0530)]
Resolve the regular expression issue in license scan

Change-Id: If0f9b53da16d1e291aee22d0df6adaae492afea4
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoMerge "Adds conditional steps for reports"
madavi [Wed, 4 Sep 2019 15:03:47 +0000 (17:03 +0200)]
Merge "Adds conditional steps for reports"

4 years agoLicense check exceptions for master branch 06/7906/1
madavi [Wed, 4 Sep 2019 06:28:38 +0000 (11:58 +0530)]
License check exceptions for master branch

Change-Id: I9f1fea4d8943380967058797338fc7772dbb0a06
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoAdds conditional steps for reports 14/7814/3
beierl [Thu, 25 Jul 2019 19:44:34 +0000 (15:44 -0400)]
Adds conditional steps for reports

If coverage or junit files exist, publish them via Jenkins
plugins.

Junit plugin is already present.
Coberatura plugin needs to be installed before this can be
merged.

Bug 803

Change-Id: I898e32a6b9dd28c958e7fea2422c416f3c2c077e
Signed-off-by: beierl <mbeierl@vmware.com>
4 years agoAllow devops to test own patches 75/7875/4
beierl [Thu, 29 Aug 2019 18:21:35 +0000 (14:21 -0400)]
Allow devops to test own patches

Adds a step to checkout the code from the Gerrit review
instead of running from master.

Bug 824
Change-Id: Ic080454518b9388b94fb7aa28fd55cde72463448
Signed-off-by: beierl <mbeierl@vmware.com>
4 years agoFix bug 816 40/7840/1
Adam Israel [Fri, 9 Aug 2019 13:24:53 +0000 (09:24 -0400)]
Fix bug 816

This pins the installed version of Juju to 2.5, which matches the pinned
version of libjuju used by N2VC. The mismatch is causing issues
deploying charms with new installs.

Change-Id: Ia831b7735511172a64e6e691ce87848dc5b95ae4
Signed-off-by: Adam Israel <adam.israel@canonical.com>
4 years agoRO, NBI, LCM and osmclient: Update pip to latest version 28/7828/2
calvinosanch [Wed, 31 Jul 2019 13:31:16 +0000 (13:31 +0000)]
RO, NBI, LCM and osmclient: Update pip to latest version

Change-Id: I1deef6abb75fcd02eb0535498f7c398be5086ac3
Signed-off-by: calvinosanch <guillermo.calvinosanchez@altran.com>
4 years agoBUG 703 fix - Check if zookeeper is initialized before kafka 15/7815/2
calvinosanch [Fri, 26 Jul 2019 10:46:00 +0000 (10:46 +0000)]
BUG 703 fix - Check if zookeeper is initialized before kafka

Change-Id: I93810203efd9de329f1ecbdd9970ef3cf266c16b
Signed-off-by: calvinosanch <guillermo.calvinosanchez@altran.com>
4 years agofix Bug 811 22/7822/2
lombardofr [Tue, 30 Jul 2019 13:37:33 +0000 (15:37 +0200)]
fix Bug 811

Change-Id: I1dc87b86f8dc1c19c62ec3bfade391a9e60eb2e9
Signed-off-by: lombardofr <lombardo@everyup.it>
4 years agoimprovement: email notification 13/7813/1
madavi [Thu, 25 Jul 2019 18:58:13 +0000 (00:28 +0530)]
improvement: email notification

Change-Id: Id89196b4d99c4a33123f48c192b2a43f2504128f
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoadded try catch for pipeline script 08/7808/1
madavi [Thu, 25 Jul 2019 06:59:19 +0000 (12:29 +0530)]
added try catch for pipeline script

Change-Id: I8a3cc8c472c67c5dcd7e6b441919438bdc6eef06
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agobug 542 improvment to the code, license scan 07/7807/2
madavi [Thu, 25 Jul 2019 06:02:57 +0000 (11:32 +0530)]
bug 542 improvment to the code, license scan

Change-Id: Ia2c8da12c8ea8e99510b9bb8a8d4d2624b68b0ec
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoMerge "improvement send email"
madavi [Thu, 25 Jul 2019 06:00:30 +0000 (08:00 +0200)]
Merge "improvement send email"

4 years agoimprovement send email 06/7806/1
madavi [Thu, 25 Jul 2019 05:57:46 +0000 (11:27 +0530)]
improvement send email

Change-Id: I8252c934d9267eca213e9448e6675cbd38a2d8a8
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoRevert "bug 542 files added/modified should contain license" 03/7803/1
madavi [Wed, 24 Jul 2019 15:27:22 +0000 (16:27 +0100)]
Revert "bug 542 files added/modified should contain license"

This reverts commit 9d25cf8975b90133a9c97343b73373eba5205bd7.

Change-Id: I3539a7ba5758dcdd0254d7abaad862e89dffdfb0
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agobug 542 files added/modified should contain license 01/7801/1
madavi [Wed, 24 Jul 2019 11:56:31 +0000 (17:26 +0530)]
bug 542 files added/modified should contain license

Change-Id: Ib6cfcc05bc40c5e3debce463914390680b118b1b
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoRevert "improvement:devops code related to docker clean and email notification" 98/7798/1
madavi [Tue, 23 Jul 2019 21:07:24 +0000 (22:07 +0100)]
Revert "improvement:devops code related to docker clean and email notification"

This reverts commit 28a2ebbaef8cdd3f8bda0e92b1a916d87c89cf3a.

Change-Id: Ic408d0015de24eedd48ae80a2223e4464f86c2e3
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoimprovement:devops code related to docker clean and email notification 95/7795/1
madavi [Tue, 23 Jul 2019 19:50:53 +0000 (01:20 +0530)]
improvement:devops code related to docker clean and email notification

Change-Id: I38b61b21d139a7c899922846c3dacfa027f914fc
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoRevert "improvement:devops code related to docker clean and email notification" 94/7794/1
madavi [Tue, 23 Jul 2019 18:54:52 +0000 (19:54 +0100)]
Revert "improvement:devops code related to docker clean and email notification"

This reverts commit 73a7e3341a08a1dd032b82ffc611503fb81a98f8.

Change-Id: I250f309d0d506d96641d7d36e3c3f8f3a9e10f50
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoimprovement:devops code related to docker clean and email notification 86/7786/1
madavi [Tue, 23 Jul 2019 12:38:13 +0000 (18:08 +0530)]
improvement:devops code related to docker clean and email notification

Change-Id: I34bb5cd451ba4459c799c9662cd85e166f580fb4
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoMerge "bug 801 increase healthcheck timeout for NBI/POL/MON"
madavi [Tue, 23 Jul 2019 10:13:53 +0000 (12:13 +0200)]
Merge "bug 801 increase healthcheck timeout for NBI/POL/MON"

4 years agoMerge "Bug 806, System test exception handled!"
madavi [Tue, 23 Jul 2019 10:12:38 +0000 (12:12 +0200)]
Merge "Bug 806, System test exception handled!"

4 years agoMerge changes I1d0ee897,Iee1ed292
madavi [Tue, 23 Jul 2019 10:03:18 +0000 (12:03 +0200)]
Merge changes I1d0ee897,Iee1ed292

* changes:
  VCA CA certificate as env var for LCM
  full_install_osm.sh: escaping spaces in OSMLCM_VCA_PUBKEY

4 years agobug 801 increase healthcheck timeout for NBI/POL/MON 84/7784/1
tierno [Mon, 22 Jul 2019 13:23:56 +0000 (13:23 +0000)]
bug 801 increase healthcheck timeout for NBI/POL/MON

Change-Id: I36a4b5ec36367ed3863dae2193e598a7f276322e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoBug 806, System test exception handled! 83/7783/1
yadavmr [Mon, 22 Jul 2019 08:45:30 +0000 (14:15 +0530)]
Bug 806, System test exception handled!

Change-Id: I4161afd764ab381999ef78754c8348fa1c25521d
Signed-off-by: yadavmr <my00514913@techmahindra.com>
4 years agoremoved bower from light-ui dockerfile 77/7777/1
lombardofr [Tue, 16 Jul 2019 10:32:01 +0000 (12:32 +0200)]
removed bower from light-ui dockerfile

Change-Id: I91389ccf6d0facb9817e8d4923b8b7f29d04ef44
Signed-off-by: lombardofr <lombardo@everyup.it>
4 years agoBug 722 use new fossology server fixed 66/7766/1
madavi [Tue, 9 Jul 2019 09:30:05 +0000 (15:00 +0530)]
Bug 722 use new fossology server fixed

Change-Id: If2540a9be356e83aefe93f79ef75cf8fefa2ae5d
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoBug 515 fixed 65/7765/1
yadavmr [Mon, 8 Jul 2019 15:58:34 +0000 (21:28 +0530)]
Bug 515 fixed

Change-Id: I152ba68153d5ba4792949586d12f6d367b66a4d5
Signed-off-by: yadavmr <my00514913@techmahindra.com>
4 years agoBug 515 improvement - Dependancy for pyangbind and osm-im added 64/7764/2
yadavmr [Mon, 8 Jul 2019 13:49:11 +0000 (19:19 +0530)]
Bug 515 improvement - Dependancy for pyangbind and osm-im added

Change-Id: I1602f9a26c5cfa0cc55db52e6141f579383caa2b
Signed-off-by: yadavmr <my00514913@techmahindra.com>
4 years agobug 745 improvement fixed 30/7730/1
madavi [Mon, 1 Jul 2019 07:54:55 +0000 (13:24 +0530)]
bug 745 improvement fixed

Change-Id: If08c4a78291166ac9e834f53f4578595b5a1fca9
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agobug 792 added version for pytest==4.6.3 fixed 29/7729/1
madavi [Mon, 1 Jul 2019 07:37:42 +0000 (13:07 +0530)]
bug 792 added version for pytest==4.6.3 fixed

Change-Id: I79c05556bafb54b8adbdffe89652c4d30737b035
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoMerge "full_install_osm.sh: point to ReleaseSIX by default"
madavi [Thu, 27 Jun 2019 08:17:08 +0000 (10:17 +0200)]
Merge "full_install_osm.sh: point to ReleaseSIX by default"

4 years agoMerge "docker-compose.yaml: updated default TAG to 6"
madavi [Thu, 27 Jun 2019 08:10:27 +0000 (10:10 +0200)]
Merge "docker-compose.yaml: updated default TAG to 6"

4 years agoEmail to MDL 22/7722/1
yadavmr [Thu, 27 Jun 2019 05:00:00 +0000 (10:30 +0530)]
Email to MDL

Change-Id: I4e117789702143148431d95077d8da97b49696e1
Signed-off-by: yadavmr <my00514913@techmahindra.com>
4 years agoRevert "Bug 699 Email Notification" 21/7721/1
madavi [Thu, 27 Jun 2019 04:19:07 +0000 (05:19 +0100)]
Revert "Bug 699 Email Notification"

This reverts commit 17b1ad5b64742bf53fb9e49750d1ab9b31d802f0.

Change-Id: I829b337a1bb9259ebe0c4e8b67010414a1794553

4 years agoBug 699 Email Notification 17/7717/1
yadavmr [Wed, 26 Jun 2019 20:34:44 +0000 (02:04 +0530)]
Bug 699 Email Notification

Change-Id: I0c7e24fe178a610dadda9ecba5b68c62eaaf86ad
Signed-off-by: yadavmr <my00514913@techmahindra.com>
4 years agobug 745 re checkin after issues 16/7716/1
madavi [Wed, 26 Jun 2019 20:01:22 +0000 (01:31 +0530)]
bug 745 re checkin after issues

Change-Id: Ifd6ef79acd43a7e7b09a2fc8a9203578bb86534a
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agofull_install_osm.sh: point to ReleaseSIX by default 06/7706/2
Gerardo García [Wed, 26 Jun 2019 14:40:28 +0000 (16:40 +0200)]
full_install_osm.sh: point to ReleaseSIX by default

Change-Id: I7cd931a72e14d617650a7241380c9d99e0e0cbd9
Signed-off-by: Gerardo García <gerardo-garcia@users.noreply.github.com>
4 years agodocker-compose.yaml: updated default TAG to 6 05/7705/2
Gerardo García [Wed, 26 Jun 2019 14:22:12 +0000 (16:22 +0200)]
docker-compose.yaml: updated default TAG to 6

Change-Id: I1c58289982033706add8a9cbb108cdf94ae12e01
Signed-off-by: Gerardo García <gerardo-garcia@users.noreply.github.com>
4 years agoRevert "Bug 745 preserve the logs temporarily for analysis fixedgit status" 15/7715/1
madavi [Wed, 26 Jun 2019 19:45:30 +0000 (20:45 +0100)]
Revert "Bug 745 preserve the logs temporarily for analysis fixedgit status"

This reverts commit 02362e927be653d0a8a63cd9cbbba0f0888075e1.

Change-Id: Id0937d1edf03128138b8ed198a8d41bd244c4f6e

4 years agoBug 745 preserve the logs temporarily for analysis fixedgit status 04/7704/1
madavi [Wed, 26 Jun 2019 09:45:18 +0000 (15:15 +0530)]
Bug 745 preserve the logs temporarily for analysis fixedgit status

Change-Id: Idc39b0bc71856305eecff1b17a33f0fb4eb12b2b
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoBug 699 email notification 99/7699/1
madavi [Tue, 25 Jun 2019 12:16:24 +0000 (17:46 +0530)]
Bug 699 email notification

Change-Id: I6c37bf3200db450579cf08194f9cb3b6e7b76041
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agobug 761: change RO Dockerfile to launch RO start script 88/7688/1
tierno [Wed, 19 Jun 2019 15:30:16 +0000 (15:30 +0000)]
bug 761: change RO Dockerfile to launch RO start script
This script send logs by default to stderr instead of file

Change-Id: I8e1233cad57cc7b509216ede4e642470839996f2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoFix to replace whitestack with etsi openstack VIM for stage-3 build 70/7670/1 v6.0.0
madavi [Fri, 14 Jun 2019 13:25:05 +0000 (18:55 +0530)]
Fix to replace whitestack with etsi openstack VIM for stage-3 build

Change-Id: I010c7ca0d65d3699c8596293088c1d252dbb477c
Signed-off-by: madavi <jm00553988@techmahindra.com>
4 years agoVCA CA certificate as env var for LCM 30/7630/2
garciadeblas [Wed, 29 May 2019 13:23:19 +0000 (15:23 +0200)]
VCA CA certificate as env var for LCM

This reverts commit 3d1396d3ba47464f524abe1ebd50b2083af5686b.

Change-Id: I1d0ee8971db63e8644170b583cf5cdd5284dbb17
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agofull_install_osm.sh: escaping spaces in OSMLCM_VCA_PUBKEY 46/7646/1
garciadeblas [Tue, 11 Jun 2019 15:47:14 +0000 (17:47 +0200)]
full_install_osm.sh: escaping spaces in OSMLCM_VCA_PUBKEY

Change-Id: Iee1ed292fe24e7c68490579670c879c65cb658d4
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoFix uninstall bug that leaves Juju controller running 44/7644/1
Adam Israel [Tue, 11 Jun 2019 14:28:43 +0000 (10:28 -0400)]
Fix uninstall bug that leaves Juju controller running

During uninstall, the Juju controller was not being destroyed when there
are active models. The `juju destroy-controller` command requires the
additional flag `--destroy-all-models`.

Change-Id: Ie5e3590027907ada08c6e6b2951a6f1ef64d41bf
Signed-off-by: Adam Israel <adam.israel@canonical.com>
4 years agodebug bug 710: increased wait_time to 30s for init status 29/7629/1
garciadeblas [Thu, 6 Jun 2019 15:57:15 +0000 (17:57 +0200)]
debug bug 710: increased wait_time to 30s for init status

Change-Id: I10565f4d63708346a23f9124c931830cb25f86f4
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoMerge "Fix Shell Command"
garciadeblas [Mon, 3 Jun 2019 14:49:11 +0000 (16:49 +0200)]
Merge "Fix Shell Command"

4 years agoAdded log file to Ansible generator 21/7421/3
lavado [Mon, 22 Apr 2019 11:53:41 +0000 (06:53 -0500)]
Added log file to Ansible generator

Change-Id: Icff07fa8d30c49133cefad191a6606813e7256f5
Signed-off-by: lavado <glavado@whitestack.com>
4 years agoFix Shell Command 84/7584/2
beierl [Thu, 30 May 2019 18:42:04 +0000 (14:42 -0400)]
Fix Shell Command

Replaces 'source' with '.' as the command 'source' is not
valid sh syntax.  It is only valid in bash, but the sg
command invokes sh, not bash.

BUG 717

Change-Id: I76f58120cff78420a751308c283798ad57b83df8
Signed-off-by: beierl <mbeierl@vmware.com>
4 years agoMerge "Adds healthcheck to POL"
madavi [Wed, 29 May 2019 14:34:42 +0000 (16:34 +0200)]
Merge "Adds healthcheck to POL"

4 years agoRevert "installer: VCA CA certificate as env var for LCM" 72/7572/1
garciadeblas [Wed, 29 May 2019 11:00:07 +0000 (13:00 +0200)]
Revert "installer: VCA CA certificate as env var for LCM"

This reverts commit f37f12e191285c9e9960edf2d2dd6d82a166eaf9.

Change-Id: I4d38e9a3aa95ce4ee4563b299b4208b01755934e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoDocker tag 6 to be used by default in installer and in dockerhub 71/7571/1
garciadeblas [Wed, 29 May 2019 10:23:22 +0000 (12:23 +0200)]
Docker tag 6 to be used by default in installer and in dockerhub

Change-Id: I637a32d63f171773ad947d4dd2373b1a04f1b28c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoMerge "installer: VCA CA certificate as env var for LCM"
garciadeblas [Tue, 28 May 2019 08:13:23 +0000 (10:13 +0200)]
Merge "installer: VCA CA certificate as env var for LCM"

4 years agoAdds healthcheck to POL 58/7558/1
Benjamin Diaz [Mon, 27 May 2019 20:01:06 +0000 (17:01 -0300)]
Adds healthcheck to POL

Change-Id: I7680e9d4ba70e7d46ff155071cfb75dca64f5e35
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
4 years agoAdds use of entrypoint.sh in LWUI Dockerfile 45/7545/6
Benjamin Diaz [Fri, 24 May 2019 14:37:22 +0000 (11:37 -0300)]
Adds use of entrypoint.sh in LWUI Dockerfile

This will enable creation of mysql database when mysql uri is defined.

Depends-On: I81330f99d2df85ba4813db130bddab92d3c9574b
Change-Id: I52d1ef046d2c3804f305c57f8d35889dd1f038f7
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
4 years agoMerge "Adds healthcheck to LWUI Dockerfile"
madavi [Mon, 27 May 2019 16:33:09 +0000 (18:33 +0200)]
Merge "Adds healthcheck to LWUI Dockerfile"

4 years agoinstaller: VCA CA certificate as env var for LCM 89/7489/2
garciadeblas [Wed, 22 May 2019 16:00:54 +0000 (18:00 +0200)]
installer: VCA CA certificate as env var for LCM

Change-Id: I741a430b069c2ec0f70939fbde266029f0199053
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoUpdated NS deletion time to test_vnfs used in stage4 47/7547/1
garciadeblas [Fri, 24 May 2019 20:32:10 +0000 (22:32 +0200)]
Updated NS deletion time to test_vnfs used in stage4

Change-Id: I5e699b6038990af913dacfa3a54238e0f4bedc98
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
4 years agoAdds healthcheck to LWUI Dockerfile 46/7546/2
Benjamin Diaz [Fri, 24 May 2019 15:27:10 +0000 (12:27 -0300)]
Adds healthcheck to LWUI Dockerfile

Change-Id: I73cb2379a8fad6b759c0cba4c4b4703c60a1e087
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
4 years agoMerge "Bug 700 Docker Tag update to releasesix-daily in ci-pipeline script at stage 3"
madavi [Fri, 24 May 2019 06:32:59 +0000 (08:32 +0200)]
Merge "Bug 700 Docker Tag update to releasesix-daily in ci-pipeline script at stage 3"

4 years agoMerge "Bug 683 Modify the ovf_converter tool to have a option for adding a cd/dvd...
madavi [Fri, 24 May 2019 06:09:53 +0000 (08:09 +0200)]
Merge "Bug 683 Modify the ovf_converter tool to have a option for adding a cd/dvd device"

4 years agoBug 700 Docker Tag update to releasesix-daily in ci-pipeline script at stage 3 39/7539/1
yadavmr [Fri, 24 May 2019 05:54:47 +0000 (05:54 +0000)]
Bug 700 Docker Tag update to releasesix-daily in ci-pipeline script at stage 3

Change-Id: I6d75e1e21c5bdbde7905ec5a3a3c7ed180c0268d
Signed-off-by: yadavmr <my00514913@techmahindra.com>
4 years agoMerge "Adds OSMUI_SQL_DATABASE_URI env var generation to installer"
garciadeblas [Thu, 23 May 2019 22:25:13 +0000 (00:25 +0200)]
Merge "Adds OSMUI_SQL_DATABASE_URI env var generation to installer"

4 years agoMerge "Adds mysql-client to POL Dockerfile"
garciadeblas [Thu, 23 May 2019 19:30:31 +0000 (21:30 +0200)]
Merge "Adds mysql-client to POL Dockerfile"

4 years agoFixing role attribution in Keystone 93/7493/2
Eduardo Sousa [Wed, 22 May 2019 21:58:51 +0000 (22:58 +0100)]
Fixing role attribution in Keystone

Corrects a bug in the init script that would not assign the role

Change-Id: I08e1f3a17b285faeccdd6d3b70f3ab6e1260310f
Signed-off-by: Eduardo Sousa <eduardo.sousa@canonical.com>
4 years agoAdds OSMUI_SQL_DATABASE_URI env var generation to installer 80/7480/6
Benjamin Diaz [Tue, 21 May 2019 18:11:49 +0000 (15:11 -0300)]
Adds OSMUI_SQL_DATABASE_URI env var generation to installer

Adds install of mysql deps in LWUI Dockerfile.
Adds use of entrypoint script in LWUI Dockerfile

Change-Id: Iab709bd534291083d4890dd33e9f3c490d11cea1
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
4 years agoAdds mysql-client to POL Dockerfile 79/7479/2
Benjamin Diaz [Tue, 21 May 2019 15:29:23 +0000 (12:29 -0300)]
Adds mysql-client to POL Dockerfile

Change-Id: I5416e65239764e9475014004dbc8e698a45d8bb4
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
4 years agoBug 683 Modify the ovf_converter tool to have a option for adding a cd/dvd device 37/7437/2
Ananda Baitharu [Mon, 29 Apr 2019 19:24:16 +0000 (19:24 +0000)]
Bug 683 Modify the ovf_converter tool to have a option for adding a cd/dvd device

Change-Id: Ibc754d0b2bd68ddb788252299f888a64dfa598f4
Signed-off-by: Ananda Baitharu <ananda.baitharu@riftio.com>
4 years agoAddressed BUG:698 - Build failing with -m POL -m PROMETHEUS -m KEYSTONE-DB 85/7485/1
govindappa [Wed, 22 May 2019 06:45:21 +0000 (12:15 +0530)]
Addressed BUG:698 - Build failing with -m POL -m PROMETHEUS -m KEYSTONE-DB

Modified file: installers/full_install_osm.sh
Edited the script to parse the following arguments with -m option
POL
PROMETHEUS
KEYSTONE-DB

Change-Id: Ia9b7d2526161494257c73dbfa58626f26c9508b6
Signed-off-by: govindappa <prabhunath.g@tataelxsi.co.in>
4 years agoAdding dependency in NBI/Dockerfile for feature-7270 46/7446/1
vijay.r [Mon, 6 May 2019 10:08:23 +0000 (15:38 +0530)]
Adding dependency in NBI/Dockerfile for feature-7270

Change-Id: I1685b8b26bbf8821de484c2c85a258fa10e2ccdb
Signed-off-by: vijay.r <vijay.r@tataelxsi.co.in>
5 years agoUse docker tag 5 instead of latest 80/7080/5 feature7106
garciadeblas [Fri, 21 Dec 2018 10:21:11 +0000 (11:21 +0100)]
Use docker tag 5 instead of latest

Change-Id: I1a9a136ed572a69c9867212543280d7055b18dc2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
5 years agogenerate_descriptor_pkg.sh: added charms folder to NSD_FOLDERS 96/7396/3
garciadeblas [Tue, 9 Apr 2019 13:43:34 +0000 (15:43 +0200)]
generate_descriptor_pkg.sh: added charms folder to NSD_FOLDERS

Change-Id: I73800fc42cd5fec18433102fb8bf3edafae465b3
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
5 years agoinstaller: VCA key as env var for LCM 87/7387/4
garciadeblas [Thu, 4 Apr 2019 17:04:32 +0000 (19:04 +0200)]
installer: VCA key as env var for LCM

Change-Id: I0c49f673716377694639f5bf9c1319431157fa3d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
5 years agoAdding license headers to keystone 01/7201/2
Eduardo Sousa [Tue, 5 Feb 2019 16:19:31 +0000 (16:19 +0000)]
Adding license headers to keystone

Change-Id: Id41209ed087a456b400102fed6e89025706e00da
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
5 years agoAdding extra-vars to playooks 55/7355/4
Eduardo Sousa [Fri, 22 Mar 2019 02:40:47 +0000 (02:40 +0000)]
Adding extra-vars to playooks

Change-Id: I8cf0ddcdc794e102f2af4f9bf8fe5458009f47f1
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
5 years agoReduces Kafka log retention to 1 day 73/7273/3
Benjamin Diaz [Wed, 27 Feb 2019 19:42:34 +0000 (16:42 -0300)]
Reduces Kafka log retention to 1 day

Bug 592

Change-Id: Ie7198055049fd3cfab37cc96e153f57fdedec5ad
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
5 years agoAdds log rotation for MON and POL in docker-compose.yaml 72/7272/4
Benjamin Diaz [Wed, 27 Feb 2019 17:01:38 +0000 (14:01 -0300)]
Adds log rotation for MON and POL in docker-compose.yaml

Sets maximum number of log files to 5 per module, with max size 10MB each.

Change-Id: I6cd23ea0f3e785ed31813355b9ef5f3f3f1b1410
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
5 years agoAdding a few more variables to Keystone Docker 91/7391/4
Eduardo Sousa [Mon, 8 Apr 2019 16:17:54 +0000 (17:17 +0100)]
Adding a few more variables to Keystone Docker

It introduces the Keystone host variable which should help in
Kubernetes distributions. It also checks if the database was
created but it is empty.

Change-Id: I7c4bf7423023825f21accc1d34c4d858596b2fd9
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
5 years agoModifies POL deployment to use mysql database 58/7258/5
Benjamin Diaz [Tue, 26 Feb 2019 20:25:07 +0000 (17:25 -0300)]
Modifies POL deployment to use mysql database

Adds script to automatically create database if not existant.
Adds generation of db env var to install script.

Change-Id: I334ffe2a2f9c2570cf94454948e23f1ce4b5aee7
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
5 years agoModifies MON deployment to use mysql database 56/7256/11
Benjamin Diaz [Mon, 25 Feb 2019 20:18:51 +0000 (17:18 -0300)]
Modifies MON deployment to use mysql database

Adds script to automatically create database if not existant.
Adds generation of db env var to install script.

Depends on 7255

Change-Id: Ic4da007e5799f8986b27c896b82c278e49e9b7e5
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
5 years agoDowngrading Keystone to Pike release 76/7376/1
Eduardo Sousa [Fri, 29 Mar 2019 18:37:59 +0000 (18:37 +0000)]
Downgrading Keystone to Pike release

Keystone needs to be downgraded because there is a
bug present in user deletion for the queens version.

Change-Id: I23644cf016808c62e9648f3ae7fb6841a98decbf
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
5 years agoAdding setup.py to charm-generator 38/7338/1
Eduardo Sousa [Wed, 20 Mar 2019 13:36:24 +0000 (13:36 +0000)]
Adding setup.py to charm-generator

Change-Id: I1ba69e255727703ed2f25b4f3dbabd53685573f4
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
5 years agoMerge "Adding an charm generator"
lavado [Thu, 14 Mar 2019 00:03:14 +0000 (01:03 +0100)]
Merge "Adding an charm generator"