*** goldyfruit has quit IRC | 00:16 | |
*** goldyfruit has joined #openstack-lbaas | 02:29 | |
*** gthiemonge has quit IRC | 02:55 | |
*** gthiemonge has joined #openstack-lbaas | 02:56 | |
*** yboaron_ has joined #openstack-lbaas | 03:01 | |
*** yboaron_ has quit IRC | 03:06 | |
*** goldyfruit has quit IRC | 04:18 | |
*** gcheresh_ has joined #openstack-lbaas | 04:34 | |
*** gcheresh_ has quit IRC | 04:40 | |
*** gcheresh_ has joined #openstack-lbaas | 05:31 | |
*** yboaron_ has joined #openstack-lbaas | 06:01 | |
*** gcheresh has joined #openstack-lbaas | 06:10 | |
*** gcheresh_ has quit IRC | 06:10 | |
*** altlogbot_0 has quit IRC | 06:29 | |
*** altlogbot_0 has joined #openstack-lbaas | 06:30 | |
*** gthiemonge has quit IRC | 06:33 | |
*** gthiemonge has joined #openstack-lbaas | 06:34 | |
openstackgerrit | Merged openstack/octavia-dashboard stable/stein: Fix devstack plugin python3 support https://review.opendev.org/660814 | 08:23 |
---|---|---|
openstackgerrit | Merged openstack/octavia-dashboard stable/rocky: Fix devstack plugin python3 support https://review.opendev.org/660816 | 08:25 |
*** etp has quit IRC | 09:03 | |
*** sapd1_x has joined #openstack-lbaas | 09:13 | |
*** etp has joined #openstack-lbaas | 09:33 | |
*** etp has quit IRC | 09:48 | |
*** sapd1_x has quit IRC | 12:15 | |
*** sapd1_x has joined #openstack-lbaas | 12:22 | |
*** sapd1_x has quit IRC | 12:43 | |
*** ramishra has quit IRC | 13:26 | |
*** gthiemonge has quit IRC | 14:59 | |
*** gthiemonge has joined #openstack-lbaas | 14:59 | |
*** gcheresh has quit IRC | 15:01 | |
*** gcheresh has joined #openstack-lbaas | 15:20 | |
*** gcheresh has quit IRC | 15:32 | |
*** psachin has joined #openstack-lbaas | 17:56 | |
*** goldyfruit has joined #openstack-lbaas | 18:00 | |
v1k0d3n | ok, i feel really stupid for asking this question, but i keep getting an error `Failed to build compute instance due to: Invalid key_name provided.`, even though i have the correct ssh key referenced in the `octavia.conf` file. is there a nova setting that i'm missing, because i believe that my octavia configuration is correct at this point. | 18:05 |
nmagnezi | v1k0d3n, is it possible that you loaded the nova key to the wrong project/tenant? | 18:10 |
v1k0d3n | i thought about that, but i've only been working under the same tenant so far (admin, as i'm working on an automated setup...soup to nuts w/Octavia set up). | 18:18 |
v1k0d3n | nmagnezi, if it helps (details), i can actually launch the `amphora-x64-haproxy` image, and log in using the same key i have configured in the `octavia.conf` file. | 18:36 |
v1k0d3n | so i'm a little lost on why it doesn't appear to be working. | 18:36 |
v1k0d3n | https://www.irccloud.com/pastebin/Oqwwp8H4/ | 18:39 |
v1k0d3n | also if it helps ^^ | 18:39 |
nmagnezi | v1k0d3n, I know how it sounds but.. can you list your key pairs? | 18:40 |
mjblack | v1k0d3n: the key needs to exist for the account that will launch the amphora instances (e.g. octavia) | 18:40 |
v1k0d3n | yup! was just doing that now as well to help give a whole picture. | 18:40 |
nmagnezi | mjblack, +1 | 18:40 |
nmagnezi | v1k0d3n, do make sure that the key is in the same tenant/project Octavia attempts to spawn Amphora instances on | 18:41 |
v1k0d3n | https://www.irccloud.com/pastebin/RgEGwEr0/ | 18:41 |
v1k0d3n | it is...i'm doing this all via the openstack cli...and i only have one account/project on here right now. | 18:42 |
v1k0d3n | like i said, this is a fairly fresh setup, because i'm working through the automated process of setting it all up. | 18:42 |
mjblack | can you do a "openstack user list --domain default" and send the output? | 18:43 |
v1k0d3n | i can force the project name in that file.. | 18:43 |
v1k0d3n | one sec. | 18:43 |
nmagnezi | v1k0d3n, grep project_name /etc/octavia/octavia.conf | 18:43 |
*** gcheresh has joined #openstack-lbaas | 18:45 | |
v1k0d3n | https://www.irccloud.com/pastebin/ObnAxg8T/ | 18:45 |
v1k0d3n | it should be using the admin project | 18:45 |
v1k0d3n | which is where i'm attempting to deploy from | 18:45 |
mjblack | v1k0d3n: what about the user list output? | 18:46 |
v1k0d3n | https://www.irccloud.com/pastebin/iEwDo4lt/ | 18:46 |
mjblack | are you logging in as the octavia user account or the 'admin' user account? | 18:47 |
v1k0d3n | https://www.irccloud.com/pastebin/RtcnIHTt/ | 18:47 |
v1k0d3n | do i need to log in as octavia to deploy the amphora lb? | 18:48 |
mjblack | you need to be whatever account you have configured that will launch the amphora images | 18:48 |
v1k0d3n | i was under the impression that users would deploy their load-balancer. | 18:48 |
mjblack | in typical cases its the octavia user | 18:48 |
mjblack | so you need to log in as octavia and add the ssh key | 18:48 |
v1k0d3n | ah. hmmm...one sec. | 18:48 |
mjblack | and have it named what you have configured in octavia.conf | 18:49 |
v1k0d3n | ok, that helps. one second and let me try something. | 18:51 |
mjblack | users will deploy load balancers but the VM instances launched will be managed by the service and will be invisible to the users | 18:54 |
mjblack | you will need to also be aware that quotas (cores, ram, instances, and ports) come into effect as well for the project you configure to own the VM instances | 18:55 |
v1k0d3n | hmmm | 18:55 |
v1k0d3n | https://www.irccloud.com/pastebin/uuOvgTrO/ | 18:56 |
v1k0d3n | i'm now in the service project, and the key is there with the correct name (or at least it appears os). | 18:56 |
v1k0d3n | s/os/so | 18:56 |
v1k0d3n | quotas are all fine. | 18:57 |
mjblack | but did you add the key as the octavia user? | 18:57 |
v1k0d3n | https://www.irccloud.com/pastebin/BwZPIsw4/ | 18:57 |
v1k0d3n | crap. doh! | 18:57 |
v1k0d3n | i had "a moment". sorry | 18:58 |
mjblack | ssh keypairs in openstack belong to the user | 18:58 |
v1k0d3n | yup yup that was a dumb error. | 18:58 |
mjblack | its okay, I know all this being on the other side of this conversation ;) | 18:58 |
mjblack | *at one point | 18:59 |
v1k0d3n | i'm now positive that you're right on the keypair user thing. adding now and going to try again. | 18:59 |
v1k0d3n | thank you for being patient. these are all super noob questions. | 19:01 |
*** psachin has quit IRC | 19:01 | |
v1k0d3n | it looks like it created! sweet. | 19:02 |
v1k0d3n | that was totally it. thank you so much folks. | 19:03 |
mjblack | np :) | 19:03 |
v1k0d3n | _hopefully_ this gets me on my way. it's been quite a learning curve for getting this to work (on a few fronts). looking forward to using it though. | 19:03 |
mjblack | but thats where the fun is | 19:05 |
v1k0d3n | very true, i totally agree. | 19:06 |
v1k0d3n | and then helping others :) | 19:06 |
v1k0d3n | mjblack: how long until it typical get's out of a "pending" state? | 19:14 |
v1k0d3n | given the track record i have with setting this LB up, i'm assuming i'm hitting something else. | 19:15 |
v1k0d3n | do most people have these issues at the start? | 19:15 |
v1k0d3n | (learning hurdles to be clear) | 19:15 |
*** gcheresh has quit IRC | 19:15 | |
mjblack | youre probably hitting into something else | 19:15 |
v1k0d3n | ah, in the logs it can't connect to device. | 19:16 |
v1k0d3n | i know it has to be on the correct, reachable network. in this case it's on my admin network. | 19:16 |
v1k0d3n | let me try to go down that path and make sure i'm good. | 19:17 |
mjblack | is the security groups you specified in octavia.conf allowing traffic from your octavia controller? | 19:17 |
*** pnull has joined #openstack-lbaas | 19:25 | |
v1k0d3n | hmmmm...maybe not the correct one. | 19:27 |
v1k0d3n | let me see if a change will help. | 19:27 |
v1k0d3n | i did have the default. | 19:27 |
v1k0d3n | i'm trying to think how i would automate this somehow in kolla, without knowing what the generated id's would be in advance. | 19:28 |
*** goldyfruit has quit IRC | 19:38 | |
*** goldyfruit has joined #openstack-lbaas | 21:50 | |
*** rcernin has joined #openstack-lbaas | 21:57 | |
johnsom | The warning messages are normal. Typically it takes ~30 seconds for nova to boot and instance, but some setups (virtualbox for example) can take up to 15 minutes. | 23:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!