Skip to content

Commit

Permalink
CP-49906: Moved extauth_hook_ad.py scripts/plugins to python3/plugins…
Browse files Browse the repository at this point in the history
… directory

- Moved extauth-hook, test_extauth_hook_AD.py  and extauth-hook-AD.py
- Modified python3/Makefile to include these changes
- Removed extauth-hook and extauth-hook-AD from scripts/Makefile

Signed-off-by: Ashwinh <ashwin.h@cloud.com>
  • Loading branch information
ashwin9390 committed Jul 8, 2024
1 parent 1a80818 commit 0e9db1f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ install:

$(IPROG) -d $(DESTDIR)$(EXTENSIONDIR)


$(IDATA) packages/inventory.py $(DESTDIR)$(SITE3_DIR)/
$(IDATA) packages/observer.py $(DESTDIR)$(SITE3_DIR)/

Expand All @@ -39,6 +38,8 @@ install:
$(IPROG) plugins/install-supp-pack $(DESTDIR)$(PLUGINDIR)
$(IPROG) plugins/echo.py $(DESTDIR)$(PLUGINDIR)/echo
$(IPROG) plugins/openvswitch-config-update $(DESTDIR)$(PLUGINDIR)
$(IPROG) plugins/extauth-hook $(DESTDIR)$(PLUGINDIR)
$(IPROG) plugins/extauth-hook-AD.py $(DESTDIR)$(PLUGINDIR)

$(IPROG) perfmon/perfmon $(DESTDIR)$(PLUGINDIR)
$(IDATA) perfmon/perfmon.service $(DESTDIR)/usr/lib/systemd/system/perfmon.service
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ install:
$(IPROG) extensions/pool_update.precheck $(DESTDIR)$(EXTENSIONDIR)
$(IPROG) extensions/pool_update.apply $(DESTDIR)$(EXTENSIONDIR)
mkdir -p $(DESTDIR)$(PLUGINDIR)
$(IPROG) plugins/extauth-hook $(DESTDIR)$(PLUGINDIR)
$(IPROG) plugins/extauth-hook-AD.py $(DESTDIR)$(PLUGINDIR)
$(IPROG) plugins/firewall-port $(DESTDIR)$(PLUGINDIR)
mkdir -p $(DESTDIR)$(HOOKSDIR)/host-post-declare-dead
$(IPROG) 10resetvdis $(DESTDIR)$(HOOKSDIR)/host-post-declare-dead
Expand Down

0 comments on commit 0e9db1f

Please sign in to comment.