mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Add selfcheck to packaging
This commit is contained in:
parent
a0037a305c
commit
503746131c
0
confluent_server/bin/confuent_selfcheck → confluent_server/bin/confluent_selfcheck
Normal file → Executable file
0
confluent_server/bin/confuent_selfcheck → confluent_server/bin/confluent_selfcheck
Normal file → Executable file
@ -22,7 +22,7 @@ setup(
|
||||
install_requires=['paramiko', 'pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet',
|
||||
'dnspython', 'netifaces', 'pysnmp', 'pyparsing',
|
||||
'pyghmi>=1.0.44'],
|
||||
scripts=['bin/confluent', 'bin/confluentdbutil', 'bin/collective', 'bin/osdeploy'],
|
||||
scripts=['bin/confluent', 'bin/confluent_selfcheck', 'bin/confluentdbutil', 'bin/collective', 'bin/osdeploy'],
|
||||
data_files=[('/etc/init.d', ['sysvinit/confluent']),
|
||||
('/usr/lib/sysctl.d', ['sysctl/confluent.conf']),
|
||||
('/opt/confluent/share/licenses/confluent_server', ['LICENSE']),
|
||||
|
Loading…
Reference in New Issue
Block a user