Commit 452bdcae authored by Mike Danese's avatar Mike Danese

Merge pull request #11895 from derekwaynecarr/vagrant_confornamce_tickbox

Vagrant passes conformance tests at HEAD
parents 1a613c43 01ec50de
...@@ -134,7 +134,7 @@ Here are all the solutions mentioned above in table form. ...@@ -134,7 +134,7 @@ Here are all the solutions mentioned above in table form.
IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ---------------------------- -------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ----------------------------
GKE | | | GCE | [docs](https://cloud.google.com/container-engine) | | Commercial 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 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)) 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) Docker Single Node | custom | N/A | local | [docs](docker.md) | | Project (@brendandburns)
...@@ -189,6 +189,8 @@ Definition of columns: ...@@ -189,6 +189,8 @@ Definition of columns:
<!-- reference style links below here --> <!-- reference style links below here -->
<!-- GCE conformance test result --> <!-- GCE conformance test result -->
[1]: https://gist.github.com/erictune/4cabc010906afbcc5061 [1]: https://gist.github.com/erictune/4cabc010906afbcc5061
<!-- Vagrant conformance test result -->
[2]: https://gist.github.com/derekwaynecarr/505e56036cdf010bf6b6
<!-- BEGIN MUNGE: GENERATED_ANALYTICS --> <!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
......
...@@ -231,6 +231,8 @@ var _ = Describe("Services", func() { ...@@ -231,6 +231,8 @@ var _ = Describe("Services", func() {
}) })
It("should be able to up and down 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] ns := namespaces[0]
numPods, servicePort := 3, 80 numPods, servicePort := 3, 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment