Add 'temp_edge_device.sh'
This commit is contained in:
parent
fcc66696b8
commit
806c640b04
11
temp_edge_device.sh
Normal file
11
temp_edge_device.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
for i in {00..39}
|
||||||
|
do
|
||||||
|
pct clone 4444 50$i --full 1 --hostname temp-edge50$i
|
||||||
|
sleep 1
|
||||||
|
pct start 50$i
|
||||||
|
done
|
||||||
|
|
||||||
|
for i in {00..39}
|
||||||
|
do
|
||||||
|
pct exec 50$i -- bash -c "curl http://192.168.11.10/install_edge_agent-x86.sh | bash -"
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user