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
54ce6e00
Commit
54ce6e00
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Tutorial:
- updated code repository to clone from
parent
5b66f209
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!10
Tutorials cleanup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/1-3-deploy-tfs.md
+4
-14
4 additions, 14 deletions
tutorial/1-3-deploy-tfs.md
with
4 additions
and
14 deletions
tutorial/1-3-deploy-tfs.md
+
4
−
14
View file @
54ce6e00
...
...
@@ -11,25 +11,15 @@ sudo apt-get install -y git curl jq
## 1.3.2. Clone the Git repository of the TeraFlowSDN controller
__Important__
: Right now, we have two repositories hosting the code of TeraFlowSDN: GitLab.com and ETSI owned GitLab
repository. Nowadays, only GitLab.com repository accepts code contributions that are periodically
mirrored to ETSI labs. In the near future, we plan to swap the repository roles and new contributions
will be accepted only at ETSI labs, while GitLab.com will probably be kept as a mirror of ETSI. If you
plan to contribute code to the TeraFlowSDN controller, by now, clone from GitLab.com. We will update the
tutorial as soon as roles of repositories are swapped.
Clone from GitLab (if you want to contribute code to TeraFlowSDN):
```
bash
mkdir
~/tfs-ctrl
git clone https://gitlab.com/teraflow-h2020/controller.git ~/tfs-ctrl
```
Clone from ETSI owned GitLab (if you do not plan to contribute code):
Clone from ETSI-hosted GitLab code repository:
```
bash
mkdir
~/tfs-ctrl
git clone https://labs.etsi.org/rep/tfs/controller.git ~/tfs-ctrl
```
__Important__
: Original H2020-TeraFlow project hosted on GitLab.com has been archieved and will not receive further
contributions/updates. Please, clone from ETSI-hosted GitLab code repository.
## 1.3.3. Checkout the appropriate Git branch
By default 'master' branch is checked out. If you want to deploy 'develop' that incorporates the most up-to-date 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