First time here? Check out the FAQ!
2018-07-24 08:27:31 -0600 | received badge | ● Famous Question (source) |
2018-05-30 05:35:20 -0600 | received badge | ● Student (source) |
2018-04-12 02:32:44 -0600 | received badge | ● Notable Question (source) |
2018-03-26 08:39:13 -0600 | received badge | ● Famous Question (source) |
2018-03-26 08:39:13 -0600 | received badge | ● Notable Question (source) |
2018-01-25 05:32:20 -0600 | received badge | ● Self-Learner (source) |
2018-01-24 08:27:04 -0600 | received badge | ● Famous Question (source) |
2018-01-24 08:27:04 -0600 | received badge | ● Notable Question (source) |
2018-01-18 01:57:22 -0600 | received badge | ● Famous Question (source) |
2018-01-18 01:41:54 -0600 | received badge | ● Famous Question (source) |
2017-12-28 04:55:10 -0600 | received badge | ● Notable Question (source) |
2017-12-07 07:53:00 -0600 | received badge | ● Teacher (source) |
2017-11-22 18:25:03 -0600 | received badge | ● Famous Question (source) |
2017-11-10 11:54:54 -0600 | received badge | ● Notable Question (source) |
2017-10-18 13:48:08 -0600 | received badge | ● Notable Question (source) |
2017-10-18 13:48:08 -0600 | received badge | ● Famous Question (source) |
2017-10-18 13:48:08 -0600 | received badge | ● Popular Question (source) |
2017-10-11 04:50:03 -0600 | received badge | ● Famous Question (source) |
2017-10-04 00:11:23 -0600 | received badge | ● Popular Question (source) |
2017-10-02 11:32:03 -0600 | asked a question | Failed to bind port xxxx on host yyyy for vnic_type normal using segments... server.log:2017-10-02 16:16:12.588 9672 ERROR neutron.plugins.ml2.managers [req-89b68dfd-a3ec-4146-8c00-75798c495619 8a9170d389604942b93fda9b7ef8fe5a b73fda708d5746a087ff2c1fce882e9e - - -] Failed to bind port c94ea7db-ce48-46da-9b22-05b26427c6d7 on host kvm8.ims1.mia.ccncore.net for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': u'provider', 'id': u'7c8ff657-61fe-4011-ae65-9f777d79980c', 'network_type': u'flat'}] Trying to bring up an instance on a provider network and getting the error above. What would be nice if it said why it failed, rather than always speaking in riddles. Thanks in advance |
2017-09-25 05:12:11 -0600 | received badge | ● Famous Question (source) |
2017-09-25 05:12:11 -0600 | received badge | ● Popular Question (source) |
2017-09-25 05:12:11 -0600 | received badge | ● Notable Question (source) |
2017-08-03 03:58:52 -0600 | received badge | ● Famous Question (source) |
2017-07-30 19:32:54 -0600 | received badge | ● Famous Question (source) |
2017-07-29 04:31:00 -0600 | received badge | ● Famous Question (source) |
2017-07-29 04:31:00 -0600 | received badge | ● Notable Question (source) |
2017-07-27 09:59:44 -0600 | received badge | ● Notable Question (source) |
2017-07-27 09:51:41 -0600 | answered a question | Quick question about pinging a router Thanks for all the replies. In case anyone wants to know how I fixed it, make sure "extnet" is in the "physical network" field that appears after you select "flat" in the field above it. By default, it will be "local" and the "physical network" field will be missing. After you select "flat" and the "physical network" appears, it will have "default" in it. Change that to "extnet" which needs to have been mentioned in the "answers" file: CONFIG_NEUTRON_OVS_EXTERNAL_PHYSNET=extnet CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=extnet:br-ex In retrospect I suppose I should have guessed this. Would be wonderful if the documentation were useful. I have an idea! How about an OpenStack "cookbook" with basic recipes for setting this shit up? |
2017-07-27 09:18:11 -0600 | received badge | ● Popular Question (source) |
2017-07-27 09:18:11 -0600 | received badge | ● Notable Question (source) |
2017-07-26 13:31:34 -0600 | received badge | ● Popular Question (source) |
2017-07-26 09:11:53 -0600 | commented answer | Instance fails to spawn with nic on provider network - binding:vif_type binding_failed I know this is an old thread, but Sam's answer is the closest thing to a clue I have been able to find on the topic of "bringing up a VM on a provider network". Most all that I read is nonsensical. Any elaboration would be appreciated. |
2017-07-25 17:08:47 -0600 | received badge | ● Popular Question (source) |
2017-07-25 17:08:23 -0600 | commented question | How to change metadata values? Unfortunately, it didn't work. It was as if once the VM is instantiated, the various meta-data are frozen |
2017-07-25 17:07:29 -0600 | commented question | Asking again: Openstack "Newton" all-in-one with provider networks You may be right but I am trying to avoid floating IPs! I should be able to boot up an instance with "--nic net-id=xxxxxx" specifying a provider network and thus avoid private networks, routers and floating IPs |
2017-07-25 15:58:28 -0600 | asked a question | "Newton" - Filter RetryFilter returned 0 hosts Running PackStack all-in-one. Can't instantiate a Cirros VM. Set debug=true in /etc/nova/novs.conf, restarted nova services, retried to instantiate and see all the filters it passes (returns 1 host) but then at the end "RetryFilter returned 0 hosts". It mentions NUMA topology but I have already removed / reinserted KVM kernel modules and even rebooted. Any ideas? Logfile follows.. (more) |
2017-07-25 07:27:32 -0600 | received badge | ● Famous Question (source) |
2017-07-24 10:40:08 -0600 | asked a question | Asking again: Openstack "Newton" all-in-one with provider networks I have set up Openstack "Newton" on one physical host. I have gotten "self-service" networking to work. Two private networks, 10.0.0.0/24 and 10.0.1.0/24 along with one external 192.168.140.0/24. A router binds them together. External is "flat". Private is "vxlan". A route on the host grants access from the outside to the private without "floating" IP. Want to simplify this a bit by granting the VM access to the physical host interfaces (em1, em2) and VLANs like em1.100, etc. So if em1's network address is 192.168.140.100/24, subnet 192.168.140.0/24 and gateway 192.168.140.1 I want spun up VMs to be able to have alias addresses .101, .102, .103, etc. The outside world then will try to access .101, send an ARP, something replies with ARP reply, then the VM see the traffic directly. Everything I read ends up going down the rabbit hole of floating IPs which will not work when there is application-layer IP addresses that NAT will not touch. NAT will fix the layer-3 IP address, but the application layer IP will be wrong, hence the need for a simpler / cleaner / less-wacked-out networking scheme. Hoping someone can help, thanks. |
2017-07-24 10:19:25 -0600 | commented answer | I would like to set up Packstack with provider networks I've gotten floating IP to work. It's OK for granting SSH access but no one would seriously offer access to the outside world into a VM using a floating IP. |
2017-07-24 10:18:40 -0600 | commented answer | I would like to set up Packstack with provider networks Sorry, I replied in the wrong place. The provided link does not address the objective of passing through access to the host's physical / actual Ethernet interfaces. Like everything else I stumbled onto, it drives off into the woods with floating IP and other such nonsense. |
2017-07-23 14:34:31 -0600 | commented question | I would like to set up Packstack with provider networks Then on the host I have "route add -net 10.0.0.0/24 gw 192.168.140.99 br-ex" and then I can SSH into a VM via its private network address, e.g. "ssh root@10.0.0.12". No need for floating IP or "ip netns exec" or other nonsense like that. Bringing up VM that can access the host Ethernet is the goal |
2017-07-23 14:32:35 -0600 | commented question | I would like to set up Packstack with provider networks IP addresses in the SIP header. I am getting along with "self-service" networks by creating a flat external and a VXLAN private. Then in the host, add a route that uses the router IP as a gateway to access the private. So if the private network is 10.0.0.0/24 and the router gateway is 192.168.140.99 |
2017-07-23 14:29:53 -0600 | commented question | I would like to set up Packstack with provider networks Hi there. Thank you for your reply. Unfortunately, this "method should allow any machine on the network to be able to access launched instances via their floating IPs" for me is a non-starter. Floating IPs is neat, with bidirectional NAT taking place, but we can't use it unless it will also modify |
2017-07-10 11:34:30 -0600 | received badge | ● Notable Question (source) |
2017-07-10 11:34:30 -0600 | received badge | ● Famous Question (source) |
2017-06-29 08:36:30 -0600 | received badge | ● Popular Question (source) |
2017-06-26 15:16:42 -0600 | asked a question | I would like to set up Packstack with provider networks Just blew away my lab system for the eleventy-third time. Going to try "provider" networks this time around. Who knows, maybe I'll get lucky with it. I have a host with four Ethernet cards. Would like to end up with VM's that transparently have access to the host's Ethernet cards without any BS about neutron nor plugins nor agents nor INI files. em1 will have 192.168.140.0/24 The host is .217 I want the VMs to come up seeing em1 and being assigned .218, .219, .220 etc via DHCP To make this happen, OpenStack would have to listen out for ARP requests for these other IP addresses. I assume it can do that without too much pain. Oh, and the documentation on the topic is crap. Thanks in advance. |
2017-06-22 13:44:03 -0600 | asked a question | How to change metadata values? I don't mean add additional metadata tags. Suppose in my metadata catalog I have "peanut=butter". I start a VM with that data. I want to change "butter" to "margarine". From the GUI, it looks like it is only possible to add new metadatas. I want to change the value of an existing metadata. Thanks in advance. Oh, and a search on metadata brings up tons of unrelated posts but not the answer to "how to change value" |
2017-06-19 09:14:19 -0600 | asked a question | Assign port to tenant or "why does my port not belong to a tenant"? Hello, Have been wondering why I can't ping my OpenStack router's external IP address. I have an external network 192.168.140.0/24 I have a router created with that external network added to it. There is an IP associated with the router but I cannot ping it. I do a "neutron port-list" and I think I see why: I abbreviated the full list. The middle row there has a null tenant ID. OK, so it there a way to tell OpenStack to bring this port into the admin tenant? Everything I read, no doubt well-intentioned, sends me up the garden path. Thanks in advance! |