Blake J. Harnden
|
6211b09585
|
further cleanup in regards the commands that are being used within core
|
2018-03-01 16:23:58 -08:00 |
|
Blake J. Harnden
|
870d87804b
|
updated commands that return output to strip it before returning
|
2018-03-01 13:46:09 -08:00 |
|
Blake J. Harnden
|
d3bd61ddcf
|
updates to consolidate commands that need to be defined by a new node type
|
2018-03-01 13:21:25 -08:00 |
|
Blake J. Harnden
|
0b8ee7760d
|
reverted refactoring method name until xen/bsd nodes are cleared out
|
2018-03-01 09:26:28 -08:00 |
|
Blake J. Harnden
|
908fb777de
|
updated to vnode on how commands are ran, updated all functions to capture output and raise exceptions when commands fail
|
2018-03-01 09:17:58 -08:00 |
|
Blake J. Harnden
|
719670c895
|
further cleanup to vnode.py and corrections to function docs
|
2018-02-27 16:28:28 -08:00 |
|
Blake J. Harnden
|
01060c50ff
|
Merge branch '5.1_shell_cleanup' of git-ssh.web.boeing.com:Boeing-CORE/CORE into 5.1_shell_cleanup
|
2018-02-27 14:56:18 -08:00 |
|
Blake J. Harnden
|
59f22b12cf
|
minor refactoring to vnode.py
|
2018-02-27 14:56:13 -08:00 |
|
Blake J. Harnden
|
78537d8e95
|
fixed some shell command usage in example files
|
2018-02-27 12:39:12 -08:00 |
|
Blake J. Harnden
|
127d0b0666
|
added a shell command with result, leveraged it usage to get output for failures during addfile and mounting within nodes
|
2018-02-07 19:13:51 -08:00 |
|
Blake J. Harnden
|
e35b4a0a4b
|
fixed bug with loading emane models in tests, after changing how emane models are loaded
|
2018-02-07 16:55:53 -08:00 |
|
Blake J. Harnden
|
ceb2e54679
|
small updates after verifying vcmd return values
|
2018-02-27 10:55:57 -08:00 |
|
Blake J. Harnden
|
6b8ee13f5d
|
initial changes to try and cleanup shell commands used within core
|
2018-02-27 10:48:01 -08:00 |
|
Kevin
|
49a2f77f45
|
Added code to not query sdn information when node is offline
|
2018-02-26 10:52:08 -08:00 |
|
Blake J. Harnden
|
c4a61b269b
|
updates to support dynamic loading of emane models from a custom emane directory
|
2018-02-05 11:22:01 -08:00 |
|
Blake J. Harnden
|
45e82f05b2
|
attempt to better support dynamic emane models
|
2018-02-05 09:01:49 -08:00 |
|
Blake J. Harnden
|
6f4ef0e193
|
removed unused import and update sonar config to scan different components separately
|
2018-01-15 10:50:14 -08:00 |
|
Blake J. Harnden
|
f4f5c9f5d8
|
fix #137
|
2018-01-15 02:20:11 -08:00 |
|
Blake J. Harnden
|
a166c162f7
|
fixed #136, added check for sphinx-apidoc to configure.ac
|
2018-01-15 01:30:31 -08:00 |
|
Blake J. Harnden
|
17d5503fb2
|
removed daemon addons directory and refereces
|
2018-01-12 09:50:56 -08:00 |
|
Blake J. Harnden
|
5344d62a7a
|
Merge branch '5.1' of git-ssh.web.boeing.com:Boeing-CORE/CORE into 5.1
|
2018-01-12 09:12:55 -08:00 |
|
Blake J. Harnden
|
4fdae0f4b3
|
removed eric ide project file
|
2018-01-12 09:12:46 -08:00 |
|
Blake J. Harnden
|
0ee07f89f0
|
removed unused import in core-daemon
|
2018-01-11 16:54:12 -08:00 |
|
Blake Harnden
|
27192e1800
|
Update README.md
|
2018-01-11 13:21:08 -07:00 |
|
Blake Harnden
|
438204743e
|
Update README.md
|
2018-01-11 13:19:57 -07:00 |
|
Blake J. Harnden
|
9187b50361
|
made readme a markdown file
|
2018-01-11 12:03:55 -08:00 |
|
Blake J. Harnden
|
5a246159f8
|
updates to readme to leverage code blocks markdown
|
2018-01-11 11:29:06 -08:00 |
|
Blake J. Harnden
|
26b1b01505
|
updated to readme for building packages, update to makefile to install and build gui with one command
|
2018-01-11 11:21:56 -08:00 |
|
Blake J. Harnden
|
3ba8371282
|
updates to doc regarding changes
|
2018-01-10 15:59:46 -08:00 |
|
Blake J. Harnden
|
14312db02d
|
updated versions to 5.1
|
2018-01-10 15:22:54 -08:00 |
|
Blake J. Harnden
|
7dff4f3987
|
added examples and man pages to core packages
|
2018-01-10 11:03:20 -08:00 |
|
Blake J. Harnden
|
3ce416b610
|
updated test cases to fix old broken code
|
2018-01-09 15:52:29 -08:00 |
|
Blake J. Harnden
|
77be7f5c30
|
moved ns3 from under daemon to the root of the project and updated references
|
2018-01-04 16:34:22 -08:00 |
|
Blake J. Harnden
|
3da4c32825
|
updated rpm/deb files to be built for both sysv and systemd
|
2018-01-04 14:33:25 -08:00 |
|
Blake J. Harnden
|
d799390c4a
|
moved netns code from daemon/src to netns at the top level, updated files to account for location change
|
2018-01-04 12:03:14 -08:00 |
|
Blake J. Harnden
|
e4a0069bc3
|
updated configuration to define the core bin dir within constants, updated code to use the core bin dir for vnoded and vcmd, based on using the fpm build system
|
2018-01-04 10:09:35 -08:00 |
|
Blake J. Harnden
|
42bcb1c79d
|
add default node map configuration, to avoid the need to set this up every time
|
2018-01-04 08:19:34 -08:00 |
|
Blake J. Harnden
|
afb6af5f87
|
removed old olog format line
|
2018-01-03 14:40:45 -08:00 |
|
Blake J. Harnden
|
e4c3d9d13a
|
updated daemon setup.py to leverage find_packages
|
2018-01-03 13:45:19 -08:00 |
|
Blake J. Harnden
|
742ad0e3a2
|
removed the usage of logzero, added a formal logging configuration file using json
|
2018-01-03 10:53:34 -08:00 |
|
Blake J. Harnden
|
59e6b6630a
|
added initial fpm commands for building packages and minor updates to support
|
2017-12-21 16:19:12 -08:00 |
|
Blake J. Harnden
|
58c6d03bc4
|
updates to target building separate packages with fpm
|
2017-12-19 09:43:19 -08:00 |
|
Blake J. Harnden
|
d3210815ab
|
updated email in python setup.py files, shifted test dependency together
|
2017-12-18 15:50:28 -08:00 |
|
Blake J. Harnden
|
7e217b4d61
|
updated pngmath to imgmath in the sphinx conf file, pngmath was deprecated
|
2017-12-18 09:29:12 -08:00 |
|
Blake J. Harnden
|
36fdb0c617
|
updated assignment of copyright file name to add to dist file
|
2017-12-18 09:28:41 -08:00 |
|
Blake J. Harnden
|
2c154bb255
|
fixed typo in bridge name for ovs
|
2017-10-03 11:38:58 -07:00 |
|
Blake J. Harnden
|
41c7a6896c
|
added assignment of copyright pdf
|
2017-09-27 11:14:49 -07:00 |
|
Blake Harnden
|
382950bc29
|
Update LICENSE
|
2017-09-27 11:06:17 -07:00 |
|
Blake J. Harnden
|
b3fb96bc6d
|
marked 5.0 release as 09/01/2017 in changelog related files
|
2017-08-31 15:33:28 -07:00 |
|
Blake J. Harnden
|
8568f81d47
|
updated readme date to 2017
|
2017-08-28 14:06:57 -07:00 |
|