From 01ec50deb44508585b6121be04472c9ac1cbe1cd Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Mon, 27 Jul 2015 15:22:45 -0400 Subject: [PATCH] Vagrant passes conformance tests at HEAD --- docs/getting-started-guides/README.md | 4 +++- test/e2e/service.go | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/README.md b/docs/getting-started-guides/README.md index 8e48a30d05801..dcebe5b4cc30d 100644 --- a/docs/getting-started-guides/README.md +++ b/docs/getting-started-guides/README.md @@ -134,7 +134,7 @@ Here are all the solutions mentioned above in table form. IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level -------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ---------------------------- GKE | | | GCE | [docs](https://cloud.google.com/container-engine) | | Commercial -Vagrant | Saltstack | Fedora | OVS | [docs](vagrant.md) | | Project +Vagrant | Saltstack | Fedora | OVS | [docs](vagrant.md) | [✓][2] | Project GCE | Saltstack | Debian | GCE | [docs](gce.md) | [✓][1] | Project Azure | CoreOS | CoreOS | Weave | [docs](coreos/azure/README.md) | | Community ([@errordeveloper](https://github.com/errordeveloper), [@squillace](https://github.com/squillace), [@chanezon](https://github.com/chanezon), [@crossorigin](https://github.com/crossorigin)) Docker Single Node | custom | N/A | local | [docs](docker.md) | | Project (@brendandburns) @@ -189,6 +189,8 @@ Definition of columns: [1]: https://gist.github.com/erictune/4cabc010906afbcc5061 + +[2]: https://gist.github.com/derekwaynecarr/505e56036cdf010bf6b6 diff --git a/test/e2e/service.go b/test/e2e/service.go index 4565835622342..4b470b497e238 100644 --- a/test/e2e/service.go +++ b/test/e2e/service.go @@ -231,6 +231,8 @@ var _ = Describe("Services", func() { }) It("should be able to up and down services", func() { + // this test uses NodeSSHHosts that does not work if a Node only reports LegacyHostIP + SkipUnlessProviderIs("gce", "gke", "aws") ns := namespaces[0] numPods, servicePort := 3, 80