Merge "Re-apply use of probe settings for public clouds"
authorYang Xu <yang.xu3@huawei.com>
Fri, 19 Oct 2018 02:30:45 +0000 (02:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 19 Oct 2018 02:30:45 +0000 (02:30 +0000)
1  2 
deployment/heat/onap-oom/rancher_vm_entrypoint.sh

@@@ -67,9 -67,9 +67,9 @@@ while ! hash jq &> /dev/null; d
  done
  
  # use RAM disk for /dockerdata-nfs for testing
 -#echo "tmpfs /dockerdata-nfs tmpfs noatime 1 2" >> /etc/fstab
 +echo "tmpfs /dockerdata-nfs tmpfs noatime,size=75% 1 2" >> /etc/fstab
  mkdir -pv /dockerdata-nfs
 -#mount /dockerdata-nfs
 +mount /dockerdata-nfs
  
  # version control the persistence volume to see what's happening
  chmod 777 /dockerdata-nfs/
@@@ -84,7 -84,7 +84,7 @@@ git commit -m "initial commit
  # export NFS mount
  NFS_EXP=""
  for K8S_VM_IP in $(tr -d ',[]' < /opt/config/k8s_private_ips.txt); do
 -    NFS_EXP+="$K8S_VM_IP(rw,fsid=1,sync,no_root_squash,no_subtree_check) "
 +    NFS_EXP+="$K8S_VM_IP(rw,fsid=1,async,no_root_squash,no_subtree_check) "
  done
  echo "/dockerdata-nfs $NFS_EXP" | tee /etc/exports
  
@@@ -261,7 -261,7 +261,7 @@@ helm repo lis
  make all
  rsync -avt ~/oom/kubernetes/helm/plugins ~/.helm/
  helm search -l | grep local
- helm deploy dev local/onap -f ~/integration-override.yaml --namespace onap | tee ~/helm-deploy.log
+ helm deploy dev local/onap -f ~/oom/kubernetes/onap/resources/environments/public-cloud.yaml -f ~/integration-override.yaml --namespace onap | tee ~/helm-deploy.log
  helm list