Limit ip-routing and snat to seed hosts only

Even if kayobe itself limit [1] ip-routing and snat playbooks to the
seed hosts only the playbooks should have same hosts specified.

TrivialFix

1. 52d7523c0c/kayobe/cli/commands.py (L610)

Change-Id: I35788e69eeace41d5bcbf89922145f1c35f58ff2
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
Maksim Malchuk 2021-11-24 02:14:55 +03:00
parent 52d7523c0c
commit 8986173237
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Enable IP routing in the kernel.
- name: Ensure IP routing is enabled
hosts: seed:overcloud
hosts: seed
tags:
- ip-routing
roles:

View File

@ -2,7 +2,7 @@
# Enable SNAT using iptables.
- name: Ensure SNAT is configured
hosts: seed:overcloud
hosts: seed
tags:
- snat
vars: