Commit 145eb38c authored by Łukasz Nowak's avatar Łukasz Nowak

Move alarm to rebranded BT5.

parent 67b72038
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>free_computer_partition</string> </value> <value> <string>slapos_free_computer_partition</string> </value>
</item> </item>
<item> <item>
<key> <string>periodicity_hour</string> </key> <key> <string>periodicity_hour</string> </key>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>garbage_collect_destroyed_root_tree</string> </value> <value> <string>slapos_garbage_collect_destroyed_root_tree</string> </value>
</item> </item>
<item> <item>
<key> <string>periodicity_hour</string> </key> <key> <string>periodicity_hour</string> </key>
...@@ -32,7 +32,9 @@ ...@@ -32,7 +32,9 @@
</item> </item>
<item> <item>
<key> <string>periodicity_hour_frequency</string> </key> <key> <string>periodicity_hour_frequency</string> </key>
<value> <int>1</int> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>periodicity_minute</string> </key> <key> <string>periodicity_minute</string> </key>
...@@ -40,6 +42,10 @@ ...@@ -40,6 +42,10 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>periodicity_month</string> </key> <key> <string>periodicity_month</string> </key>
<value> <value>
......
...@@ -66,7 +66,7 @@ if (instance.getSlapState() != "destroy_requested"):\n ...@@ -66,7 +66,7 @@ if (instance.getSlapState() != "destroy_requested"):\n
elif instance.getPortalType() == \'Slave Instance\':\n elif instance.getPortalType() == \'Slave Instance\':\n
is_slave = True\n is_slave = True\n
else:\n else:\n
raise NotImplementedError, "Unknow portal type %s of %s" % \\\n raise NotImplementedError, "Unknown portal type %s of %s" % \\\n
(instance.getPortalType(), instance.getRelativeUrl())\n (instance.getPortalType(), instance.getRelativeUrl())\n
\n \n
requester.requestInstance(\n requester.requestInstance(\n
......
149 150
\ No newline at end of file \ No newline at end of file
...@@ -8,6 +8,8 @@ person_module/template_member/** ...@@ -8,6 +8,8 @@ person_module/template_member/**
portal_alarms/promise_slapos_module_id_generator portal_alarms/promise_slapos_module_id_generator
portal_alarms/promise_slapos_pas portal_alarms/promise_slapos_pas
portal_alarms/slapos_allocate_instance portal_alarms/slapos_allocate_instance
portal_alarms/slapos_free_computer_partition
portal_alarms/slapos_garbage_collect_destroyed_root_tree
portal_alarms/slapos_update_computer_capacity_scope portal_alarms/slapos_update_computer_capacity_scope
software_installation_module/template_software_installation software_installation_module/template_software_installation
software_instance_module/template_software_instance software_instance_module/template_software_instance
\ No newline at end of file
862 863
\ No newline at end of file \ No newline at end of file
portal_alarms/cleanup_active_process portal_alarms/cleanup_active_process
portal_alarms/confirm_planned_sale_invoice_transaction portal_alarms/confirm_planned_sale_invoice_transaction
portal_alarms/deliver_subscription_sale_packing_list portal_alarms/deliver_subscription_sale_packing_list
portal_alarms/free_computer_partition
portal_alarms/garbage_collect_destroyed_root_tree
portal_alarms/stop_confirmed_sale_invoice_transaction portal_alarms/stop_confirmed_sale_invoice_transaction
portal_alarms/vifib_assert_hosting_subscription_predecessor portal_alarms/vifib_assert_hosting_subscription_predecessor
portal_alarms/vifib_bang_selenium_tester_instance portal_alarms/vifib_bang_selenium_tester_instance
......
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