Projets-2015-2016-IaaS Docker-SRS: Difference between revisions
Jump to navigation
Jump to search
Alan.Damotte (talk | contribs) No edit summary |
Alan.Damotte (talk | contribs) |
||
Line 50: | Line 50: | ||
==Product perspective== |
==Product perspective== |
||
[[File:IaasContextDiagram.png|center|thumb|1000px|Context diagram]] |
|||
[[File:IaasUseCase.png|center|thumb|1000px|Use case diagram]] |
|||
==Product functions== |
==Product functions== |
||
:*Client : |
|||
:** Register to the service |
|||
:** Ask for an instance precising required resources |
|||
:** Launch an instance |
|||
:** Connect to running instance |
|||
:** Stop an instance |
|||
:** Remove an instance |
|||
:** Give a mark to a provider |
|||
:*Provider : |
|||
:** Register to the service |
|||
:** Download required files |
|||
:** Launch coordinator system |
|||
:** Provide some of his resources |
|||
:** Start to provide |
|||
:** Stop to provide |
|||
:** See resources consumption of the instances running on his machine |
|||
== User characteristics== |
== User characteristics== |
||
:* The client/provider doesn't have to be familiar with programming |
|||
:* The client/provider should know unix basics |
|||
:* The client/provider should know how ssh works |
|||
:* The provider should know how to launch a script in a terminal |
|||
==General constraints== |
==General constraints== |
||
:*System constraint: |
|||
:** The provider's machine must run on a unix system (Ubuntu for example) |
|||
:*Environment constraint: |
|||
:** Internet access is required to use the service |
|||
==Assumptions and dependencies== |
==Assumptions and dependencies== |
||
:* The client/provider have an internet access |
|||
=Specific requirements, covering functional, non-functional and interface requirements= |
=Specific requirements, covering functional, non-functional and interface requirements= |
Revision as of 10:12, 8 March 2016
The document provides a template of the Software Requirements Specification (SRS). It is inspired of the IEEE/ANSI 830-1998 Standard.
Read first:
- http://www.cs.st-andrews.ac.uk/~ifs/Books/SE9/Presentations/PPTX/Ch4.pptx
- http://en.wikipedia.org/wiki/Software_requirements_specification
- IEEE Recommended Practice for Software Requirements Specifications IEEE Std 830-1998
Version | Date | Authors | Description | Validator | Validation Date | |
---|---|---|---|---|---|---|
0.1.0 | TBC | TBC | TBC | TBC | TBC |
Introduction
Purpose of the requirements document
- This Software Requirements Specification (SRS) identifies the requirements for the Collaborative Iaas project .
- This document is a guideline about the functionalities offered and the problems that the system solves.
Scope of the product
Definitions, acronyms and abbreviations
References
- The main page of the project: Collaborative Iaas<br\>
Overview of the remainder of the document
- The rest of the SRS examines the specifications of the Collaborative Iaas project in details. Section two of the SRS presents the general factors that affect the Collaborative Iaas project and its requirements, such as user characteristics and project constraints. Section three outlines the detailed, specific and functional requirements, performance, system and other related requirements of the project. Supporting information about appendices is provided in Section three.
General description
Product perspective
Product functions
- Client :
- Register to the service
- Ask for an instance precising required resources
- Launch an instance
- Connect to running instance
- Stop an instance
- Remove an instance
- Give a mark to a provider
- Provider :
- Register to the service
- Download required files
- Launch coordinator system
- Provide some of his resources
- Start to provide
- Stop to provide
- See resources consumption of the instances running on his machine
User characteristics
- The client/provider doesn't have to be familiar with programming
- The client/provider should know unix basics
- The client/provider should know how ssh works
- The provider should know how to launch a script in a terminal
General constraints
- System constraint:
- The provider's machine must run on a unix system (Ubuntu for example)
- System constraint:
- Environment constraint:
- Internet access is required to use the service
- Environment constraint:
Assumptions and dependencies
- The client/provider have an internet access
Specific requirements, covering functional, non-functional and interface requirements
External interface requirements
Functional requirements
Performance requirements
Design constraints
Logical database requirement
Software System attributes
Reliability
Availability
Security
Maintainability
Portability
- For the moment, the system will be available in Linux only for provider side
- However, if packages are available on other systems, we might release the system on other OS later.
Other requirements
- The system must be able to run on Linux 14 or higher
- The system must not consume too much CPU
- The system must not consume too much Memory
Product evolution
Appendices
Specification
- The global project's page can be found here.
Licensing Requirements
Project under GPLv3 licence : https://www.gnu.org/licenses/gpl-3.0.fr.html