CloudServices/Loop/Deploy: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:


The Mobile-ID service provides a global mobile number validation system that
The Loop service is the server-side component of the Loop project.
can be used to authenticate a user's device. It interacts with SMS gateways to send and receive SMSs.


See : https://wiki.mozilla.org/Loop/Architecture#MSISDN_.28Phone_Number.29_Verification
See : https://wiki.mozilla.org/Loop


=Contacts=
=Contacts=

Revision as of 10:07, 17 July 2014

The Loop service is the server-side component of the Loop project.

See : https://wiki.mozilla.org/Loop

Contacts

  • Dev Team
    • Tarek Ziadé <tarek@mozilla.com>
    • Alexis Metaireau <alexis@mozilla.com>
    • Rémy Hubscher <natim@mozilla.com>
  • OPS
    • Benson Wong <mostlygeek@mozilla.com>
  • QA
    • James Bonacci <jbonacci@mozilla.com>

Deployement

There are three deployed environments. A fourth will be deployed later.


Dev

This environment is updated with the master branch by devs on a regular basis - or upon request. you can get the version by displaying the root URL of the server.

This environment can be used to test end-to-end scenario until the service hits the Stable channel.

Load-Stage

  • Host: https://loop.stage.mozaws.net/
  • Maintainer: OPS
  • Tokbox mocked? Yes (but can change, check the / endpoint for more info)
  • Usage: Server-side QA and Loadtesting


This environment is used by QA and dev for load tests. The goal is to measure how many connections can be handled by the server and anticipate errors that might happen on high load.

tokbox created keys are not real ones, they are collected by a fake mock server. We deployed it at http://loop-delayed.dev.mozaws.net/

Real-Stage

  • Host: To be defined
  • Maintainer: OPS
  • Mocked tokbox?: No
  • Usage: Client-side QA

Not yet commissioned. This environment will be used for end-to-end testing of the service once it hits the stable channel.

This server will be a perfect mirror of the production environment, updated with the tag of the upcoming release

Production

This environment is used for production and is the default server for Nightly.

The prod environment provide a Mobile number validation for the following countries:

Release Cycle

The service is continuously pushed into the dev server where client developers can test it.

The service is released in load-stage then production every other week (or asap if we discover a security breach)

  • Tuesday - end of previous cycle. tagging. pushed to load-stage
  • Tuesday through Friday - load testing by James on load-stage
  • Monday - push to production if no regression, if any regression backed off


The Tuesday release will be announced to the loop mailing list when the tagging is happening, so everyone has a chance to try it out.

Theorical dates for July/August:

  • July 8th - tagging
  • July 14th - prod push
  • July 22th - tagging
  • July 28th - prod push
  • August 5th - tagging
  • August 11th - prod push
  • August 19th - tagging
  • August 25th - prod push
  • and so forth...

Once the service will hit the Stable channel, we will introduce the new real-stage environment