[qcow2 image][kubernetes] Scripts updated to use latest etcd

* latest etcd is enabled
  * ntp tools added for time sync
  * Readme updated for tmpfs workaround when 8Gb memory is detected

Change-Id: Ifdfb72902fad843baef1fcee3e5bc65b119bdde3
This commit is contained in:
Artem Silenkov 2016-08-16 11:52:33 +03:00
parent 593d92d023
commit 6efcbbc0c6
2 changed files with 8 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/bin/bash
install-packages curl wget linux-libc-dev git gcc libc6-dev bridge-utils haproxy
install-packages curl wget linux-libc-dev git gcc libc6-dev bridge-utils haproxy ntp ntpdate
SVC_ROOT=/opt/bin
ETCD_LATEST_VERSION="v2.2.5"
ETCD_LATEST_VERSION="v3.0.4"
KUBE_LATEST_VERSION="v1.3.0"
FLANNEL_LATEST_VERSION="v0.5.5"

View File

@ -49,4 +49,9 @@ To build Ubuntu-based image
vm ubuntu murano-agent docker kubernetes -o ubuntu14.04-x64-kubernetes
Where ${murano_agent_root} is a path to murano-agent files
and ${murano_apps_root} is a path to murano-apps files.
and ${murano_apps_root} is a path to murano-apps files.
Please be careful that diskimage-builder uses tmpfs if 8 Gb memory or bigger is detected.
In case of 8 Gb tmpfs size is not enough to build kubernetes.
Use DIB_NO_TMPFS=1 in this case or hack diskimage-builder.