diff --git a/proto/automation.proto b/proto/automation.proto index 208c9cff1b7a86410d4c31e57c99eab16adf9eff..95526d36d75047f0f351d77b2dfa760934883dfc 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 18ab5531ebf756cf01d9eab39d06374510c361df..13a071124e2cac693401e155412dee48e1f36b56 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 a32311b6845bed01b74207fbe9c0866c098831ab..4268343577871cf98b9f701a32cd8a1ff4d9a72a 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