Skip to content

Commit

Permalink
Merge pull request kubernetes#11895 from derekwaynecarr/vagrant_confo…
Browse files Browse the repository at this point in the history
…rnamce_tickbox

Vagrant passes conformance tests at HEAD
  • Loading branch information
mikedanese committed Jul 30, 2015
2 parents 1a613c4 + 01ec50d commit 452bdca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started-guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -189,6 +189,8 @@ Definition of columns:
<!-- reference style links below here -->
<!-- GCE conformance test result -->
[1]: https://gist.github.com/erictune/4cabc010906afbcc5061
<!-- Vagrant conformance test result -->
[2]: https://gist.github.com/derekwaynecarr/505e56036cdf010bf6b6


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
Expand Down
2 changes: 2 additions & 0 deletions test/e2e/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 452bdca

Please sign in to comment.