Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
3b8c7658
Commit
3b8c7658
authored
3 years ago
by
fsoldatos
Browse files
Options
Downloads
Patches
Plain Diff
fix(automation): minor fixes for automation component
parent
a0200afa
No related branches found
No related tags found
1 merge request
!54
Release 2.0.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
proto/automation.proto
+0
-3
0 additions, 3 deletions
proto/automation.proto
src/policy/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
src/policy/.gitlab-ci.yml
src/policy/README.md
+2
-1
2 additions, 1 deletion
src/policy/README.md
with
3 additions
and
5 deletions
proto/automation.proto
+
0
−
3
View file @
3b8c7658
//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
;
}
}
This diff is collapsed.
Click to expand it.
src/policy/.gitlab-ci.yml
+
1
−
1
View file @
3b8c7658
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
src/policy/README.md
+
2
−
1
View file @
3b8c7658
#
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment