Change the dashboard and heapster images in k8s to arm64 when running on arm platform 83/60883/1
authorJingzhao Ni <jingzhao.ni@arm.com>
Mon, 13 Aug 2018 01:18:20 +0000 (09:18 +0800)
committerJingzhao Ni <jingzhao.ni@arm.com>
Mon, 13 Aug 2018 01:18:20 +0000 (09:18 +0800)
commit0e6ffa22f729d755db3c4903fa9e6eb1e872854e
tree77d8fe04c4de0887ad01f755235d0ae3e057d5ae
parentd1005a8f88160342c907b383a1005b85b5bc9308
Change the dashboard and heapster images in k8s to arm64 when running on arm platform

Change the dashboard image in k8s from amd64 to arm64 on arm platform.
In extra-vars-aarch64.yml, add the dashboard image tag for supporting the
arm64 arch.

For heapster images, add a "sed" command in main.yml for replacing
the cpu architecture from amd64 to arm64.
And it will be invoked only when deploying the arm platform.

Change-Id: I584485f0356dcb925814f63cbc45ecbd459715bb
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
deploy/adapters/ansible/kubernetes/roles/kargo/files/extra-vars-aarch64.yml
deploy/adapters/ansible/kubernetes/roles/post-k8s/tasks/main.yml