From 819992f84b0cee3656660edc195dfb6eaafac63c Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Tue, 4 Dec 2018 13:05:31 +0100 Subject: [PATCH] Add KURYR_ENABLED_HANDLERS to devstack sample files This commit adds KURYR_ENABLED_HANDLERS and its default value to the sample files which are shown for Kuryr installation with DevStack. Change-Id: Ie71732aa7bfb11c013a2cfef7da0ab4c87d53454 --- devstack/local.conf.df.sample | 8 ++++++++ devstack/local.conf.odl.sample | 8 ++++++++ devstack/local.conf.openshift.sample | 8 ++++++++ devstack/local.conf.ovn.sample | 8 ++++++++ devstack/local.conf.sample | 9 ++++++++- 5 files changed, 40 insertions(+), 1 deletion(-) diff --git a/devstack/local.conf.df.sample b/devstack/local.conf.df.sample index 3685859f0..c1bb0ed82 100644 --- a/devstack/local.conf.df.sample +++ b/devstack/local.conf.df.sample @@ -178,6 +178,14 @@ enable_service kuryr-daemon # e.g.: nested-vlan or nested-macvlan # KURYR_POD_VIF_DRIVER=neutron-vif +# Kuryr Enabled Handlers +# ====================== +# +# By default, some Kuryr Handlers are set for DevStack installation. This can be +# further tweaked in order to enable additional ones such as Network Policy. If +# you want to add additional handlers those can be set here: +# KURYR_ENABLED_HANDLERS = vif,lb,lbaasspec + # Kuryr Ports Pools # ================= # diff --git a/devstack/local.conf.odl.sample b/devstack/local.conf.odl.sample index 982e0e53f..0a1ee6964 100644 --- a/devstack/local.conf.odl.sample +++ b/devstack/local.conf.odl.sample @@ -152,6 +152,14 @@ enable_service kuryr-daemon # e.g.: nested-vlan or nested-macvlan # KURYR_POD_VIF_DRIVER=neutron-vif +# Kuryr Enabled Handlers +# ====================== +# +# By default, some Kuryr Handlers are set for DevStack installation. This can be +# further tweaked in order to enable additional ones such as Network Policy. If +# you want to add additional handlers those can be set here: +# KURYR_ENABLED_HANDLERS = vif,lb,lbaasspec + # Kuryr Ports Pools # ================= # diff --git a/devstack/local.conf.openshift.sample b/devstack/local.conf.openshift.sample index a6cf06b15..c1d66a44b 100644 --- a/devstack/local.conf.openshift.sample +++ b/devstack/local.conf.openshift.sample @@ -175,6 +175,14 @@ enable_service kuryr-daemon # e.g.: nested-vlan or nested-macvlan # KURYR_POD_VIF_DRIVER=neutron-vif +# Kuryr Enabled Handlers +# ====================== +# +# By default, some Kuryr Handlers are set for DevStack installation. This can be +# further tweaked in order to enable additional ones such as Network Policy. If +# you want to add additional handlers those can be set here: +# KURYR_ENABLED_HANDLERS = vif,lb,lbaasspec + # Kuryr Ports Pools # ================= # diff --git a/devstack/local.conf.ovn.sample b/devstack/local.conf.ovn.sample index 5c411aab2..93fd5ea23 100644 --- a/devstack/local.conf.ovn.sample +++ b/devstack/local.conf.ovn.sample @@ -207,6 +207,14 @@ KURYR_K8S_CONTAINERIZED_DEPLOYMENT=True # e.g.: nested-vlan or nested-macvlan # KURYR_POD_VIF_DRIVER=neutron-vif +# Kuryr Enabled Handlers +# ====================== +# +# By default, some Kuryr Handlers are set for DevStack installation. This can be +# further tweaked in order to enable additional ones such as Network Policy. If +# you want to add additional handlers those can be set here: +# KURYR_ENABLED_HANDLERS = vif,lb,lbaasspec + # Kuryr Ports Pools # ================= # diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index 0df803861..c82460a11 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -176,7 +176,6 @@ enable_service kuryr-kubernetes # Since Rocky release this is a default deployment configuration. enable_service kuryr-daemon - # Containerized Kuryr # =================== # @@ -193,6 +192,14 @@ enable_service kuryr-daemon # e.g.: nested-vlan or nested-macvlan # KURYR_POD_VIF_DRIVER=neutron-vif +# Kuryr Enabled Handlers +# ====================== +# +# By default, some Kuryr Handlers are set for DevStack installation. This can be +# further tweaked in order to enable additional ones such as Network Policy. If +# you want to add additional handlers those can be set here: +# KURYR_ENABLED_HANDLERS = vif,lb,lbaasspec + # Kuryr Ports Pools # ================= #