Gitiles
Code Review
Sign In
gerrit.opencord.org
/
sdcore-helm-charts
/
f1c80e0ecd457ae25c124d7dcee466423084ba2c
/
.
/
omec-control-plane
/
templates
/
bin
/
_pcrf-bootstrap.sh.tpl
blob: fe00c5673406b2a881b6a4b50dcd40940ba8925e [
file
] [
log
] [
blame
]
#!/bin/bash
# Copyright 2020-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
set
-
ex
until
cqlsh
--
file
/
opt
/
c3po
/
pcrfdb
/
pcrf_cassandra
.
cql
{{
.
Values
.
config
.
pcrf
.
pcrfdb
}};
do
echo
"Provisioning PCRFDB"
;
sleep
2
;
done