local.conf(compute)
#IP Details HOST_IP=<COMPUTE_NODE_MANAGEMENT_IP_ADDRESS> #Add the Compute node Management IP Address SERVICE_HOST=<CONTROLLEr_NODE_MANAGEMENT_IP_ADDRESS> #Add the cotnrol Node Management IP Address here #Instance Details MULTI_HOST=1 #config Details RECLONE=yes #Make thgis "no" after stacking successfully once #OFFLINE=True #Uncomment this line after stacking successfuly first time. VERBOSE=True LOG_COLOR=True LOGFILE=/opt/stack/logs/stack.sh.log SCREEN_LOGDIR=/opt/stack/logs #Passwords ADMIN_PASSWORD=labstack MYSQL_PASSWORD=supersecret RABBIT_PASSWORD=supersecret SERVICE_PASSWORD=supersecret SERVICE_TOKEN=supersecrettoken #Services ENABLED_SERVICES=n-cpu,rabbit,neutron #ML2 Details Q_PLUGIN=ml2 Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight Q_ML2_TENANT_NETWORK_TYPE=local Q_ML2_PLUGIN_TYPE_DRIVERS=local enable_service odl-compute ODL_MGR_IP=<ODL_IP_ADDRESS> #ADD ODL IP address here OVS_PHYSICAL_BRIDGE=br-int ENABLE_TENANT_TUNNELS=false Q_OVS_USE_VETH=True #Details of the Control node for various services [[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]] Q_HOST=$SERVICE_HOST MYSQL_HOST=$SERVICE_HOST RABBIT_HOST=$SERVICE_HOST GLANCE_HOSTPORT=$SERVICE_HOST:9292 KEYSTONE_AUTH_HOST=$SERVICE_HOST KEYSTONE_SERVICE_HOST=$SERVICE_HOST NOVA_VNC_ENABLED=True NOVNCPROXY_URL="http://<CONTROLLER_NODE_IP_ADDRESS>:6080/vnc_auto.html" #Add Controller Node IP address VNCSERVER_LISTEN=$HOST_IP VNCSERVER_PROXYCLIENT_ADDRESS=$VNCSERVER_LISTEN
![]() | Note |
---|---|
We have to comment OFFLINE=TRUE in local.conf files, this will make all the installations to happen automatically. RECLONE=yes only when we set up the DevStack environment from scratch. |