commit | 4b42e6c004fb92f8abcf1f96af4da84a4d7af37c | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Thu Oct 18 13:43:52 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Thu Oct 18 13:43:52 2018 -0700 |
tree | 876a21a27bd5c016573023bcaf6b32b7882f3cf6 | |
parent | 7722ef2e273615e532d5a82aef393a9fbb3bb4a7 [diff] |
fixing build node and adding missing package for tosca e2e job Change-Id: I2645b5c187813960de85420aa9203d0ac0add9d4
diff --git a/jjb/xos-tosca-e2e.yaml b/jjb/xos-tosca-e2e.yaml index ef66e1c..f414f44 100644 --- a/jjb/xos-tosca-e2e.yaml +++ b/jjb/xos-tosca-e2e.yaml
@@ -32,7 +32,7 @@ branch: '$GERRIT_BRANCH' destination-dir: 'cord' - node: '{build-node}' + node: 'ubuntu16.04-basebuild-4c-8g' project-type: freestyle concurrent: true
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index e5d8515..dfe66a7 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh
@@ -92,6 +92,7 @@ curl \ git \ golang-1.10-go \ + httpie \ "kubeadm=1.11.3-*" \ "kubelet=1.11.3-*" \ "kubectl=1.11.3-*" \