mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +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:
parent
09acf04111
commit
78b5cb15ce
@ -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/', [])],
|
||||
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user