Onur Filiz
|
78eaf626a4
|
Merge pull request #20 from Azure/development
Updated IPAM plugin to refresh source before all requests
|
2016-07-22 16:58:28 -07:00 |
Onur Filiz
|
4c89f3920b
|
Updated IPAM plugin to refresh source before all requests
|
2016-07-22 16:44:44 -07:00 |
Onur Filiz
|
3596627010
|
Completed IPAM integration and bug fixes
|
2016-06-24 18:14:01 -07:00 |
Onur Filiz
|
75c1c815a4
|
Added Code of Conduct to README
|
2016-06-24 14:44:02 -07:00 |
Onur Filiz
|
35b1dd8e57
|
Added code of conduct to readme.md
|
2016-06-22 15:26:09 -07:00 |
Onur Filiz
|
2771661e61
|
Redesigned core network module interface
|
2016-06-13 22:44:59 -07:00 |
Onur Filiz
|
1a0e9a885e
|
Made address string comparisons case insensitive
|
2016-06-13 22:38:35 -07:00 |
Onur Filiz
|
e0c3efa80a
|
Merge pull request #18 from Azure/development
Updated IPAM plugin to prefer pools on secondary interfaces
|
2016-06-13 10:33:24 -07:00 |
Onur Filiz
|
b584da0716
|
Updated IPAM plugin to prefer pools on secondary interfaces
|
2016-06-09 04:03:43 -07:00 |
Onur Filiz
|
d7d18193ce
|
Merge pull request #17 from Azure/development
Updated netlink socket calls to log at debug level
|
2016-06-09 04:01:17 -07:00 |
Onur Filiz
|
9b13aa09f6
|
Updated netlink socket calls to log at debug level
|
2016-06-05 20:58:47 -07:00 |
Onur Filiz
|
5492e7279c
|
Fixed code formatting, go fmt
|
2016-06-05 13:45:12 -07:00 |
Onur Filiz
|
f86dea69f2
|
Merge pull request #16 from Azure/development
Implemented netlink route functionality
|
2016-06-05 06:44:53 -07:00 |
Onur Filiz
|
1d5ecba14b
|
Implemented netlink route functionality
|
2016-06-05 06:42:14 -07:00 |
Onur Filiz
|
225b29741c
|
Implemented Azure IPAM module
|
2016-06-02 20:51:18 -07:00 |
Onur Filiz
|
03b5961b73
|
Integrated IPAM with network plugin (#15)
Integrated IPAM with network plugin
|
2016-06-02 19:02:07 -07:00 |
Onur Filiz
|
766dd5b0fe
|
Merge pull request #14 from Azure/development
Added logs for ebtables
|
2016-05-16 18:22:20 -07:00 |
Onur Filiz
|
3e0add72fd
|
Added logs for ebtables
|
2016-05-16 17:39:03 -07:00 |
Onur Filiz
|
a7712f5b72
|
Merge pull request #13 from Azure/development
Added basic IPAM plugin tests
|
2016-05-13 00:36:01 -07:00 |
Onur Filiz
|
7d061a324f
|
Added basic IPAM plugin tests
|
2016-05-12 17:54:40 -07:00 |
Onur Filiz
|
f70ef9c6d6
|
Renamed ipam plugin to aquaipam
|
2016-05-12 17:53:40 -07:00 |
Onur Filiz
|
bcecb4300a
|
Merge pull request #12 from Azure/development
Added errors returned by network plugin to API contract
|
2016-05-12 17:53:30 -07:00 |
Onur Filiz
|
d01751d9df
|
Added errors returned by network plugin to API contract
|
2016-05-12 16:51:00 -07:00 |
Onur Filiz
|
7cb72a2307
|
Merge pull request #11 from Azure/development
Updated network plugin to inherit from base plugin class
|
2016-05-12 16:43:51 -07:00 |
Onur Filiz
|
85d5aef9f5
|
Updated RequestAddress to return adresses in CIDR notation
|
2016-05-12 16:40:58 -07:00 |
Onur Filiz
|
6021842eb2
|
Updated ipamData definition to match the spec
|
2016-05-11 13:33:13 -07:00 |
Onur Filiz
|
50d365977c
|
Updated network plugin to inherit from base plugin class
|
2016-05-11 11:35:06 -07:00 |
Onur Filiz
|
20ec7bef51
|
Separated network plugin interface to its own file and cleaned up logging
|
2016-05-10 18:11:12 -07:00 |
Onur Filiz
|
8bfba82f6f
|
Merge pull request #10 from Azure/development
Implemented IPAM plugin for multiCA integration
|
2016-05-10 17:58:42 -07:00 |
Onur Filiz
|
950366417e
|
Added null IPAM support
|
2016-05-10 17:47:51 -07:00 |
Onur Filiz
|
200527c234
|
Implemented Microsoft Azure Stack IPAM config
|
2016-05-09 04:36:59 -07:00 |
Onur Filiz
|
ab33569b24
|
Implemented IPAM plugin and address pools
|
2016-05-09 04:31:08 -07:00 |
Onur Filiz
|
ee668e9873
|
Merge pull request #9 from Azure/development
Updated SendErrorResponse to receive error arg
|
2016-05-09 04:21:52 -07:00 |
Onur Filiz
|
45df318701
|
Updated SendErrorResponse to receive error arg
|
2016-05-09 04:20:27 -07:00 |
Onur Filiz
|
c717ce58fd
|
Merge pull request #8 from Azure/development
Added capability to pass cmd line options to plugins
|
2016-05-09 03:07:42 -07:00 |
Onur Filiz
|
d67407711a
|
Added capability to pass cmd line options to plugins
|
2016-05-06 14:08:24 -07:00 |
Onur Filiz
|
a7f77a50f3
|
Merge pull request #7 from Azure/development
Simplified log APIs
|
2016-05-06 13:52:16 -07:00 |
Onur Filiz
|
89bea9049a
|
Merge pull request #6 from Azure/development
Moved remote API definitions to the contract file and updated plugins to refer to them
|
2016-05-03 02:38:22 -07:00 |
Onur Filiz
|
d27c791363
|
Simplified and improved performance of log APIs
|
2016-05-02 19:26:13 -07:00 |
Onur Filiz
|
bd4fee4aff
|
Added SendErrorResponse to base plugin
|
2016-05-01 18:12:21 -07:00 |
Onur Filiz
|
c8400962ba
|
Updated plugins to use path constants
|
2016-05-01 17:55:21 -07:00 |
Onur Filiz
|
86cb1b5f2a
|
Merge pull request #5 from Azure/development
Moved common plugin functionality to base class
|
2016-05-01 17:14:51 -07:00 |
Onur Filiz
|
1570d83456
|
Updated network plugin tests to use api constants
|
2016-05-01 17:12:29 -07:00 |
Onur Filiz
|
31bf4fbcbb
|
Update remote plugin api contracts
|
2016-05-01 17:09:36 -07:00 |
Onur Filiz
|
72cda0553a
|
Merge pull request #4 from Azure/development
Replaced explicit test hook method with type assertion
|
2016-04-27 18:34:48 -07:00 |
Onur Filiz
|
908f6fbac8
|
Added IPAM api module
|
2016-04-27 18:26:25 -07:00 |
Onur Filiz
|
cb7b07744d
|
Moved common plugin functionality to base class
|
2016-04-27 17:53:05 -07:00 |
Onur Filiz
|
3d665c42bc
|
Replaced explicit test hook method with type assertion
|
2016-04-27 11:21:58 -07:00 |
Onur Filiz
|
0a14b7f5e4
|
Merge pull request #3 from Azure/development
Netlink package
|
2016-04-26 15:25:37 -07:00 |
Onur Filiz
|
40af7bbc66
|
Added netlink interface management APIs
|
2016-04-18 18:17:49 -07:00 |