mirror of
https://github.com/gryf/vmstrap.git
synced 2025-12-19 04:20:26 +01:00
Enable contenerized deployment and policy driver
This commit is contained in:
@@ -129,7 +129,7 @@ enable_service kuryr-daemon
|
|||||||
# Kuryr can be installed on Kubernetes as a pair of Deployment
|
# Kuryr can be installed on Kubernetes as a pair of Deployment
|
||||||
# (kuryr-controller) and DaemonSet (kuryr-cni). If you want DevStack to deploy
|
# (kuryr-controller) and DaemonSet (kuryr-cni). If you want DevStack to deploy
|
||||||
# Kuryr services as pods on Kubernetes uncomment next line.
|
# 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"
|
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 coredns
|
||||||
#enable_service openshift-dnsmasq openshift-dns
|
#enable_service openshift-dnsmasq openshift-dns
|
||||||
#DOCKER_CGROUP_DRIVER="systemd"
|
#DOCKER_CGROUP_DRIVER="systemd"
|
||||||
#KURYR_ENABLED_HANDLERS="vif,lb,lbaasspec,namespace,pod_label,policy,kuryrnetpolicy"
|
KURYR_ENABLED_HANDLERS=vif,lb,lbaasspec,namespace,pod_label,policy,kuryrnetpolicy,kuryrnet
|
||||||
#KURYR_SG_DRIVER="policy"
|
KURYR_SG_DRIVER=policy
|
||||||
#KURYR_SUBNET_DRIVER="namespace"
|
KURYR_SUBNET_DRIVER=namespace
|
||||||
|
|
||||||
# Tempest
|
# Tempest
|
||||||
enable_service tempest
|
enable_service tempest
|
||||||
|
|||||||
Reference in New Issue
Block a user