Commit Graph

12 Commits

Author SHA1 Message Date
buildmaster
c17b5e4c2a Update SNAPSHOT to 1.0.0.RELEASE 2019-01-22 18:27:58 +00:00
buildmaster
7c61999dfd Going back to snapshots 2018-12-21 01:05:39 +00:00
buildmaster
581dd37176 Update SNAPSHOT to 1.0.0.RC2 2018-12-21 01:02:10 +00:00
salaboy
ef51d11f33 #233 Initial Istio Awareness implementation (#286)
* initial profile and check

* initial istio aware profile impl

* adding initial docs

* fixing parent

* using BootstrapConfiguration for istio profile check

* Improve log messages

* Add Istio integration tests

* Remove unused IstioClient

* Remove redundant parent

* Revert "Remove redundant parent"

This reverts commit c41271fa

* Fix startup error

* Add name to istio module

* Move IstioClient out of bootstrap configuration

This is needed because the Kubernetes Config is not a bean in the
bootstrap context.
Furthermore the IstioClient is not used anywhere in the bootstrap
context

* Polish

* Ensure this IstioClient is actually injected

* Fix integration test setup

* more refinements

* aligning property name

* adding headers and small refinements
2018-12-20 12:16:59 -05:00
Georgios Andrianakis
d20fb3e36d Add an integration test for the discovery client (#291)
* Add an integration test for the discovery client

Fixes: #288

* Add missing licenses
2018-12-20 09:24:10 -05:00
buildmaster
ab630b488a Going back to snapshots 2018-12-11 22:00:48 +00:00
buildmaster
291929d61a Update SNAPSHOT to 1.0.0.RC1 2018-12-11 21:57:32 +00:00
buildmaster
03f55afc10 Going back to snapshots 2018-12-11 16:46:25 +00:00
buildmaster
9c32877909 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 16:43:15 +00:00
Georgios Andrianakis
df1d4424d4 Decouple test execution from microk8s
Now the microk8s specific stuff is set on the command line instead of
being part of the POM.
This will help make clear what parts need to change when using a
different cluster
2018-11-26 17:36:31 +02:00
Georgios Andrianakis
29bbfedd7b Simplify integration test run 2018-11-26 17:36:31 +02:00
Georgios Andrianakis
9f02f7e753 Add integration tests
These tests are small Spring Cloud Kubernetes application that are
deployed inside a Kubernetes cluster launched with microk8s.
The deployment of the applications is done with the Fabric8 Maven Plugin
2018-11-26 17:36:31 +02:00