Skip to content

Commit

Permalink
Merge pull request #161 from openBackhaul/eatl_v2.n.m
Browse files Browse the repository at this point in the history
Specification of ExecutionAndTraceLog v2.0.0
  • Loading branch information
openBackhaul authored Dec 23, 2022
2 parents a2da72c + 49ad6bb commit 3b81132
Show file tree
Hide file tree
Showing 13 changed files with 10,605 additions and 2,330 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@openBackhaul
/server/ @PrathibaJee
/docs/ @openBackhaul @PrathibaJee @IswaryaaS
2,114 changes: 0 additions & 2,114 deletions ExecutionAndTraceLog.yaml

This file was deleted.

45 changes: 14 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,21 @@
# ExecutionAndTraceLog
- List of records about service requests
- Thorsten Heinze ([email protected])

### ServiceList
- [ExecutionAndTraceLog+services](./ExecutionAndTraceLog+services.yaml)
### Location
The ExecutionAndTraceLog is part of the TinyApplicationController.
The TinyApplicationController is for managing the REST microservices of the application layer.

### ProfileList and ProfileInstanceList
- to be provided
- to be provided
### Description
Every application that belongs to the application layer sends a record about every processed service request to the ExecutionAndTraceLog.
The ExecutionAndTraceLog stores these records into an ElasticSearch database.
Filtering service records for unsuccessfully executed requests or requests belonging to the same flow is supported.

### ForwardingList
- [ExecutionAndTraceLog+forwardings](./ExecutionAndTraceLog+forwardings.yaml)
### Relevance
The ExecutionAndTraceLog is core element of the application layer running in the live network at Telefonica Germany.

### Open API specification (Swagger)
- [ExecutionAndTraceLog](ExecutionAndTraceLog.yaml)

### CONFIGfile (JSON)
- to be provided

### Test Cases (Postman Export) and Data File
- [ExecutionAndTraceLog+testcases](./ExecutionAndTraceLog%2Btestcases.json)
- [ExecutionAndTraceLog+data](./ExecutionAndTraceLog+data.json)

### NodeJS Implementation
- to be provided

### Publication
- No official publication planned

### Aspired Classification
- Live Network

### Open Issue List
- [ExecutionAndTraceLog/issues](../../issues)
### Resources
- [Specification](./spec/)
- [TestSuite](./testing/)
- [Implementation](./server/)

### Comments
This application is part of the TinyApplicationController for managing the REST applications forming the MBH SDN application layer at Telefonica Germany.
./.
Loading

0 comments on commit 3b81132

Please sign in to comment.