2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Make ..confluent/plugins/console directory owned by confluent

xcathmc.sh is a xCAT console wrapper needed to be placed in the
confluent consoles plugin directory.  Talking with Jarrod, it was
decided that confluent should stay stand-alone and xCAT should ship
this and related "glue" items in a separate RPM.  The empty 'console'
directory should be owned by the confluent RPM
This commit is contained in:
Victor Hu 2015-01-21 16:35:22 -05:00
parent 09acf04111
commit 78b5cb15ce

View File

@ -14,5 +14,7 @@ setup(
install_requires=['pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet',
'pyghmi>=0.6.5'],
scripts=['bin/confluent'],
data_files=[('/etc/init.d', ['sysvinit/confluent'])],
data_files=[('/etc/init.d', ['sysvinit/confluent']),
('/opt/confluent/lib/python/confluent/plugins/console/', [])],
)