From 0c9518d9ec40c3f13b44e31d1a389172404ee6cf Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 9 Mar 2017 17:05:49 +0000 Subject: [PATCH] Add per-role network configuration variables --- etc/kayobe/controllers.yml | 9 +++++++++ etc/kayobe/seed.yml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/etc/kayobe/controllers.yml b/etc/kayobe/controllers.yml index defcc14..16bc199 100644 --- a/etc/kayobe/controllers.yml +++ b/etc/kayobe/controllers.yml @@ -6,6 +6,15 @@ # to setup the Kayobe user account. #controller_bootstrap_user: +############################################################################### +# Network interface attachments. + +# List of default networks to which controller nodes are attached. +#controller_default_network_interfaces: + +# List of extra networks to which controller nodes are attached. +#controller_extra_network_interfaces: + ############################################################################### # Dummy variable to allow Ansible to accept this file. workaround_ansible_issue_8743: yes diff --git a/etc/kayobe/seed.yml b/etc/kayobe/seed.yml index 8d31644..4d7081b 100644 --- a/etc/kayobe/seed.yml +++ b/etc/kayobe/seed.yml @@ -1,6 +1,15 @@ --- # Seed node configuration. +############################################################################### +# Network interface attachments. + +# List of default networks to which seed nodes are attached. +#seed_default_network_interfaces: + +# List of extra networks to which seed nodes are attached. +#seed_extra_network_interfaces: + ############################################################################### # LVM configuration.