First time here? Check out the FAQ!
2018-07-09 21:09:53 -0600 | received badge | ● Great Question (source) |
2017-01-13 20:05:02 -0600 | received badge | ● Famous Question (source) |
2015-08-03 08:53:21 -0600 | received badge | ● Taxonomist |
2015-03-18 15:31:01 -0600 | received badge | ● Good Question (source) |
2014-11-10 04:49:43 -0600 | received badge | ● Nice Question (source) |
2014-09-20 10:12:40 -0600 | received badge | ● Famous Question (source) |
2014-07-22 02:16:46 -0600 | commented question | PXE and virtual guests You may want to look at Ironic. In this tutorial nested VMs are created and deployed via TFTP and I also suppose PXE. |
2014-07-22 02:13:20 -0600 | commented question | PXE/TFTP boot VM Instance within OpenStack Already heared about Ironic? Despite it is supposed to be used for baremetal deployment you can use it to start nested VMs described in this tutorial |
2014-07-10 03:04:39 -0600 | received badge | ● Nice Answer (source) |
2014-07-10 02:07:10 -0600 | received badge | ● Teacher (source) |
2014-07-10 02:01:59 -0600 | received badge | ● Citizen Patrol |
2014-07-10 01:58:25 -0600 | commented question | packstack installer have a look at the RDO Installation errors page. Your problem seems similar to the one described under the heading "Error creating database" |
2014-07-10 01:54:25 -0600 | answered a question | Disable Nova-Network and Enable Neutron? Hi, have you used devstack to install OpenStack? Since you're writing about local.conf I assume you used it. Insert the following lines in your local.conf Have a look at NeutronDevstack page for more information. |
2014-06-29 05:26:47 -0600 | received badge | ● Notable Question (source) |
2014-06-27 17:38:56 -0600 | received badge | ● Popular Question (source) |
2014-06-27 02:40:45 -0600 | received badge | ● Famous Question (source) |
2014-06-27 01:52:19 -0600 | received badge | ● Famous Question (source) |
2014-06-26 08:19:06 -0600 | commented question | VMs unable to connect to Internet it's only a guess but you might want to try it, Enable IP forwarding on the compute node |
2014-06-26 07:45:34 -0600 | asked a question | how can I specify the interval in which the (free) resources of my compute node are updated? Hi, how can I specify the interval in which the (free) resources of my compute node are updated? I looked into nova.conf and already changed the following parameters: But the inteval in which my compute node resources are updated still seems to be one minute. Which parameter in nova.conf should I change? Or is this configuration done somewhere else? |
2014-06-21 03:06:15 -0600 | received badge | ● Notable Question (source) |
2014-06-16 01:48:30 -0600 | received badge | ● Notable Question (source) |
2014-06-12 06:29:57 -0600 | answered a question | how to add additional compute nodes? Hi Daniel, you have to setup networking on the compute node and also copy the nova.conf from your controller node. Have you already looked into adding additional compute nodes? |
2014-06-12 06:23:30 -0600 | received badge | ● Scholar (source) |
2014-06-12 04:17:38 -0600 | received badge | ● Popular Question (source) |
2014-06-03 10:37:32 -0600 | asked a question | Ironic node stuck in provisioning state wait call-back Hi, I'm working with devstack and ironic and I'm trying to do the steps in Deploying Ironic with Devstack. Everthing works fine until the command: My ironic node is powered on but remains in provisioning state "wait call-back". The instance stucks in spwaning state.
I went through the logs but couldn't find any error. Even With tcpdump I see the boot requests of the (nested) baremetal instance. Also dnsmasq is running: But there seems to be no reply to the DHCP boot requests: I also tried to restart neutron-dhcp (q-dhcp) but no change. (If I manually configure a dhcpd (isc-dhcp-server) server this server responds to the dhcp boot requests). |
2014-05-26 06:09:38 -0600 | received badge | ● Notable Question (source) |
2014-05-16 01:37:13 -0600 | received badge | ● Popular Question (source) |
2014-05-15 10:45:49 -0600 | answered a question | unexpected virtualport type -1 I solved the problem. Or lets say at least the stack.sh script run without any error having the same settings like described in the manuals. I used ubuntu 14.04 server instead of 12.04... |
2014-05-06 09:56:05 -0600 | commented question | unable to create a instance "URI qemu:///system does not support events:" this message could be useful. Is libvirtd running? ps -aux |grep libvirt . Try a look into /var/log/libvirt/libvirtd.log |
2014-05-06 09:44:09 -0600 | received badge | ● Popular Question (source) |
2014-05-06 09:43:08 -0600 | commented question | unable to create a instance what's the output of |
2014-05-06 09:41:10 -0600 | asked a question | unexpected virtualport type -1 Hi, I'm trying ironic on devstack. My localrc configuration is the same like described in Deploying Ironic with devstack Unfortunately I get the errors: Output of stack.sh before the errors occur: The brbm.xml file seems to be okay. The output of And if I call the command virsh-netdefine /dev/fd/63 manually it fails due to "No such file or directory". Any ideas? Seems to be somthing with network configuration? Do I need special network settings for ironic? |
2014-03-03 03:14:06 -0600 | received badge | ● Famous Question (source) |
2014-02-11 02:38:38 -0600 | received badge | ● Famous Question (source) |
2014-02-10 05:43:38 -0600 | commented answer | devstack stack.sh fails on glance image-create Thanks Bill! I went one step further: I set up my devstack VM again, cloned devstack, run stack.sh an voila. It worked :-) but actually this isn't quite the solution of the problem I think. |
2014-02-07 14:21:02 -0600 | received badge | ● Notable Question (source) |
2014-02-07 09:46:28 -0600 | received badge | ● Popular Question (source) |
2014-02-03 09:46:26 -0600 | answered a question | I met a troubleļ¼I cant boot a Instanceļ¼error It seems there is no network configured: Since you are using quantum you have to create a quantum net (quantum net-create) and also a subnet. quantum net-create vmnet quantum subnet-create vmnet 10.0.0.0/24 Moreover it seems your rabbitmq server isn't configured correctly. Have you set up the rabbitmq according to http://docs.openstack.org/havana/install-guide/install/apt/content/basics-queue.html? |
2014-02-03 08:47:14 -0600 | asked a question | devstack stack.sh fails on glance image-create Hello, I'm trying to intall devstack but the .stack.sh script always fails at the same point when calling the command glance image-create. I receive a HTTP500 Internal Server Error. Here are the last few lines of the output of stack.sh This are the last few lines of screen-g-api.log: I thought if mysql has something to do with it? I already increased the allocatable resources (buffer,cache) for mysql (/etc/mysql/my.cnf). Because I want to work with ironic due to localrc nova-network is disabled and neutron is enabled. I already successfully set up devstack a few weeks ago, but since I installed my VM again I can't bring it up again. I am a newbie to openstack. I am trying to install Openstack using devstack in my virtualbox (Ubuntu 12.04 32 bit). I ran ./stack.sh and get an httpinternalservererror. Please find the logs for reference here I just ran ./stack.sh and ended up in that error. I think this is an issue with glance. However, I do not know much about openstack, so i am unable to give more details. I have pasted the logs. Any help would be appreciated. |
2014-01-30 05:42:17 -0600 | commented question | Unable to delete instances in 'ERROR' state yes resetting might help - in fact it worked with me. BUT only when resetting into an active state: nova reset-state --active instancename |
2014-01-30 05:34:05 -0600 | asked a question | Show hardware information in openstack Hello, I want to display hardware information, such as CPU temp, fan speed, IPMI infos, physical disk size etc. within openstack. Is there a suitable component for that? So far I looked into ironic and triple O but I'm in doubt if these components are the right ones for displaying hardware information. |
2014-01-28 03:33:50 -0600 | received badge | ● Supporter (source) |
2014-01-23 03:19:28 -0600 | received badge | ● Enthusiast |
2014-01-21 02:42:07 -0600 | received badge | ● Popular Question (source) |
2014-01-21 02:42:07 -0600 | received badge | ● Notable Question (source) |