Skip to content

Commit 993aa60

Browse files
committed
refresh
Signed-off-by: Hiroki Shirokura <[email protected]>
1 parent 9a9e21a commit 993aa60

File tree

49 files changed

+869
-829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+869
-829
lines changed

Pipfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
ansible = "==4.4.0"
8+
lxml = "==4.6.3"
9+
libvirt-python = "==7.6.0"
10+
11+
[dev-packages]
12+
13+
[requires]
14+
python_version = "3.8"

Pipfile.lock

Lines changed: 303 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
# FDK: FRR Development Kit
1+
# FDK: FRRouting Development Kit
22

3-
install
4-
```
5-
git clone https://github.com/slankdev/FDK ~/git/fdk
6-
source ~/git/fdk/bin/fdk.bash
7-
```
3+
* (1) create base machine on verda-dev (8vCPU_32GB is required)
4+
* (2) execute [setup.sh script](https://raw.githubusercontent.com/slankdev/FDK/master/setup.sh)
85

9-
topotest
106
```
11-
FDK_MAKE_FLAGS=-j20
12-
FDK_TOPOTEST_DIR=srv6_manager
13-
FDK_TOPOTEST_FILE=test_srv6_manager.py
14-
fdk-topotest container --topology-only
7+
curl -s https://raw.githubusercontent.com/slankdev/fdk/master/setup.sh | sh -xe
158
```

bin/fdk.bash

Lines changed: 0 additions & 155 deletions
This file was deleted.

docker/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

docker/ubuntu_1604_amd64/Dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

docker/ubuntu_1604_amd64/build.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

docker/ubuntu_1604_amd64/docker-start.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

docker/ubuntu_1604_amd64/run.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

docker/ubuntu_1604_i386/Dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)