First time here? Check out the FAQ!
2017-03-17 13:30:02 -0600 | answered a question | Openstack network traffic monitoring Hi, Yes you can monitor the network traffic in the VM. You need the following tools to be installed https://github.com/influxdata/telegraf Telegraf (On VM) - A tool to capture the monitoring metrics from the VM Add the following to your telegraf.conf to capture the network traffic [[inputs.net]] https://github.com/influxdata/influxdb InfluxDB(On Local Server) - A Database to store the network metrics from Telegraf. https://github.com/grafana/grafana Grafana(On Local Server) - A dashboard to display the metrics from InfluxDB database I hope this answer can help you |
2017-03-16 13:40:58 -0600 | answered a question | Heat and signal Hi Thanks for the question. If I meant correctly you want 1st VM to send data to 2nd VM right? you can do that by taking a reference of this heat template https://github.com/osic/ops-workload-... Thanks, Nish Patwa |
2017-03-16 13:34:23 -0600 | answered a question | heat deployment on launched VMs Hi Thanks for the question. Yes heat do support deploying an application on the launched VM Follow this URL for you reference: https://github.com/osic/ops-workload-... You can write the shell commands to be executed under templates section of user_data Thanks, Nish Patwa |
2017-02-28 10:54:51 -0600 | received badge | ● Necromancer (source) |
2017-02-28 10:54:51 -0600 | received badge | ● Teacher (source) |
2017-02-23 19:12:53 -0600 | answered a question | cinder create volume API Hi thanks for posting the question. Follow this API documentation to specify the volume_type while creating a volume. https://developer.openstack.org/api-ref/block-storage/v2/index.html?expanded=list-consistency-group-snapshots-detail,create-consistency-group-snapshot-detail,update-volume-type-detail,create-volume-detail#create-volume Below is an example from the document for your reference: I hope that clears your doubt
|
2017-02-23 18:54:35 -0600 | answered a question | How to configure ceilometer by using Cassandra database in ceilometer.conf file? Hi there, Unfortunately Cassandra is not supported in ceilometer. Its not mentioned in the documentation: https://docs.openstack.org/developer/ceilometer/install/dbreco.html#legacy-storage Observe the repo also: https://github.com/openstack/ceilometer/tree/ffc9ee99c10ede988769907fdb0594a512c890cd/ceilometer/storage There have been attempts to add a cassandra driver support but patches are abandoned and they are not merged Take a look at blueprint for the same: https://specs.openstack.org/openstack/ceilometer-specs/specs/liberty/cassandra-driver.html https://blueprints.launchpad.net/ceilometer/+spec/cassandra-driver I hope this answers your question Thanks, Nish Patwa |
2017-02-23 18:07:22 -0600 | received badge | ● Editor (source) |
2017-02-23 18:07:05 -0600 | answered a question | openstack liberty horizon default login? Look for the openrc file located under /root or ~ directory under your deployment host and you will find the credentials stored in the variables OS_USERNAME and OS_PASSWORD |
2017-02-21 20:00:34 -0600 | answered a question | I am trying to create my custom dashboard in openstack devstack installation on newton release. I am getting a tox error. Hi there Can you you put the full log of error for the better understanding? |