Skip to content

Commit 839fdbf

Browse files
committed
Changes for new swarm-manager dedicated instance. (#442)
1 parent 7b43b50 commit 839fdbf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ansible/delta-hosts/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ delta-registry
9999
delta-dock-services
100100

101101
[swarm-manager]
102-
delta-dock-services
102+
delta-swarm-manager
103103

104104
[metis]
105105
delta-app-services

ssh/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ Host delta-mongo-c
197197
Host delta-navi
198198
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.41 22
199199

200+
Host delta-swarm-manager
201+
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.40 22
202+
200203
################################################################################
201204
# Epsilon
202205
################################################################################

0 commit comments

Comments
 (0)