Skip to content

Commit

Permalink
Include Kibana in list of multiversion schema
Browse files Browse the repository at this point in the history
Kibana was made multiversion in the last release, but this step was forgotten.
  • Loading branch information
jrha committed Dec 20, 2023
1 parent 91cd898 commit 28fd3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_templates.sh
Expand Up @@ -391,7 +391,7 @@ find . -type f ! -regex '^./pan/.*' ! -regex '^./build_temp/.*' -name *.pan | gr
find . -type f ! -regex '^./build_temp/.*' -name *.pan | grep -v yumng | xargs sed -n "s/^\(unique[ ]\+\)\?template[ ]\+\(.*\);/include '\2';/p" |sort >> build_temp/test.pan

# fix for multiversion metaconfig
sed -i '/.*metaconfig\/\(elasticsearch\|logstash\|beats\)\/.*_[0-9].*/d' build_temp/test.pan
sed -i '/.*metaconfig\/\(elasticsearch\|logstash\|beats\|kibana\)\/.*_[0-9].*/d' build_temp/test.pan
# none-versioned ganesha templates are v1
sed -i "/.*metaconfig\/ganesha\/\(config\(_v1\)\?\|schema\)'/d" build_temp/test.pan
sed -i "/.*metaconfig\/ganesha\/fsal.*/d" build_temp/test.pan
Expand Down

0 comments on commit 28fd3d2

Please sign in to comment.