-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes in LXD plugin, LinuxBridge plugin, APIs (#114)
* addition in yaks connectors, both ocaml and pyhton Signed-off-by: gabrik <gabriele.baldoni@gmail.com> * added eval calls in agent for floating ip and port connection to network Signed-off-by: gabrik <gabriele.baldoni@gmail.com> * typo fix in fagent Signed-off-by: gabrik <gabriele.baldoni@gmail.com> * fix yaks_connector.py, was not using updated resource tree for fdu Signed-off-by: gabrik <gabriele.baldoni@gmail.com> * added utility function for getting ip address of a given connection point Signed-off-by: gabrik <gabriele.baldoni@gmail.com> * added logs in lxd_plugin when generating custom profile device configuration Signed-off-by: gabrik <gabriele.baldoni@gmail.com> * fix in lxd monitoring Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
- Loading branch information
Showing
8 changed files
with
595 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
sudo systemctl stop yaks | ||
sudo systemctl stop fos_agent | ||
sudo systemctl stop fos_linux | ||
sudo systemctl stop fos_lxd | ||
sudo systemctl stop fos_linuxbridge | ||
sudo systemctl stop fos_lxd | ||
sudo systemctl stop fos_linux | ||
sudo systemctl stop fos_agent | ||
sudo systemctl stop yaks | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.