You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/08 06:24:16 UTC

[GitHub] [cloudstack] shwstppr commented on a change in pull request #3680: [WIP: DO NOT MERGE] CloudStack Kubernetes Service

shwstppr commented on a change in pull request #3680: [WIP: DO NOT MERGE] CloudStack Kubernetes Service
URL: https://github.com/apache/cloudstack/pull/3680#discussion_r364079022
 
 

 ##########
 File path: engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql
 ##########
 @@ -34,3 +34,95 @@ UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=284 AND display_name=
 UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=285 AND display_name="Red Hat Enterprise Linux 7.6";
 UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=286 AND display_name="Red Hat Enterprise Linux 8.0";
 
+-- Kubernetes service
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server',
+'cloud.kubernetes.service.enabled', 'false', 'Indicates whether Kubernetes Service plugin is enabled or not. Management server restart needed on change', 'false', NULL, NULL, 0);
 
 Review comment:
   Fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services