adding gci to node e2e

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan 2016-07-25 14:51:53 -07:00
parent 7e3246d415
commit 6c43028a29
2 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,10 @@
#cloud-config
runcmd:
- mount /tmp /tmp -o remount,exec,suid
- sudo mount /tmp /tmp -o remount,exec,suid
- ETCD_VERSION=v2.2.5
- curl -L https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz -o /tmp/etcd.tar.gz
- tar xzvf /tmp/etcd.tar.gz -C /tmp
- cp /tmp/etcd-${ETCD_VERSION}-linux-amd64/etcd* /tmp/
- rm -rf /tmp/etcd-${ETCD_VERSION}-linux-amd64/
- sudo usermod -a -G docker jenkins

View File

@ -14,3 +14,6 @@ images:
containervm:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
gci-dev:
image: gci-dev-53-8530-29-0
project: google-containers