Commit Graph

597 Commits

Author SHA1 Message Date
Tomofumi Hayashi
362be285c9 Revert "Fix error type for NoK8sNetworkError"
This reverts commit 3245ed8577, due to
missing pull request process. will file it again as pull request.
2018-04-23 15:49:16 +09:00
Tomofumi Hayashi
3245ed8577 Fix error type for NoK8sNetworkError
This fix changes type type for NoK8sNetworkError due to error handling, in #45.
Currently NoK8sNetworkError is not pointer type, just a string, hence we never
get *NoK8sNetworkError. This fix changes it based @One-ders patch.
2018-04-23 15:48:04 +09:00
kuralamudhan ramakrishnan
f0a7612ebd code refractoring with separate k8s-client package
bug fix for #56 & #57

Change-Id: If4f3db4dd01ca3330d5d36b8a2e4c5740def910a
Co-authored-by: Doug Smith <dougbtv@users.noreply.github.com>
Co-authored-by: Tomofumi Hayashi <s1061123@users.noreply.github.com>
Co-authored-by: Dan Williams <dcbw@users.noreply.github.com>
2018-04-21 16:09:17 +01:00
kuralamudhan ramakrishnan
122dbfb345 adding type package in multus 2018-04-18 09:20:54 +01:00
Kuralamudhan Ramakrishnan
5cb6c38786 Merge pull request #51 from redhat-nfvpe/develop
Network Plumbing Working Group CRD Spec Changes from Dough and Tomo
2018-04-12 21:51:20 +01:00
Doug Smith
ceef90f8b6 Merge pull request #11 from redhat-nfvpe/dev/default_network
[npwg] Prototype for default network
2018-04-06 13:11:58 -04:00
Tomofumi Hayashi
20676c5d22 Merge pull request #21 from redhat-nfvpe/dev/add_ns
Prototype for namespace support, addresses #15
2018-04-05 16:32:07 +09:00
dougbtv
dc111cbdac [npwg] Prototype for default network, addresses #2 2018-04-04 14:54:41 -04:00
Doug Smith
ea9e630f1b Merge pull request #17 from redhat-nfvpe/dev/add_check_go
Add 'go fmt', golint and 'go vet' in CI
2018-04-03 08:06:35 -04:00
Tomofumi Hayashi
ebb19edfc3 Prototype for namespace support, addresses #15 2018-04-03 16:09:46 +09:00
Tomofumi Hayashi
393d5f47e5 Add 'go fmt', golint and 'go vet' in CI
This change introduces go fmt/golint/go vet in CI pipeline to check
the code for each commit. In addition, this change changes code
to pass these checks.
2018-04-03 15:18:47 +09:00
Tomofumi Hayashi
1d2b6a1aee Merge pull request #14 from redhat-nfvpe/dev/add_if_name
Support '@<ifname>' in network annotation
2018-03-24 22:20:36 +09:00
Tomofumi Hayashi
8f7c57b22b Merge remote-tracking branch 'origin/develop' into dev/add_if_name 2018-03-23 15:19:54 +09:00
Tomofumi Hayashi
633ddf384d Support '@<ifname>' in network annotation. 2018-03-23 13:59:31 +09:00
Abdul Halim
359dc16285 Update README.md
Change-Id: I7b48d923def4998106f2d537a5c1f4412179f372
2018-03-21 13:47:07 +00:00
Tomofumi Hayashi
81e8ff3ba3 Merge pull request #9 from redhat-nfvpe/dev/add_ci_build
Add .travis.yml for build CI pipeline
2018-03-15 14:17:11 +09:00
Tomofumi Hayashi
d8e50cdb9e Add .travis.yml for build CI pipeline
This change introduces .travis.yml for building snapshot as CI.
Testing process should be taken care of further commit.
2018-03-14 18:04:41 +09:00
Tomofumi Hayashi
3e611010eb Merge branch 'master' of github.com:redhat-nfvpe/multus-cni into dev/add_if_name 2018-03-14 16:42:30 +09:00
Tomofumi Hayashi
98d17c1878 Merge pull request #5 from redhat-nfvpe/dev/comma_delimited
implements comma delimited + json scheme
2018-03-13 21:01:24 +09:00
dougbtv
b7ab17493f [npwg] implements comma delimited + json scheme 2018-03-13 07:51:54 -04:00
dougbtv
8493e62fb3 [npwg] implements comma delimited + json scheme 2018-03-12 13:50:52 -04:00
Dave
6f6a4c20e6 Remove referecne to minions
The term "minion" was changed to "node" in 2014,  The discussion and eventual deprcation is documented on 
https://github.com/kubernetes/kubernetes/issues/1111

"A node is a worker machine in Kubernetes, previously known as a minion." - https://kubernetes.io/docs/concepts/architecture/nodes/

updating the documentation to reflect correct terminology
2018-02-28 11:58:58 +00:00
dougbtv
85465286e4 Updates to API endpoint for standardized CRD
The API endpoint wasn't exactly correct after the initial
changes to use the new namespace. Updated after a test.

Signed-off-by: dougbtv <dosmith@redhat.com>
2018-01-17 09:19:29 +00:00
Kuralamudhan Ramakrishnan
452b2ede3c Update README.md 2018-01-04 20:58:10 +00:00
Kuralamudhan Ramakrishnan
deddbd152c Update README.md 2018-01-04 20:50:05 +00:00
Kuralamudhan Ramakrishnan
6f9f5bc8e5 Update README.md 2018-01-04 17:59:03 +00:00
kuralamudhan ramakrishnan
45a17f782d networking plumbing wg crd changes 2018-01-04 17:55:34 +00:00
Kuralamudhan Ramakrishnan
1ea64694f2 Update README.md 2017-12-20 11:08:54 +00:00
Kuralamudhan Ramakrishnan
81b0018b47 Update README.md 2017-12-20 10:03:14 +00:00
Kuralamudhan Ramakrishnan
5c72ca9026 Update README.md 2017-12-20 10:01:56 +00:00
Kuralamudhan Ramakrishnan
13f3efac2e Update README.md 2017-12-12 11:08:22 +00:00
Dan Williams
7066439e38 Use typed error when kubernetes network is missing
Matching error text is error-prone, so use a typed error instead.
2017-12-05 06:29:46 -06:00
Wade Lee
b2d67c8909 Fix typo in README (#32) 2017-12-02 21:13:53 +00:00
Kuralamudhan Ramakrishnan
2ae1c3d58d Update README.md 2017-11-20 19:07:40 +00:00
Kuralamudhan Ramakrishnan
91f7c7c02d Merge and updated the PR#8 (#27)
* Fix retrying DEL failure bug

* bug fix for consuming net conf file doesn't exist

Change-Id: I810dc308285437d167fa74ca1f63c71dad999f26
2017-11-09 17:55:37 +00:00
Kuralamudhan Ramakrishnan
a0c23d3ed9 Add files via upload 2017-11-03 17:11:24 +00:00
Kuralamudhan Ramakrishnan
2ef11d6eec update typo errors 2017-11-03 17:07:09 +00:00
Kuralamudhan Ramakrishnan
4049d156e0 Update README.md 2017-11-02 16:37:21 +00:00
Kuralamudhan Ramakrishnan
a9a0e808ee inc multus crd usage diagram 2017-11-02 16:35:00 +00:00
Kuralamudhan Ramakrishnan
e82778a267 Update README.md 2017-11-02 16:33:21 +00:00
Kuralamudhan Ramakrishnan
c57aca6037 Update README.md 2017-10-26 16:53:49 +01:00
Kuralamudhan Ramakrishnan
a2d350a495 Update README.md 2017-10-26 13:47:46 +01:00
Kuralamudhan Ramakrishnan
fe47519451 Merge pull request #24 from PrashantSunkari/master
Updating README to improve readability
2017-10-25 09:26:52 +01:00
Prashant Sunkari
59c4f095c8 Merge pull request #2 from PrashantSunkari/PrashantSunkari-cleaningUpReadme
Updating TOC and testing subsections
2017-10-24 13:17:27 -07:00
Prashant Sunkari
265589f846 Updating TOC in Readme
Updating TOC and testing subsections
2017-10-24 13:12:25 -07:00
Prashant Sunkari
96ab1c18f7 Merge pull request #1 from PrashantSunkari/PrashantSunkari-cleaningUpReadme
WIP: Grouping testing related information of README
2017-10-24 13:06:47 -07:00
Prashant Sunkari
b728e117be WIP: Grouping testing related information of README
TODO:
 - will need to fix TOC
2017-10-24 13:06:12 -07:00
Prashant Sunkari
1adbe17e82 Adding TOC to README
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
2017-10-24 12:51:03 -07:00
Kuralamudhan Ramakrishnan
74e59eca55 Update README.md 2017-10-17 22:55:56 +01:00
Kuralamudhan Ramakrishnan
454daad880 Merge pull request #22 from s1061123/fix-readme
Fix typo in README.md
2017-10-11 10:19:53 +01:00