From 3b8c7658a5c91963315e453f6da5f275bd7b4171 Mon Sep 17 00:00:00 2001
From: fsoldatos <fsoldatos@ubitech.eu>
Date: Mon, 15 Nov 2021 18:30:25 +0200
Subject: [PATCH] fix(automation): minor fixes for automation component

---
 proto/automation.proto    | 3 ---
 src/policy/.gitlab-ci.yml | 2 +-
 src/policy/README.md      | 3 ++-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/proto/automation.proto b/proto/automation.proto
index 208c9cff1..95526d36d 100644
--- a/proto/automation.proto
+++ b/proto/automation.proto
@@ -1,4 +1,3 @@
-//Example of topology
 syntax = "proto3";
 package automation;
 
@@ -51,5 +50,3 @@ enum ZtpDeviceState {
   ZTP_DEV_STATE_UPDATED  = 2;
   ZTP_DEV_STATE_DELETED  = 3;
 }
-
-
diff --git a/src/policy/.gitlab-ci.yml b/src/policy/.gitlab-ci.yml
index 18ab5531e..13a071124 100644
--- a/src/policy/.gitlab-ci.yml
+++ b/src/policy/.gitlab-ci.yml
@@ -33,7 +33,7 @@ unit_test policy:
         - src/$IMAGE_NAME/**
         - .gitlab-ci.yml
 
-# Deployment of automation service in Kubernetes Cluster
+# Deployment of policy service in Kubernetes Cluster
 deploy policy:
   stage: deploy
   needs:
diff --git a/src/policy/README.md b/src/policy/README.md
index a32311b68..426834357 100644
--- a/src/policy/README.md
+++ b/src/policy/README.md
@@ -1,5 +1,6 @@
-# How to run locally the policy service (tested in Ubuntu 20.04)
+# Policy Management TeraFlow OS service
 
+The Policy Management service is tested on Ubuntu 20.04. Follow the instructions below to build, test, and run this service on your local environment.
 
 ## Compile code
 
-- 
GitLab