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

Percona xtradb cluster 5.7 with consul in docker swarm cluster

Percona xtradb cluster 5.7 with consul in docker swarm cluster Create percona xtradb cluster in docker swarm cluster. REQUIREMENTS 3 nodes swarm workers(node1,node2,node3) 1 node swarm manager(node4) Ip’s v4 nodes node1 – swarm worker – 192.168.1.108 node2 – swarm worker – 192.168.1.109 node3 – swarm worker – 192.168.1.110 node4 – swarm manager – 192.168.1.111 PREPARE […]

Читать дальше… from Percona xtradb cluster 5.7 with consul in docker swarm cluster

Semantic-release(Fully automated version management and package publishing) with gitlab and gitlab ci/cd tools and rocket chat(slack)

Semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package. Plus: added integtration with rocketchat/slack Requements gitlab gitlab runner rocketchat(slack) integration with webhook Create user with token Let’s get user token from gitlab, which has access to target repo F2LPsnFHpa_s1yf8sddddssasas Create inegration webhook incoming […]

Читать дальше… from Semantic-release(Fully automated version management and package publishing) with gitlab and gitlab ci/cd tools and rocket chat(slack)

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