*** macz has quit IRC | 00:05 | |
*** goldyfruit_ has quit IRC | 00:20 | |
*** schwicht has joined #openstack-ansible | 00:28 | |
*** sshnaidm has quit IRC | 00:45 | |
*** schwicht has quit IRC | 00:50 | |
*** schwicht has joined #openstack-ansible | 00:57 | |
*** sshnaidm has joined #openstack-ansible | 01:00 | |
*** goldyfruit_ has joined #openstack-ansible | 01:05 | |
*** schwicht has quit IRC | 01:07 | |
*** schwicht has joined #openstack-ansible | 02:05 | |
*** EmilienM|PTO is now known as EmilienM | 02:42 | |
*** spatel has joined #openstack-ansible | 03:04 | |
*** sshnaidm_ has joined #openstack-ansible | 03:53 | |
*** sshnaidm has quit IRC | 03:57 | |
*** udesale has joined #openstack-ansible | 04:14 | |
*** sshnaidm__ has joined #openstack-ansible | 04:25 | |
*** sshnaidm_ has quit IRC | 04:26 | |
openstackgerrit | James Denton proposed openstack/openstack-ansible-os_neutron master: Adds DPDK support for Open vSwitch https://review.opendev.org/590810 | 04:42 |
---|---|---|
*** gokhani has joined #openstack-ansible | 05:05 | |
*** spatel has quit IRC | 05:11 | |
*** raukadah is now known as chkumar|rover | 05:41 | |
*** andrea15 has quit IRC | 06:03 | |
*** andrea15 has joined #openstack-ansible | 06:22 | |
*** pcaruana has joined #openstack-ansible | 06:32 | |
*** udesale has quit IRC | 06:40 | |
*** udesale has joined #openstack-ansible | 06:41 | |
*** jbadiapa has joined #openstack-ansible | 07:14 | |
*** udesale has quit IRC | 07:34 | |
*** udesale has joined #openstack-ansible | 07:35 | |
*** miloa has joined #openstack-ansible | 07:36 | |
miloa | Morning | 07:36 |
*** cshen has joined #openstack-ansible | 07:54 | |
*** j3ll3 has joined #openstack-ansible | 07:54 | |
*** sep has joined #openstack-ansible | 07:57 | |
cshen | morning | 08:02 |
*** bverschueren has quit IRC | 08:04 | |
*** j3ll3 has quit IRC | 08:04 | |
*** DanyC has joined #openstack-ansible | 08:18 | |
jrosser | morning | 08:20 |
*** tosky has joined #openstack-ansible | 08:25 | |
*** isakgicu has joined #openstack-ansible | 08:29 | |
isakgicu | hi, fresh OSA provisioned : | 08:32 |
isakgicu | http://paste.openstack.org/show/786703/ | 08:32 |
isakgicu | dashboard fails .. | 08:33 |
isakgicu | horizon apache2 error log: http://paste.openstack.org/show/786704/ | 08:35 |
isakgicu | looks like python errors, maybe I should use python3 for provisioning ? | 08:35 |
*** j3ll3 has joined #openstack-ansible | 08:38 | |
*** rgogunskiy has joined #openstack-ansible | 08:45 | |
*** j3ll3 has quit IRC | 08:49 | |
jrosser | isakgicu: i think you need this patch applying https://review.opendev.org/#/c/695563/ | 08:54 |
*** j3ll3 has joined #openstack-ansible | 09:04 | |
*** j3ll3 has quit IRC | 09:08 | |
*** j3ll3 has joined #openstack-ansible | 09:10 | |
*** j3ll3 has quit IRC | 09:16 | |
isakgicu | thnx | 09:27 |
*** ygk_12345 has joined #openstack-ansible | 10:09 | |
*** electrofelix has joined #openstack-ansible | 10:09 | |
ygk_12345 | hi all | 10:11 |
ygk_12345 | hit this bug while installing heat role in rocky 18.1.9 | 10:11 |
ygk_12345 | https://bugs.launchpad.net/openstack-ansible/+bug/1807346 | 10:12 |
openstack | Launchpad bug 1807346 in openstack-ansible "[heat] Installations fails during Update Q->R" [Undecided,New] - Assigned to Guilherme Steinmuller Pimentel (guilhermesp) | 10:12 |
ygk_12345 | whats the wortkaround ? | 10:12 |
jrosser | ygk_12345: the workaround is in the bug description https://github.com/ansible/ansible/pull/42913/files | 10:16 |
jrosser | however i believe that the problem is that ansible refuse to backport fixes to versions that they consider end-of-life | 10:16 |
ygk_12345 | jrosser which file exactly I have to modify and where ? | 10:16 |
jrosser | which in situations like this is really tough | 10:17 |
jrosser | ygk_12345: i think in this case it would be /opt/ansible-runtime/lib/python2.7/site-packages/ansible/modules/cloud/openstack/os_user_role.py | 10:19 |
jrosser | on your deply host | 10:19 |
jrosser | *deploy | 10:19 |
ygk_12345 | oh ok let me try that | 10:19 |
jrosser | if necessary you can create your own fork of ansible on github and make a branch with custom fixes on it | 10:20 |
jrosser | and point to that so it is used in bootstrap-ansible rather than the standard ansible | 10:20 |
jrosser | there is a good chance that if you modify the file in ansible-runtime venv any changes will be blown away next time you do bootstrap-ansible | 10:21 |
*** DanyC has quit IRC | 10:29 | |
*** DanyC has joined #openstack-ansible | 10:31 | |
noonedeadpunk | mornings | 10:32 |
jrosser | o/ | 10:32 |
*** ivve has joined #openstack-ansible | 10:35 | |
*** udesale has quit IRC | 10:58 | |
*** DanyC_ has joined #openstack-ansible | 11:11 | |
miloa | ygk_12345: This is what i have done to make heat work (Rocky/CentOS 7/distro method) : http://paste.openstack.org/show/786711/ | 11:14 |
ygk_12345 | is there a oneshot patch applicaiton to all these files ? | 11:15 |
*** DanyC has quit IRC | 11:15 | |
miloa | yes :) | 11:15 |
*** sshnaidm__ is now known as sshnaidm | 11:15 | |
ygk_12345 | miloa where ? | 11:16 |
miloa | ygk_12345 : http://paste.openstack.org/show/786711/ | 11:17 |
*** cshen has quit IRC | 11:17 | |
jrosser | miloa: your change to /etc/ansible/roles/os_heat/defaults/main.yml, is that a bug we need to fix? | 11:18 |
miloa | ygk_12345 : copy paste to a file, then : "patch -p0 --verbose -d / < heat_patches_file" | 11:21 |
miloa | jrosser: yes, perhaps it needs to be corrected, but as it does not work without the other patches, not sure. :) | 11:24 |
miloa | jrosser: Oups sorry it is already corrected (by me, lol ) :) and merge in rocky and stein. https://review.opendev.org/#/c/692405/ https://review.opendev.org/#/c/691854/ | 11:31 |
jrosser | miloa: excellent :) | 11:32 |
miloa | ygk_12345: so you can skip the first patch in http://paste.openstack.org/show/786711/ | 11:32 |
ygk_12345 | ok | 11:33 |
*** cshen has joined #openstack-ansible | 11:34 | |
*** cshen has quit IRC | 11:39 | |
*** macz has joined #openstack-ansible | 11:41 | |
*** electrofelix has quit IRC | 11:43 | |
*** electrofelix has joined #openstack-ansible | 11:43 | |
*** cshen has joined #openstack-ansible | 11:44 | |
*** macz has quit IRC | 11:45 | |
*** kopecmartin has joined #openstack-ansible | 12:06 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Also keep old_style blacklist schema https://review.opendev.org/696073 | 12:16 |
*** udesale has joined #openstack-ansible | 12:21 | |
*** nicolasbock has joined #openstack-ansible | 12:24 | |
*** ansmith has quit IRC | 12:30 | |
guilhermesp | mornings | 12:33 |
*** ygk_12345 has quit IRC | 12:46 | |
*** jawad_axd has joined #openstack-ansible | 12:48 | |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: fix tox python3 overrides https://review.opendev.org/661545 | 12:58 |
*** goldyfruit_ has quit IRC | 13:08 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-galera_client master: Install mariadb-client for mysqldump command https://review.opendev.org/695396 | 13:12 |
*** nicolasbock has quit IRC | 13:31 | |
*** nicolasbock has joined #openstack-ansible | 13:37 | |
*** ygk_12345 has joined #openstack-ansible | 13:39 | |
jamesdenton | mornin | 13:42 |
*** ansmith has joined #openstack-ansible | 13:56 | |
isakgicu | hey guys, shouldn't os_octavia role be able to automatically do all the stuff | 13:57 |
isakgicu | why is necessary to manually create lb-mgmt-net/subnet ? | 13:58 |
isakgicu | this mean that, while playbook run, I have to watch it and when see that os_neutron is already done, fast start to manually create the lb-mgmt-net/subnet in order to make os_octavia role pass with success | 13:59 |
isakgicu | or have I missed something ? | 14:00 |
jamesdenton | you have not missed anything. I suppose the os_neutron role could be modified to create that mgmt net/subnet using some vars | 14:01 |
jamesdenton | right now it's a manual step, unfortunately | 14:01 |
noonedeadpunk | I'd vote to patch that out (however I'm not sure about what exact step we're talking about as was never took close look on octavia) | 14:02 |
isakgicu | ok, after creating lb-mgmt-net/subnet , do I have to bridge the port with br-mgmt ? | 14:03 |
jrosser | isnt it this? https://opendev.org/openstack/openstack-ansible-os_octavia/src/branch/master/tasks/octavia_mgmt_network.yml | 14:03 |
jrosser | i'm confused | 14:03 |
jamesdenton | i'm confused. i didn't know that was a thing ^^^ | 14:04 |
jrosser | isakgicu: this is the thing really, it's not entirely within the powers of neutron to create that network, becasue it has to hook down on to physical things like your infra nodes | 14:04 |
jrosser | so part of that is your responsibility to design your control plane how you want it | 14:04 |
jrosser | then to ensure that aligns with a suitable config in neutron and your network nodes | 14:05 |
jrosser | and compute hosts | 14:05 |
jrosser | ^ complicated :) | 14:05 |
jamesdenton | @jrosser octavia_mgmt_network.yml is exactly what i was thinking. so if that's already there, then perhaps something else is going on | 14:05 |
jrosser | so for vlans is really comes down to making sure that octavia_provider_segmentation_id matches up with whichever vlan you've used for br-lbaas on the infra/compute hosts | 14:06 |
jrosser | isakgicu: you certainly should not bridge the octavia mgmt network to br-mgmt | 14:07 |
jrosser | your infra nodes should have a br-lbaas which goes to the octavia containers | 14:08 |
jrosser | then there is iptables rules applied to enforce the right separation between the octavia and mgmt networks | 14:08 |
isakgicu | the octavia_mgmt_network.yml file only checks if there is lb-mgmt-net/subnet and if not it fails | 14:09 |
isakgicu | right, but how about the lb-mgmt-net/subnet? what is this for ? | 14:10 |
jrosser | the octavia service in the octavia containers needs to communicate with the loadbalancer amphora vm | 14:10 |
jrosser | and it does that using the br-lbaas network | 14:10 |
jrosser | which is a special out-of-band network between the control plane and loadbalancer vm instances | 14:10 |
isakgicu | so in this case i have to bridge lb-mgmt-net/subnet with br-lbaas ? | 14:13 |
jrosser | this is what i meant about octavia_provider_segmentation_id | 14:14 |
ioni | the octavia role creastes automatically the network and subnet in neutron | 14:15 |
ioni | what it doesn't do automatically is the internal layout | 14:15 |
ioni | it depends on the provider what layout does it want | 14:15 |
jrosser | isakgicu> the octavia_mgmt_network.yml file only checks if there is lb-mgmt-net/subnet and if not it fails | 14:15 |
ioni | vlan based is easier because you don't have to create any bridge on the nodes | 14:15 |
jrosser | ^ im not sure that is right, as ioni says the playbook will deal with the neutron side | 14:16 |
ioni | only on the controller you have to add the the correct vlan tagged interface | 14:16 |
ioni | i deployed couples of months ago on stein :) | 14:16 |
ioni | br-lbaas with bond0.40 on controller | 14:17 |
jrosser | similar, we had the fun of putting it on a L3 network which was interesting | 14:17 |
ioni | nothing on compute nodes | 14:17 |
isakgicu | right | 14:17 |
isakgicu | that's almost what I have, br-lbaas is on vlan 40 but not bond interface | 14:18 |
isakgicu | and it's only on network01 node, where actually the octavia-container runs | 14:18 |
ioni | https://paste.xinu.at/upn/ | 14:18 |
ioni | isakgicu, ^ | 14:19 |
ioni | isakgicu, is important to have br-lbaas with bond0.40 because octavia api needs to be in the same network | 14:19 |
ioni | openstack-ansible creates the lxc container with the right interface in br-lbaas | 14:19 |
isakgicu | didnt know about user_octavia.yml ... interesting | 14:21 |
*** nicolasbock has quit IRC | 14:22 | |
isakgicu | http://paste.openstack.org/show/786725/ | 14:22 |
jrosser | isakgicu: you can have user_<whatever>.yml, as many as you like | 14:23 |
jrosser | the naming does not matter | 14:23 |
isakgicu | if I will have user_variables.yml and user_octavia.yml, both of them will be used during playbook runs ? | 14:29 |
*** goldyfruit has joined #openstack-ansible | 14:36 | |
*** goldyfruit_ has joined #openstack-ansible | 14:38 | |
*** goldyfruit has quit IRC | 14:41 | |
ioni | isakgicu, both are used, user_variables.yml has priority since is sourced last | 14:45 |
ioni | if i recall | 14:45 |
*** jawad_axd has quit IRC | 14:48 | |
isakgicu | thnx a lot guys gues my playbook failed because user_variables.yml did not have octavia variables set | 14:48 |
isakgicu | as I can see this merge: https://opendev.org/openstack/openstack-ansible-os_octavia/commit/8b053378fd91bc13ec583f599a58e65792710faf forces users to write their own variables | 14:49 |
jamesdenton | apologies for the confusion on my part. | 15:01 |
chkumar|rover | kopecmartin: arxcruz: jrosser noonedeadpunk https://review.opendev.org/#/c/696073/ small fix | 15:15 |
*** chkumar|rover is now known as raukadah | 15:17 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/train: Set metal upgrade jobs to non-voting https://review.opendev.org/695698 | 15:17 |
*** DanyC_ has quit IRC | 15:23 | |
*** rgogunskiy has quit IRC | 15:25 | |
*** cshen has quit IRC | 15:34 | |
mgariepy | not openstack related but, you might want to check this out if you have HP SSD in your servers . https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00092491en_us | 15:37 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Replace git.openstack.org with opendev.org https://review.opendev.org/694303 | 15:38 |
cjloader | hi guys | 15:42 |
cjloader | i got my inspector working | 15:42 |
noonedeadpunk | wow | 15:42 |
cjloader | i'm pushing up my changes today | 15:42 |
noonedeadpunk | that's great. I'd love to look through them:) | 15:44 |
cjloader | will be adding a short doc for the dhcp/dnsmasq stuff -- | 15:45 |
cjloader | we ended up using some of the 'allocated' range from ironic, reserving for the inspector | 15:46 |
cjloader | but there are overrides needed to set that up based on your ironic network | 15:47 |
cjloader | also, we are defaulting the store-data to the database, so storage agnostic | 15:49 |
*** spatel has joined #openstack-ansible | 15:54 | |
*** nicolasbock has joined #openstack-ansible | 15:58 | |
*** ivve has quit IRC | 16:02 | |
*** DanyC has joined #openstack-ansible | 16:03 | |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 16:09 |
openstack | Meeting started Tue Nov 26 16:09:46 2019 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:09 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:09 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:09 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:09 |
noonedeadpunk | #topic office hours | 16:09 |
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)" | 16:09 | |
noonedeadpunk | jrosser: so, am I right, that all blocking upgrade patches have been already placed? | 16:11 |
jrosser | i think we have pushed up everything needed from our side | 16:11 |
noonedeadpunk | nice | 16:11 |
jrosser | but i don't think all merged yet? | 16:11 |
noonedeadpunk | No, it doesn't :( | 16:11 |
jrosser | oh there is documentation / example to fix for placement | 16:11 |
jrosser | the user_config is missing it | 16:12 |
noonedeadpunk | I'd say that we need pretty big effort to looks through our docs and updating them, as this wasn't done for several releases I guess | 16:12 |
jrosser | also these timeouts are bad | 16:12 |
noonedeadpunk | Yeah, centos and upgrade jobs. | 16:12 |
jrosser | i am wondering why we have centos7 jobs on master any more | 16:13 |
jrosser | becasue sometime soon there will be py3 only code and then we have to remove the jobs anyway | 16:13 |
jrosser | but that doesnt help with backports to train though | 16:14 |
noonedeadpunk | I guess because we still don't have centos8? | 16:14 |
noonedeadpunk | And I saw ml regarding that topic | 16:14 |
jrosser | yes, there was some chatter on the ML about that, sharing issues between the deployment projects | 16:14 |
jrosser | snap | 16:14 |
jrosser | i looked again yesterday and still no lsyncd in EPEL | 16:15 |
noonedeadpunk | And yes, dunno how we will be supporting both releases for the upgrade | 16:15 |
jrosser | i was really sad with network-manager too | 16:15 |
jrosser | this is really not cool at all https://review.opendev.org/#/c/689629/10/tests/roles/bootstrap-host/tasks/prepare_networking.yml | 16:16 |
noonedeadpunk | I don't really like the idea of building it from source for centos... | 16:16 |
noonedeadpunk | yeah, I saw that. But we probably can live with it for sime time... | 16:17 |
jrosser | we can maybe get a bit further with an AIO on metal by dropping the lsyncd requirement | 16:18 |
jrosser | obviously multnode repo server will be broken | 16:18 |
noonedeadpunk | we can hardcode to deploy repo only to first server in group in case of centos8 lol | 16:19 |
noonedeadpunk | btw, doesn't python-selinux appeared for centos 7.7? | 16:20 |
noonedeadpunk | *python3 | 16:20 |
jrosser | oh maybe, i'm not sure | 16:20 |
noonedeadpunk | seems it's not ;( | 16:21 |
* noonedeadpunk never liked centos much | 16:21 | |
*** ygk_12345 has quit IRC | 16:23 | |
noonedeadpunk | do you have any thought what to do with upgrade stuff? | 16:23 |
*** ygk_12345 has joined #openstack-ansible | 16:23 | |
guilhermesp | o/ | 16:24 |
noonedeadpunk | it's problematic and helpfull at the same time... | 16:24 |
*** ygk_12345 has left #openstack-ansible | 16:24 | |
guilhermesp | do we have a topic come in handy for things that still needs to be merged for upgrades ? | 16:24 |
noonedeadpunk | looks like we don't | 16:25 |
jrosser | noonedeadpunk: regarding upgrades i don't know - theres also py2/3 to throw into the mix | 16:26 |
noonedeadpunk | yeah, but I think that s->t tests this migration at least for ubuntu. But I saw some weirdness in logs... | 16:27 |
jrosser | right - i'm maybe not surprised, this all needs more work really | 16:27 |
jrosser | perhaps the best thing to do for now is to concentrate on getting further with centos-8 on master | 16:28 |
noonedeadpunk | like ansible has probably cached ansible_python_interpreter or smth like that | 16:28 |
jrosser | then we understand what the scale of any backporting is | 16:28 |
noonedeadpunk | yeah, agree | 16:28 |
jrosser | noonedeadpunk: yes i think you are right - i've seen something similar | 16:28 |
jrosser | perhaps a setup of deleting the /etc/openstack_deploy facts cache at the midpoint of the upgrade would address that | 16:28 |
noonedeadpunk | so the -main- biggest problem with centos 8 is lsycnd? | 16:29 |
*** isakgicu has quit IRC | 16:29 | |
jrosser | well i don't know - it was the point at which i gave up :) | 16:29 |
jrosser | several days cursing networkmanager and i'd had enough | 16:29 |
noonedeadpunk | ok, by far at least:) | 16:29 |
noonedeadpunk | I can totally understand you - I'd probably gave up on it actually | 16:29 |
jrosser | it's probably worth another look - trouble is i'm super busy for a few weeks | 16:30 |
miloa | jrosser: perhaps not usefull but about https://review.opendev.org/#/c/689629/10/tests/roles/bootstrap-host/tasks/prepare_networking.yml in order to prepare network we are using an ansible playbook using role "michaelrigart.interfaces" | 16:33 |
jrosser | noonedeadpunk: also when i last looked there was no RDO repo at all for Centos-8, thats also a big showstopper | 16:33 |
jrosser | i don't know if thats changed at all now | 16:33 |
noonedeadpunk | I think the problem is that ansible mosdules can not work with centos 8 now | 16:33 |
jrosser | noonedeadpunk: whats broken there? | 16:34 |
*** DanyC has quit IRC | 16:35 | |
jrosser | miloa: one of the troubles i had was that networkmanager doesnt seem to have a concept of a dummy interface..... did you make those work? | 16:35 |
noonedeadpunk | I think rdo is not ready as well :(((( https://trunk.rdoproject.org/ | 16:35 |
noonedeadpunk | jrosser: disregard my opinion about networking | 16:35 |
noonedeadpunk | anyway, seems like we will be backporting stuff after releasing... | 16:36 |
jrosser | i made a topic for stuff we need to merge https://review.opendev.org/#/q/topic:osa-train+(status:open+OR+status:merged) | 16:39 |
jrosser | guilhermesp: ^ | 16:39 |
guilhermesp | nice jrosser thanks | 16:41 |
guilhermesp | looking now | 16:41 |
jrosser | its all needing review, not just merge | 16:42 |
miloa | jrosser: I did not try with type dummy. | 16:43 |
*** macz has joined #openstack-ansible | 16:45 | |
*** DanyC has joined #openstack-ansible | 16:54 | |
noonedeadpunk | #endmeeting | 17:01 |
*** 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:01 | |
openstack | Meeting ended Tue Nov 26 17:01:58 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:02 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-11-26-16.09.html | 17:02 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-11-26-16.09.txt | 17:02 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-11-26-16.09.log.html | 17:02 |
miloa | jrosser: We used "michaelrigart.interfaces" role to setup our interfaces, bridges etc... for our dev and pre-prod because we had problem with nmcli, we are using CentOS 7. I did not try with CentOS 8. :) | 17:04 |
*** sshnaidm is now known as sshnaidm|afk | 17:05 | |
*** miloa has left #openstack-ansible | 17:05 | |
*** ivve has joined #openstack-ansible | 17:06 | |
*** udesale has quit IRC | 17:09 | |
openstackgerrit | Merged openstack/ansible-hardening stable/train: Replace deprecated apt parameter https://review.opendev.org/695411 | 17:10 |
spotz | jrosser I'll try to work through that list this afternoon | 17:27 |
*** spatel has quit IRC | 17:28 | |
*** gshippey has joined #openstack-ansible | 17:30 | |
*** openstackgerrit has quit IRC | 17:49 | |
*** goldenfri has joined #openstack-ansible | 18:24 | |
*** goldyfruit___ has joined #openstack-ansible | 18:41 | |
*** goldyfruit_ has quit IRC | 18:43 | |
*** electrofelix has quit IRC | 18:50 | |
*** goldyfruit_ has joined #openstack-ansible | 18:51 | |
*** goldyfruit___ has quit IRC | 18:54 | |
*** CeeMac has quit IRC | 18:57 | |
*** aedc has joined #openstack-ansible | 18:57 | |
*** goldyfruit_ has quit IRC | 19:07 | |
*** goldyfruit has joined #openstack-ansible | 19:09 | |
*** openstackgerrit has joined #openstack-ansible | 19:09 | |
openstackgerrit | Cam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector https://review.opendev.org/680284 | 19:09 |
cjloader | jamesdenton: noonedeadpunk ^ | 19:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_rally master: Removes reference to deprecated rally-manage https://review.opendev.org/695565 | 19:11 |
*** DanyC_ has joined #openstack-ansible | 19:13 | |
*** nicolasbock has quit IRC | 19:14 | |
*** nicolasbock has joined #openstack-ansible | 19:15 | |
*** DanyC has quit IRC | 19:16 | |
*** df_sbr has joined #openstack-ansible | 19:17 | |
*** goldyfruit_ has joined #openstack-ansible | 19:19 | |
*** DanyC_ has quit IRC | 19:21 | |
*** goldyfruit has quit IRC | 19:22 | |
*** df_sbr has quit IRC | 19:24 | |
*** df_sbr has joined #openstack-ansible | 19:26 | |
*** df_sbr has quit IRC | 19:27 | |
*** df_sbr has joined #openstack-ansible | 19:29 | |
*** df_sbr has quit IRC | 19:33 | |
*** aedc has quit IRC | 19:38 | |
*** aedc has joined #openstack-ansible | 19:39 | |
cjloader | thx jrosser for adding my patch to the osa-train topic | 19:45 |
*** spatel has joined #openstack-ansible | 19:57 | |
*** aedc has quit IRC | 20:10 | |
*** goldyfruit___ has joined #openstack-ansible | 20:17 | |
*** goldyfruit_ has quit IRC | 20:20 | |
*** goldyfruit_ has joined #openstack-ansible | 20:21 | |
*** goldyfruit___ has quit IRC | 20:24 | |
*** tosky has quit IRC | 20:46 | |
*** DanyC has joined #openstack-ansible | 20:47 | |
openstackgerrit | Cam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector https://review.opendev.org/680284 | 20:51 |
*** DanyC has quit IRC | 21:10 | |
*** DanyC has joined #openstack-ansible | 21:10 | |
*** DanyC_ has joined #openstack-ansible | 21:12 | |
*** DanyC has quit IRC | 21:15 | |
*** threestrands has joined #openstack-ansible | 21:27 | |
*** ansmith has quit IRC | 21:35 | |
*** cloudnull has quit IRC | 21:37 | |
*** d34dh0r53 has quit IRC | 21:39 | |
*** cloudnull has joined #openstack-ansible | 21:39 | |
*** d34dh0r53 has joined #openstack-ansible | 21:39 | |
*** DanyC_ has quit IRC | 21:56 | |
*** DanyC has joined #openstack-ansible | 22:02 | |
*** nicolasbock has quit IRC | 22:03 | |
*** nicolasbock has joined #openstack-ansible | 22:03 | |
*** nicolasbock has quit IRC | 22:08 | |
openstackgerrit | Cam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector https://review.opendev.org/680284 | 22:08 |
*** pcaruana has quit IRC | 22:16 | |
*** ansmith has joined #openstack-ansible | 22:16 | |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Change upper constraints url https://review.opendev.org/694304 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/train: Disable unused console services https://review.opendev.org/695802 | 22:23 |
*** spatel has quit IRC | 22:36 | |
openstackgerrit | Merged openstack/openstack-ansible-os_rally master: Change upper constraints url https://review.opendev.org/694349 | 22:40 |
*** DanyC has quit IRC | 22:54 | |
*** DanyC has joined #openstack-ansible | 22:54 | |
*** DanyC has quit IRC | 22:57 | |
*** DanyC has joined #openstack-ansible | 22:58 | |
*** DanyC has quit IRC | 22:58 | |
*** DanyC has joined #openstack-ansible | 22:59 | |
*** goldyfruit___ has joined #openstack-ansible | 23:13 | |
*** goldyfruit_ has quit IRC | 23:16 | |
*** goldyfruit_ has joined #openstack-ansible | 23:17 | |
*** goldyfruit___ has quit IRC | 23:20 | |
*** DanyC has quit IRC | 23:27 | |
*** gshippey has quit IRC | 23:30 | |
*** DanyC has joined #openstack-ansible | 23:37 | |
*** DanyC has quit IRC | 23:37 | |
*** DanyC has joined #openstack-ansible | 23:37 | |
*** goldyfruit_ has quit IRC | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!