Commit graph

57 commits

Author SHA1 Message Date
Ev Kontsevoy 64393d8d27 Fixed tests 2016-05-20 20:09:13 -07:00
Ev Kontsevoy 49256d1c23 Merge remote-tracking branch 'origin/master' into ev/multi-role
Conflicts:
	lib/auth/tun.go
2016-05-17 10:53:36 -07:00
Ev Kontsevoy 7a1d799137 Fixed tests 2016-05-16 20:36:03 -07:00
Ev Kontsevoy 643cd5c154 Documentation edits
- Updated docs for "advertise_ip"
- Updated docs for "tokens" in teleport.yaml
- Updated "adding nodes" section in the admin guide and in the
  quickstart guide
- Crated `run-docs` make target for convenient live documentation
  editing.
2016-05-14 16:44:41 -07:00
Ev Kontsevoy 23b3565f3a Started work on self-reconnecting reverse tunnels 2016-05-11 13:17:13 -07:00
Ev Kontsevoy af67bfb9a8 Changed "page size max" for stream fetching from 512Kb to 10MB 2016-05-09 14:43:05 -07:00
Ev Kontsevoy bd941cc3be Disabled integration tests
Master is now pretty old. The upcoming merge with `ev/log` will
bring integration tests back
2016-05-03 17:53:07 -07:00
Ev Kontsevoy 069b2d2b4e Code review - brought back verbose logs 2016-04-19 10:51:43 -07:00
Ev Kontsevoy c3a3f55152 Removed logs from tests output. It's insane. 2016-04-19 02:10:46 -07:00
Ev Kontsevoy 9869c5cd01 Fixed integration tests 2016-04-19 02:08:07 -07:00
Ev Kontsevoy b9c302b0db Golang version bump 2016-04-18 11:40:31 -07:00
klizhentas 6b8e84f345 fix linkflags issue 2016-04-15 17:48:25 -07:00
Ev Kontsevoy e4023519d0 Fixed integration builds under Jenkins
... had to give TTY to Docker container which executed the test
2016-04-14 15:03:47 -07:00
klizhentas 20717a5d45 update Go version 2016-04-12 20:46:39 -07:00
klizhentas a341dc991d update default paths 2016-03-24 12:32:59 -07:00
Ev Kontsevoy 8958f24af7 Updated docs making (moved from "out" to "build") 2016-03-23 18:01:54 -07:00
klizhentas ab302215cf update releases according to comments 2016-03-22 18:22:48 -07:00
klizhentas 0d88af39ef introduce source release and binary release targets 2016-03-22 17:03:58 -07:00
klizhentas 8ed8df8a02 recover tests 2016-03-22 14:14:49 -07:00
klizhentas bca6ea618e fix build flags, recover versioning 2016-03-22 12:15:17 -07:00
Ev Kontsevoy 7dda940b45 Updated .gitignore 2016-03-19 10:41:54 -07:00
Ev Kontsevoy 6c9e14fceb Merge remote-tracking branch 'origin/master' into ev/docs
Conflicts:
	Makefile
	build.assets/Dockerfile
	build.assets/Makefile
2016-03-19 09:59:22 -07:00
Ev Kontsevoy a3f7a6dcd5 Integrated mkdocs into Teleport builds 2016-03-18 17:32:41 -07:00
klizhentas 57b52ec3db run jenkins tests as a non-root user 2016-03-16 23:35:58 -07:00
Ev Kontsevoy 3e27ff3636 Fixed dockerized builds on non-jenkins machines 2016-03-15 22:00:05 -07:00
Ev Kontsevoy 3de1d72921 Cleaned up Makefiles 2016-03-15 20:41:12 -07:00
klizhentas 7a2a9e334f add support for TELEPORT_DEBUG_TESTS environment variable turning on verbose testing 2016-03-14 14:07:45 -07:00
klizhentas 43a0ee366e do not make empty out 2016-03-13 19:25:02 -07:00
klizhentas 4c7aef36d1 one more attempt 2016-03-13 19:15:22 -07:00
klizhentas fa917c97ba pass out variable 2016-03-13 18:53:50 -07:00
klizhentas 2293dd1825 try again 2016-03-13 18:44:30 -07:00
klizhentas c0bb302889 try to fix build 2016-03-13 18:39:52 -07:00
klizhentas a5672e20ec Merge branch 'master' into alexander/ha
Conflicts:
	build.assets/Makefile
	tool/teleport/configuration.go
2016-03-13 18:24:11 -07:00
klizhentas c1e0604dd0 Introduce auth server and proxy heartbeats
This commit introduces heartbeats of AuthServers and Proxies and fixes several issues:

1. Server init problem

There was an issue in server init, when certificates of multiple roles were overwriting each otther.
Now Teleport stores each keypair and certificate in a separate file <hostid>.role.key and <hostid>.role.cert
This also means that it's backwards incompatible with previous on disk format.

2. Proxy and Auth heartbeats

Auth servers and proxies now heartbeat into cluster as well

3. Bugfixes:

* Proxy role was missing, it is now treated as a separate role with permissions
* AdvertiseIP is now a global setting that can be used by all roles
* --advertise-ip flag was ignored and was never applied
* teleport service initialization has been simplified, now each role get it's own client
* minor cleanups
2016-03-13 18:15:09 -07:00
dmitri c4558c155a Remove unrelated targets 2016-03-13 01:40:18 +01:00
dmitri 521e9ada1e Changed a relative quoted directory value to absolute path 2016-03-12 14:49:45 +01:00
a-palchikov 2a24c329d7 Merge pull request #229 from gravitational/dmitri/deploy-to-s3
+ build artifacts on Amazon s3
2016-03-12 02:45:21 +01:00
dmitri f0b536308c Drop the region option for build artifacts upload 2016-03-12 02:44:09 +01:00
klizhentas c313f1e252 test for races by default 2016-03-10 18:09:17 -08:00
klizhentas 2771b342a3 recover tests 2016-03-10 17:59:25 -08:00
klizhentas 3f73e137f0 add jenkins home dir 2016-03-10 17:58:23 -08:00
klizhentas 74bd0b1feb launch tests as a build step 2016-03-10 17:54:48 -08:00
klizhentas c6e1a5aced add jenkins user and group 2016-03-10 17:37:23 -08:00
klizhentas f20f495701 fix 2016-03-10 17:33:58 -08:00
klizhentas 70388b5581 start fixing dockerfile 2016-03-10 17:27:54 -08:00
dmitri a3536282da + build artifacts on Amazon s3 2016-03-11 01:58:02 +01:00
Ev Kontsevoy 8ba6b474c6 Fixes #122 and fixes the dockerized build 2016-02-13 17:09:05 -08:00
Ev Kontsevoy 28531bac71 Fixed Docker container for CI/CD builds 2016-02-06 12:40:08 -08:00
Ev Kontsevoy 91288d01e5 Added Logrus initialization 2016-02-02 12:14:59 -08:00
klizhentas e6be8cf5e5 fix build 2016-01-20 16:30:20 -08:00