Shubhendu Tripathi has posted comments on this change.

Change subject: core: Added the table vds_deloy_config
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/27028/3/packaging/dbscripts/upgrade/03_05_0330_create_vds_deploy_config_table.sql
File packaging/dbscripts/upgrade/03_05_0330_create_vds_deploy_config_table.sql:

Line 4: (
Line 5:         cfg_id integer DEFAULT 
nextval('vds_deploy_config_seq'::regclass) NOT NULL,
Line 6:     cfg_name VARCHAR(128) NOT NULL,
Line 7:     cfg_type VARCHAR(32) NOT NULL,
Line 8:     cfg_value VARCHAR(4000) NOT NULL
> The details captured here are only of Nagios Server. There is no node detai
Got the point. Will add a host field, and in current scenarios it would always 
be null. At later stage if required it could be used.
Line 9: );
Line 10: 
Line 11: -- create index for cfg_name
Line 12: CREATE unique INDEX IDX_vds_deploy_config_cfg_name ON 
vds_deploy_config(cfg_name);


-- 
To view, visit http://gerrit.ovirt.org/27028
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifc58b36dccfd23165dd5b0dfb7c2c86cf261f488
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shubhendu Tripathi <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to