-
Notifications
You must be signed in to change notification settings - Fork 181
Subtree contivmodel into netplugin #1084
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
Merged
Merged
Conversation
This file contains hidden or 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
Signed-off-by: Erik Hollensbe <[email protected]>
Signed-off-by: Erik Hollensbe <[email protected]>
changing to new modelgen format
keep generated code in repo
Create README.md
move vlan/vxlan range to global object
Adding bgp neighbor object
change from/to epg/network in rules
Fix http error handling in go client
Fixed HTTP verbs in RAML documentation
…n generated Signed-off-by: Bill Robinson <[email protected]>
Contiv nav header is now automatically added to API documentation when generated
…to rely on bindmounts rather than copying in files, changed protocol to https Signed-off-by: Bill Robinson <[email protected]>
…to refer to renamed dirs, contivModel2raml.rb now takes output file as an arg Signed-off-by: Bill Robinson <[email protected]>
…2raml.rb -> generate_raml.rb Signed-off-by: Bill Robinson <[email protected]>
…ed into contiv.html during build, fixed incorrect verbs in auth_proxy routes Signed-off-by: Bill Robinson <[email protected]>
Split RAML into netmaster and auth_proxy routes and combine the HTML output after generation
…actual routes Signed-off-by: Bill Robinson <[email protected]>
Signed-off-by: Bill Robinson <[email protected]>
Route consolidation + general docs cleanup
- docker network matching the tag will be associated to it. Signed-off-by: Vijay Krishnan <[email protected]>
Adding tag field for docker network workflow
Changes: - default http client is replaced by a http.Client in the ContivClient struct - httpGet()/httpPost()/httpDelete() are moved into ContivClient and use the new internal http.Client - added SetHttpClient() which allows for overriding the internal http.Client (to disable cert checking, add timeouts, etc.) - added Login() function which performs a login POST request against auth_proxy - added SetAuthToken() which adds a custom request header (X-Auth-Token) before requests are sent out - httpGet()/httpPost()/httpDelete() are modified to set any custom request headers before performing the request - added `make systemtests` target which runs everything under the systemtests dir Signed-off-by: Bill Robinson <[email protected]>
Signed-off-by: Bill Robinson <[email protected]>
Signed-off-by: Bill Robinson <[email protected]>
Changes necessary to support `netctl login`
…hich is currently failing due to atrophy Signed-off-by: Bill Robinson <[email protected]>
Signed-off-by: Ranjith <[email protected]>
update based on new modelgen with error->log change.
…tplugin location Signed-off-by: Bill Robinson <[email protected]>
Signed-off-by: Bill Robinson <[email protected]>
Godeps,contivModel.go: update import path for objdb to reflect new netplugin location
scripts/build.sh: disabled regeneration of RAML-based documentation which is currently failing due to atrophy
Also added note about why contivmodel's code is excluded from code quality tools Signed-off-by: Bill Robinson <[email protected]>
tiewei
approved these changes
Nov 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.