diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-09-17 17:33:11 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-09-30 18:07:54 +0100 |
commit | 826d9edd2492c3bbe492face3ce4d7fe0dd84b8a (patch) | |
tree | ddaf677e8708bd0383b24a07197afe0616e46412 /csit/config/db/db.sh | |
parent | ba599113b6381d63011e4015cec648f33466d233 (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/db.sh')
-rwxr-xr-x | csit/config/db/db.sh | 2 |
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}'@'%' ;" |