Commit 2e714f6e authored by Alain Takoudjou's avatar Alain Takoudjou

fix bt5 install/update list

parent c597decf
......@@ -2,7 +2,8 @@ configuration_save = context.restrictedTraverse(configuration_save_url)
bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
'slapos_cloud', 'erp5_accounting',
'erp5_movement_table_catalog')
'erp5_movement_table_catalog', 'slapos_jio',
'slapos_monitoring')
bt5_installation_list = bt5_update_catalog_list + ('slapos_erp5',)
......
......@@ -9,12 +9,11 @@ bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
'slapos_cloud', 'erp5_accounting',
'erp5_movement_table_catalog',
'erp5_promise', 'slapos_configurator',
'slapos_ecoallocation')
'slapos_ecoallocation', 'slapos_jio',
'slapos_monitoring')
  • @alain.takoudjou

    I think the followed bt5:

    'slapos_ecoallocation', 'slapos_jio', 'slapos_monitoring'

    Should be added as dependencies of slapos_erp5 bt5, in this way we don't need to include it on this lists as it is now.

    So please revert this change and add right dependencies configuration, please.

    if slapos_monitoring depends slapos_jio, you don't need to declare dependencies of dependencies.

    Edited by Rafael Monnerat
Please register or sign in to reply
  • I added slapos_ecoallocation to slapos_erp5 (slapos_jio', 'slapos_monitoring' was already there). I didn't remove from the list of slapos_upgrader Base_getUpgradeBusinessTemplateList because it will uninstall slapos_ecoallocation and slapos_jio.

Please register or sign in to reply
bt5_id_list = bt5_update_catalog_list + ('slapos_erp5',)
# return context.resolveBusinessTemplateListDependency(bt5_id_list)
keep_bt5_id_list = ['erp5_ui_test',
'erp5_ui_test_core',
'slapos_category',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment