Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
slapos.core
Commits
145eb38c
Commit
145eb38c
authored
Oct 30, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move alarm to rebranded BT5.
parent
67b72038
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
8 deletions
+14
-8
master/bt5/slapos_cloud/PathTemplateItem/portal_alarms/slapos_free_computer_partition.xml
...lateItem/portal_alarms/slapos_free_computer_partition.xml
+1
-1
master/bt5/slapos_cloud/PathTemplateItem/portal_alarms/slapos_garbage_collect_destroyed_root_tree.xml
...tal_alarms/slapos_garbage_collect_destroyed_root_tree.xml
+8
-2
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/Alarm_garbageCollectDestroyedRootTree.xml
...ns/slapos_cloud/Alarm_garbageCollectDestroyedRootTree.xml
+0
-0
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/Alarm_searchComputerPartitionAndMarkFree.xml
...slapos_cloud/Alarm_searchComputerPartitionAndMarkFree.xml
+0
-0
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/Instance_tryToGarbageCollect.xml
...ortal_skins/slapos_cloud/Instance_tryToGarbageCollect.xml
+1
-1
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/Instance_tryToUnallocatePartition.xml
..._skins/slapos_cloud/Instance_tryToUnallocatePartition.xml
+0
-0
master/bt5/slapos_cloud/bt/revision
master/bt5/slapos_cloud/bt/revision
+1
-1
master/bt5/slapos_cloud/bt/template_path_list
master/bt5/slapos_cloud/bt/template_path_list
+2
-0
master/bt5/vifib_slap/bt/revision
master/bt5/vifib_slap/bt/revision
+1
-1
master/bt5/vifib_slap/bt/template_path_list
master/bt5/vifib_slap/bt/template_path_list
+0
-2
No files found.
master/bt5/
vifib_slap/PathTemplateItem/portal_alarms/
free_computer_partition.xml
→
master/bt5/
slapos_cloud/PathTemplateItem/portal_alarms/slapos_
free_computer_partition.xml
View file @
145eb38c
...
...
@@ -20,7 +20,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
free_computer_partition
</string>
</value>
<value>
<string>
slapos_
free_computer_partition
</string>
</value>
</item>
<item>
<key>
<string>
periodicity_hour
</string>
</key>
...
...
master/bt5/
vifib_slap/PathTemplateItem/portal_alarms/
garbage_collect_destroyed_root_tree.xml
→
master/bt5/
slapos_cloud/PathTemplateItem/portal_alarms/slapos_
garbage_collect_destroyed_root_tree.xml
View file @
145eb38c
...
...
@@ -22,7 +22,7 @@
</item>
<item>
<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>
<key>
<string>
periodicity_hour
</string>
</key>
...
...
@@ -32,7 +32,9 @@
</item>
<item>
<key>
<string>
periodicity_hour_frequency
</string>
</key>
<value>
<int>
1
</int>
</value>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
periodicity_minute
</string>
</key>
...
...
@@ -40,6 +42,10 @@
<tuple/>
</value>
</item>
<item>
<key>
<string>
periodicity_minute_frequency
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
<item>
<key>
<string>
periodicity_month
</string>
</key>
<value>
...
...
master/bt5/
vifib_slap/SkinTemplateItem/portal_skins/vifib_slap
/Alarm_garbageCollectDestroyedRootTree.xml
→
master/bt5/
slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud
/Alarm_garbageCollectDestroyedRootTree.xml
View file @
145eb38c
File moved
master/bt5/
vifib_slap/SkinTemplateItem/portal_skins/vifib_slap
/Alarm_searchComputerPartitionAndMarkFree.xml
→
master/bt5/
slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud
/Alarm_searchComputerPartitionAndMarkFree.xml
View file @
145eb38c
File moved
master/bt5/
vifib_slap/SkinTemplateItem/portal_skins/vifib_slap
/Instance_tryToGarbageCollect.xml
→
master/bt5/
slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud
/Instance_tryToGarbageCollect.xml
View file @
145eb38c
...
...
@@ -66,7 +66,7 @@ if (instance.getSlapState() != "destroy_requested"):\n
elif instance.getPortalType() == \'Slave Instance\':\n
is_slave = True\n
else:\n
raise NotImplementedError, "Unknow portal type %s of %s" % \\\n
raise NotImplementedError, "Unknow
n
portal type %s of %s" % \\\n
(instance.getPortalType(), instance.getRelativeUrl())\n
\n
requester.requestInstance(\n
...
...
master/bt5/
vifib_slap/SkinTemplateItem/portal_skins/vifib_slap
/Instance_tryToUnallocatePartition.xml
→
master/bt5/
slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud
/Instance_tryToUnallocatePartition.xml
View file @
145eb38c
File moved
master/bt5/slapos_cloud/bt/revision
View file @
145eb38c
149
\ No newline at end of file
150
\ No newline at end of file
master/bt5/slapos_cloud/bt/template_path_list
View file @
145eb38c
...
...
@@ -8,6 +8,8 @@ person_module/template_member/**
portal_alarms/promise_slapos_module_id_generator
portal_alarms/promise_slapos_pas
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
software_installation_module/template_software_installation
software_instance_module/template_software_instance
\ No newline at end of file
master/bt5/vifib_slap/bt/revision
View file @
145eb38c
862
\ No newline at end of file
863
\ No newline at end of file
master/bt5/vifib_slap/bt/template_path_list
View file @
145eb38c
portal_alarms/cleanup_active_process
portal_alarms/confirm_planned_sale_invoice_transaction
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/vifib_assert_hosting_subscription_predecessor
portal_alarms/vifib_bang_selenium_tester_instance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment