First time here? Check out the FAQ!
2015-11-25 04:28:59 -0600 | received badge | ● Famous Question (source) |
2015-04-16 03:28:17 -0600 | received badge | ● Student (source) |
2014-09-18 01:00:55 -0600 | received badge | ● Famous Question (source) |
2014-09-18 01:00:55 -0600 | received badge | ● Notable Question (source) |
2014-09-18 01:00:55 -0600 | received badge | ● Popular Question (source) |
2014-08-08 04:17:12 -0600 | received badge | ● Famous Question (source) |
2014-06-28 00:12:47 -0600 | received badge | ● Famous Question (source) |
2014-06-23 11:46:02 -0600 | received badge | ● Notable Question (source) |
2014-05-14 14:21:34 -0600 | received badge | ● Popular Question (source) |
2014-05-14 06:39:30 -0600 | answered a question | Manage IPs via nova-network I found out the approach and that is by using the "v4-fixed-ip" variable while launching an instance. |
2014-05-14 05:58:31 -0600 | received badge | ● Notable Question (source) |
2014-05-06 00:10:03 -0600 | received badge | ● Popular Question (source) |
2014-05-05 11:07:52 -0600 | asked a question | Manage IPs via nova-network Hello everyone, So I have setup two nodes where one is acting as a Controller and the second as a compute node using legacy nova-network (Flat DHCP). The nodes' management subnet is 192.168.0.1/24. I configured the nova controller to use the subnet 10.0.0.0/24 as my (fake) public IP addresses. However, I noticed the following; 1) When my VM boots up, 10.0.0.1 is assigned to the DHCP server (dnsmasq) on my compute node and 10.0.0.2 is assigned to my VM. Is there a way around this using the above setup by assigning the IP address to the VMs at nova boot without the DHCP getting involved at all? |
2014-05-05 07:12:17 -0600 | received badge | ● Famous Question (source) |
2014-05-04 09:29:51 -0600 | asked a question | Bare metal approach Hello everyone, I plan to run openstack ice house using the legacy nova networkapproach (No Neuton). However, I also plan to run only one VM instance per Physical host which brings me to my questions; 1) Judging from this documentation(http://docs.openstack.org/icehouse/config-reference/content/baremetal.html), I have to make some few changes on the nova.conf file of each compute node. Is that all or do I need to run neutron as well as a pre-requisite? Thanks! |
2014-05-04 09:16:19 -0600 | received badge | ● Enthusiast |
2014-05-02 12:06:07 -0600 | received badge | ● Notable Question (source) |
2014-05-01 23:52:17 -0600 | received badge | ● Scholar (source) |
2014-05-01 23:52:09 -0600 | received badge | ● Popular Question (source) |
2014-05-01 23:51:53 -0600 | asked a question | ndnsmasq: failed to create listening socket Hello all, While starting the VM instance from the controller, I get the following error; \'\ndnsmasq: failed to create listening socket for 10.0.0.25: Cannot assign requested address\n\'\n']. Following is my network config on the compute node; auto eth0 auto eth1 netstat -tanpu | grep LISTEN I have tried both with and without the dnsmasq service but still the same problem. I have a traditional two node setup using nova legacy network. Any hints? |
2014-05-01 13:31:53 -0600 | commented answer | compute node default network configuration my compute node has two NICs and the controller has one NIC. :) Plus, I hope OpenStack does not complain that I SHOULD have two NICs on the controller.... |
2014-05-01 12:59:55 -0600 | answered a question | compute node default network configuration HI fifeldt, Thanks for your answer. The interface configuration should look like this on both nodes then; Controller auto lo Compute Node auto lo auto eth1 Correct? |
2014-05-01 10:48:27 -0600 | asked a question | compute node default network configuration Hello all, I am setting up an openstack cloud with legacy nova network. I have the following setup, 1) Controller (1 NIC card with the follwing network configuration) auto lo iface eth0 inet static 2) On the compute node, I have two NICs (eth0 and eth1) auto lo iface eth0 inet static Question; I got several errors while trying to launch an instance. The errors happening after trying to set the gateway on the VM and the readable error is "Device not found". I am guessing that it is due to the fact that I have not setup the bridge. Can anyone guide me that how the network configuration should look like after the bridge has been setup. Below is my relevant nova network config; network_manager=nova.network.manager.FlatDHCPManager I will appreciate the help. |
2014-04-30 22:53:41 -0600 | received badge | ● Notable Question (source) |
2014-04-30 09:13:36 -0600 | received badge | ● Popular Question (source) |
2014-04-30 02:08:00 -0600 | answered a question | Nova cannot create network Hello, So I finally managed to run the command. The solution is quite simple. My compute node was not fully setup and it also needs to be setup as well if we intend to run the Nova legacy network. Hope it helps anyone who might run into a similar situation. |
2014-04-29 12:17:22 -0600 | received badge | ● Editor (source) |
2014-04-29 12:14:52 -0600 | asked a question | Nova cannot create network Hello All, I followed all the steps of installing openstack on Debian Wheezy using this documentation. I am trying to setup the legacy network scenario where I have two nodes (one acting as controller and the latter acting as compute node). I have successfully setup Keystone, Image service and Nova controller. However, when the time comes to create the network by using legacy nova-network scenario, the following happens (i am just pasting the highlight of the logs); I am using the following command; Following is the output to make sure OpenStack has been setup correctly as per the guide till this point; My hosts file is correctly setup as the guide suggests. What I have done so far; 1) Rebooted the controller Following is the rabbitMQ config from nova.conf; Neutron is not setup since I intend to use legacy network. Any hints? |