Issue-ID: ONAPARC-551
Change-Id: I3c1157e65fd63c73b3d8319bd7d8650593953f33
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
cluster_yml = "cluster.yml"
apt_prefs_dir = "/etc/apt/apt.conf.d"
apt_prefs = "95silent-approval"
+helm_timeout = "900"
vm_memory = 1 * 1024
vm_memory_os = 4 * 1024
ENV="${2:-#{os_env}}"
export $(cat "$ENV" | xargs)
+ TIMEOUT="${3:-#{helm_timeout}}"
+
encrypt () {
KEY="${HOME}/oom/kubernetes/so/resources/config/mso/encryption.key"
echo -n "$1" \
export KUBECONFIG="${HOME}/.kube/config.onap"
- helm deploy core local/onap --namespace onap -f "$OVERRIDE" --verbose --timeout 900
+ helm deploy core local/onap --namespace onap -f "$OVERRIDE" --verbose --timeout "$TIMEOUT"
SCRIPT
Vagrant.configure('2') do |config|