commit | eba5ad4c09436a508566128086a8c47470915757 | [log] [tgz] |
---|---|---|
author | Alanny Lopez <alanny.lopez@ibm.com> | Fri Aug 18 14:48:37 2017 -0500 |
committer | Alanny Lopez <Alanny.Lopez@ibm.com> | Wed Sep 20 16:52:00 2017 +0000 |
tree | 4c389a7abf6201606b0c9633095d5f97611b3133 | |
parent | 723fea6543851ecfe79840277ba0035f204aa887 [diff] |
Updated templates to use default labels and qemu image fix 1) Kubernetes sets a default label for the nodes when the cluster is created for the architecture. The previous label was using 'arch' which I was adding to the nodes manually. Made this change so that won't be needed anymore. To satisfy this the launch script will now update the ARCH variable to 'amd64' if it was 'x86_64' since that is how the kubernetes defines amd64 in the label. If ARCH variable is 'ppc64le' no changes occur. All templates have also been updated to apply this. 2) A small change was done to how the image is passed for the qemu instances to the template. Since image name that gets passed already has openbmc without this update the name comes out as "master.cfc:8500/openbmc/openbmc/qemu-instance" this will fail in the registry so updated it to get rid of one of the "/openbmc" sections in the name. Change-Id: I7d1cba67c4b1dd4e380a81d98731ca2273ee5eec Signed-off-by: Alanny Lopez <alanny.lopez@ibm.com>
Build script for CI jobs in Jenkins.