Tuesday, 2018-05-08

*** khrystoph has joined #openstack-kolla00:30
*** khrystoph has quit IRC00:35
*** caoyuan has joined #openstack-kolla00:36
*** cah_link has joined #openstack-kolla00:42
niedbalskiJeffrey4l, ping, re: https://review.openstack.org/#/c/565264/, can you check the latest patchset?00:48
Jeffrey4lniedbalski, i think "(nova_compute_services.stdout | from_json | length) >= (groups['compute'] | length)" is unneccessary.00:49
Jeffrey4limaging, one of the nova-compute is down.00:49
Jeffrey4lit should not break the whole deployment00:49
niedbalskiJeffrey4l, not really, the nova-compute service list will still show on the compute service list call, as down, but the | length , will remain00:50
Jeffrey4lof if nova-compute failed to start?00:50
Jeffrey4lor if*00:50
Jeffrey4lfor example network connectivity issue?00:51
Jeffrey4lniedbalski, ^00:51
niedbalskiJeffrey4l, it should be reflected in 'service list' as down as well00:52
Jeffrey4l niedbalski no. if there are some network issue, nova-compute has no change to connect with MQ service. and the 'sevice list' should has no such item.00:53
niedbalskiJeffrey4l, I think you mean before registering itself, remember we are running this inside a do-while loop, with a retry00:54
Jeffrey4lniedbalski, what about the network issue? if there are network issue on one of nova-compute node, it will never register itself.00:55
Jeffrey4lso do-while won't be helpful.00:55
niedbalskiJeffrey4l, shouldn't be ok for the deployment to fail due to that network issue?00:56
Jeffrey4lniedbalski, for one of nova-compute, i think it is OK.00:56
Jeffrey4lthere also some other cause which may result in nova-compute failed to start.00:56
Jeffrey4llike libvirt failed to start for some reason.00:56
Jeffrey4lanyway, the bottom line is, we shouldn't block the whole deployment when there is one nova-compute has issues.00:57
niedbalskiJeffrey4l, ok, so you think is ok for the deployment to continue even if a(set) of compute(s) services aren't showing up (even after running on this do-while loop retry)01:00
Jeffrey4lniedbalski, yes. i think it is ok. or just warning the end-user that "There may be some issue for your nova-compute, check it later"01:01
niedbalskiJeffrey4l, ok, there is space for improvement on that front.01:02
niedbalskiJeffrey4l, are you ok with using the cell discovery with the --by-service flag?01:02
Jeffrey4lniedbalski, i have no idea about this. any difference when using or without --by-service?01:03
Jeffrey4lniedbalski, when this parameter is necessary?01:03
Jeffrey4lnova-ironic driver?01:04
*** caoyuan has quit IRC01:04
niedbalskiJeffrey4l, nova-ironic is one of the reasons , but I found that the normal (as opposed to by-service) to be less reliable (missed host-mappings, found a race condition check: #1768094) , with --by-service the host mappings are enforced01:07
*** zhaochao has joined #openstack-kolla01:07
Jeffrey4lniedbalski, isn't the option "discover_hosts_in_cells_interval = 60" works?01:08
Jeffrey4lsound like a nova bug, right?01:09
niedbalskiJeffrey4l, yes, sounds like a nova bug indeed, the host mapping never completed on time, so the successive retries (every cell_intervals*) are just raising the 'no host mapping found'  exception01:11
niedbalskiJeffrey4l, --by-service https://github.com/openstack/nova/commit/005a66d7e0bb716e32d29a6b5c9d9f24192596e2#diff-e5c1518bb4e7a1d9864c526109172161R222 , does this.01:11
niedbalskiJeffrey4l, btw, I just reproduced this with more than 40 compute nodes.01:11
Jeffrey4lniedbalski, on queens branch, right?01:12
niedbalskiJeffrey4l, queens kolla images, kolla-ansible master01:12
Jeffrey4lniedbalski, why you mix the kolla and kolla-ansible?01:12
Jeffrey4lit is not a goode idea.01:12
Jeffrey4land may result in wired issue.01:13
niedbalskiJeffrey4l, well, i don't but it's reproducible on master01:13
niedbalskiJeffrey4l, queens as well01:13
Jeffrey4lok01:13
*** n0isyn0ise has quit IRC01:14
niedbalskiJeffrey4l, I will chase down the nova issue, in the meanwhile --by-service seems reliable01:14
Jeffrey4lniedbalski, please add nova to  "also affects project" on this issue, which is helpful for us to tracking the issue.01:15
niedbalskiJeffrey4l, ok01:15
Jeffrey4lbase on the nova's code, sound like "--by-service" is better then without it.01:16
Jeffrey4lso i think it is OK that we added --by-service parameter.01:16
niedbalskiJeffrey4l, ok, we might revert this back once we have a better idea on what's wrong at the nova side.01:17
Jeffrey4lniedbalski, check the commit message for https://github.com/openstack/nova/commit/005a66d7e0bb716e32d29a6b5c9d9f24192596e2#diff-e5c1518bb4e7a1d9864c526109172161R22201:17
Jeffrey4lhttps://github.com/openstack/nova/commit/005a66d7e0bb716e32d29a6b5c9d9f24192596e2#diff-e5c1518bb4e7a1d9864c526109172161R22201:17
Jeffrey4lThis allows us to discover and map compute hosts by service instead of01:17
Jeffrey4lby compute node, which will solve a major deployment ordering problem for01:17
Jeffrey4lpeople using ironic. This also allows closing a really nasty race when01:17
Jeffrey4ldoing HA of nova-compute/ironic.01:17
Jeffrey4lthe origial issue is for nova-compute-ironic01:18
niedbalskiJeffrey4l, yes, and I can attest this isn't only affecting ironic driver.01:18
Jeffrey4lhttps://github.com/openstack/nova/blob/005a66d7e0bb716e32d29a6b5c9d9f24192596e2/releasenotes/notes/discover-hosts-by-service-06ee20365b895127.yaml01:18
Jeffrey4lbut check the releasenote ...01:18
Jeffrey4lAt this point, there is no need to use this unless you're using ironic,01:19
Jeffrey4l    as it is less efficient01:19
*** wirehead_ has quit IRC01:20
Jeffrey4land during the first deployment, there is no "hypervisor" for nova-compute-ironic, so i am thinking that it is useless for us, maybe.01:20
niedbalskiJeffrey4l, there is nothing that is ironic specific on the parameter implementation.01:21
Jeffrey4lniedbalski, but ironic is mentioned in commit message and release notes.01:22
niedbalskiJeffrey4l, we discussed this with martinst on the patchset 201:22
Jeffrey4lbrb01:24
*** wirehead_ has joined #openstack-kolla01:26
*** caoyuan has joined #openstack-kolla01:49
openstackgerritMerged openstack/kolla-ansible master: Allow setting computes_need_external_bridge.  https://review.openstack.org/56660902:01
*** hongbin has joined #openstack-kolla02:02
*** pvc has joined #openstack-kolla02:03
pvchi02:03
pvcwhere can i get the mac address that will be use in ironci?02:03
*** cah_link has quit IRC02:04
pvchi02:15
pvccan someone help me on the mac address of the bare-metal service card?02:15
*** zhangfei has joined #openstack-kolla02:16
*** dave-mccowan has quit IRC02:20
*** hongbin_ has joined #openstack-kolla02:37
*** hongbin has quit IRC02:40
*** tone_zrt has joined #openstack-kolla02:44
*** kevzha01 has joined #openstack-kolla02:44
*** kevzha01__ has quit IRC02:46
*** tone_z has quit IRC02:46
openstackgerritjohjuhyun proposed openstack/kolla-ansible master: ovs-dpdkctl.sh syntax error  https://review.openstack.org/56677602:46
*** dangtrinhnt has quit IRC02:47
*** kevzha01 is now known as kevinz03:00
*** cah_link has joined #openstack-kolla03:14
*** zshi has quit IRC03:27
*** gyankum has joined #openstack-kolla03:41
*** janki has joined #openstack-kolla03:50
*** hongbin_ has quit IRC03:55
*** cah_link has quit IRC03:56
*** cah_link has joined #openstack-kolla04:16
*** khrystoph has joined #openstack-kolla04:22
*** cah_link has quit IRC04:36
*** khrystoph has quit IRC04:53
*** radeks has joined #openstack-kolla05:24
openstackgerritgaryk proposed openstack/kolla-ansible master: Add support for NSXV3  https://review.openstack.org/56656905:37
*** zshi has joined #openstack-kolla05:48
openstackgerritJeffrey Zhang proposed openstack/kolla stable/pike: Use immutable journal path rather than device name  https://review.openstack.org/56678505:59
*** pcaruana has joined #openstack-kolla06:01
*** duonghq has joined #openstack-kolla06:13
*** wolverineav has joined #openstack-kolla06:13
*** cah_link has joined #openstack-kolla06:15
*** liuzz_ has joined #openstack-kolla06:29
*** liuzz has quit IRC06:29
*** hamza21 has joined #openstack-kolla06:31
openstackgerritjohjuhyun proposed openstack/kolla-ansible master: ovs-dpdkctl.sh syntax error  https://review.openstack.org/56677606:36
openstackgerritMartin AndrĂ© proposed openstack/kolla master: Create symlinks for failed builds logs  https://review.openstack.org/56658806:38
*** bhujay has joined #openstack-kolla06:42
*** dr_feelgood has joined #openstack-kolla06:44
*** vabada has joined #openstack-kolla06:47
*** egonzalez has joined #openstack-kolla06:51
*** dciabrin_ has quit IRC06:56
*** bmace has quit IRC06:59
zhubingbing_hi guys06:59
*** bmace has joined #openstack-kolla07:00
*** radeks_ has joined #openstack-kolla07:01
*** dangtrinhnt has joined #openstack-kolla07:01
*** ognjen has joined #openstack-kolla07:04
openstackgerritMartin AndrĂ© proposed openstack/kolla master: Create symlinks for failed builds logs  https://review.openstack.org/56658807:08
*** skramaja has joined #openstack-kolla07:10
*** dr_feelgood has quit IRC07:14
*** dr_feelgood has joined #openstack-kolla07:14
openstackgerritChason Chan proposed openstack/kolla-ansible stable/ocata: Fix the incorrect path of inventory files  https://review.openstack.org/56679907:17
*** skramaja_ has joined #openstack-kolla07:18
*** skramaja has quit IRC07:18
openstackgerritJeffrey Zhang proposed openstack/kolla master: Move ansible to virtualenv in kolla_toolbox  https://review.openstack.org/56179707:19
*** dr_feelgood has quit IRC07:19
*** pvc has quit IRC07:21
openstackgerritTone Zhang proposed openstack/kolla-ansible master: wip: allow Kolla Ceph to deploy bluestore OSDs in Kolla-ansible  https://review.openstack.org/56680107:32
*** rwsu has quit IRC07:32
*** dr_feelgood has joined #openstack-kolla07:37
*** ognjen has quit IRC07:43
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible master: Disable glance-registry  https://review.openstack.org/56680407:43
*** ognjen has joined #openstack-kolla07:44
*** serlex has joined #openstack-kolla07:46
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible master: [WIP] Apply Glance database migration  https://review.openstack.org/53461107:47
*** duonghq has quit IRC07:48
*** lvdombrkr has joined #openstack-kolla07:58
openstackgerritMerged openstack/kolla-ansible stable/pike: Fix "key_repository is world readable: /etc/keystone/fernet-keys/" warning  https://review.openstack.org/56634108:00
*** rwsu has joined #openstack-kolla08:02
hrwmorning08:03
*** gfidente has joined #openstack-kolla08:03
*** gfidente has quit IRC08:03
*** gfidente has joined #openstack-kolla08:03
*** jmccarthy has joined #openstack-kolla08:07
*** dougsz has joined #openstack-kolla08:08
*** skramaja_ is now known as skramaja08:08
openstackgerritMerged openstack/kolla-ansible master: Enforce removal of container network namespace.  https://review.openstack.org/56671308:11
*** k_mouza has joined #openstack-kolla08:11
*** mdnadeem has joined #openstack-kolla08:13
openstackgerritTone Zhang proposed openstack/kolla master: wip: allow Kolla Ceph to deploy bluestore OSDs in Kolla  https://review.openstack.org/56681008:18
*** hamza21 has quit IRC08:33
*** xinliang3 has joined #openstack-kolla08:38
*** tch has quit IRC08:40
*** xinliang has quit IRC08:40
*** tch has joined #openstack-kolla08:40
*** jmccarthy has quit IRC08:40
*** jmccarthy has joined #openstack-kolla08:41
*** dr_feelgood has quit IRC08:45
*** dr_feelgood has joined #openstack-kolla08:46
*** ognjen has quit IRC08:46
*** guest___ has joined #openstack-kolla08:47
guest___hi anyone know how to get the mac of the baremetal service netowkr card08:48
*** dr_feelgood has quit IRC08:50
*** ognjen has joined #openstack-kolla08:52
*** vabada has quit IRC08:55
*** vabada has joined #openstack-kolla08:55
*** kevinz has quit IRC09:00
*** jmccarthy has quit IRC09:01
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/queens: Only copy custom fluentd filters when fluentd is enabled  https://review.openstack.org/56682109:01
*** goutham has joined #openstack-kolla09:03
*** jmccarthy has joined #openstack-kolla09:05
*** k_mouza_ has joined #openstack-kolla09:16
*** k_mouza has quit IRC09:16
*** gkadam has joined #openstack-kolla09:19
egonzalezhrw, what think about my comment in https://review.openstack.org/#/c/564552/09:20
*** sambetts|afk is now known as sambetts09:22
hrwegonzalez: that patch was kind of -1 material.09:24
hrwegonzalez: at Linaro CI we remove the whole directory to be able to build something ;(09:25
hrwberendt_: can we close https://bugs.launchpad.net/kolla/+bug/1655012 as invalid?09:29
openstackLaunchpad bug 1655012 in kolla "Remove Debian support" [Medium,In progress] - Assigned to Christian Berendt (berendt)09:29
*** wolverineav has quit IRC09:30
*** wolverineav has joined #openstack-kolla09:30
*** dr_feelgood has joined #openstack-kolla09:34
mago_Hi team! Following our discussion with egonzales on Monday, I deployed Magnum-api Kolla images with an Apache server calling the magnum WSGI script.09:34
*** wolverineav has quit IRC09:35
mago_I first used this script : /var/lib/kolla/venv/bin/magnum. And got an error that it wasn't a valid WSGI script.09:35
egonzalezmago_, thats the cmd command, the wsgi is in a diff place09:36
mago_I then switched to using this script : /var/lib/kolla/venv/lib/python2.7/site-packages/magnum/api/app.wsgi. Apache successfully starts now09:36
mago_Hi egonzales, thanks for answering, is this script the correct one : /var/lib/kolla/venv/lib/python2.7/site-packages/magnum/api/app.wsgi ?09:37
egonzalezhttps://github.com/openstack/magnum/tree/master/magnum/api09:37
*** ognjen has quit IRC09:37
egonzalezyep09:37
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: base/nova-compute: install udev/systemd to satisfy dependencies  https://review.openstack.org/56669209:37
hrwegonzalez: can you look at ^^? it blocks us from doing any Debian builds09:38
mago_egonzales : Thanks for confirming. I'm currently hitting an issue and was unsure if I was calling the right script.09:39
*** k_mouza_ has quit IRC09:39
mago_egonzalez : the issue I'm hitting, when I call a basic "openstack coe cluster list" is a response like : "Invalid input for field 'identity/password/user/password': None is not of type 'string'"09:40
egonzalezmago_, is there some trace in magnum api logs?09:40
mago_egonzalez : does it by any chance ring a bell to you ? Otherwise I might go and ask the container team :)09:40
egonzalezhrw, just a nit, other lgtm09:41
hrwright09:41
mago_egonzalez : from /var/log/kolla/magnum/app.wsgi.log : http://paste.openstack.org/show/720545/09:42
egonzalezmago_, for the error looks like a missing/worn config option09:42
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: base/nova-compute: install udev/systemd to satisfy dependencies  https://review.openstack.org/56669209:42
hrwupdated09:42
*** vabada has quit IRC09:46
*** vabada has joined #openstack-kolla09:46
mago_egonzales : the magnum.conf : http://paste.openstack.org/show/720548/09:46
egonzalezmago_, compare with  kolla-ansible's template https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/magnum/templates/magnum.conf.j209:48
egonzalezmissing some keystone_auth section09:48
*** k_mouza has joined #openstack-kolla09:52
*** ognjen has joined #openstack-kolla09:55
*** mgoddard has joined #openstack-kolla09:59
mago_egonzalez : Thanks I will have a look at this section .. Strange because I have another installation (without Kolla), working fine without this section.10:00
*** k_mouza has quit IRC10:14
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: base/nova-compute: install udev/systemd to satisfy dependencies  https://review.openstack.org/56669210:17
*** caowei has quit IRC10:20
hrwneeded second coffee to get it right10:25
guest___hi10:26
guest___is there a  way10:26
guest___that i can use gpu virtualization in openstack?10:26
hrwuf. nova-compute built10:29
guest___what?10:29
guest___yes GPU virtualization10:29
*** k_mouza has joined #openstack-kolla10:30
openstackgerritLiu Yang proposed openstack/kolla-ansible master: Add trove-guestagent.conf to trove_taskmanager container  https://review.openstack.org/56684610:38
openstackgerritLiu Yang proposed openstack/kolla-ansible master: Add trove-guestagent.conf to trove_taskmanager container  https://review.openstack.org/56684610:40
guest___is sir Liu yang here?10:42
guest___no iscsid when i add another compute node10:49
*** ognjen has quit IRC10:52
*** ognjen has joined #openstack-kolla10:55
*** wolverineav has joined #openstack-kolla11:03
*** k_mouza has quit IRC11:07
*** k_mouza has joined #openstack-kolla11:08
hrwI do wonder can kolla build be a bit better at threading...11:14
hrwon 8core system I see one cpu core busy11:15
hrwwhen it goes to pip11:15
hrwah. never mind - wrong profile started11:16
*** dr_feelgood has quit IRC11:21
*** dr_feelgood has joined #openstack-kolla11:21
*** zhangfei has quit IRC11:23
guest___libvirtError: invalid argument: could not find capabilities for domaintype=kvm11:25
guest___libvirtError: invalid argument: could not find capabilities for domaintype=kvm when adding a compute node11:25
*** dr_feelgood has quit IRC11:26
*** Reepicheep_ has quit IRC11:29
*** guest___ has quit IRC11:29
*** Reepicheep has joined #openstack-kolla11:32
*** dr_feelgood has joined #openstack-kolla11:44
*** skramaja has quit IRC11:57
*** skramaja has joined #openstack-kolla11:57
*** caoyuan has quit IRC12:01
*** caoyuan has joined #openstack-kolla12:02
*** caoyuan has quit IRC12:07
*** k_mouza has quit IRC12:11
*** dave-mccowan has joined #openstack-kolla12:22
*** dave-mcc_ has joined #openstack-kolla12:24
*** dave-mccowan has quit IRC12:26
openstackgerritgaryk proposed openstack/kolla-ansible master: Add support for NSXV3  https://review.openstack.org/56656912:38
*** k_mouza has joined #openstack-kolla12:40
*** jmccarthy has quit IRC12:42
*** jmccarthy1 has joined #openstack-kolla12:42
*** jmccarthy1 has left #openstack-kolla12:43
*** jmccarthy has joined #openstack-kolla12:43
openstackgerritJorge Niedbalski proposed openstack/kolla-ansible stable/queens: Enforce removal of container network namespace.  https://review.openstack.org/56687312:45
openstackgerritJorge Niedbalski proposed openstack/kolla-ansible stable/queens: Allow setting computes_need_external_bridge.  https://review.openstack.org/56687412:45
*** goldyfruit has joined #openstack-kolla12:48
*** openstackgerrit has quit IRC12:49
*** caoyuan has joined #openstack-kolla12:53
*** gyankum has quit IRC12:53
*** tone_z has joined #openstack-kolla12:54
*** tone_zrt has quit IRC12:57
*** openstackgerrit has joined #openstack-kolla12:58
openstackgerritweizj proposed openstack/kolla-ansible master: Clean up keystone_authtoken groups for ceilometer  https://review.openstack.org/56505912:58
*** tone_zrt has joined #openstack-kolla12:58
*** tone_z has quit IRC12:59
*** ognjen_ has joined #openstack-kolla13:04
*** gkadam_ has joined #openstack-kolla13:05
*** ognjen has quit IRC13:07
*** gkadam has quit IRC13:07
*** yingjun has joined #openstack-kolla13:19
*** dklyle has quit IRC13:19
*** goutham has quit IRC13:20
*** ognjen_ has quit IRC13:20
*** ognjen has joined #openstack-kolla13:21
*** emccormick has joined #openstack-kolla13:33
*** yingjun has quit IRC13:34
*** rmart04 has joined #openstack-kolla13:34
*** jtriley has joined #openstack-kolla13:43
*** yingjun has joined #openstack-kolla13:44
*** yingjun has quit IRC13:45
*** yingjun has joined #openstack-kolla13:46
*** hamza21 has joined #openstack-kolla13:46
*** yingjun has quit IRC13:46
*** yingjun has joined #openstack-kolla13:47
*** yingjun has quit IRC13:48
*** robbbe has joined #openstack-kolla13:48
*** yingjun has joined #openstack-kolla13:49
*** emccormickva has joined #openstack-kolla13:55
*** emccormick has quit IRC13:55
*** cah_link has quit IRC13:59
*** skramaja has quit IRC14:00
*** tone_zrt has quit IRC14:00
*** tone_zrt has joined #openstack-kolla14:00
*** emccormickva has quit IRC14:03
*** tch has quit IRC14:03
*** tch has joined #openstack-kolla14:04
*** ognjen has quit IRC14:05
*** emccormickva has joined #openstack-kolla14:06
*** hamza21 has quit IRC14:11
*** zhangfei has joined #openstack-kolla14:13
*** hamzy has quit IRC14:18
*** hamzy has joined #openstack-kolla14:18
*** mchlumsky has joined #openstack-kolla14:30
*** egonzalez has quit IRC14:30
*** egonzalez has joined #openstack-kolla14:36
*** dklyle has joined #openstack-kolla14:42
*** lvdombrkr has quit IRC14:43
*** yingjun has quit IRC14:51
openstackgerritgaryk proposed openstack/kolla-ansible master: Add support for NSXV3  https://review.openstack.org/56656914:59
*** gfidente has quit IRC14:59
*** gyankum has joined #openstack-kolla15:00
*** rmart04 has quit IRC15:01
*** egonzalez has quit IRC15:05
*** zhangfei has quit IRC15:06
*** khrystoph has joined #openstack-kolla15:09
*** khrystoph has quit IRC15:13
*** jtriley_ has joined #openstack-kolla15:16
*** jtriley has quit IRC15:16
*** bhujay has quit IRC15:21
*** goldyfruit has quit IRC15:32
*** pbourke has quit IRC15:32
*** dr_feelgood has quit IRC15:33
*** dr_feelgood has joined #openstack-kolla15:33
*** pbourke has joined #openstack-kolla15:34
*** dr_feelgood has quit IRC15:37
*** gfidente has joined #openstack-kolla15:37
*** dr_feelgood has joined #openstack-kolla15:37
*** gkadam__ has joined #openstack-kolla15:43
*** gkadam_ has quit IRC15:46
*** goldyfruit has joined #openstack-kolla15:48
*** serlex has quit IRC15:49
*** zhaochao has quit IRC15:50
*** tvignaud has quit IRC15:50
*** gyan_ has joined #openstack-kolla15:51
*** gyankum has quit IRC15:54
*** janki has quit IRC16:01
*** bhujay has joined #openstack-kolla16:05
*** dr_feelgood has quit IRC16:09
*** dr_feelgood has joined #openstack-kolla16:10
*** dr_feelgood has quit IRC16:14
*** dr_feelgood has joined #openstack-kolla16:15
*** harlowja has joined #openstack-kolla16:17
*** radeks_ has quit IRC16:28
*** k_mouza has quit IRC16:32
*** k_mouza has joined #openstack-kolla16:33
*** caoyuan has quit IRC16:35
*** caoyuan has joined #openstack-kolla16:36
*** caoyuan has quit IRC16:38
*** jmccarthy has left #openstack-kolla16:39
*** k_mouza_ has joined #openstack-kolla16:40
*** gkadam__ has quit IRC16:42
*** k_mouza has quit IRC16:42
*** dr_feelgood has quit IRC16:44
*** k_mouza_ has quit IRC16:44
*** dr_feelgood has joined #openstack-kolla16:45
*** dr_feelgood has quit IRC16:47
*** dklyle has quit IRC16:48
*** EmilienM is now known as EmilienM_PTO16:49
*** dougsz has quit IRC16:51
*** dr_feelgood has joined #openstack-kolla16:51
*** gyan_ has quit IRC16:52
*** banshee1221_ has joined #openstack-kolla16:55
banshee1221_hey all, I'm running latest stable branch for queens with external ceph. I get "PermissionError: [errno 1] error opening image <image_id>_disk at snapshot None" with nova... I'm a little stumped.. I've double checked permissions on ceph and the keyring files are in all the appropriate containers. Any ideas?16:55
banshee1221_glance did place the image in the pool16:56
*** sambetts is now known as sambetts|afk17:02
*** dklyle has joined #openstack-kolla17:04
*** mgoddard has quit IRC17:04
*** dr_feelgood has quit IRC17:06
*** dr_feelgood has joined #openstack-kolla17:06
*** dr_feelgood has quit IRC17:06
*** jtriley_ has quit IRC17:12
*** mago_ has quit IRC17:16
*** hamzy has quit IRC17:28
*** mdnadeem has quit IRC17:29
*** harlowja has quit IRC17:31
*** dklyle has quit IRC17:37
*** bhujay has quit IRC17:39
*** gfidente has quit IRC17:41
*** jlvillal is now known as jlvacation17:51
*** k_mouza has joined #openstack-kolla18:02
*** mago_ has joined #openstack-kolla18:02
*** k_mouza has quit IRC18:06
*** radeks_ has joined #openstack-kolla18:11
banshee1221_this only occurs when creating from CLI. If I create from the web interface then it properly creates the volume with cinder and maps it18:12
banshee1221_"Build of instance 6471c2ff-419e-4a3d-bb9d-da85b5a0f56c aborted: [errno 1] error opening image 6471c2ff-419e-4a3d-bb9d-da85b5a0f56c_disk at snapshot None"18:13
banshee1221_the above error occurs using the CLI.18:13
banshee1221_"openstack server create --image cirros --flavor m1.tiny --key-name mykey --nic net-id=cd1d8b74-1ee0-4eee-9293-5b133fe7b7c5 demo1"18:13
*** hamzy has joined #openstack-kolla18:20
*** harlowja has joined #openstack-kolla18:25
*** dasTor_ has joined #openstack-kolla18:25
*** jaosorior has quit IRC18:26
*** vabada2 has joined #openstack-kolla18:26
*** vabada has quit IRC18:27
*** geb has quit IRC18:28
*** dasTor has quit IRC18:29
*** strigazi has quit IRC18:30
*** strigazi has joined #openstack-kolla18:31
*** geb has joined #openstack-kolla18:32
*** robbbe has quit IRC18:45
*** robbbe has joined #openstack-kolla18:46
*** openstackgerrit has quit IRC18:49
*** robbbe has joined #openstack-kolla18:49
*** robbbe has quit IRC18:49
*** sean-k-mooney has joined #openstack-kolla18:51
sean-k-mooneyo/18:55
sean-k-mooneyanyone famimilr with the mariadb recovery playbook around ?18:56
*** lebauce_ has quit IRC19:05
*** dklyle has joined #openstack-kolla19:09
*** openstackgerrit has joined #openstack-kolla19:10
openstackgerritJorge Niedbalski proposed openstack/kolla master: Create symlink if /etc/openstack-dashboard/customer_local_settings exists  https://review.openstack.org/56700619:10
openstackgerritJorge Niedbalski proposed openstack/kolla master: Create symlink if /e/o-d/customer_local_settings exists  https://review.openstack.org/56700619:11
*** dave-mcc_ has quit IRC19:14
openstackgerritJorge Niedbalski proposed openstack/kolla-ansible master: horizon: allow to configure by custom_local_settings.j2  https://review.openstack.org/55080019:16
openstackgerritJorge Niedbalski proposed openstack/kolla-ansible master: horizon: allow to configure by custom_local_settings.j2  https://review.openstack.org/55080019:18
*** dave-mccowan has joined #openstack-kolla19:21
hogepodgeHey, quick question, what's the status of installing Magnum with Kolla?19:26
hogepodge(particularly, Kolla-Ansible)19:26
hogepodgeI wanted to get a sense of if it was something people were doing before I started going down any rat-holes. ;-)19:27
*** mago_ has quit IRC19:42
*** dr_feelgood has joined #openstack-kolla19:53
*** wolverineav has quit IRC19:58
*** wolverineav has joined #openstack-kolla19:58
*** munimeha has joined #openstack-kolla20:00
*** wolverineav has quit IRC20:03
*** xinliang3 has quit IRC20:03
*** xinliang3 has joined #openstack-kolla20:03
*** radeks__ has joined #openstack-kolla20:04
*** radeks_ has quit IRC20:05
*** radeks has quit IRC20:06
*** cz2 has joined #openstack-kolla20:12
*** cz2 has left #openstack-kolla20:12
*** emccormick has joined #openstack-kolla20:20
*** pcaruana has quit IRC20:21
*** emccormickva has quit IRC20:22
*** dklyle has quit IRC20:32
*** k_mouza has joined #openstack-kolla20:53
*** radeks__ has quit IRC20:53
*** lebauce_ has joined #openstack-kolla20:56
*** mandre is now known as mandre_off20:59
*** ognjen has joined #openstack-kolla21:13
*** dr_feelgood has quit IRC21:17
*** k_mouza has quit IRC21:17
*** dr_feelgood has joined #openstack-kolla21:17
*** k_mouza has joined #openstack-kolla21:18
*** k_mouza has joined #openstack-kolla21:18
*** dr_feelg_ has joined #openstack-kolla21:21
*** banshee1221_ has quit IRC21:21
*** dr_feelgood has quit IRC21:22
*** dr_feelg_ has quit IRC21:25
*** dr_feelgood has joined #openstack-kolla21:33
*** dr_feelgood has quit IRC21:34
*** hjensas is now known as hjensas|afk21:49
*** k_mouza has quit IRC21:52
sean-k-mooneydoes anyone know why the mariadb recovery playbook leaves the containers in the bootstrap mode and how to fix it.22:06
sean-k-mooneyspecifically https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/mariadb/tasks/recover_cluster.yml#L111-L126 sets teh bootstrap args on the container and its never replaced with the non boostrap version later in the playbook22:07
*** rwsu has quit IRC22:13
*** goldyfruit has quit IRC22:17
*** ognjen has quit IRC22:23
*** robbbe has joined #openstack-kolla22:51
*** robbbe has quit IRC22:55
*** goldyfruit has joined #openstack-kolla23:28
*** munimeha has quit IRC23:30
*** goldyfruit has quit IRC23:37
*** goldyfruit has joined #openstack-kolla23:49

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