Skip to content
Snippets Groups Projects
Commit 7ecdac7f authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-398: code cleanup

parent e4f7f4b8
No related branches found
No related tags found
1 merge request!161Resolve L2SS-398 "Archiver multi es"
...@@ -54,7 +54,7 @@ services: ...@@ -54,7 +54,7 @@ services:
/bin/bash -c " /bin/bash -c "
wait-for-it.sh archiver-maria-db:3306 --timeout=30 --strict -- wait-for-it.sh archiver-maria-db:3306 --timeout=30 --strict --
wait-for-it.sh ${TANGO_HOST} --timeout=30 --strict -- wait-for-it.sh ${TANGO_HOST} --timeout=30 --strict --
hdbppes-srv 02" hdbppes-srv 03"
restart: unless-stopped restart: unless-stopped
hdbpp-cm: hdbpp-cm:
......
...@@ -104,32 +104,6 @@ RUN cd hdbpp-es \ ...@@ -104,32 +104,6 @@ RUN cd hdbpp-es \
--requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \ --requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \
make install make install
RUN git clone -b v1.0.1 --depth 1 https://github.com/tango-controls-hdbpp/hdbpp-es.git
RUN cd hdbpp-es2 \
&& make TANGO_INC=/usr/local/include/tango
RUN cd hdbpp-es2 \
&& checkinstall \
--install=yes \
--fstrans=no \
--showinstall=no \
--backup=no \
--type=debian \
--pkgsource="https://github.com/tango-controls-hdbpp/hdbpp-es" \
--pkglicense="GPLv3" \
--deldesc=no \
--nodoc \
--strip \
--stripso \
--maintainer="tango" \
--pkgarch=$(dpkg --print-architecture) \
--pkgversion="1.0.1" \
--pkgrelease="SNAPSHOT" \
--pkgname="hdbpp-es" \
--requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \
make install
RUN git clone -b v1.0.0 --depth 1 https://github.com/tango-controls-hdbpp/hdbpp-cm.git RUN git clone -b v1.0.0 --depth 1 https://github.com/tango-controls-hdbpp/hdbpp-cm.git
RUN cd hdbpp-cm \ RUN cd hdbpp-cm \
...@@ -165,7 +139,6 @@ RUN apt-get update && \ ...@@ -165,7 +139,6 @@ RUN apt-get update && \
RUN dpkg -i /libhdbpp/build/libhdbpp_1.0.0-SNAPSHOT_amd64.deb RUN dpkg -i /libhdbpp/build/libhdbpp_1.0.0-SNAPSHOT_amd64.deb
RUN dpkg -i /libhdbpp-mysql/libhdbpp-mysql_1.1.0-SNAPSHOT_amd64.deb RUN dpkg -i /libhdbpp-mysql/libhdbpp-mysql_1.1.0-SNAPSHOT_amd64.deb
RUN dpkg -i /hdbpp-es/hdbpp-es_1.0.1-SNAPSHOT_amd64.deb RUN dpkg -i /hdbpp-es/hdbpp-es_1.0.1-SNAPSHOT_amd64.deb
RUN dpkg -i /hdbpp-es2/hdbpp-es_1.0.1-SNAPSHOT_amd64.deb
RUN dpkg -i /hdbpp-cm/hdbpp-cm_1.0.0-SNAPSHOT_amd64.deb RUN dpkg -i /hdbpp-cm/hdbpp-cm_1.0.0-SNAPSHOT_amd64.deb
RUN ldconfig RUN ldconfig
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
} }
}, },
"02": { "03": {
"HdbEventSubscriber": { "HdbEventSubscriber": {
"archiving/hdbpp/eventsubscriber02": { "archiving/hdbpp/eventsubscriber02": {
"attribute_properties": {}, "attribute_properties": {},
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"archiving/hdbpp/confmanager01": { "archiving/hdbpp/confmanager01": {
"attribute_properties": {}, "attribute_properties": {},
"properties": { "properties": {
"ArchiverList": ["archiving/hdbpp/eventsubscriber01","archiving/hdbpp/eventsubscriber02"], "ArchiverList": ["archiving/hdbpp/eventsubscriber01"],
"MaxSearchSize": ["1000"], "MaxSearchSize": ["1000"],
"LibConfiguration": ["host=archiver-maria-db","libname=libhdb++mysql.so.6","dbname=hdbpp","port=3306", "user=tango", "password=tango"], "LibConfiguration": ["host=archiver-maria-db","libname=libhdb++mysql.so.6","dbname=hdbpp","port=3306", "user=tango", "password=tango"],
"polled_attr": [] "polled_attr": []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment