| #!/bin/bash | |
| # Copyright 2020-present Open Networking Foundation | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 | |
| set -ex | |
| until cqlsh --file /opt/c3po/pcrfdb/pcrf_cassandra.cql {{ .Values.config.pcrf.pcrfdb }}; | |
| do echo "Provisioning PCRFDB"; | |
| sleep 2; | |
| done | |