forked from archiver_config/sf_databuffer
removed CAMS142-M1 as it now comes from camserver
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": 2,
|
||||
"metadata": {
|
||||
"hide_input": false
|
||||
},
|
||||
@@ -985,22 +985,11 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 11,
|
||||
"execution_count": 6,
|
||||
"metadata": {
|
||||
"scrolled": true
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"<Response [200]>"
|
||||
]
|
||||
},
|
||||
"execution_count": 11,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
],
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Rebuild cache of data-api\n",
|
||||
"response = requests.post(\"https://data-api.psi.ch/sf/channels/config\", json={\"reload\": \"true\"})"
|
||||
@@ -1008,7 +997,16 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 15,
|
||||
"execution_count": 7,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"channels = response.json()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 8,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
@@ -11403,7 +11401,7 @@
|
||||
" {'source': 'tcp://daqsf-sioc-cs-61.psi.ch:9010',\n",
|
||||
" 'backend': 'sf-imagebuffer',\n",
|
||||
" 'type': 'uint16',\n",
|
||||
" 'shape': [1280, 1024],\n",
|
||||
" 'shape': [2560, 2160],\n",
|
||||
" 'name': 'SARBD01-DSCR050:FPICTURE'},\n",
|
||||
" {'source': 'tcp://daqsf-sioc-cs-62.psi.ch:9010',\n",
|
||||
" 'backend': 'sf-imagebuffer',\n",
|
||||
@@ -11443,7 +11441,7 @@
|
||||
" {'source': 'tcp://daqsf-sioc-cs-81.psi.ch:9010',\n",
|
||||
" 'backend': 'sf-imagebuffer',\n",
|
||||
" 'type': 'uint16',\n",
|
||||
" 'shape': [1280, 1024],\n",
|
||||
" 'shape': [659, 494],\n",
|
||||
" 'name': 'SARES11-XPR125-C4P2:FPICTURE'},\n",
|
||||
" {'source': 'tcp://daqsf-daqsync-05.psi.ch:9002',\n",
|
||||
" 'backend': 'sf-imagebuffer',\n",
|
||||
@@ -11902,13 +11900,13 @@
|
||||
" 'name': 'SLG-LCAM-C104:FPICTURE'}]}]"
|
||||
]
|
||||
},
|
||||
"execution_count": 15,
|
||||
"execution_count": 8,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"response.json()"
|
||||
"channels"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ More details on the gitutils command can be found at: https://gitutils.readthedo
|
||||
|
||||
# Administration
|
||||
|
||||
If there are new changes to this configuration (either through a merge request or direct commit) the configuration needs to be uploaded to the Data/ImageBuffer. To do so clone or pull the latest changes from this repository and execute the `./upload.sh` script that comes with this repository.
|
||||
If there are new changes to this configuration (either through a merge request or direct commit) the configuration needs to be uploaded to the Data/ImageBuffer. To do so clone or pull the latest changes from this repository and execute the `./bufferutils upload` script that comes with this repository (you have to be on a machine that have /opt/gfa/python available!).
|
||||
|
||||
|
||||
# Configuration Management
|
||||
|
||||
@@ -48,3 +48,13 @@
|
||||
systemd:
|
||||
state: started
|
||||
name: daq-query-node
|
||||
|
||||
|
||||
- name: restart data api
|
||||
hosts: data_api
|
||||
become: true
|
||||
tasks:
|
||||
- name: start data-api
|
||||
systemd:
|
||||
state: restarted
|
||||
name: data-api
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
/* Aramis ESB-Bernina */
|
||||
,{"stream":"tcp://daqsf-sioc-cs-83.psi.ch:8060","split":4,"backend":"sf-imagebuffer"}
|
||||
,{"stream":"tcp://daqsf-sioc-cs-83.psi.ch:9000","split":4,"backend":"sf-imagebuffer"}
|
||||
/* ,{"stream":"tcp://daqsf-sioc-cs-83.psi.ch:9000","split":4,"backend":"sf-imagebuffer"} */
|
||||
,{"stream":"tcp://daqsf-sioc-cs-83.psi.ch:9010","split":4,"backend":"sf-imagebuffer"}
|
||||
,{"stream":"tcp://daqsf-sioc-cs-83.psi.ch:9020","split":4,"backend":"sf-imagebuffer"}
|
||||
/* ,{"stream":"tcp://daqsf-sioc-cs-83.psi.ch:9030","split":4,"backend":"sf-imagebuffer"} */
|
||||
|
||||
Reference in New Issue
Block a user