Skip to content
Snippets Groups Projects
Commit 3b8c7658 authored by fsoldatos's avatar fsoldatos
Browse files

fix(automation): minor fixes for automation component

parent a0200afa
No related branches found
No related tags found
1 merge request!54Release 2.0.0
//Example of topology
syntax = "proto3"; syntax = "proto3";
package automation; package automation;
...@@ -51,5 +50,3 @@ enum ZtpDeviceState { ...@@ -51,5 +50,3 @@ enum ZtpDeviceState {
ZTP_DEV_STATE_UPDATED = 2; ZTP_DEV_STATE_UPDATED = 2;
ZTP_DEV_STATE_DELETED = 3; ZTP_DEV_STATE_DELETED = 3;
} }
...@@ -33,7 +33,7 @@ unit_test policy: ...@@ -33,7 +33,7 @@ unit_test policy:
- src/$IMAGE_NAME/** - src/$IMAGE_NAME/**
- .gitlab-ci.yml - .gitlab-ci.yml
# Deployment of automation service in Kubernetes Cluster # Deployment of policy service in Kubernetes Cluster
deploy policy: deploy policy:
stage: deploy stage: deploy
needs: needs:
......
# 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 ## Compile code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment