Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The IP address of the Docker swarm master node should be servicenet_ip #8

Open
shingo78 opened this issue Jun 12, 2024 · 0 comments
Open

Comments

@shingo78
Copy link
Contributor

D02_CoursewareHubインベントリの準備.ipynb の以下の説明の通り、Docker Swarmはservicenet_ipで通信することを意図している。

サーバーに関して、NFSとDocker Swarmの通信を別のIPアドレスで実施する場合は以下のように対応表を定義してください。 指定されない場合は、Inventoryで定義されたIPでNFSとDocker Swarmの通信を行います。

servicenet_ips = {
'Inventoryで定義されたIP': 'NFSとDocker Swarmの通信のために使用したいIP'
}

しかし、D04_Docker Swarmの準備.ipynb で、docker swarm initservicenet_ipではなくinventory hostnameを渡している。

master_ip_stdout = !ansible -m ping {target_master} -l {target_group}
manager_ip = [line.split()[0] for line in master_ip_stdout if 'SUCCESS' in line][0]
manager_ip
!ansible -b -a 'docker swarm init --advertise-addr {manager_ip}' {target_master} -l {target_group}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant