mirror of
https://github.com/gryf/vmstrap.git
synced 2026-03-01 05:15:45 +01:00
Tweak local.conf
This commit is contained in:
13
kuryr.conf
13
kuryr.conf
@@ -1,7 +1,7 @@
|
|||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
|
|
||||||
USE_PYTHON3=True
|
USE_PYTHON3=True
|
||||||
KURYR_IPV6=True
|
KURYR_IPV6=False
|
||||||
Q_PLUGIN_CONF_FILE=/etc/neutron/plugins/ml2/ml2_conf.ini
|
Q_PLUGIN_CONF_FILE=/etc/neutron/plugins/ml2/ml2_conf.ini
|
||||||
|
|
||||||
enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes
|
enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes
|
||||||
@@ -33,10 +33,11 @@ ENABLED_SERVICES=""
|
|||||||
|
|
||||||
# Neutron services
|
# Neutron services
|
||||||
enable_service neutron
|
enable_service neutron
|
||||||
enable_service neutron-agent
|
enable_service q-agent
|
||||||
enable_service neutron-dhcp
|
enable_service q-dhcp
|
||||||
enable_service neutron-l3
|
enable_service q-l3
|
||||||
enable_service neutron-api
|
enable_service q-api
|
||||||
|
enable_service q-meta
|
||||||
|
|
||||||
# Octavia LBaaSv2
|
# Octavia LBaaSv2
|
||||||
LIBS_FROM_GIT+=python-octaviaclient
|
LIBS_FROM_GIT+=python-octaviaclient
|
||||||
@@ -129,7 +130,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=True
|
KURYR_K8S_CONTAINERIZED_DEPLOYMENT=False
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user