From 52e8d5c4da0cd1dc938c8595bd4136b3bf77970f Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Fri, 5 Aug 2011 23:21:23 -0700 Subject: [PATCH] bug 11005: upgrade must enable lb on system guest network --- setup/db/db/schema-228to229.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-228to229.sql b/setup/db/db/schema-228to229.sql index 4cc872995f6..ddaca54a30e 100644 --- a/setup/db/db/schema-228to229.sql +++ b/setup/db/db/schema-228to229.sql @@ -62,6 +62,8 @@ INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-serv INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'network.loadbalancer.basiczone.elb.vm.vcpu.num', '1', 'Number of VCPU for the elastic load balancer vm'); UPDATE `cloud`.`nics` SET strategy='Start' where reserver_name='DirectPodBasedNetworkGuru'; +UPDATE `cloud`.`network_offerings` SET lb_service=1 where unique_name='System-Guest-Network'; + CREATE TABLE `cloud`.`elastic_lb_vm_map` ( `id` bigint unsigned NOT NULL auto_increment,