Questions tagged [swarm]

Swarm is a web-based code review and collaboration tool for Perforce.

320 questions
2
votes
1 answer

JGroups doesnt form a cluster while running inside docker across multiple nodes

Im running jgroups application inside docker containers. Containers are running across two nodes (A & B) and they are all connected using docker swarm mode overlay network. I referred to https://docs.docker.com/engine/swarm/networking/ Here is what…
Pragalathan M
  • 1,673
  • 1
  • 14
  • 19
2
votes
0 answers

Enable external network access from my docker swarm

I have a docker swarm running in my environment. Each service instance can see the others instances, so far, so good. The problem is that this services should access a database witch is in a DMZ (and I'm not having too much success in this). So, I…
2
votes
0 answers

Connect MySQL container to docker swarm

I have a swarm with 3 physical hosts. I want to run a cluster of containers that run my Python application. The python program communicates with a Mysql db which is in another container and inserts data into it. I would like to have a single…
Giada Confortola
  • 171
  • 1
  • 2
  • 10
2
votes
1 answer

Docker can create a new swarm

I am using the docker docs to create a swarm https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/ [centos@dsm-manager1 ~]$ docker swarm init --advertise-addr 10.192.10.220 Error response from daemon: --live-restore daemon configuration…
2
votes
1 answer

Update Swarm review with a new Perforce shelf

We have Swarm-Perforce integration enabled and I have requested a review Y on a shelf A. I have gotten a few comments and have changed/added files and created a new shelf B (I do not want to replace A because I may want to come back to it). Is there…
Kostas
  • 1,292
  • 1
  • 13
  • 20
2
votes
0 answers

Can't use keystoreRelativeTo path in ManagementFraction of Wildfly swarm

I have problem with keystoreRelativeTo option in ManagementFraction of Wildfly swarm app. Here is the code: public static void main(String[] args) throws Exception { Swarm swarm = new Swarm(args); Archive archive…
Miroslaw
  • 221
  • 2
  • 8
2
votes
1 answer

Reviewing with Perforce and Swarm

I am trying to make a review of change shelved with command line client. My friend created new file and added it with p4 add filename. Then it was shelved (p4 shelve). Then, on our Swarm website he found his change and clicked "Request Review" and…
wk1902
  • 23
  • 3
2
votes
0 answers

Swarm: Create Review without Changes

Is there a way to create a review in Swarm to files without changing them? My Use Case: I was asked to review an exist module in the project. I want to make an online review using Swarm and add comments. Update From Swarm Documentation: Post-commit…
Pupsik
  • 741
  • 3
  • 8
  • 25
1
vote
2 answers

Cannot start code review on Helix Swarm using P4V

When I request a swarm review through P4V on my machine I get the message "Review could not be created. Unauthorized". Then when I try to update a swarm review it says Review ID not found. Also, when I go to my pending change lists the Review ID…
silkyskate
  • 11
  • 2
1
vote
0 answers

Search for a container across all nodes in a swarm

I'm playing with Docker Golang SDK. I aim to search for a container with a name across all nodes in a swarm. I could not find any better solution. Any pointers in this direction would be helpful.
Hibare
  • 11
  • 1
  • 5
1
vote
1 answer

Staking more then 10 BZZ on Ethereum Swarm Bee node

I am running the Ethereum Swarm Bee node, the minimum stake is 10 BZZ, what happens if I stake more than 10 BZZ? For now, I am staking a minimum amount needed, 10 BZZ.
Bee93
  • 11
  • 3
1
vote
0 answers

How to get Jenkins Agent disconnection timestamp?

I'm trying to retrieve this value here via groovy, in reference from the GUI Currently I have a workaround solution by inserting the timestamp into the offline message, and then parsing it out later on. But I would really like a solution where I…
1
vote
0 answers

Is is possible to show the service logs of only running Docker Swarm containers?

Currently the docker service logs command shows logs of all services, also the ones that already terminated. The logs are not guaranteed to be displayed in chronological order. Is it possible to somehow hide the logs of containers which have been…
schwart
  • 137
  • 10
1
vote
1 answer

Connection Timeout after 15 min when using sqlalchemy+docker swarm

I have a FastAPI+SQLAlchemy+MariaDB application, which works fine when running local or in docker compose docker compose up . But when I run it in swarm mode (docker stack deploy -c docker-compose.yml issuetest), it creates an connection error after…
Mehmet Ates
  • 135
  • 1
  • 2
  • 11
1
vote
0 answers

3-node Docker Swarm through VPN

I've got a 3 node docker swarm running through a VPN. I'm having trouble getting containers going on my worker nodes (they can join the swarm successfully) this is the error I keep running into "network sandbox join failed: subnet sandbox join…
A-Big-Moose
  • 43
  • 1
  • 4