Jump to: navigation, search

Manila/ManilaWithVXLANtunnels

< Manila
Revision as of 21:47, 6 August 2014 by Scottda (talk | contribs) (Created page with "== Manila with VXLAN tunnels == ===== Instructions are the same as for Manila/ManilaWithGRETunnels with the exception of local.conf ===== =====local.conf On the controlle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Manila with VXLAN tunnels

Instructions are the same as for Manila/ManilaWithGRETunnels with the exception of local.conf
local.conf On the controller node

[[local|localrc]]


DATABASE_PASSWORD=password

ADMIN_PASSWORD=password

SERVICE_PASSWORD=password

SERVICE_TOKEN=password

RABBIT_PASSWORD=password


ENABLED_SERVICES=rabbit,mysql,key

ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cond,n-sch,n-novnc,n-cauth

ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta

ENABLED_SERVICES+=,g-api,g-reg

ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak

ENABLED_SERVICES+=,horizon

ENABLED_SERVICES+=,manila,m-api,m-sch,m-shr


HORIZON_REPO=https://github.com/NetApp/horizon.git

HORIZON_BRANCH=manila


disable_service n-net


MULTI_HOST=1


HOST_IP=<IP_of_this_controller_node>


Q_PLUGIN=ml2

ENABLE_TENANT_TUNNELS=True

Q_ML2_PLUGIN_TYPE_DRIVERS=vxlan

Q_ML2_TENANT_NETWORK_TYPE=vxlan

Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS=(vni_ranges=1001:2000)

Q_AGENT_EXTRA_AGENT_OPTS=(tunnel_types=vxlan vxlan_udp_port=8472)

Q_USE_NAMESPACE=True

Q_USE_SECGROUP=True

SHARE_BACKING_FILE_SIZE=8G


IMAGE_URLS+=",http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img"


LOGFILE=/opt/stack/logs/stack.sh.log

VERBOSE=True

LOG_COLOR=True

SCREEN_LOGDIR=/opt/stack/logs

local.conf on the Compute Node(s)

[[local|localrc]]


DATABASE_PASSWORD=password

ADMIN_PASSWORD=password

SERVICE_PASSWORD=password

SERVICE_TOKEN=password

RABBIT_PASSWORD=password


ENABLED_SERVICES=rabbit

ENABLED_SERVICES+=,n-cpu,n-novnc,n-cauth

ENABLED_SERVICES+=,neutron,q-agt

disable_service n-net


MULTI_HOST=1


HOST_IP=<IP_of_this_compute_node>

SERVICE_HOST=<IP_of_controller_node>

MYSQL_HOST=$SERVICE_HOST

RABBIT_HOST=$SERVICE_HOST

GLANCE_HOSTPORT=$SERVICE_HOST:9292

Q_HOST=$SERVICE_HOST

DATABASE_TYPE=mysql


Q_PLUGIN=ml2

Q_ML2_PLUGIN_TYPE_DRIVERS=vxlan

Q_ML2_TENANT_NETWORK_TYPE=vxlan

Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS=(vni_ranges=1001:2000)

Q_AGENT_EXTRA_AGENT_OPTS=(tunnel_types=vxlan vxlan_udp_port=8472)

Q_USE_NAMESPACE=True

Q_USE_SECGROUP=True


LOGFILE=/opt/stack/logs/stack.sh.log

VERBOSE=True

LOG_COLOR=True

SCREEN_LOGDIR=/opt/stack/logs