Sandro Bonazzola has uploaded a new change for review. Change subject: build: post ovirt-engine-dwh-3.3.4 ......................................................................
build: post ovirt-engine-dwh-3.3.4 Change-Id: I8385c95737a8faf259dd996a7cfad25b9d812c8b Signed-off-by: Sandro Bonazzola <[email protected]> --- M data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_3/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_3/contexts/Default.properties M data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml M data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml M data-warehouse/history_etl/etl_sources/packaging/pom.xml M data-warehouse/history_etl/etl_sources/pom.xml M data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml M data-warehouse/history_etl/pom.xml M data-warehouse/history_etl/tos_project/context/connectionJDBC_3.3.item M data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.item M data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.item M data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/set_etl_minimal_version.sql M data-warehouse/pom.xml M pom.xml M version.mak 15 files changed, 22 insertions(+), 22 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/86/24986/1 diff --git a/data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_3/contexts/Default.properties b/data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_3/contexts/Default.properties index f3ecdb7..547cbae 100644 --- a/data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_3/contexts/Default.properties +++ b/data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_3/contexts/Default.properties @@ -3,7 +3,7 @@ ovirtEngineHistoryDbDriverClass=org.postgresql.Driver ovirtEngineHistoryMinimalETL=null ovirtEngineHistoryDbUser=postgres -etlVersion=3.3.4 +etlVersion=3.3.5 ovirtMinimalETL=null ovirtEngineHistoryDbJdbcConnection=jdbc\:postgresql\://localhost\:5432/ovirt_engine_history?stringtype\=unspecified ovirtEngineDbPassword= diff --git a/data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_3/contexts/Default.properties b/data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_3/contexts/Default.properties index ec3a20c..b5fb4c9 100644 --- a/data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_3/contexts/Default.properties +++ b/data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_3/contexts/Default.properties @@ -15,7 +15,7 @@ timeBetweenErrorEvents=300000 hoursToKeepSamples=24 ovirtEnginePortalAddress=localhost -etlVersion=3.3.4 +etlVersion=3.3.5 ovirtEngineHistoryDbDriverClass=org.postgresql.Driver runTime=yyyy-MM-dd HH\:mm\:ss.SSSSSS;2011-07-03 12\:46\:47.000000 ovirtEngineHistoryDbPassword= diff --git a/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml b/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml index 927782c..1f4b862 100644 --- a/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml +++ b/data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>etl_sources</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <groupId>ovirt_engine_dwh</groupId> diff --git a/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml b/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml index 32cfccf..437adcb 100644 --- a/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml +++ b/data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>etl_sources</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>historyETLProcedure</artifactId> <packaging>jar</packaging> - <version>3.3.4</version> + <version>3.3.5</version> <name>History's ETL Procedure</name> <description>The jar that contains the oVirt Engine History DB ETL module</description> diff --git a/data-warehouse/history_etl/etl_sources/packaging/pom.xml b/data-warehouse/history_etl/etl_sources/packaging/pom.xml index 2f5688f..47a1ee5 100644 --- a/data-warehouse/history_etl/etl_sources/packaging/pom.xml +++ b/data-warehouse/history_etl/etl_sources/packaging/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>etl_sources</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>packaging</artifactId> <packaging>pom</packaging> - <version>3.3.4</version> + <version>3.3.5</version> <name>History's ETL Packaging</name> <description>Packaging</description> @@ -19,7 +19,7 @@ <dependency> <groupId>ovirt_engine_dwh</groupId> <artifactId>historyETLProcedure</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </dependency> <dependency> <groupId>postgresql</groupId> diff --git a/data-warehouse/history_etl/etl_sources/pom.xml b/data-warehouse/history_etl/etl_sources/pom.xml index 160a4fc..440cf2e 100644 --- a/data-warehouse/history_etl/etl_sources/pom.xml +++ b/data-warehouse/history_etl/etl_sources/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>history_etl</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <groupId>ovirt_engine_dwh</groupId> diff --git a/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml b/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml index 31e97a9..17e1adf 100644 --- a/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml +++ b/data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>etl_sources</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <groupId>ovirt_engine_dwh</groupId> diff --git a/data-warehouse/history_etl/pom.xml b/data-warehouse/history_etl/pom.xml index 2598282..2871c93 100644 --- a/data-warehouse/history_etl/pom.xml +++ b/data-warehouse/history_etl/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>data-warehouse</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <artifactId>history_etl</artifactId> diff --git a/data-warehouse/history_etl/tos_project/context/connectionJDBC_3.3.item b/data-warehouse/history_etl/tos_project/context/connectionJDBC_3.3.item index 5996ca9..73cd8d8 100644 --- a/data-warehouse/history_etl/tos_project/context/connectionJDBC_3.3.item +++ b/data-warehouse/history_etl/tos_project/context/connectionJDBC_3.3.item @@ -14,7 +14,7 @@ <contextParameter comment="Enter the amout of hour to keep Daily level records." name="hoursToKeepDaily" prompt="How many hours to keep of daily data?" promptNeeded="true" type="id_Integer" value="43800"/> <contextParameter comment="Enter the amout of hour to keep Samples level records." name="hoursToKeepSamples" prompt="How many hours to keep of samples data?" promptNeeded="true" type="id_Integer" value="24"/> <contextParameter comment="End run time." name="endTime" prompt="endTime?" promptNeeded="false" type="id_Date" value=""/> - <contextParameter comment="" name="etlVersion" prompt="etlVersion?" promptNeeded="false" type="id_String" value="3.3.4"/> + <contextParameter comment="" name="etlVersion" prompt="etlVersion?" promptNeeded="false" type="id_String" value="3.3.5"/> <contextParameter comment="Enter the time to run the delete job. Can only run on round hour 24 hours clock." name="runDeleteTime" prompt="runDeleteTime?" promptNeeded="true" type="id_Integer" value="3"/> <contextParameter comment="" name="lastErrorSent" prompt="lastErrorSent?" promptNeeded="true" type="id_Date" value="yyyy-MM-dd HH:mm:ss.SSSSSS;2011-07-03 12:46:47.000000"/> <contextParameter comment="Enter the amout of to wait between sending error events to audit log" name="timeBetweenErrorEvents" prompt="timeBetweenErrorEvents?" promptNeeded="true" type="id_Long" value="300000"/> diff --git a/data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.item b/data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.item index 38e0835..252da9c 100644 --- a/data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.item +++ b/data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.item @@ -3,7 +3,7 @@ <context confirmationNeeded="false" name="Default"> <contextParameter comment="" name="ovirtEngineHistoryMinimalETL" prompt="ovirtEngineHistoryMinimalETL?" promptNeeded="false" type="id_String" value="null"/> <contextParameter comment="" name="ovirtMinimalETL" prompt="ovirtMinimalETL?" promptNeeded="false" type="id_String" value="null"/> - <contextParameter comment="" name="etlVersion" prompt="etlVersion?" promptNeeded="false" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="3.3.4"/> + <contextParameter comment="" name="etlVersion" prompt="etlVersion?" promptNeeded="false" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="3.3.5"/> <contextParameter comment="Enter the JDBC driver class for the ovirt database." name="ovirtEngineDbDriverClass" prompt="Enter the JDBC driver class for the ovirt database." promptNeeded="true" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="org.postgresql.Driver"/> <contextParameter comment="Enter the JDBC driver class for the ovirt engine history database." name="ovirtEngineHistoryDbDriverClass" prompt="Enter the JDBC driver class for the ovirt engine history database." promptNeeded="true" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="org.postgresql.Driver"/> <contextParameter comment="Enter the ovirt engine history JDBC connection URL." name="ovirtEngineHistoryDbJdbcConnection" prompt="Enter the ovirt engine history JDBC connection URL." promptNeeded="true" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="jdbc:postgresql://localhost:5432/ovirt_engine_history?stringtype=unspecified"/> diff --git a/data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.item b/data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.item index b15afb5..c11f876 100644 --- a/data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.item +++ b/data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.item @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <talendfile:ProcessType xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:talendfile="platform:/resource/org.talend.model/model/TalendFile.xsd" defaultContext="Default"> <context confirmationNeeded="false" name="Default"> - <contextParameter comment="" name="etlVersion" prompt="etlVersion?" promptNeeded="false" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="3.3.4"/> + <contextParameter comment="" name="etlVersion" prompt="etlVersion?" promptNeeded="false" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_String" value="3.3.5"/> <contextParameter comment="Enter the amout of hour to keep Daily level records." name="hoursToKeepDaily" prompt="How many hours to keep of daily data?" promptNeeded="true" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_Integer" value="43800"/> <contextParameter comment="Enter the amout of hour to keep Hourly level records." name="hoursToKeepHourly" prompt="How many hours to keep of hourly data?" promptNeeded="true" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_Integer" value="1440"/> <contextParameter comment="Enter the amout of hour to keep Samples level records." name="hoursToKeepSamples" prompt="How many hours to keep of samples data?" promptNeeded="true" repositoryContextId="_3OYLIEP_EeC5PvJxFZIIsw" type="id_Integer" value="24"/> diff --git a/data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/set_etl_minimal_version.sql b/data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/set_etl_minimal_version.sql index 7899fa3..1b10bc0 100644 --- a/data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/set_etl_minimal_version.sql +++ b/data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/set_etl_minimal_version.sql @@ -1,2 +1,2 @@ -INSERT INTO history_configuration(var_name,var_value) SELECT 'MinimalETLVersion','3.3.4' WHERE not exists (SELECT var_name FROM history_configuration WHERE var_name = 'MinimalETLVersion'); -UPDATE history_configuration SET var_value = '3.3.4' WHERE var_name = 'MinimalETLVersion'; +INSERT INTO history_configuration(var_name,var_value) SELECT 'MinimalETLVersion','3.3.5' WHERE not exists (SELECT var_name FROM history_configuration WHERE var_name = 'MinimalETLVersion'); +UPDATE history_configuration SET var_value = '3.3.5' WHERE var_name = 'MinimalETLVersion'; diff --git a/data-warehouse/pom.xml b/data-warehouse/pom.xml index 5e947b1..02e52dd 100644 --- a/data-warehouse/pom.xml +++ b/data-warehouse/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>ovirt_engine_dwh</groupId> <artifactId>root</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> </parent> <artifactId>data-warehouse</artifactId> diff --git a/pom.xml b/pom.xml index 27e26da..1cd6313 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>ovirt_engine_dwh</groupId> <artifactId>root</artifactId> - <version>3.3.4</version> + <version>3.3.5</version> <packaging>pom</packaging> <name>oVirt Engine DWH Root Project</name> @@ -14,7 +14,7 @@ <properties> <!-- dependency versions --> - <ovirt-dwh.version>3.3.4</ovirt-dwh.version> + <ovirt-dwh.version>3.3.5</ovirt-dwh.version> <version.commons-collections>3.2.1</version.commons-collections> <version.log4j>1.2.14</version.log4j> <version.dom4j>1.6.1</version.dom4j> diff --git a/version.mak b/version.mak index f991a4b..12c230c 100644 --- a/version.mak +++ b/version.mak @@ -4,7 +4,7 @@ # Fix release is manually specified, # increment after releasing/branching -FIX_RELEASE=4 +FIX_RELEASE=5 # Milestone is manually specified, # example for ordering: @@ -21,7 +21,7 @@ # - master # - <none> # -MILESTONE= +MILESTONE=master # RPM release is manually specified, # For pre-release: @@ -32,4 +32,4 @@ # RPM_RELEASE=N # while N is incremented each re-release # -RPM_RELEASE=1 +RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) -- To view, visit http://gerrit.ovirt.org/24986 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8385c95737a8faf259dd996a7cfad25b9d812c8b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: ovirt-3.3 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
