Friday, 2022-09-23

*** ysandeep|out is now known as ysandeep01:47
*** ysandeep is now known as ysandeep|afk03:15
*** akahat|ruck is now known as akahat03:46
*** ysandeep|afk is now known as ysandeep03:55
*** ysandeep is now known as ysandeep|afk04:32
*** chandankumar is now known as chkumar|rover04:32
*** ysandeep|afk is now known as ysandeep05:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump OpenStack-Ansible master  https://review.opendev.org/c/openstack/openstack-ansible/+/85898106:46
noonedeadpunk mornings06:49
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump OpenStack-Ansible master  https://review.opendev.org/c/openstack/openstack-ansible/+/85898106:53
*** frenzyfriday is now known as frenzyfriday|ruck07:01
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump OpenStack-Ansible master  https://review.opendev.org/c/openstack/openstack-ansible/+/85898107:09
noonedeadpunkit not reall good morning though :(07:11
derekokeeffe85Hi again, so running the neutron role keeps failing with this https://paste.openstack.org/show/bt3BTxVjOMgXhAILmtKG/ that was happening before because of a misconfig on that interface but I have fixed that since. It's the internal_lb_vip address, the external_lb_vip address is just a dns to a second IP on the same link as it's all internal so could this be an issue?08:20
*** ysandeep is now known as ysandeep|lunch08:44
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Improve way of cache backend selection  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/85905408:49
noonedeadpunkderekokeeffe85: it should be fine to have external/internal address on same network08:52
noonedeadpunkBut can you reach internal VIP from compute1 with ping or smth like that?08:52
derekokeeffe85Yep I can ping it and ssh to it using both IP's.09:20
*** ysandeep|lunch is now known as ysandeep09:50
ThiagoCMCHey folks! I'm trying OSA `master` (latest fixes for Ironic) on Ubuntu 20.04, 'os-horizon-install.yml' TASK 'os_horizon : Registering panels' prints lots of warnings, directories (`/conf`, `local_settings.d`) reporting "is a directory".10:58
ThiagoCMCThen, when I try to login, Horizon's page print "Something went wrong!" error.10:59
ThiagoCMCAny magic? lol10:59
ThiagoCMCOutput: https://pastebin.com/AyB1FWvM11:04
ThiagoCMCI manually created the apparently missing directories in the horizon container, os-horizon-install.yml seem ok, but still can't login.11:28
ThiagoCMCHere's the `journalctl -f` logs from horizon container: https://pastebin.com/7RjayYn911:39
noonedeadpunkderekokeeffe85: ok, interesting. And haproxy does listen on 8181?11:51
noonedeadpunkThiagoCMC: tbh no idea. smth might have changed on master and we might need to adjsut deployment to fit it...11:52
noonedeadpunkand you do have ironic, heat, magnum, masakari and zun?11:54
ThiagoCMCOh, ok... I might have to then stick with 'stable/yoga' and try to cherry-pick fixes for Ironic in a local branch.12:00
noonedeadpunktbh I'm not sure what;s going on there - looks like quite valid bug to me. But I didn't know about it12:02
ThiagoCMCYeah! Mostly! Magnum is not being used now, the others, yes (Ironic trying for first time). Zun could be an alternative for baremetal deployment (if Ironic idea goes south)12:02
ThiagoCMCOk, no problem...12:03
ThiagoCMCThanks!  :-)12:03
noonedeadpunkI'd say zun is the one that will likely go south given how project being maintained12:05
noonedeadpunkThiagoCMC: or you can figure out what's wrong with horizon and propose fix ;)12:06
ThiagoCMCNever tried zun... Wanna see what it does. And yeah, getting ready for a deep dive on OSA over the weekend! 12:07
ThiagoCMCOh, another thing, just curious... No plans to add 'senlin_ui' to OSA?  :-P12:12
noonedeadpunksuper easy thing to add. nobody asked :)12:13
noonedeadpunkI can give even some example of how other plugins were added so you can try to do it yourself ;)12:14
ThiagoCMCPrecisely what I have in mind!   :-D12:14
*** frenzyfriday|ruck is now known as frenzyfriday|ruck|food12:26
ThiagoCMCSo, what's out there for containers? I really like LXD, sad that 'nova-lxd' died. It could potentially be used for both Containers amd QEMU/KVM, since LXD supports both seamlessly. I think it would be awesome to create LXD Containers straight on baremetal with OpenStack, as if they were regular Nova Instances...12:27
noonedeadpunkyeah, I guess then you need zun indeed12:34
noonedeadpunkif it's jsut about containers12:34
noonedeadpunkor smth like murano, but I guess it has died completely12:34
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump OpenStack-Ansible master  https://review.opendev.org/c/openstack/openstack-ansible/+/85898112:40
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump OpenStack-Ansible master  https://review.opendev.org/c/openstack/openstack-ansible/+/85898112:41
ThiagoCMCWell, but if Zun isn't properly maintained, then, I would prefer Ironic and deploy LXD on them, and try to figure out the network on the fly lol12:42
noonedeadpunkThiagoCMC: example on adding adjutant dashboard https://opendev.org/openstack/openstack-ansible-os_horizon/commit/0634bf19b4b8091a1c0ee91e5dc8e7de390677e812:42
ThiagoCMCAwesome!12:43
noonedeadpunkAnd https://opendev.org/openstack/openstack-ansible/commit/416f96434410f47fabed30013694e44cf09b75b1 also needed12:44
ThiagoCMCIt seems very simple12:46
noonedeadpunkit really is12:47
noonedeadpunkno rocket since involved :)12:48
noonedeadpunk*science12:48
ThiagoCMC^_^12:48
ThiagoCMCI'm no expert but I'd like to contribute with Prs, if I can / manage to do something cool!12:49
ThiagoCMCOn the other hand, resurrecting 'nova-lxd' won't be easy.  lol12:52
*** frenzyfriday|ruck|food is now known as frenzyfriday|ruck13:11
derekokeeffe85noonedeadpunk I ran that again and it ran through!! Only change I made was to the netplan I added our name servers to the bridge 13:32
spateljamesdenton, i have this public ip subnet range, now i want to add few more ip in this range how should i add interleave ip ?  for example i want to add .138 .139 and .140 new 3 ip address in existing subnet https://paste.opendev.org/show/bqSsIyBBgWjQXhZ7Uo5n/13:53
jamesdentonam i seeing that in the /24 you only have 3 IPs available for allocation? .9, .10, .11?13:54
jamesdentonYou can edit the subnet to add a second allocation range or .138-.14013:54
jamesdenton*of13:55
spatelYes.. this is very special case :)14:02
*** ysandeep is now known as ysandeep|out14:02
spatelhow do i add extra range.. like 49.xx.xx.109-111,49,xx.xx.138-140  like this?14:03
spatellet me try and see14:04
anskiyexplicitly setting IP-address, when creating a port overrides allocation range, at least via SDK14:05
anskiythis should work (from `openstack port create --help`): `--fixed-ip subnet=<subnet>,ip-address=<ip-address>`14:06
jamesdentonspatel https://docs.openstack.org/python-openstackclient/yoga/cli/command-objects/subnet.html14:34
jamesdentonAllocation pool IP addresses for this subnet e.g.: start=192.168.199.2,end=192.168.199.254 (repeat option to add multiple IP addresses)14:35
spatel+1 got it 14:35
spatelcan i add single ip in allocation pool? 14:37
spatelstart=1.1.1.1,end=1.1.1.1 ?14:37
jamesdentongood question, i think so?14:39
jamesdentonkeep in mind there may be some reserved for DHCPO14:39
jamesdentonDHCP servers, i mean14:39
spateloh wait.. so you are saying if i add 3 new public ip in subnet and one will get use by DHCP?14:42
spatelthat is bad.. 14:42
spateli thought adding extra subnet allocation will just update existing DHCP range and not spawn DHCP agent to reserve ip 14:42
spatelI just added 3 extra ip and they all available for floating IP.. phew! so that is good14:44
spatelThat means start=1.1.1.1,end=1.1.1.1  should work 14:44
anskiythere is reservation for one IP-address from each subnet. And yes, you can have subnets with only one IP-address in allocation.15:21
cloudnullwhat's good ?15:47
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Fix ansible-openstack-collection version  https://review.opendev.org/c/openstack/openstack-ansible/+/85898115:47
noonedeadpunkgates are broken. Is it good enough ?:)16:13
damiandabrowskinoonedeadpunk: ouh, they seem to be broken since yesterday. Did you have a chance to check it out?16:35
damiandabrowskihttps://paste.openstack.org/show/bGhRxb9hwsJEZ2140dQT/16:35
damiandabrowskithere's something wrong with wheel16:35
damiandabrowskis16:35
noonedeadpunkyeah I did16:35
noonedeadpunk858981 maybe will fix it...16:35
noonedeadpunkBut full bump on master also fails because of memcahced that requires extra package now16:36
damiandabrowskiokok great, fingers crossed then16:38
opendevreviewMerged openstack/openstack-ansible master: Fix ansible-openstack-collection version  https://review.opendev.org/c/openstack/openstack-ansible/+/85898121:29

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!