Monday, 2019-08-12

*** yolanda has quit IRC00:12
*** yolanda has joined #openstack-ansible00:13
*** yolanda has quit IRC02:32
*** yolanda has joined #openstack-ansible02:37
*** yolanda has quit IRC02:43
*** yolanda has joined #openstack-ansible02:44
*** yolanda has quit IRC03:17
*** yolanda has joined #openstack-ansible03:22
*** udesale has joined #openstack-ansible04:04
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Fixed the package name of keystone tempest tests  https://review.opendev.org/67580904:24
*** raukadah is now known as chkumar|ruck05:10
*** pcaruana has joined #openstack-ansible05:29
*** pcaruana has quit IRC05:37
*** miloa has joined #openstack-ansible05:41
*** pcaruana has joined #openstack-ansible05:50
chkumar|rucknoonedeadpunk: jrosser Good morning05:55
chkumar|rucknoonedeadpunk: jrosser https://review.opendev.org/675809 please have a look needed for RHEL-8 tempest05:55
*** markvoelker has joined #openstack-ansible06:31
*** markvoelker has quit IRC06:36
jrosserchkumar|ruck: done06:43
chkumar|ruckjrosser: thansk!06:57
ChosSimbaOneGood morning. So a few question regarding OSA network design with CEPH. Just to besure i get it right from the documentation. The network br-mgmt is the network intended for node openstack communiation, and not accessible form the internet right ? br-vxlan is where the instances can assign network/ips, right? br-storage should that be the same as ceph public network if I wish to seperate the storage network form the br-mgmt? In terms07:04
ChosSimbaOne of public API  will that be accessible via the external lb ip?07:04
*** ivve has joined #openstack-ansible07:05
jrosserchkumar|ruck:07:08
jrosseroops07:08
*** luksky has joined #openstack-ansible07:09
jrosserChosSimbaOne: if you use the existing interation between OSA and ceph-ansible to deploy ceph then i think that the ceph "public" network might end up on br-mgmt07:10
jrosserif you deploy ceph yourself with a seperate cluster you can have it however you like07:10
jrosseri don't think that things accessible externally via the loadbalancer is an issue either way, with the exception of radosgw if you choose to use that07:11
jrosserboth br-mgmt and br-storage are networks internal to your cloud07:12
*** tosky has joined #openstack-ansible07:17
*** kopecmartin|off is now known as kopecmartin07:18
ChosSimbaOnejrosser: thank you for the reply. I pan to deploy ceph with the ceph-ansible playbooks, as I have used them before. Okay i will see if i can test that. The OSA+CEPH uitilizes the ceph-ansible playbooks right? My concern with external access is not related to ceph, but with the openstack API as i understand the documentation all intercommunication in openstack utilizes the API, and I belive that should be accessible from the internet07:20
ChosSimbaOneso it is an alternative to Horizon. Horizon is accessble via the lb_external/internal ip right? is the part of the API that should be public accessible avilable via the lb_external pr. default? but br-mgmt must be a routed network with internet access right? that is not the case for br-storage? It chould a none routed rfc1918 range right?07:20
jrosserThe external interface on the load balancer is the only thing that needs to be accessible from the internet07:21
jrosserAll of the internal services in your cloud talk to each other with the api through the internal side of the loadbalancer on br-mgmt07:31
ChosSimbaOnejrosser: Cool. Thank you. The I can get on with my design. Will have to look into providernet work. But as i understand: br-mgmt = 1 vlan, br-vxlan= 1 vlan and br-storage can either be a seperate vlan or use the shame ranges as br-mgmt if seperation is not desired.07:31
jrosserThis should b rfc191807:31
ChosSimbaOnejrosser: got it, thank you.07:32
jrosserAnd you can make br-mgmt be nat to the Internet for package/git repo access if you wish, or you can keep it totally isolated if your hosts have another interface that you provide with a default route07:33
jrosserEverything we have talked about is separate from neutron networks for VM/floating IP which you can deal with as a different thing07:34
jrosserChosSimbaOne: if you are deploying a separate ceph yourself then the way to think about OSA br-storage is that it is all the ceph clients07:36
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/67572507:37
jrosserSo if you want one vlan for your ceph public network, divide the address space and allow OSA to pick addresses from one part for clients, then in your ceph cluster adding addresses yourself to the public interface of the non/osd and so on07:38
ChosSimbaOnejrosser: Okay. so the ceph public network = br-storage. So with the openstack nodes we have dual port 25GbE nics, which i plan to bond as lacp and the trunk the network to the nodes. I know documenation suggest to have two nics and then  cross bond, but we did not go for that option. So i am guessing that we will do nat access to the internet from the hosts, I do not see that this should be a security issue. Our network07:45
ChosSimbaOneinfrastructure is Cisco and we plan to utilize ACI with the ml2 plugin for neutron.07:45
jrosserOoh fun :)07:46
ChosSimbaOneYeah, really looking forward to getting it up and running, but there is just so much to consider :-) Thanks for the clarification on the networking :-)07:47
jrosserI have given dedicated interfaces where internet is needed07:47
jrosserWhich is only in a few places, haproxy and neutron nodes07:47
*** zbr is now known as zbr|flu07:47
jrosserSounds like my setup is similar, separate ceph with ceph-ansible and nexus leaf/spine but not done with ACI07:48
ChosSimbaOneOkay, and as the ha-proxy is clustered you would not experience service outage if one fails, so I can see why this is a good idea. Cool good to know that you have done with I try to, then i know it is not impossible :-)07:51
*** rpittau|afk is now known as rpittau07:54
zbr|flujrosser: hi! can we merge https://review.opendev.org/#/c/675617/ ? thanks08:14
jrosserzbr|flu: I already voted on that so it’s going to need another core to look08:16
chkumar|ruckzbr|flu: jrosser testing above patch against rhel-8 here https://review.rdoproject.org/r/#/c/21801/08:19
zbr|fluchkumar|ruck: why you are not activating this job directily? so we can see the result on the patch?08:21
chkumar|ruckzbr|flu: currently the job is broken as we have other issues, fix in progress, will add there soon08:22
chkumar|ruckzbr|flu: https://review.rdoproject.org/r/#/c/21804/08:30
zbr|fluchkumar|ruck: correct identation and lest merge it.08:31
chkumar|ruckzbr|flu: done08:32
zbr|fluchkumar|ruck: why build containers needs openstack-ansible-os_tempest?08:34
zbr|fludoes it also run tempest?08:34
chkumar|ruckzbr|flu: sorry fixed now, need more coffee08:35
zbr|fluyeah, i will do the same, one cup of coffee and one with paracetamol08:36
*** CeeMac has joined #openstack-ansible08:39
CeeMacmorning08:39
*** miloa has quit IRC08:42
*** irclogbot_1 has quit IRC08:42
*** nyloc has quit IRC08:42
*** persia has quit IRC08:42
*** miloa has joined #openstack-ansible08:43
*** openstackgerrit has quit IRC08:45
*** irclogbot_1 has joined #openstack-ansible08:47
*** nyloc has joined #openstack-ansible08:47
*** persia has joined #openstack-ansible08:47
*** irclogbot_1 has quit IRC08:49
*** irclogbot_1 has joined #openstack-ansible08:52
noonedeadpunkmornings09:09
noonedeadpunkreturning to tempest things, what do you think about https://review.opendev.org/#/c/675353/ chkumar jrosser ?09:10
jrossernoonedeadpunk: did you see I left some comments - nice work there getting it going09:14
noonedeadpunkoh, I missed, sorry:(09:15
*** rgogunskiy has joined #openstack-ansible09:16
noonedeadpunkjrosser: so these conditions are kinda dupicated code, which I'd love to trim insde the tasks09:17
noonedeadpunkThat was the reason to add new variable...09:18
noonedeadpunkI'm ok to rename it to smth more reasonable09:18
jrosserYeah I think I’m suggesting adding two new vars09:18
jrosserThe reason it’s hard to come up with a more descriptive name is that the single var does one thing to enable the source tasks include09:19
jrosserThen something very different with the venv settings09:20
noonedeadpunkthe problem is, that 2 vars can make more problems regarding this scope thing, since without this default tripleo fails https://review.opendev.org/#/c/675353/4/tasks/tempest_install.yml09:20
noonedeadpunkbut I think I got your point now...09:21
jrossernoonedeadpunk: I’m not particularly fussed - just having the code so someone who comes to in in 6mo can understand09:22
jrosserAnd I really struggled to suggest a better single var name09:22
noonedeadpunkWhat do you think about tempest_plugin_install_source which will just replace tempest_mixed_setup? I'd say it describes purpose a bit better...09:36
noonedeadpunkYour suggestion is working one, but I really don't love repeating things when this can be ommited09:37
jrosserIt could do yes - if that is obvious enough inside source_install.yml when it adjusts the venv settings09:38
jrosserPerhaps make some comments when the vent/pip install uses that var and it is good middle ground?09:38
noonedeadpunkSo probably comments while defining can fix that?09:38
noonedeadpunkOh, yeah)09:38
jrosserHaha poor 4g here you beat me to it09:39
*** ArchiFleKs has quit IRC09:44
*** strattao has joined #openstack-ansible10:08
*** markvoelker has joined #openstack-ansible10:09
*** markvoelker has quit IRC10:14
*** ksdean has joined #openstack-ansible10:28
*** ksdean has quit IRC10:28
*** ksdean has joined #openstack-ansible10:29
*** openstackgerrit has joined #openstack-ansible10:35
openstackgerritSorin Sbarnea proposed openstack/openstack-ansible-tests master: WIP: Make tox work on openstack-ansible-tests  https://review.opendev.org/67585610:35
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add image for manila test  https://review.opendev.org/67465310:38
*** pcaruana has quit IRC10:43
*** pcaruana has joined #openstack-ansible10:43
noonedeadpunkodyssey4me: if you're somewhere near, can you kindly check ths PR https://github.com/ansible/ansible/pull/59876 ?10:45
odyssey4menoonedeadpunk, done!10:47
noonedeadpunkThanks!10:49
*** kplant has joined #openstack-ansible11:15
*** udesale has quit IRC11:18
*** electrofelix has joined #openstack-ansible11:23
*** ansmith has quit IRC11:30
*** ansmith has joined #openstack-ansible12:14
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/67578112:21
evrardjpI am on holidays this week, so I won't be able to be very active here (not that I really was active recently, but that's not gonna be better this week)12:22
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon stable/stein: Add encoding to local_settings.py  https://review.opendev.org/67588512:23
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon stable/rocky: Add encoding to local_settings.py  https://review.opendev.org/67588612:23
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Mark Stein as Released  https://review.opendev.org/67409612:24
ioniwhen is the next SHA bump for stein?12:26
mnasermorning everyone12:26
mnaserioni: i think it was done over the weekend12:27
noonedeadpunkioni: https://review.opendev.org/#/c/675785/12:27
ionicool12:27
ionihttps://opendev.org/openstack/openstack-ansible/commits/branch/stable/stein12:27
ionii was looking at commits :)12:27
mnaserthat hasn't merged yet though so we'll need to figure out why ceph is being flakey12:28
mnaserso not out yet :)12:28
noonedeadpunkBut I guess that previous one still hasn't resulted in new tag...12:28
*** markvoelker has joined #openstack-ansible12:28
ionionly 2 bumps?12:28
evrardjphttps://review.opendev.org/#/c/675785/1 cinder's api is broken12:28
noonedeadpunkyeah, it's kinde very old thing12:28
ionignocchi and html5 console12:28
ioniopsy, i don't know how to read12:29
ioniopenstack services is also modified12:29
evrardjpif someone could have a look that would be awesome12:29
noonedeadpunkinterestingly, that this cinder failure previously didn't affect our gates...12:29
ioninoonedeadpunk, i know that it was a modified in cinder. api related to active-active12:30
ioniinstead of rbd:something12:30
ionii asked mnaser about what ceph fix had landed to see if i want that12:30
noonedeadpunkioni: we have single cinder-volume in gates so not sure that it's gonna change things, but who knows.12:31
ioninoonedeadpunk, https://opendev.org/openstack/openstack-ansible-os_cinder/commit/918b9077c816be5fc056637301265e0be2f245ab12:31
noonedeadpunkyeah, I saw that patch12:31
ionimnaser, said that a ceph fix landed but don't know which ceph fix12:32
ioniif you happen to know, can you link me uo?12:32
ioniup12:32
noonedeadpunkevrardjp: I guess I'll be able to look into this...12:32
noonedeadpunkthere's huge bug regarding that https://bugs.launchpad.net/cinder/+bug/1806156 :)))12:33
openstackLaunchpad bug 1806156 in Cinder "shared_targets_online_data_migration fails when cinder-volume service not running" [Undecided,Confirmed]12:33
*** electrofelix has quit IRC12:37
mnaseri feel like that bug has been talked about for so long12:40
*** electrofelix has joined #openstack-ansible12:47
openstackgerritMerged openstack/ansible-role-thales-hsm stable/stein: Ensure libnsl is installed  https://review.opendev.org/67546412:59
openstackgerritMerged openstack/ansible-role-thales-hsm stable/stein: Fix typo in client playbook  https://review.opendev.org/67546512:59
*** jroll has quit IRC13:01
*** jroll has joined #openstack-ansible13:02
openstackgerritMerged openstack/openstack-ansible-os_manila master: smart_sources: Use config files from repo  https://review.opendev.org/67464913:08
*** luksky has quit IRC13:08
openstackgerritMerged openstack/openstack-ansible-os_manila master: Add variable files for RedHat and Suse  https://review.opendev.org/67485113:12
noonedeadpunkmnaser: you're absolutelly right about it. It takes place even in rocky, so...13:27
*** udesale has joined #openstack-ansible13:30
*** chkumar|ruck is now known as raukadah13:30
mnasernoonedeadpunk: seems limited to openstack-ansible users surprsingly though13:44
noonedeadpunkyep, agree....13:45
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Fixed the package name of keystone tempest tests  https://review.opendev.org/67580913:48
*** KeithMnemonic has joined #openstack-ansible13:54
*** rgogunskiy has quit IRC13:57
*** BjoernT has joined #openstack-ansible13:59
*** BjoernT_ has joined #openstack-ansible14:04
*** BjoernT has quit IRC14:05
*** luksky has joined #openstack-ansible14:06
*** udesale has quit IRC14:06
*** udesale has joined #openstack-ansible14:08
*** udesale has quit IRC14:08
*** udesale has joined #openstack-ansible14:08
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Fixed bugs identified by newer ansible-lint  https://review.opendev.org/67561714:20
evrardjpnoonedeadpunk: thanks for haivng a look. Like mnaser said, there is something that needs to figure out the full details of this -- it's been rotting for a while :)14:26
evrardjpon a different note -- would you mind if we do a release with mgariepy a little later today?14:26
noonedeadpunkno, I'm not14:27
noonedeadpunkevrardjp: but the previous one is still not merged...14:27
openstackgerritMerged openstack/openstack-ansible-os_octavia stable/stein: Convert dynamic includes to static imports  https://review.opendev.org/67538114:27
noonedeadpunkSo I guess it's probably worth updating it14:28
evrardjpnoonedeadpunk: I know14:28
evrardjpthat's why in the past I dropped previous releases when this happens -- but it's not the right approach14:29
evrardjplet me talk to you about that :)14:29
noonedeadpunksure thing14:31
openstackgerritMerged openstack/openstack-ansible-os_designate stable/stein: Convert dynamic includes to static imports  https://review.opendev.org/67538014:31
openstackgerritMerged openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky  https://review.opendev.org/67578314:56
openstackgerritMerged openstack/openstack-ansible stable/stein: Mark Stein as released  https://review.opendev.org/67409814:57
openstackgerritMerged openstack/openstack-ansible-os_heat stable/stein: Convert dynamic includes to static imports  https://review.opendev.org/67537714:57
*** allanb has quit IRC14:58
*** macz has joined #openstack-ansible15:00
*** cjloader has joined #openstack-ansible15:13
*** dave-mccowan has joined #openstack-ansible15:20
*** luksky has quit IRC15:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Drop unnecessary sections  https://review.opendev.org/67593415:30
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add integrated coverage  https://review.opendev.org/66033315:30
*** miloa has quit IRC15:33
*** the_intern has joined #openstack-ansible15:35
*** gyee has joined #openstack-ansible15:54
*** udesale has quit IRC15:56
*** dave-mccowan has quit IRC15:56
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add image for manila test  https://review.opendev.org/67465315:58
*** rpittau is now known as rpittau|afk16:15
noonedeadpunkjrosser: you're deploying ceph with ceph-ansible? Can you kindly point me to the variable, which defines users to be created for ceph? Like cinder, nova, etc?16:21
logan-noonedeadpunk: in the openstack configuration for ceph-ansible at the very bottom of this block there is the openstack_keys var which determines which cephx keys are created by ceph-ansible for openstack usage: https://github.com/ceph/ceph-ansible/blob/master/group_vars/all.yml.sample#L596-L69716:29
noonedeadpunklogan-: oh, great, thanks16:29
noonedeadpunklogan-: one more thing - I don't see how we define these variables while CI for example - can't find anything regarding that...16:33
noonedeadpunkjust trying to understand how exactly we're using / integrated with ceph-ansible16:34
logan-the only CI specific ceph overrides we drop are https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/templates/user_variables_ceph.yml.j216:38
noonedeadpunkyeah saw them, but can't anyhow connect with ceph-ansible ones:( ok, thanks!16:39
logan-https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/templates/user_variables_ceph.yml.j2#L2316:40
logan-that's the main one you are probably wondering about w/r/t keys and pools16:40
logan-flipping that switch turns on all of those default values you see for keys/pools in the ceph-ansible vars16:40
noonedeadpunkoh, yeah, that makes sense16:41
evrardjpmgariepy: are you there? I am back16:46
*** ut2k3 has joined #openstack-ansible16:56
ut2k3Hi guys! We accidentally deleted our cinder_volumes_container, how can we recreate it?16:57
kplantlike.. 'docker rm cinder_volumes_container' ?17:02
noonedeadpunkI guess mor like lxc-destroy -n cinder_volumes_container :)17:02
kplantderp, i thought i was focused on #openstack-kolla17:02
noonedeadpunkut2k3: try running openstack-ansible /opt/openstack-ansibe/playbooks/containers-deploy.yml --limit lxc_hosts,cinder_volume17:04
noonedeadpunkAd afterwards /opt/openstack-ansibe/playbooks/os-cinder-install.yml --limit cinder_volume17:05
ut2k3Ok, gonna give it a try. Thanks17:06
*** weifan has joined #openstack-ansible17:12
ut2k3noonedeadpunk, thanks it was working :)17:13
noonedeadpunkwelcome:)17:14
*** weifan has quit IRC17:17
*** weifan has joined #openstack-ansible17:20
*** electrofelix has quit IRC17:21
noonedeadpunkmnaser: new errors for manila after removing default driver... https://logs.opendev.org/33/660333/14/check/openstack-ansible-deploy-aio_metal-ubuntu-bionic/d151b44/logs/host/nova-compute.service.journal-17-08-45.log.txt.gz#_Aug_12_17_07_4217:22
noonedeadpunkStrange thing that it's failing to remove interface from instance scheduled for termination....17:23
*** BjoernT_ is now known as BjoernT17:23
*** ivve has quit IRC17:27
mgariepyevrardjp, i am now !17:30
admin0hi all.. recreating heat container failed with this:  /openstack/venvs/heat-18.1.5/bin/uwsgi: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared obj.. .. is this a known one ? .. if i upgrade to 18.1.9, is apt-get update on the OS also required ?17:45
admin0what would/could cause libpython2.7.so to suddently disappear17:48
*** masterpe is now known as mp17:53
admin0if i am to upgrade to 18.1.9, do i do apt-get update on all servers befre i run the playbooks  ?18:04
admin0when do we actually apt update on the systems ( controllers + hypervisor base OS )18:04
*** luksky has joined #openstack-ansible18:12
*** markvoelker has quit IRC18:13
*** markvoelker has joined #openstack-ansible18:20
*** masterpe has joined #openstack-ansible18:21
*** masterpe has left #openstack-ansible18:21
*** markvoelker has quit IRC18:39
*** markvoelker has joined #openstack-ansible18:40
*** weifan has quit IRC18:52
*** kopecmartin is now known as kopecmartin|off18:55
*** the_intern has quit IRC18:57
*** ivve has joined #openstack-ansible18:58
*** ut2k3 has quit IRC19:12
*** poopcat has quit IRC19:27
*** poopcat has joined #openstack-ansible19:41
*** kplant has quit IRC19:44
*** dave-mccowan has joined #openstack-ansible19:54
*** masterpe has joined #openstack-ansible19:59
*** weifan has joined #openstack-ansible20:14
*** mp has quit IRC20:15
*** weifan has quit IRC20:19
jrosserurgh this affects us in stein only becasue of a missing backport of this patch to ansible 2.7 https://github.com/ansible/ansible/pull/6022220:37
jrosserit's in 2.6 and earlier also 2.8 and we fall foul of the short lifespan of ansible versions20:37
*** ansmith has quit IRC20:44
openstackgerritMerged openstack/openstack-ansible master: Mark Stein as Released  https://review.opendev.org/67409620:55
*** pcaruana has quit IRC20:56
admin0jrosser, was that answer to me  ?21:01
jrosseradmin0: nope :)21:05
admin0ok :)21:05
*** spatel has joined #openstack-ansible21:05
admin0the 2.7 matched :)21:05
redkrieghi all, I was wondering whether running playbooks with the 18.1.9 tag checked out will result in an install patched against [OSSA-2019-003] Nova Server Resource Faults Leak External Exception Details (CVE-2019-14433).  If not, what do I need to do to ensure that updated version is installed on my hosts?21:05
jrosseradmin0: interesting - you missing a libpython2.7?21:06
jrosserthere was a time i had to do a bunch of patches ensuring that was present21:06
admin0i am trying to go to 18.1.9 to see if it fixes it21:08
jrosserredkrieg: you can find the launchpad bug from a link on the CVE https://bugs.launchpad.net/nova/+bug/183787721:09
openstackLaunchpad bug 1837877 in OpenStack Compute (nova) ocata "[OSSA-2019-003] Nova Server Resource Faults Leak External Exception Details (CVE-2019-14433)" [High,In progress] - Assigned to Matt Riedemann (mriedem)21:09
redkriegahh so it's not in fix released status yet.  my apologies21:10
jrosserredkrieg: then you can look at the patches which were created for each branch of the nova code, and see if the 18.1.9 tag includes that patch by looking at the SHA it uses https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_services.yml#L20321:11
redkriegfantastic, thanks as always for the detailed response21:12
jrosserit looks like there is a patch merged for rocky https://opendev.org/openstack/nova/commit/e0b91a5b1e89bd0506dc6da86bc61f1708f0215a21:13
redkrieglooks like 18.1.9 was cut over a week before that.  based on what's disclosed and my use case, I don't think it'll expose anything sensitive on my deployment.  I'll hold off until the next openstack-ansible release that includes it instead of manually patching for now.21:16
*** ansmith has joined #openstack-ansible21:17
*** markvoelker has quit IRC21:24
jrosserredkrieg: you can update the SHA yourself if needed in your user variables21:25
jrosserthere is an example here https://docs.openstack.org/openstack-ansible/latest/user/source-overrides/index.html21:26
redkriegahh, that's an even better solution.  thanks much21:26
jrosserso if there was something that you felt was super critical you can move the SHA forward yourself21:26
redkriegI think in my deployment the risk is low, but I'm most certainly keeping a note of this for later.21:27
jrosseror for something more complex you can fork the upstream repo and cherry-pick / whatever and point to your own github or internal repo21:27
*** weifan has joined #openstack-ansible21:32
*** spatel has quit IRC21:38
*** tosky has quit IRC21:55
*** markvoelker has joined #openstack-ansible22:03
*** BjoernT has quit IRC22:07
*** lbragstad has joined #openstack-ansible22:09
*** spatel has joined #openstack-ansible22:14
*** lbragstad has quit IRC22:17
*** ivve has quit IRC22:33
*** markvoelker has quit IRC22:35
*** spatel has quit IRC22:37
*** weifan has quit IRC22:59
*** macz has quit IRC22:59
*** macz has joined #openstack-ansible23:00
*** markvoelker has joined #openstack-ansible23:00
*** markvoelker has quit IRC23:05
*** weifan has joined #openstack-ansible23:10
*** weifan has quit IRC23:14
*** weifan has joined #openstack-ansible23:14
*** dave-mccowan has quit IRC23:17
*** markvoelker has joined #openstack-ansible23:18
*** weifan has quit IRC23:19
*** weifan has joined #openstack-ansible23:24
*** luksky has quit IRC23:31
*** weifan has quit IRC23:32
*** weifan has joined #openstack-ansible23:33
*** weifan has quit IRC23:35
*** dave-mccowan has joined #openstack-ansible23:37
*** spatel has joined #openstack-ansible23:54
*** spatel has quit IRC23:59

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