Tuesday, 2019-05-07

djhankbkplant: here you go- http://paste.openstack.org/show/750843/00:01
djhankbNobodyCam: I am referring to the storage_hosts, which - to my knowledge, do not have a container00:02
NobodyCamI'm attempting to add a new shared infra host00:02
NobodyCamI was looking at https://docs.openstack.org/openstack-ansible/latest/admin/scale-environment.html#add-a-new-infrastructure-host00:03
NobodyCamwhich says list the containers in step 400:03
NobodyCambut I'm not sure how to get the list of containers I need to list00:04
djhankblxc-ls --fancy00:04
djhankb?00:04
NobodyCamthis is new host with out containers00:04
NobodyCamif I look at another host it has unique names ie: OpenStack01_rabbit_mq_container-a0b2745f00:05
kplanti tested this not too long ago, adding a compute node00:05
kplantpretty sure i put "_containers"00:05
NobodyCamcompute works great!00:05
kplantoooh you pinned infra00:05
kplantyeah whoops00:05
djhankbthere's an openssl random command that generates the extra bit at the end00:06
djhankbit gets run during one of the playbooks, containers-deploy.yml if I had to guess - I remember digging through this and finding it once upon a time00:07
NobodyCamso I just need to list the `rabbit_mq_container` bit and it will add the unique bits00:07
djhankbyeah - I am reading that too, I am also confused... essentially it's wanting to generate the names so that when you run the playbooks it's limited to the one machine00:09
djhankbbut you will need to know what containers it will create, like rabbitmq, horizon, etc.00:10
kplantwould it make sense to first run 'setup-hosts' against the new host first00:10
NobodyCambut will that actually enable things like a new rabbit server00:10
kplantthen you'll have the containers and names00:10
djhankbthe new_infra_<node-id> as its referenced in step 1: openstack_user_config.yml node id is probably just a number00:10
djhankbfor example in mine I have osa-control1, osa-control2, osa-control3 and so on00:11
NobodyCamyea I added a the host to the stanza00:11
djhankbyou probably just need literally a number for the node-id part if I had to guess from the way it generates container names - osa-control1_rabbit_mq_container-c060e1b3 is one of mine for example00:11
NobodyCamI attempted with no unique id and got : ` [WARNING]: Could not match supplied host pattern, ignoring: OpenStack07_containers` from setup-everything.yml00:13
NobodyCamwill try setup hosts00:13
kplantthat _might_ work.. sounds kind of hacky though00:13
kplantlimit to against localhost and the new node i guess?00:14
NobodyCamyep like adding a compute hosts00:14
NobodyCam*host00:15
kplantlet me know how that works out00:18
kplantdefinitely interested in if that works00:18
NobodyCamnope no containers created00:19
kplantsetup-hosts.yml didn't make any containers?00:20
NobodyCamI don't get anything with lxc-ls00:20
kplantweird00:21
NobodyCamgoing to try setup-infrastructure.yml00:21
NobodyCamwith limit I guess00:22
NobodyCamnope00:23
kplanti really don't have any good ideas, sounds like a chicken and egg problem00:25
kplanthow can you name containers that don't exist if the names aren't predictable00:25
kplanti assume this isn't production?00:25
NobodyCamit is actually00:28
NobodyCamI removed a compute host and wanted to switch it to a shared infra host00:29
kplantyeah i don't want to spout off any random ideas then, rather wait for someone who has done it before00:29
NobodyCamI;m hitting limit on my rabbit00:29
kplantdo you have a lab you can test this in?00:30
NobodyCamnot really :(00:30
djhankbso what if you add your hostname and ip in the shared-infra_hosts/repo-infra_hosts/etc. sections, then run setup-hosts.yml?00:33
djhankbsince it's just one host00:33
kplant^ that's kind of what i was thinking. add to inventory and re-run against everything00:34
kplantit shouldn't break existing services right?00:34
djhankbthat will run containers-deploy, and will generate blank containers - with the extra bits at the end00:34
djhankbright, run: openstack-ansible setup-hosts.yml --limit my-new-host-0100:35
djhankball it will do is run the base setup, deploy security policies, and generate containers.00:35
djhankbI dont think the containers get populated until you run setup-infrastrucutre.00:35
NobodyCamI had added it to shared_infra but not repo_hosts00:35
djhankbyeah you will want to look at your existing controllers and make sure you're adding this new one in the right groups00:36
NobodyCamI I was hoping to get new Rabbit, Galera and memcache00:37
djhankbis that os-infra_hosts then?00:38
NobodyCamshared-infra lists them00:39
djhankbsorry no, shared-infra_hosts is what you want00:39
NobodyCamyep that's what I entered it under00:39
djhankbif thats all you want, add it there, then run setup-hosts.yml --limit my-new-host-0100:40
djhankbit should deploy containers00:40
NobodyCamoh, scripts/inventory-manage.py shows the container names00:41
kplantNobodyCam: i recommend anchors and references, that way you can add your host to one dict and reference it in whatever groups you want00:41
NobodyCamthat may have gotten it going... We'll see :)00:43
NobodyCamwe'll let ya know!00:43
*** cmart has quit IRC00:44
*** Adri2000 has quit IRC00:46
NobodyCamyep that appears to be doing the deed. I see containers being created.00:48
djhankbNice! Glad to hear it!00:49
NobodyCamThank you all For the Assistance!00:50
djhankbGlad I was able to help!00:50
djhankbI am still a bit of a n00b :-)00:50
NobodyCam:)00:50
*** Adri2000 has joined #openstack-ansible00:50
djhankbwell, an Openstack n00b that is...00:51
kplantdefinitely glad that worked out00:53
kplantnothing like trying something new on prod00:54
NobodyCamalmost `:fatal: [OpenStack07_rabbit_mq_container-dd4026d5]: FAILED! => {"msg": "'dict object' has no attribute 'ansible_hostname'"}`01:12
NobodyCambut I'll dig into that tomorrow01:12
*** logan- has quit IRC01:33
*** logan- has joined #openstack-ansible01:37
*** hjohnson1 has quit IRC01:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_manila master: Test using integrated build  https://review.opendev.org/64785602:16
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Update filebeat config for the latest stable release  https://review.opendev.org/63949602:17
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Properly configure cinder-volume containers  https://review.opendev.org/56595102:23
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Fix multi-OS support  https://review.opendev.org/63603902:25
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add playbook to link logs into the gate job location  https://review.opendev.org/59111702:27
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Removed conditional in test setup  https://review.opendev.org/57574802:35
*** udesale has joined #openstack-ansible02:42
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-haproxy_server master: Convert self-signed SSL to use the openssl modules  https://review.opendev.org/56639402:44
logan-1 more vote on https://review.opendev.org/#/c/657415/ and https://review.opendev.org/#/c/656891/ to unblock the integrated gate02:45
logan-no pressure cloudnull :P02:45
cloudnulldone :D02:46
*** samueldmq has quit IRC02:46
logan-ty02:47
prometheanfirecloudnull: so, howzit?02:58
cloudnullgoing well02:58
cloudnullchillin'02:58
prometheanfireyep, nice02:58
cloudnulldoing some updates to some of the inflight patches I had :D02:58
prometheanfirereading 'ignition' now02:59
cloudnullhttps://docs.inductiveautomation.com/display/DOC/system.tag.read ?02:59
prometheanfirewat03:01
cloudnull> reading 'ignition' now03:02
prometheanfirehttps://www.amazon.com/Ignition-Informal-Propellants-University-Classics/dp/0813595835/03:02
cloudnullah cool!03:03
prometheanfiregood airplane book03:03
prometheanfireshould probably save some chapters for the meetup in a couple months (new work thing)03:04
prometheanfirecontaining such good quotes as, 'everyone who uses a computer frequently has had, from time to time, a mad desire to attack the percocious abacus with an axe'03:09
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Add option to define the qemu security driver  https://review.opendev.org/56595803:12
cloudnullhahaha thats a great quote03:40
*** kplant has quit IRC03:47
*** raukadah is now known as chandankumar03:52
*** zhongjun2 has quit IRC04:05
*** ivve has quit IRC04:17
*** Talion has quit IRC04:36
*** ivve has joined #openstack-ansible05:20
_jannoIs it possible to configure the network for lxcbr0? I would like to use an other network than 10.0.3.1/24.05:22
*** radeks_ has joined #openstack-ansible05:43
*** Weifan has joined #openstack-ansible05:47
*** Weifan has quit IRC05:47
*** Weifan has joined #openstack-ansible05:48
*** Weifan has quit IRC05:52
*** kopecmartin|off is now known as kopecmartin06:01
*** radeks_ has quit IRC06:20
*** pcaruana has joined #openstack-ansible06:21
*** radeks_ has joined #openstack-ansible06:22
*** jbadiapa has joined #openstack-ansible06:33
*** shardy has joined #openstack-ansible06:35
*** tosky has joined #openstack-ansible07:16
*** starborn has joined #openstack-ansible07:18
*** ivve has quit IRC07:25
*** admin0 has quit IRC07:26
*** hwoarang has quit IRC07:32
*** ivve has joined #openstack-ansible07:33
*** hwoarang has joined #openstack-ansible07:34
*** ivve has quit IRC07:44
*** aedc has joined #openstack-ansible07:45
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_horizon master: WIO: Add aio_metal jobs  https://review.opendev.org/65754007:59
*** ivve has joined #openstack-ansible07:59
*** trident has quit IRC08:01
*** trident has joined #openstack-ansible08:02
*** admin0 has joined #openstack-ansible08:03
*** DanyC has joined #openstack-ansible08:23
*** hamzaachi has joined #openstack-ansible08:23
*** gshippey has joined #openstack-ansible08:43
*** priteau has joined #openstack-ansible08:44
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_placement master: Add aio_metal jobs  https://review.opendev.org/65754808:49
dirkevrardjp: fyi https://bugs.launchpad.net/openstack-ansible/+bug/1828009  - lets keep that one for tracking rather than individual 1:1 conversations09:19
openstackLaunchpad bug 1828009 in openstack-ansible "Fix openSUSE aio_metal jobson openstack ansible" [Undecided,New]09:19
*** electrofelix has joined #openstack-ansible09:21
*** vnogin has joined #openstack-ansible09:31
*** cshen has joined #openstack-ansible09:48
*** cshen has quit IRC10:07
*** cshen has joined #openstack-ansible10:08
*** cshen has quit IRC10:17
*** pcaruana has quit IRC10:19
*** udesale has quit IRC10:42
*** udesale has joined #openstack-ansible10:42
*** cshen has joined #openstack-ansible10:52
*** cshen has quit IRC10:52
*** pcaruana has joined #openstack-ansible10:55
*** Talion has joined #openstack-ansible11:00
*** priteau has quit IRC11:11
*** mkuf_ has joined #openstack-ansible11:13
*** mkuf has quit IRC11:16
*** vnogin has quit IRC11:18
*** strattao has joined #openstack-ansible11:19
*** vnogin has joined #openstack-ansible11:19
fnpanichi11:22
masterpe Hi, I have cinder-volume and cinder-backup on the physical controller, the cinder-scheduler is in a container.11:23
masterpeI want the cinder variable "host" only set on the cinder-volume and cinder-backup, but how to do that11:24
*** vnogin has quit IRC11:32
logan-_janno: yes - https://opendev.org/openstack/openstack-ansible-lxc_hosts/src/branch/master/defaults/main.yml#L101-L10811:33
*** starborn has quit IRC11:40
*** mkuf_ has quit IRC11:48
CeeMacafternoon11:53
*** mkuf_ has joined #openstack-ansible11:57
*** mkuf has joined #openstack-ansible12:00
*** mkuf_ has quit IRC12:03
*** hjohnson1 has joined #openstack-ansible12:16
*** kplant has joined #openstack-ansible12:20
*** nicolasbock has joined #openstack-ansible12:20
nicolasbocko/12:21
masterpecan I use group_vars for this?12:42
*** mkuf has quit IRC12:42
fnpanicCeeMac: Hi12:44
vakuznetplease review https://review.opendev.org/#/c/653849/412:50
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-os_octavia master: Add support for using distribution packages for OpenStack services  https://review.opendev.org/65204912:59
*** Talion has quit IRC13:10
*** dxiri has joined #openstack-ansible13:10
*** dxiri has quit IRC13:12
*** dxiri has joined #openstack-ansible13:12
*** mkuf has joined #openstack-ansible13:29
CeeMachi fnpanic, how are you?13:31
noonedeadpunkvakuznet: I've placed some questions for https://review.opendev.org/#/c/653849/13:38
fnpanicfine and you? How was the summit?13:38
*** mgoddard has quit IRC13:39
*** mgoddard has joined #openstack-ansible13:40
CeeMacgood thanks fnpanic, yeah the summit was great, I learned a lot. Soooo much good tech out there!14:01
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible master: Enable standalone Octavia for testing  https://review.opendev.org/65384914:13
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-os_octavia master: Add support for using distribution packages for OpenStack services  https://review.opendev.org/65204914:16
*** pcaruana has quit IRC14:19
NobodyCamGood Morning OSA Folks, I am attempting to add a new Shared infra node While running the setup-everything playbook I encountered `fatal: [OpenStack07_rabbit_mq_container-dd4026d5]: FAILED! => {"msg": "'dict object' has no attribute 'ansible_hostname'"}` I used limit with localhost the new host and its containers14:32
openstackgerritMerged openstack/openstack-ansible master: Set CentOS 7 distro job to non-voting  https://review.opendev.org/65741514:34
*** pcaruana has joined #openstack-ansible14:38
noonedeadpunklooks like it skipped gathering facts for the new containers. And I think, that you'll need to run setup-infrastructure among all management nodes to get new containers added to galera and rabbitmq clusters14:46
openstackgerritKanishk Godha proposed openstack/openstack-ansible-os_keystone master: Replace Module  https://review.opendev.org/65639714:48
NobodyCamnoonedeadpunk: all management node or just the shared infra nodes? and will I'll I need to list all of there containers Like I did with the new node?14:49
*** cmart has joined #openstack-ansible14:50
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: debian: switch to generic version  https://review.opendev.org/65729014:54
noonedeadpunkNobodyCam: shared infra nodes (if they're not the same in your setup).14:55
noonedeadpunkYep, you'll need to run roles over containers as well. So I'd probably just runned setup-infrastructure over all hosts14:55
*** KeithMnemonic has quit IRC15:00
*** tosky has quit IRC15:06
_jannologan-: thank you, I'll have a look15:06
*** mgariepy has quit IRC15:07
*** chandankumar is now known as raukadah15:10
*** pcaruana has quit IRC15:16
*** hamzy has quit IRC15:20
*** hamzaachi_ has joined #openstack-ansible15:28
*** mgariepy has joined #openstack-ansible15:29
*** ivve has quit IRC15:29
*** aludwar has quit IRC15:30
*** hamzaachi has quit IRC15:30
*** hamzaachi_ has quit IRC15:33
*** hamzy has joined #openstack-ansible15:48
*** gyee has joined #openstack-ansible15:55
mnaser#startmeeting openstack_ansible_meeting16:00
openstackMeeting started Tue May  7 16:00:03 2019 UTC and is due to finish in 60 minutes.  The chair is mnaser. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
mnaser#topic office hours16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
mnasero/16:00
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:00
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:00
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)"16:00
noonedeadpunko/16:00
mnaserhey noonedeadpunk how's it goin16:00
mnaseryou were missed at the summit :)_16:00
noonedeadpunkYeah, I was reading yours twitter and was really kinda jealous about missing it...16:01
* noonedeadpunk looking for flights to Shanghai16:01
noonedeadpunkbtw extra congrats with superuser awards:)16:03
noonedeadpunkso, what I've missed regarding train plans and new collaborations?:)16:05
*** KeithMnemonic has joined #openstack-ansible16:05
mnaserthanks noonedeadpunk  :D16:08
mnaserdid you check out the ether pad?16:08
noonedeadpunkoh, it was updated. Will look trough it today16:10
mnaseryep!16:10
mnasertons of good discussion16:10
noonedeadpunkYeah, I was pretty excited about a letter from kolla-ansible team, regarding collaboration.16:11
*** strattao has quit IRC16:14
noonedeadpunkpersonally I feel, that containers are good thing, and we probably shouldn't fully drop their support16:16
*** strattao has joined #openstack-ansible16:16
logan-o/16:17
logan-yep, agreed on not dropping machine container support. the migration path would be painful for a lot of deployers. switching the default deployment to metal seems like a reasonable thing, but it'll be interesting to review a spec about that16:22
mnaseryeah16:26
mnaserlogan-: noonedeadpunk I wonder if there would be a way to handle machine container management outside OSA16:26
logan-the first step to that I think is to define the group structure in a yaml inventory and shift it out of the dynamic inventory16:27
logan-ansible-inventory can be useful for analyzing how we currently structure it, but it outputs pretty garbage inventory structures for complex inventories, so I don't think you'd want to just dump ansible-inventory yaml output to shim out groups and call it a day16:28
logan-but getting the group tree as a base inventory layer, and then adding hosts on top of that with additional inventories (whether metal or container) is a good direction imo16:28
*** nicolasbock has quit IRC16:29
mnaserlogan-: yeah I think we need a 'defined' inventory api so to speak16:29
logan-yep16:29
*** nicolasbock has joined #openstack-ansible16:30
mnaserwe have a lot of work, but I'm not sure how much of it we can get done this cycle16:33
mnasermost folks seem busy16:34
noonedeadpunkyep, etherpad seems really filled16:35
logan-yeah. and this inventory thing has been a topic for idk 3-4 ptgs in a row now. it seems no one has time to go fishing around that mess of dynamic inventory we have.16:35
noonedeadpunkthe problem of baremetal is that distro packages of different services may actually have conflicts, which are hard to resolve...16:39
*** ivve has joined #openstack-ansible16:40
*** cmart has quit IRC16:44
NobodyCamwould this be a good time to see if https://docs.openstack.org/openstack-ansible/latest/admin/scale-environment.html could be reviewed, I've been attempting to add a new shared infra node node and encountered several issues16:48
*** hamzaachi has joined #openstack-ansible16:51
mnasernoonedeadpunk: how so?16:55
noonedeadpunkSo I have one non-OSA deployment, installed from packages on Ubuntu. And all services are without containers on bare metal. And touching some python package usually results in upgrading everything.16:57
noonedeadpunkSo in if you would like just to add some new service to the node? or just update single python package, you should be ready for the full upgrade16:58
*** radeks_ has quit IRC16:59
noonedeadpunkso I don't feel that bare metal distro installs are really good idea, as they are pretty hard to maintain, imo17:00
*** strattao has quit IRC17:02
*** Weifan has joined #openstack-ansible17:10
*** udesale has quit IRC17:13
mnaserYeah bare metal distro is an exploding upgrade17:14
mnaserThat’s just part of that decision17:14
mnaser#endmeeting17:14
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/2xA1eZC"17:14
openstackMeeting ended Tue May  7 17:14:28 2019 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:14
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-05-07-16.00.html17:14
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-05-07-16.00.txt17:14
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-05-07-16.00.log.html17:14
*** hamzaachi has quit IRC17:31
*** Weifan has quit IRC17:35
*** Weifan has joined #openstack-ansible17:36
hjohnson1Being a noobe at OSA, I for one think the containers are GREAT!  This is my 50th (or more) install of Rocky on this new hardware and it would have been a real pain to install all of this to bare metal.  I am still working my way through this and am almost ready for production... but I am all for the container approach.17:38
guilhermesphuuuum just had an opportunity to catch up now https://review.opendev.org/#/c/656891/17:40
guilhermespseems that we were in a good progress!17:40
guilhermespbtw thanks logan-17:40
*** Weifan has quit IRC17:40
logan-np! hopefully it will merge soon so we can get back to merging things :)17:45
*** kopecmartin is now known as kopecmartin|off17:46
guilhermespyeah, once it is merged we can start to clean up nova role to not do placement stuff. Then we need to see the migration script that was discussed in PTG with odyssey4me17:46
*** electrofelix has quit IRC17:47
*** cmart has joined #openstack-ansible17:54
*** strattao has joined #openstack-ansible17:56
*** Weifan has joined #openstack-ansible18:04
*** vnogin has joined #openstack-ansible18:17
*** vnogin has quit IRC18:21
*** hwoarang has quit IRC18:24
*** hwoarang has joined #openstack-ansible18:26
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-os_octavia master: Updated certificate distribution task  https://review.opendev.org/65766218:38
*** Weifan has quit IRC18:44
*** hwoarang has quit IRC18:47
*** hwoarang has joined #openstack-ansible18:49
*** DanyC has quit IRC18:55
*** cmart has quit IRC18:58
*** mgariepy has quit IRC18:59
*** mgariepy has joined #openstack-ansible19:05
*** Weifan has joined #openstack-ansible19:05
*** Weifan has quit IRC19:10
*** Weifan has joined #openstack-ansible19:10
*** Weifan has quit IRC19:18
*** vnogin has joined #openstack-ansible19:19
*** DanyC has joined #openstack-ansible19:20
*** DanyC has quit IRC19:24
*** Weifan has joined #openstack-ansible19:42
*** Weifan has quit IRC19:45
*** DanyC has joined #openstack-ansible20:00
*** hamzy has quit IRC20:27
*** cmart has joined #openstack-ansible20:56
*** cmart has quit IRC20:58
*** cmecca has joined #openstack-ansible21:11
*** kplant has quit IRC21:19
*** nicolasbock has quit IRC21:25
*** nicolasbock has joined #openstack-ansible21:25
*** vnogin has quit IRC21:31
*** cmecca has quit IRC21:31
*** cmart has joined #openstack-ansible21:32
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: Re-add the upgrade playbook removing pip.conf  https://review.opendev.org/65701921:32
*** Weifan has joined #openstack-ansible21:36
*** strattao has quit IRC21:36
*** vnogin has joined #openstack-ansible21:38
*** Weifan has quit IRC21:46
*** kplant has joined #openstack-ansible21:50
hjohnson1Does anyone know a way of statically assigning an IP address to a container?  For example, I need to statically assign 10.255.61.209 to infra1-designate-container-9d1b572c in openstack_user_config.yml or user_variables.yml22:02
hjohnson1Let me re-phrase... I need to statically assign 10.255.61.209 to the designate-container on infra1 in openstack_user_config.yml or user_variables.yml22:03
*** vnogin has quit IRC22:06
*** hamzaachi has joined #openstack-ansible22:09
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_service stable/stein: Require network-online insetad of network target  https://review.opendev.org/65769422:22
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_service stable/rocky: Require network-online insetad of network target  https://review.opendev.org/65769522:22
*** DanyC has quit IRC22:22
openstackgerritMerged openstack/ansible-role-systemd_service master: Require network-online insetad of network target  https://review.opendev.org/65697822:34
openstackgerritMerged openstack/ansible-role-systemd_mount master: Update to opendev  https://review.opendev.org/65470022:35
openstackgerritMerged openstack/ansible-role-systemd_mount master: Update home-page  https://review.opendev.org/63044522:35
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/stein: Temporary fix of failing aria2 on centos  https://review.opendev.org/65738622:43
*** hamzaachi has quit IRC22:45
*** hwoarang has quit IRC22:51
*** hjohnson1 has left #openstack-ansible22:55
*** Weifan has joined #openstack-ansible22:56
*** threestrands has joined #openstack-ansible23:00
*** hwoarang has joined #openstack-ansible23:00
*** threestrands has quit IRC23:00
*** threestrands has joined #openstack-ansible23:01
openstackgerritMerged openstack/ansible-role-systemd_service stable/rocky: Require network-online insetad of network target  https://review.opendev.org/65769523:03
*** threestrands has quit IRC23:08
djhankbis there an easy way to clean out my deployment host and start fresh? Or is it best to just wipe the deployment host first?23:15
djhankbis there anything else to remove aside from /etc/openstack_deploy/openstack_inventory.json and /etc/openstack_deploy/openstack_hostnames_ips.yml23:19
*** openstackstatus has joined #openstack-ansible23:23
*** ChanServ sets mode: +v openstackstatus23:23
-openstackstatus- NOTICE: If your jobs failed due to connectivity issues to opendev.org they can be rechecked now. Services have been restored at that domain.23:25
*** Weifan has quit IRC23:28
*** Weifan has joined #openstack-ansible23:44
openstackgerritMerged openstack/openstack-ansible-os_trove master: Replace Module  https://review.opendev.org/65677723:48

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!