X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=compass%2Fdeploy%2Fansible%2Fopenstack_juno%2Froles%2Fha%2Ffiles%2Fmysqlchk;fp=compass%2Fdeploy%2Fansible%2Fopenstack_juno%2Froles%2Fha%2Ffiles%2Fmysqlchk;h=2c03f19f4f32737c7d6947e4e41ca1d9c1e83910;hb=12019717d3be5b4cfa42751cd19cbd42f82bc04a;hp=0000000000000000000000000000000000000000;hpb=eb887812da568cfb4908f6ae14449b2ceaeb5bc0;p=genesis.git diff --git a/compass/deploy/ansible/openstack_juno/roles/ha/files/mysqlchk b/compass/deploy/ansible/openstack_juno/roles/ha/files/mysqlchk new file mode 100644 index 0000000..2c03f19 --- /dev/null +++ b/compass/deploy/ansible/openstack_juno/roles/ha/files/mysqlchk @@ -0,0 +1,15 @@ +# default: off +# description: An xinetd internal service which echo's characters back to +# clients. +# This is the tcp version. +service mysqlchk +{ + disable = no + flags = REUSE + socket_type = stream + protocol = tcp + user = root + wait = no + server = /usr/local/bin/galera_chk + port = 9200 +}