diff options
author | 2019-04-26 11:27:05 +0200 | |
---|---|---|
committer | 2019-04-26 11:27:05 +0200 | |
commit | c194953d5477fc069cba1e115c237bb0d163db30 (patch) | |
tree | dbcaa0fa9cee01394a8230fd00a41c259e09807c /heat/vIMS/README | |
parent | e3dd7c24232b7060500fee8805416551fe98c92e (diff) |
Add vIMS heat template in demo repository
this use case is used in OOM gating End to End non regression tests
in addition to the healthcheck robot test cases
Issue-ID: INT-1049
Change-Id: I37b0c91ea5295c2d16973ea25a364e71ecb569a3
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'heat/vIMS/README')
-rw-r--r-- | heat/vIMS/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/heat/vIMS/README b/heat/vIMS/README new file mode 100644 index 00000000..37d05ce5 --- /dev/null +++ b/heat/vIMS/README @@ -0,0 +1,24 @@ +This heat template allows the deployement of the clearwater vIMS [1], +a fully functional open source vIMS solution. + +The current heat template is derivated from the heat templates published +by Metaswitch [2]. +Initial templates have been adapted to be VVP compliant (they are tested +through VVP linting in onap-tests repository [3]) + +These templates still require Ubuntu 14.04 as base image and would need some +adaptations to be upgraded with more recent ubuntu base images to perform +the userdata part at boot. + +They are integrated in Orange Openlab onap-tests CI chains and part of +the non regression end to end tests used at ONAP gating for OOM [4] [5]. + +It has been succesfully tested on ONAP Beijing, Casablanca and Master. + +Contacts: morgan.richomme AT orange.com + +[1]: https://www.projectclearwater.org/ +[2]: https://github.com/Metaswitch/clearwater-heat +[3]: https://gitlab.com/Orange-OpenSource/lfn/onap/onap-tests +[4]: https://gitlab.com/Orange-OpenSource/lfn/onap/xtesting-onap +[5]: https://wiki.onap.org/display/DW/OOM+Gating |