Skip to content

Commit

Permalink
Merge pull request #21 from martinfrk/patch-8
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jozef-slezak committed Aug 1, 2017
2 parents 7dc7b8f + bdcaf62 commit 05841a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Agent

The cn-infra provides building blocks to construct a management tool also known as an agent. The agent is designed to be
composed of multiple small blocks providing a certain functionality. These blocks are called plugins. Lifecycle of the plugins
is managed by the core. This package defines API between Agent Core and Agent Plugins (illustrated also on following diagram).
Cn-infra provides building blocks for constructing a management tool also known as an agent. The agent is designed to be
composed of multiple small blocks, each providing specific functionality. These blocks are called plugins. The plugins' lifecycle
is managed by the core. This package defines API between Agent Core and Agent Plugins (also illustrated in the following diagram).

```
+-----------------------+
Expand Down Expand Up @@ -34,7 +34,7 @@ The repository contains following plugins:

- [Logging](../logging/plugin) - generic skeleton that allows to create logger instance
- [Logrus](../logging/logrus) - implements logging skeleton using Logrus library
- [LogMangemet](../logging/logmanager) - allows to modify log level of loggers using REST api
- [LogMangemet](../logging/logmanager) - allows to modify log level of loggers using REST API
- [ServiceLabel](../servicelabel) - exposes the identification string of the particular VNF
- [Keyval](../db/keyval/plugin) - generic skeleton that provides access to a key-value datastore
- [etcd](../db/keyval/etcdv3) - implements keyval skeleton provides access to etcd
Expand All @@ -43,4 +43,4 @@ The repository contains following plugins:
- [HTTPmux](../httpmux) - allows to handle HTTP requests
- [StatusCheck](../statuscheck) - allows to monitor the status of plugins and exposes it via HTTP
- [Resync](../datasync/resync) - manages data synchronization in plugin life-cycle


0 comments on commit 05841a1

Please sign in to comment.