Skip to content

Commit 4a0fc34

Browse files
committed
chore(ns-ha): refactor API and config script
Main changes: - added validation to APIs - APIs automatically configure the backup node using SSH connection
1 parent eb4096f commit 4a0fc34

File tree

4 files changed

+777
-132
lines changed

4 files changed

+777
-132
lines changed

packages/ns-api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define Package/ns-api
2121
CATEGORY:=NethSecurity
2222
TITLE:=NethSecurity REST API
2323
URL:=https://github.com/NethServer/nethsecurity-controller/
24-
DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna +python3-requests
24+
DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna +python3-requests +python3-paramiko
2525
PKGARCH:=all
2626
endef
2727

0 commit comments

Comments
 (0)