Commit Graph

24 Commits

Author SHA1 Message Date
Chris Hoge f7756c89de Removing old provider code to make room for new provider code
This patch clears out all of the old provider code from this directory
to make room for the new, maintained tree that will be imported into
this project.

Depends-On: I38e2168e311536cc63932d906a46e1b1cf3ac4bf
Change-Id: I0d3b2c3805cc47edbb2aac14f757d5bdc114899a
2018-03-06 14:14:48 -08:00
Davanum Srinivas 965e34806d Get tests working again
* Don't try to install etcd. work with the one from devstack
* Remove taint so the node is schedulable
* Update list of failing tests

Change-Id: I2719fa2a3cadd57a62dfe9102b939edef2b36fd9
2017-06-08 12:00:21 -04:00
Jenkins 895b264c0b Merge "Set cloud provider as external" 2017-05-05 01:32:13 +00:00
Davanum Srinivas 8c819eddaf Set cloud provider as external
To be able to run the standalone openstack k8s cloud
provider, we need to set CLOUD_PROVIDER as external
per documentation:
https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/

Change-Id: Ifdba1c67971d9949f8f6aa2c97c42992fd3b0944
2017-05-04 19:44:04 -04:00
Davanum Srinivas 292e55394e Cleanup etcd, docker, kubernetes
Change-Id: I307a67f9e28edc1410893d9930e9372e1fa8fed0
2017-05-04 13:40:54 -04:00
Davanum Srinivas dfce08820e Switch to SYSTEMD
Run local-up-cluster with ENABLE_DAEMON, makes things
a lot simpler.

Change-Id: Ibc004b1694a37d2adcbc6603a3c19edc87bbe1a8
2017-05-04 09:34:30 -04:00
Davanum Srinivas 04f7b2ee05 Prune list of failing and flaky tests
Change-Id: I6b91a431f7f8b63ba23fae26ed40c005e0f4eb56
2017-05-02 22:41:42 -04:00
Davanum Srinivas 7e0e7a0d66 [WIP] Test latest k8s master
Change-Id: I2093778aae1969cce5a36a81e24eadc7b28c25f5
2017-05-02 19:01:20 -04:00
Davanum Srinivas e278d6ed4d Set CLOUD_PROVIDER as local
Change-Id: I41be1a84f2af8e9587ef635d7f1798c4d9ea196f
2017-04-30 13:15:17 -04:00
Davanum Srinivas 02b986c9c8 Switch to golang 1.8 since upstream has switched
Change-Id: I12497fbba0c8dccc20b680bf64a8f22b7ab923f7
2017-04-28 17:54:43 -04:00
Davanum Srinivas acad27e245 ALLOW_ANY_TOKEN should be the default - False
Change-Id: I8ff6bee9364cccc3c3b04210734c577a70d46d9f
2017-04-26 13:36:22 -04:00
Davanum Srinivas 5523adba7d Enable kubedns
Need to disable all iptables rules for the moment till
we figure out which ones exactly to remove. Unless we
disable the iptables, we cannot run kubedns.

Change-Id: Ia42f5fc353791d3d417574785e5c006b603d050d
2017-04-26 17:06:23 +00:00
Davanum Srinivas 17dd100335 Enable kube-dashboard
Change-Id: I11cdb87874467e395b6437408d6122cc1cc7dee2
2017-04-23 21:16:39 -04:00
Davanum Srinivas 30f4175937 Try latest master of k8s
Change-Id: I6a8e48349fea66b63fdb59ddcdc462756a96bee8
2017-04-22 00:43:29 +00:00
Davanum Srinivas b3ba6d0a02 Fix NFS/mount test
Change-Id: I1ddd4f656f0a1e955db53825613f04854d44922b
2017-04-11 01:45:15 +00:00
Davanum Srinivas 3a9ef51dad Kubelet listen on all interfaces
Switch on EmptyDir and Secrets tests

Change-Id: I7f951d3adff6dbac06961a8d72fb04984557cef8
2017-04-10 11:18:39 -04:00
Davanum Srinivas 617431d723 Use older docker version w/ k8s, switch off CRI
Change-Id: If324073a8ecf7f6fbce44e65a5a3f3267355bcff
2017-04-10 08:40:13 -04:00
Davanum Srinivas ffeda074be Turn on a few flags
Change-Id: If76bfd1277fa646f6e62d0ca5d9e2eafe610b2ae
2017-04-09 09:47:30 -04:00
Davanum Srinivas 19c4d1ed7d Use tag to get stable runs
- Use v1.7.0-alpha.1 tag of the kubernetes master branch
- Add support for NFS scenarios
- Tweak list of tests
- Add ENABLE_HOSTPATH_PROVISIONER
- Allow specifying full job failure names

Change-Id: I0b4840858236de9f49c7797564ec5b6a8032875e
2017-04-09 08:57:38 -04:00
Davanum Srinivas 2626e9cb15 Turn on a few local-up-cluster flags and disable some tests
Change-Id: I24442adc46f14115f8b33de4fb6bbb3e13a9dd9f
2017-04-04 21:15:22 -04:00
Davanum Srinivas 58348bfde4 Switch to 1.7.5 golang for both local-cluster-up and e2e tests
Change-Id: I892e642ab0d3b49561e716791fe3c587424b350a
2017-04-04 11:22:27 -04:00
Davanum Srinivas 5b94081b13 Run some e2e tests against the kubernetes instance
Change-Id: I6fdf5ce4fbf0e2c9073e162d862de5c350b949a2
2017-04-04 09:16:16 -04:00
Davanum Srinivas 67b4836ccd Try starting kubernetes built from source
Seems to work somewhat. the pre/post/gate hook(s) are not kicking
in though. So just getting this in and will iterate.

Change-Id: Ibf6e7a431271de8fb8533e269bb4985fd3e74ff0
2017-04-02 14:34:54 +00:00
Davanum Srinivas e64f9f8a93 Add skeleton for devstack plugin and gate hooks
Change-Id: Ib568436bd8f896fba4fa46e07714c4cb8b889459
2017-03-30 23:05:41 -04:00