Added Node Roles
This commit is contained in:
parent
f8671153a2
commit
78fa99a74d
11
site.conf
11
site.conf
@ -75,7 +75,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
branch = 'stable',
|
branch = 'stable',
|
||||||
branches = {
|
branches = {
|
||||||
@ -130,6 +130,15 @@ autoupdater = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
roles = {
|
||||||
|
default = 'node',
|
||||||
|
list = {
|
||||||
|
'node',
|
||||||
|
'test',
|
||||||
|
'backbone',
|
||||||
|
'service',
|
||||||
|
},
|
||||||
|
},
|
||||||
simple_tc = {
|
simple_tc = {
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
ifname = 'mesh-vpn',
|
ifname = 'mesh-vpn',
|
||||||
|
1
site.mk
1
site.mk
@ -18,6 +18,7 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
|
gluon-luci-node-role \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
|
Loading…
Reference in New Issue
Block a user