Hi Daan,

These are already added for 4.4's schema-430to440.sql (and your second mail
is the same as the first case of first mail...)

dcb0db6084 (Sheng Yang          2014-04-16 20:13:16 -0700 1660) INSERT INTO
`cloud`.`configuration`(category, instance, component, name, value,
description, default_value) VALUES ('Advanced', 'DEFAULT',
'NetworkOrchestrationService', 'router.r

3578c7137f (Sheng Yang          2014-04-18 23:27:12 -0700 1669)
3578c7137f (Sheng Yang          2014-04-18 23:27:12 -0700 1670) INSERT INTO
`cloud`.`configuration`(category, instance, component, name, value,
description, default_value) VALUES ('Advanced', 'DEFAULT',
'NetworkOrchestrationService', 'router.a

--Sheng

On Tue, Sep 23, 2014 at 3:05 AM, Daan Hoogland <daan.hoogl...@gmail.com>
wrote:

> I see one more of them:
>
> INSERT INTO `cloud`.`configuration`(category, instance, component, name,
> value, description, default_value) VALUES ('Advanced', 'DEFAULT',
> 'NetworkOrchestrationService', 'router.redundant.vrrp.interval', '1',
> 'seconds between VRRP broadcast. It would 3 times broadcast fail to trigger
> fail-over mechanism of redundant router', '1') ON DUPLICATE KEY UPDATE
> category='Advanced';
>
>
> On Tue, Sep 23, 2014 at 11:38 AM, Daan Hoogland <daan.hoogl...@gmail.com>
> wrote:
>
> > Sheng,
> >
> > these two lines where added by you to the file schema-430to440.sql in
> > master but not in 4.4
> >
> > INSERT INTO `cloud`.`configuration`(category, instance, component, name,
> > value, description, default_value) VALUES ('Advanced', 'DEFAULT',
> > 'NetworkOrchestrationService', 'router.redundant.vrrp.interval', '1',
> > 'seconds between VRRP broadcast. It would 3 times broadcast fail to
> trigger
> > fail-over mechanism of redundant router', '1') ON DUPLICATE KEY UPDATE
> > category='Advanced';
> > INSERT INTO `cloud`.`configuration`(category, instance, component, name,
> > value, description, default_value) VALUES ('Advanced', 'DEFAULT',
> > 'NetworkOrchestrationService', 'router.aggregation.command.each.timeout',
> > '3', 'timeout in seconds for each Virtual Router command being
> aggregated.
> > The final aggregation command timeout would be determined by this
> timeout *
> > commands counts ', '3') ON DUPLICATE KEY UPDATE category='Advanced';
> >
> > Is it sensible to add them in 4.4 as well?
> >
> > --
> > Daan
> >
>
>
>
> --
> Daan
>

Reply via email to