Commit c0839dc Alexander Peters
committed
1 parent d688d84 commit c0839dc Copy full SHA for c0839dc
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ mkdir ./build
8
8
(
9
9
cd build
10
10
11
- cp ../../../../build/linux-amd64/nebula .
12
- cp ../../../../build/linux-amd64/nebula -cert .
11
+ cp ../../../../build/linux-amd64/oneclick-agent .
12
+ cp ../../../../build/linux-amd64/oneclick-agent -cert .
13
13
14
14
HOST=" lighthouse1" AM_LIGHTHOUSE=true ../genconfig.sh > lighthouse1.yml << EOF
15
15
relay:
@@ -34,11 +34,11 @@ relay:
34
34
use_relays: false
35
35
EOF
36
36
37
- ../../../../nebula -cert ca -name " Smoke Test"
38
- ../../../../nebula -cert sign -name " lighthouse1" -groups " lighthouse,lighthouse1" -ip " 192.168.100.1/24"
39
- ../../../../nebula -cert sign -name " host2" -groups " host,host2" -ip " 192.168.100.2/24"
40
- ../../../../nebula -cert sign -name " host3" -groups " host,host3" -ip " 192.168.100.3/24"
41
- ../../../../nebula -cert sign -name " host4" -groups " host,host4" -ip " 192.168.100.4/24"
37
+ ../../../../oneclick-agent -cert ca -name " Smoke Test"
38
+ ../../../../oneclick-agent -cert sign -name " lighthouse1" -groups " lighthouse,lighthouse1" -ip " 192.168.100.1/24"
39
+ ../../../../oneclick-agent -cert sign -name " host2" -groups " host,host2" -ip " 192.168.100.2/24"
40
+ ../../../../oneclick-agent -cert sign -name " host3" -groups " host,host3" -ip " 192.168.100.3/24"
41
+ ../../../../oneclick-agent -cert sign -name " host4" -groups " host,host4" -ip " 192.168.100.4/24"
42
42
)
43
43
44
44
sudo docker build -t nebula:smoke-relay .
You can’t perform that action at this time.
0 commit comments