1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 20:10:28 +01:00

Enable contenerized deployment and policy driver

This commit is contained in:
2020-02-26 09:11:49 +01:00
parent 8e9cf52d90
commit cd9692de15

View File

@@ -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