-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP - nso-nipap rewrite #1049
base: master
Are you sure you want to change the base?
WIP - nso-nipap rewrite #1049
Commits on Jan 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6a69d47 - Browse repository at this point
Copy the full SHA 6a69d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f053177 - Browse repository at this point
Copy the full SHA f053177View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5402b - Browse repository at this point
Copy the full SHA dd5402bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f41b656 - Browse repository at this point
Copy the full SHA f41b656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bc007 - Browse repository at this point
Copy the full SHA 84bc007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9bff3 - Browse repository at this point
Copy the full SHA 4e9bff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97ffbe - Browse repository at this point
Copy the full SHA c97ffbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0535d - Browse repository at this point
Copy the full SHA aa0535dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71599b - Browse repository at this point
Copy the full SHA b71599bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a8c60 - Browse repository at this point
Copy the full SHA 75a8c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1772018 - Browse repository at this point
Copy the full SHA 1772018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06186c6 - Browse repository at this point
Copy the full SHA 06186c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e3d47 - Browse repository at this point
Copy the full SHA 44e3d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff25bd - Browse repository at this point
Copy the full SHA fff25bdView commit details -
nso-nipap: Various style fixes
Various style & indent fixes.
Configuration menu - View commit details
-
Copy full SHA for d9a7131 - Browse repository at this point
Copy the full SHA d9a7131View commit details -
nso-nipap: Rename functions for clarity
Renamed some functions to make it clear whether they operate on CDB or NIPAP.
Configuration menu - View commit details
-
Copy full SHA for c7ce355 - Browse repository at this point
Copy the full SHA c7ce355View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e48d7 - Browse repository at this point
Copy the full SHA c3e48d7View commit details -
nso-nipap: Detail thrown exceptions
To make it clear what types of errors which can occurr in the different helper functions, all exceptions thrown are now listed instead of a generic "Exception". Also make some minor style fixes.
Configuration menu - View commit details
-
Copy full SHA for 3f0d561 - Browse repository at this point
Copy the full SHA 3f0d561View commit details -
nso-nipap: Handle IPv6 in addHostPrefixFromPrefix
Updated the addHostPrefixFromPrefix function to set the host prefix prefix length based on IP version.
Configuration menu - View commit details
-
Copy full SHA for a55701c - Browse repository at this point
Copy the full SHA a55701cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 531073a - Browse repository at this point
Copy the full SHA 531073aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d60b5 - Browse repository at this point
Copy the full SHA 29d60b5View commit details
Commits on Jan 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 296c54d - Browse repository at this point
Copy the full SHA 296c54dView commit details
Commits on Mar 9, 2017
-
nso-nipap: Added allocation request templates
Added templates for creating NIPAP allocation requests.
Configuration menu - View commit details
-
Copy full SHA for 6561b50 - Browse repository at this point
Copy the full SHA 6561b50View commit details
Commits on Mar 21, 2017
-
nso-nipap: Added python helper functions
Added python helper functions for creating NIPAP requests.
Configuration menu - View commit details
-
Copy full SHA for ca2dc15 - Browse repository at this point
Copy the full SHA ca2dc15View commit details
Commits on Mar 22, 2017
-
Merge pull request #2 from garberg/helper_libs
Python helpers for creating NIPAP requests
Configuration menu - View commit details
-
Copy full SHA for ea2bd52 - Browse repository at this point
Copy the full SHA ea2bd52View commit details
Commits on Apr 5, 2017
-
nso-nipap: Improve error handling to avoid lockup
Improve error handling in nso-nipap to avoid locking CDB on certain failures, for example when unable to communicate with the NIPAP backend. Certain errors caused exceptions to be thrown which were not handled within the request loop which caused sub.sync() to never be run.
Configuration menu - View commit details
-
Copy full SHA for cdeea83 - Browse repository at this point
Copy the full SHA cdeea83View commit details
Commits on Apr 10, 2017
-
Merge pull request #3 from garberg/improve_error_handling
Improve error handling to avoid CDB lockup
Configuration menu - View commit details
-
Copy full SHA for 9d3cad9 - Browse repository at this point
Copy the full SHA 9d3cad9View commit details
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c5197f - Browse repository at this point
Copy the full SHA 4c5197fView commit details
Commits on May 18, 2017
-
nso-nipap: Pass re-deploy path as ConfPath
Pass the path to re-deploy as a ConfPath-object rather than as a String. From some reason the string, which is extracted directly from CDB, can't be parsed by the ConfPath-constructor.
Configuration menu - View commit details
-
Copy full SHA for 8b8a0da - Browse repository at this point
Copy the full SHA 8b8a0daView commit details -
Merge pull request #4 from garberg/redeploy_confpath
nso-nipap: Pass re-deploy path as ConfPath
Configuration menu - View commit details
-
Copy full SHA for 6fea8da - Browse repository at this point
Copy the full SHA 6fea8daView commit details