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:
parent
52d7523c0c
commit
8986173237
@ -2,7 +2,7 @@
|
|||||||
# Enable IP routing in the kernel.
|
# Enable IP routing in the kernel.
|
||||||
|
|
||||||
- name: Ensure IP routing is enabled
|
- name: Ensure IP routing is enabled
|
||||||
hosts: seed:overcloud
|
hosts: seed
|
||||||
tags:
|
tags:
|
||||||
- ip-routing
|
- ip-routing
|
||||||
roles:
|
roles:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Enable SNAT using iptables.
|
# Enable SNAT using iptables.
|
||||||
|
|
||||||
- name: Ensure SNAT is configured
|
- name: Ensure SNAT is configured
|
||||||
hosts: seed:overcloud
|
hosts: seed
|
||||||
tags:
|
tags:
|
||||||
- snat
|
- snat
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
Reference in New Issue
Block a user