Roy Golan has submitted this change and it was merged.
Change subject: core: share a tranlation table of osinfo with DWH
......................................................................
core: share a tranlation table of osinfo with DWH
Added table dwh_osinfo table with os_id, os_name
On boot, engine loads osinfo, truncates the table and populate it from
what osinfo loaded.
Change-Id: Iad8fc58166534abba0f22d81a733a69bcfaf385b
Signed-off-by: Roy Golan <rgolan(a)redhat.com>
Bug-Url:
https://bugzilla.redhat.com/977440
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
M
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/DbFacade.java
A packaging/dbscripts/dwh_translation_tables_sp.sql
A packaging/dbscripts/upgrade/03_03_0880_add_dwh_osinfo_table.sql
4 files changed, 50 insertions(+), 0 deletions(-)
Approvals:
Roy Golan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17767
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iad8fc58166534abba0f22d81a733a69bcfaf385b
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server