Merge "switch drools pdp image to new one"
[integration.git] / deployment / heat / onap-rke / k8s_vm_init.sh
1 #!/bin/bash -x
2 # Copyright 2018 Huawei Technologies Co., Ltd.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 while [ ! -e /dockerdata-nfs/.git ]; do
11     mount /dockerdata-nfs
12     sleep 10
13 done