Added Node Roles

This commit is contained in:
stebifan 2015-06-03 13:38:08 +02:00
parent f8671153a2
commit 78fa99a74d
2 changed files with 11 additions and 1 deletions

View File

@ -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',

View File

@ -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 \