zenoss / ZenPacks.zenoss.OpenStackInfrastructure

OpenStack Monitoring (Provider-Oriented)
GNU General Public License v2.0
37 stars 17 forks source link

Fixes import errors during zenpack installation on 6.5.0 #544

Closed romanbakaleyko closed 4 years ago

romanbakaleyko commented 4 years ago

fixes ZPS-6975

Since 6.5.0 platform upgraded twisted to 19.10.0 what causes traceback during zenpack installation due to manhole.telnet became deprecated and some things related to openssl zenpack relies on were reworked.

Discussing with Rajan to bump requirements to the·zenpack to zenoss >=6.1.2 to not keep any workarounds to make it compatible with old versions of openssl and twisted (possibly with other libs).

romanbakaleyko commented 4 years ago

this one fixes tests https://github.com/zenoss/ZenPacks.zenoss.OpenStackInfrastructure/pull/545

jpeacock-zenoss commented 4 years ago

Unless ZenPackLib handles migrations automatically, I think there needs to be a migration script written to install (or at least) update the zenopenstack.conf config file into a service definition somewhere.

romanbakaleyko commented 4 years ago

right, it looks like I need to write a migration script.

romanbakaleyko commented 4 years ago

I removed config because platform code takes care about creating typical collector daemon config file.