aboutsummaryrefslogtreecommitdiffstats
path: root/csit/config/db
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-09-17 17:33:11 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-09-30 18:07:54 +0100
commit826d9edd2492c3bbe492face3ce4d7fe0dd84b8a (patch)
treeddaf677e8708bd0383b24a07197afe0616e46412 /csit/config/db
parentba599113b6381d63011e4015cec648f33466d233 (diff)
Add http and k8s participant to CSIT
Add HTTP and Kubernetes participant to policy/docker/csit Issue-ID: POLICY-3413 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id87dca9ba6487b2f12e9d036136ea553d2b67a23
Diffstat (limited to 'csit/config/db')
-rwxr-xr-xcsit/config/db/db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/config/db/db.sh b/csit/config/db/db.sh
index 1afaebc7..7cc94fdb 100755
--- a/csit/config/db/db.sh
+++ b/csit/config/db/db.sh
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-for db in migration pooling policyadmin operationshistory
+for db in migration pooling policyadmin operationshistory controlloop
do
mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "CREATE DATABASE IF NOT EXISTS ${db};"
mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "GRANT ALL PRIVILEGES ON \`${db}\`.* TO '${MYSQL_USER}'@'%' ;"