blob: 4afc210877963ea447f969c08f7f21e9e9b2b6cb [file] [log] [blame]
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -05001#!/bin/bash
2
3# Copyright 2020-present Open Networking Foundation
4#
5# SPDX-License-Identifier: Apache-2.0
6# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
7
8set -ex
9
10until cqlsh --file /opt/c3po/pcrfdb/pcrf_cassandra.cql {{ .Values.config.pcrf.pcrfdb }};
11 do echo "Provisioning PCRFDB";
12 sleep 2;
13done
14