murano-apps/Clearwater/package
Serg Melikyan a3719adb38 Correct licensing issue with apps
Apps in this repository must be all licenced under Apache License 2.0

Changes:
 * Remove per-app LICENSE file
 * Re-license SugarCRM, Plone & Clearwater

Change-Id: I042c23f0bb9d0c3652e739711a32ddf10794fb35
Signed-off-by: Serg Melikyan <smelikyan@mirantis.com>
2017-01-09 11:31:27 -08:00
..
Classes Add scaleIn actions and scripts 2016-09-17 13:36:49 +00:00
Resources Add scaleIn actions and scripts 2016-09-17 13:36:49 +00:00
UI Scalable Clearwater demo app 2016-09-17 16:33:47 +03:00
README.rst Fix Clearwater release to release-101 tag (Glaweow release) 2016-07-28 19:38:20 +03:00
logo.png Clearwater MuranoPL application prototype 2016-07-01 16:21:46 +03:00
manifest.yaml Add scaleIn actions and scripts 2016-09-17 13:36:49 +00:00

README.rst

Clearwater vIMS Murano Package

Clearwater is an open source implementation of IMS (the IP Multimedia Subsystem) designed from the ground up for massively scalable deployment in the Cloud to provide voice, video and messaging services to millions of users. Clearwater combines the economics of over-the-top style service platforms with the standards compliance expected of telco-grade communications network solutions, and its Cloud-oriented design makes it extremely well suited for deployment in a Network Functions Virtualization (NFV) environment.

Requirements

  • Ubuntu 14.04 image with cloudinit
  • Tenant must be able to spawn 7 VMs with minimum requirements: 2GB RAM, 1 VCPU

How to connect Softphone application to Clearwater environment

  • Find Ellis IP in environment deployment log, open Ellis's floating IP in new tab. Ellis can start with short delay after deployment finish.
  • Create new user via Ellis interface (secret code: secret)
  • Create new profile in Softphone app, use Private Identity account data
  • Use outbound proxy IP from environment deployment log
  • Use TCP transport

How to run live tests

  • Checkout https://github.com/Metaswitch/clearwater-live-test repo
  • Install pre-requisites
  • Run rake test[<DNS ZONE NAME>] SIGNUP_CODE=secret TRANSPORT=TCP PROXY=<OUTBOUND PROXY IP> ELLIS=<ELLIS IP>