This is an automated email from the ASF dual-hosted git repository.

harikrishna pushed a commit to branch ExtensionMaaS
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit ea7807ebd11a9f1783de8bb5c41f67f0ffe30095
Author: Harikrishna Patnala <harikrishna.patn...@gmail.com>
AuthorDate: Thu Sep 11 13:40:01 2025 +0530

    Added sql entries
---
 engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql 
b/engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql
index 4fcb2b75de5..97f11066a6d 100644
--- a/engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql
@@ -28,3 +28,6 @@ CALL 
`cloud`.`IDEMPOTENT_CHANGE_COLUMN`('cloud.domain_router', 'scripts_version'
 
 -- Add the column cross_zone_instance_creation to cloud.backup_repository. if 
enabled it means that new Instance can be created on all Zones from Backups on 
this Repository.
 CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.backup_repository', 
'cross_zone_instance_creation', 'TINYINT(1) DEFAULT NULL COMMENT ''Backup 
Repository can be used for disaster recovery on another zone''');
+
+CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Sample extension for 
Baremetal MaaS written in python', 'MaaS/maas.py');
+CALL `cloud`.`INSERT_EXTENSION_DETAIL_IF_NOT_EXISTS`('MaaS', 
'orchestratorrequirespreparevm', 'true', 0);

Reply via email to