Skip to content

Commit 1975919

Browse files
authored
Merge pull request #17 from threefoldtech/update-node-features
add mycelium and remove puplic ipv4 from node features
2 parents 02d898c + f6c2dd8 commit 1975919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/monitord/system.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,9 @@ func (n *systemMonitor) GetNodeFeatures() []pkg.NodeFeature {
207207
pkg.NodeFeature(zos.ZDBType),
208208
pkg.NodeFeature(zos.ZMountType),
209209
pkg.NodeFeature(zos.VolumeType),
210-
pkg.NodeFeature(zos.PublicIPv4Type),
211-
pkg.NodeFeature(zos.PublicIPType),
212210
pkg.NodeFeature(zos.QuantumSafeFSType),
213211
pkg.NodeFeature(zos.ZLogsType),
212+
pkg.NodeFeature("mycelium"),
214213
}
215214
return feat
216215
}

0 commit comments

Comments
 (0)