Commit 3b8c7658 authored by fsoldatos's avatar fsoldatos
Browse files

fix(automation): minor fixes for automation component

parent a0200afa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
//Example of topology
syntax = "proto3";
package automation;

@@ -51,5 +50,3 @@ enum ZtpDeviceState {
  ZTP_DEV_STATE_UPDATED  = 2;
  ZTP_DEV_STATE_DELETED  = 3;
}

+1 −1
Original line number Diff line number Diff line
@@ -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:
+2 −1
Original line number Diff line number Diff line
# 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