This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -26,8 +26,6 @@ const (
KubernetesRegistry ServiceRegistry = "Kubernetes"
// ConsulRegistry is a service registry backed by Consul
ConsulRegistry ServiceRegistry = "Consul"
// EurekaRegistry is a service registry backed by Eureka
EurekaRegistry ServiceRegistry = "Eureka"
// CloudFoundryRegistry is a service registry backed by Cloud Foundry.
CloudFoundryRegistry ServiceRegistry = "CloudFoundry"
)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -259,7 +259,7 @@ func getApps(tc *testConfig) []framework.App {

func getApp(deploymentName, serviceName string, port1, port2, port3, port4, port5, port6 int,
version string, injectProxy bool, headless bool) framework.App {
// TODO(nmittler): Eureka does not support management ports ... should we support other registries?
// TODO(nmittler): Consul does not support management ports ... should we support other registries?
healthPort := "true"

// Return the config.
@@ -126,7 +126,7 @@ func getApps(kubeMasterCIDR string) []framework.App {
}

func getApp(deploymentName, serviceName string, port1, port2, port3, port4, port5, port6 int, version string, injectProxy, perServiceAuth bool) framework.App {
// TODO(nmittler): Eureka does not support management ports ... should we support other registries?
// TODO(nmittler): Consul does not support management ports ... should we support other registries?
healthPort := "true"

// Return the config.
@@ -54,7 +54,7 @@ $(ISTIO_DOCKER)/node_agent.crt $(ISTIO_DOCKER)/node_agent.key: ${GEN_CERT} $(IST
# directives to copy files to docker scratch directory

# tell make which files are copied form go/out
DOCKER_FILES_FROM_ISTIO_OUT:=pilot-test-client pilot-test-server pilot-test-eurekamirror \
DOCKER_FILES_FROM_ISTIO_OUT:=pilot-test-client pilot-test-server \
pilot-discovery pilot-agent sidecar-injector servicegraph mixs \
istio_ca node_agent galley
$(foreach FILE,$(DOCKER_FILES_FROM_ISTIO_OUT), \
@@ -73,7 +73,6 @@ $(foreach FILE,$(DOCKER_FILES_FROM_SOURCE), \

# pilot docker imagesDOCKER_BUILD_TOP

docker.eurekamirror: $(ISTIO_DOCKER)/pilot-test-eurekamirror
docker.proxy_init: $(ISTIO_DOCKER)/istio-iptables.sh
docker.sidecar_injector: $(ISTIO_DOCKER)/sidecar-injector

@@ -165,8 +164,7 @@ docker.test_policybackend: $(ISTIO_OUT)/mixer-test-policybackend \
time (cd $(ISTIO_DOCKER)/test_policybackend && \
docker build -t $(HUB)/test_policybackend:$(TAG) -f Dockerfile.test_policybackend .)

PILOT_DOCKER:=docker.eurekamirror \
docker.proxy_init docker.sidecar_injector
PILOT_DOCKER:=docker.proxy_init docker.sidecar_injector
$(PILOT_DOCKER): pilot/docker/Dockerfile$$(suffix $$@) | $(ISTIO_DOCKER)
$(DOCKER_RULE)