From b3148f5bdfeb37efab06f2ed19841baf8dcc5294 Mon Sep 17 00:00:00 2001 From: preethipy Date: Fri, 3 Feb 2017 17:02:11 +0530 Subject: [PATCH] Added sample conf with storage and network parmeters Change-Id: I8136ee80276e8d505588761eb7fdc97ca1a75d80 --- ...local.conf.singlenode.nova_neutron_storage | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 devstack/local.conf.singlenode.nova_neutron_storage diff --git a/devstack/local.conf.singlenode.nova_neutron_storage b/devstack/local.conf.singlenode.nova_neutron_storage new file mode 100644 index 0000000..f1a2ba9 --- /dev/null +++ b/devstack/local.conf.singlenode.nova_neutron_storage @@ -0,0 +1,45 @@ +[[local|localrc]] +ADMIN_PASSWORD=openstack +MYSQL_PASSWORD=$ADMIN_PASSWORD +RABBIT_PASSWORD=$ADMIN_PASSWORD +SERVICE_PASSWORD=$ADMIN_PASSWORD +SERVICE_TOKEN=$ADMIN_PASSWORD + +LOGFILE=$DEST/logs/stack.sh.log +SCREEN_LOGDIR=$DEST/logs/screen + +# Disable Neutron services that are not supported on a single node +# running neutron-dpm agent +disable_service q-l3 q-dhcp q-meta + +# Configure Neutron DPM Agent +enable_plugin networking-dpm http://git.openstack.org/openstack/networking-dpm +Q_AGENT=dpm + +# Configure Nova DPM Driver +enable_plugin nova-dpm http://git.openstack.org/openstack/nova-dpm + + +[[post-config|$NOVA_CONF]] +[DEFAULT] +host = foo +[dpm] +max_instances = +max_memory = +max_processors = +cpc_object_id = +hmc_password = +hmc_username = +hmc = +physical_storage_adapter_mappings = ":" + +[[post-config|/$Q_PLUGIN_CONF_FILE]] +[DEFAULT] +host = foo + +[dpm] +hmc_password = +hmc_username = +hmc = +cpc_object_id = +physical_adapter_mappings = "public::"