Loading proto/automation.proto +0 −3 Original line number Diff line number Diff line //Example of topology syntax = "proto3"; package automation; Loading Loading @@ -51,5 +50,3 @@ enum ZtpDeviceState { ZTP_DEV_STATE_UPDATED = 2; ZTP_DEV_STATE_DELETED = 3; } src/policy/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading src/policy/README.md +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 Loading Loading
proto/automation.proto +0 −3 Original line number Diff line number Diff line //Example of topology syntax = "proto3"; package automation; Loading Loading @@ -51,5 +50,3 @@ enum ZtpDeviceState { ZTP_DEV_STATE_UPDATED = 2; ZTP_DEV_STATE_DELETED = 3; }
src/policy/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
src/policy/README.md +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 Loading