Skip to content

Commit

Permalink
Initial commit for the external-lb poc
Browse files Browse the repository at this point in the history
Also consists of build and packaging
  • Loading branch information
Prachi Damle authored and Prachi Damle committed Apr 12, 2016
0 parents commit 9fdf7be
Show file tree
Hide file tree
Showing 93 changed files with 11,613 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
image: golang:1.4.2
script:
- ./scripts/ci
1 change: 1 addition & 0 deletions .package
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github.com/rancher/external-lb
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM golang:1.5
COPY ./scripts/bootstrap /scripts/bootstrap
RUN /scripts/bootstrap
27 changes: 27 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Godeps/Readme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Godeps/_workspace/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9fdf7be

Please sign in to comment.