Gitlab docker snippets

Gitlab docker snippets Gitlab migrate strategy docker GItlab docker update order. gitlab/gitlab-ce:12.9.10-ce.0 gitlab/gitlab-ce:12.10.14-ce.0 gitlab/gitlab-ce:13.0.6-ce.0 gitlab/gitlab-ce:13.1.8-ce.0 gitlab/gitlab-ce:13.2.6-ce.0 gitlab/gitlab-ce:13.3.0-ce.1 gitlab/gitlab-ce:13.3.6-ce.0 gitlab/gitlab-ce:13.4.2-ce.0 gitlab/gitlab-ce:13.5.1-ce.0 gitlab/gitlab-ce:13.6.1-ce.0 gitlab/gitlab-ce:13.7.0-rc3.ce.0 gitlab/gitlab-ce:13.8.0-ce.0 Gitlab errors Error 1 error 1 During update gitlab in docker Error executing action create on resource 'template[/var/log/gitlab/redis/config]' Fix error1 Stop docker and start docker After start docker exec commands docker exec […]

Читать дальше… from Gitlab docker snippets

Ceph deploy via cephadm on ubuntu 20.04 on 3 nodes

Ceph deploy via cephadm Post about how deploy ceph deploy via cephadm on ubuntu 20.04 on 3 nodes REQUIREMENTS 3 nodes, with additional drive(in this example /dev/sdb) ubuntu/debian Systemd Podman or Docker for running containers Time synchronization (such as chrony or NTP) PREPARE Edit /etc/hosts 192.168.56.101 node1 node1.linuxdemo.local 192.168.56.102 node2 node2.linuxdemo.local 192.168.56.103 node3 node3.linuxdemo.local Set […]

Читать дальше… from Ceph deploy via cephadm on ubuntu 20.04 on 3 nodes

Транк с регистрацией в мтс на asterisk

Транк с регистрацией в мтс Конфиг для asterisk [general] context=incoming limitonpeers=yes allowguest=no ; disable unauthenticated calls alwaysauthreject=yes bindport=5060 bindaddr=0.0.0.0 transport=udp srvlookup=yes tos_audio=ef tos_sip=cs3 maxexpiry=1800 minexpiry=60 defaultexpiry=60 disallow=all allow=alaw allow=ulaw allow=g729 language=ru relaxdtmf=yes rtsavesysname=yes rtptimeout=60 rtpholdtimeout=1900 progressinband=yes notifyringing=yes notifyhold=yes callevents=yes callcounter=yes nat=no rtcachefriends=yes rtupdate=yes rtautoclear=yes ignoreregexpire=yes jbenable=yes jbimpl=adaptive jblog=yes jbmaxsize=200 recordhistory=yes registerattempts=0 registertimeout=30 useragent=Asterisk PBX qualifyfreq=20 […]

Читать дальше… from Транк с регистрацией в мтс на asterisk

Elasticsearch opendistrowatch helper script

Elasticsearch helper scriptsClone script from https://gitlab.com/itc-life/elk_snippets git clone https://gitlab.com/itc-life/elk_snippets Script usage usage ./ek_helper_script_opendistro.sh “ek_index_show_size” – run ek_index_show_size usage ./ek_helper_script_opendistro.sh “copy” – run ek_replica_set usage ./ek_helper_script_opendistro.sh “ek_index_delete_wildcard” “docker_postgres”- delete wildcard index usage ./ek_helper_script_opendistro.sh “docker_truncate_logs” – truncate docker logs Помните: для этого контента требуется JavaScript. Свежие комментарииSeViMi к записи Как добавить свой сайт во все Rss ленты […]

Читать дальше… from Elasticsearch opendistrowatch helper script