From cd9692de151e463a78e0e2ceb4d771b280f9480a Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 26 Feb 2020 09:11:49 +0100 Subject: [PATCH] Enable contenerized deployment and policy driver --- kuryr.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kuryr.conf b/kuryr.conf index c60e064..56a5c93 100644 --- a/kuryr.conf +++ b/kuryr.conf @@ -129,7 +129,7 @@ enable_service kuryr-daemon # Kuryr can be installed on Kubernetes as a pair of Deployment # (kuryr-controller) and DaemonSet (kuryr-cni). If you want DevStack to deploy # Kuryr services as pods on Kubernetes uncomment next line. -KURYR_K8S_CONTAINERIZED_DEPLOYMENT=False +KURYR_K8S_CONTAINERIZED_DEPLOYMENT=True IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" @@ -157,9 +157,9 @@ enable_service kubelet #enable_service coredns #enable_service openshift-dnsmasq openshift-dns #DOCKER_CGROUP_DRIVER="systemd" -#KURYR_ENABLED_HANDLERS="vif,lb,lbaasspec,namespace,pod_label,policy,kuryrnetpolicy" -#KURYR_SG_DRIVER="policy" -#KURYR_SUBNET_DRIVER="namespace" +KURYR_ENABLED_HANDLERS=vif,lb,lbaasspec,namespace,pod_label,policy,kuryrnetpolicy,kuryrnet +KURYR_SG_DRIVER=policy +KURYR_SUBNET_DRIVER=namespace # Tempest enable_service tempest