Skip to content

Commit

Permalink
Passing sandesh files to Gen-Doc
Browse files Browse the repository at this point in the history
Stats table schema is now generated from sandesh files directly. However,
there are some files which were not being passed to generator code so
corresponding tables were not generated.

Change-Id: Ic359d0df55c6aaf018b3b02a25fd33aa58999be0
Closes-Bug: #1628847
  • Loading branch information
bansalnikhil committed Sep 29, 2016
1 parent 3f10bea commit cd9bc6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/analytics/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ CollectorDocFiles += AnalyticsEnv['ANALYTICS_DOC_FILES']
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('collector_uve.sandesh')
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('uflow.sandesh')
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('sflow.sandesh')
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('../database/gendb.sandesh')
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('../database/cassandra/cql/cql.sandesh')
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('#tools/sandesh/library/common/sandesh_uve.sandesh')
CollectorDocFiles += AnalyticsEnv.SandeshGenDoc('#tools/sandesh/library/common/derived_stats_results.sandesh')

# Please update sandesh/common/vns.sandesh on process name change
AnalyticsEnv.Alias('install', AnalyticsEnv.InstallAs(
Expand Down

0 comments on commit cd9bc6e

Please sign in to comment.