Monday, 2018-07-23

*** tux_ has joined #openstack-ansible00:58
*** gregoryo has joined #openstack-ansible00:59
*** tux_ has quit IRC02:34
*** dave-mcc_ has quit IRC02:54
*** udesale has joined #openstack-ansible03:55
*** jamesdenton has quit IRC04:27
openstackgerritAntony Messerli proposed openstack/openstack-ansible-os_keystone master: Ensures Nginx GPG key is installed  https://review.openstack.org/58472704:54
*** armaan has joined #openstack-ansible05:26
*** armaan has quit IRC05:35
*** udesale_ has joined #openstack-ansible05:42
*** udesale has quit IRC05:45
*** cshen has joined #openstack-ansible05:50
*** jonher_ has quit IRC05:55
*** jonher has joined #openstack-ansible05:55
*** cshen has quit IRC05:56
*** pmannidi has quit IRC06:06
*** cshen has joined #openstack-ansible06:18
*** udesale__ has joined #openstack-ansible06:43
*** udesale_ has quit IRC06:45
*** armaan has joined #openstack-ansible06:59
hwoaranggood morning06:59
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_horizon master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/58433007:01
*** pcaruana has joined #openstack-ansible07:02
evrardjp_good morning hwoarang07:09
*** evrardjp_ is now known as evrardjp07:09
*** gillesMo has joined #openstack-ansible07:13
*** epalper has joined #openstack-ansible07:23
*** rmart04 has joined #openstack-ansible07:35
*** tosky has joined #openstack-ansible07:36
*** vnogin has joined #openstack-ansible07:37
*** rpittau has joined #openstack-ansible07:38
*** vnogin has quit IRC07:48
evrardjpthe ratio check/gates is hard: https://review.openstack.org/#/c/574006/07:53
evrardjp11 times rechecked for twice reaching the gates.07:53
*** armaan has quit IRC08:04
odyssey4meevrardjp: yep, now you understand why I've not wanted to put too many long running tests onto any single repo08:05
odyssey4meneed a second review for https://review.openstack.org/574864 if anyone has a bit of time08:07
*** pkaralis has joined #openstack-ansible08:08
openstackgerritAdrien Cunin proposed openstack/openstack-ansible-os_horizon stable/queens: New horizon_enable_router variable  https://review.openstack.org/58475708:10
*** Adri2000 has quit IRC08:15
*** suggestable has joined #openstack-ansible08:16
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Move MQ vhost/user creation into role  https://review.openstack.org/58336608:21
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_horizon master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/58433008:23
evrardjpodyssey4me: oh I've understood it for quite a long time : p08:24
evrardjpodyssey4me: I just remember my queens nightmares.08:24
openstackgerritMerged openstack/openstack-ansible-os_nova master: Map instances to cell_v2 only once.  https://review.openstack.org/58358308:25
*** armaan has joined #openstack-ansible08:25
*** Adri2000 has joined #openstack-ansible08:25
*** vnogin has joined #openstack-ansible08:28
openstackgerritjacky06 proposed openstack/openstack-ansible-os_glance master: Update the description for glance api  https://review.openstack.org/58476408:31
*** gregoryo has quit IRC08:32
*** lvdombrkr has joined #openstack-ansible08:32
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Add aio_lxc jobs for distribution installations  https://review.openstack.org/58476508:32
evrardjpyeah more jobs08:33
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Add aio_lxc jobs for distribution installations  https://review.openstack.org/58476508:34
*** pingfro__ has joined #openstack-ansible08:37
*** vnogin has quit IRC08:38
odyssey4meevrardjp: if you could take a peek at https://review.openstack.org/584393 and https://review.openstack.org/584385 I'd appreciate it - time to put that issue to bed08:38
odyssey4mealso https://review.openstack.org/582315 is done08:39
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_horizon master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/58433008:41
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Add aio_lxc jobs for distribution installations  https://review.openstack.org/58476508:41
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Allow AIO to automatically use an http proxy  https://review.openstack.org/58477208:43
admin0morning08:44
*** hachi has joined #openstack-ansible08:46
*** mwe11 has joined #openstack-ansible08:50
hwoarangso i will just through it out here...08:56
hwoarangi notice that on every single container (well most of them) we configure galera as a dependency to os_roles08:57
hwoarangwhat if we configured galera in the base container in lxc hosts?08:57
odyssey4mehwoarang: not all deployments use containers08:57
hwoarangtrue08:57
odyssey4methat meta-dep does need to get pulled out, similar to what we did for pip install08:58
hwoarangbut if you configure it in lxc_hosts then when os_$role runs, it will be mostly no-op08:58
odyssey4meyes, we could put it into openstack_hosts like we did for pip_install08:58
odyssey4methen take it out as a meta-dep, and have a note in the role saying it's a requirement08:58
hwoarangi was thinking more like lxc_hosts, so the base container image has galera in it.08:59
hwoarangfully configured08:59
odyssey4mebut then it'll never be possible to update that config08:59
odyssey4mebecause the base image is only used on container creation09:00
hwoaranghmm, but the roles still pull galera_client so if the config needs updating later on they can do it.09:02
odyssey4meyes - but I'd rather we did it in one place than two09:03
hwoarangok09:03
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_horizon master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/58433009:03
evrardjpodyssey4me: hwoarang afaik, galera_client was not put into openstack hosts because it doesn't apply to all hosts.09:11
evrardjpnot all hosts need galera client info09:11
evrardjpwe effectively do it, but it's not a good pattern09:11
evrardjpit would be better to have a check in main like, if we have the client already, skip the thing.09:12
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Allow AIO to automatically use an http proxy  https://review.openstack.org/58477209:12
evrardjpthe client already at the right version*09:12
evrardjpinstead of re-running everything, we'd run only one task. But it would be far problematic if it's a desired config change.09:13
evrardjpI think instead we should have a new play, after container are created, to target the containers/hosts than need db,and run the role there.09:15
evrardjpjust once09:15
evrardjpprobably in setup-infrastructure09:15
evrardjp(still keep galera_client as dependency of galera_server, to test them together)09:17
*** vnogin has joined #openstack-ansible09:28
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Allow AIO to automatically use an http proxy  https://review.openstack.org/58477209:30
*** tux_ has joined #openstack-ansible09:36
*** tux_ has quit IRC09:41
*** parasitid has quit IRC09:45
*** hachi has quit IRC09:49
*** hachi has joined #openstack-ansible09:52
*** cshen has quit IRC09:54
*** hachi has quit IRC09:56
*** parasitid has joined #openstack-ansible10:02
*** cshen has joined #openstack-ansible10:05
jrosseris using {% raw %} ... {{ stuff }} .. {% endraw %} in a .j2 used by config_template going to work?10:06
jrosserit seems to be trying to evaulate what i want to pass through as raw10:06
*** noonedeadpunk has joined #openstack-ansible10:10
*** vnogin has quit IRC10:15
evrardjpmmm good point jrosser10:15
evrardjpdid you try it?10:16
jrosseri did10:16
jrosserhttps://review.openstack.org/#/c/584772/3/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j210:16
jrosserthat doesnt seem to work10:16
jrosserit fails with internal_lb_vip_address undefined, which at that point it would be10:17
noonedeadpunkHi guys. Could you please review it https://review.openstack.org/#/c/584629/ ?10:17
jrosser*wouldnt be10:17
*** evin has joined #openstack-ansible10:20
openstackgerritmelissaml proposed openstack/openstack-ansible-os_cinder master: fix tox python3 overrides  https://review.openstack.org/58478810:28
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Allow AIO to automatically use an http proxy  https://review.openstack.org/58477210:34
*** joabdearaujo has quit IRC10:53
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: Update all SHAs for 'next release'  https://review.openstack.org/58479610:55
openstackgerritmelissaml proposed openstack/openstack-ansible-os_searchlight master: fix tox python3 overrides  https://review.openstack.org/58479710:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: Update all SHAs for 17.0.8  https://review.openstack.org/58479610:59
openstackgerritmelissaml proposed openstack/openstack-ansible-apt_package_pinning master: fix tox python3 overrides  https://review.openstack.org/58479911:00
*** dave-mccowan has joined #openstack-ansible11:07
*** jonher has quit IRC11:13
*** jonher has joined #openstack-ansible11:13
*** Sara_ has joined #openstack-ansible11:13
openstackgerritmelissaml proposed openstack/openstack-ansible-os_congress master: fix tox python3 overrides  https://review.openstack.org/58480411:18
openstackgerritmelissaml proposed openstack/openstack-ansible-os_trove master: fix tox python3 overrides  https://review.openstack.org/58480511:18
openstackgerritmelissaml proposed openstack/openstack-ansible-os_horizon master: fix tox python3 overrides  https://review.openstack.org/58480611:18
openstackgerritmelissaml proposed openstack/openstack-ansible-os_magnum master: fix tox python3 overrides  https://review.openstack.org/58480711:18
openstackgerritmelissaml proposed openstack/openstack-ansible-os_keystone master: fix tox python3 overrides  https://review.openstack.org/58480811:18
Sara_Hello! I have a problem which is when I launch an instance in openstack ansible, in horizon i can see its assigned ip, i mean an ip is shown in information about the instance, but when i go to the console and i write ifconfig to check the ip, the result is there is no ip and the instance has no ip, i can't ping it, and it cant ping anything11:19
*** joabdearaujo has joined #openstack-ansible11:20
openstackgerritmelissaml proposed openstack/openstack-ansible-os_swift master: fix tox python3 overrides  https://review.openstack.org/58480911:20
Sara_i have also checked the nuetron logs of the compute node, there is no problem there, it is written there that an instance is launched with an ip, i mean any where i check i can see that ip, but the instance itself does not any ip11:22
openstackgerritmelissaml proposed openstack/openstack-ansible-os_tacker master: fix tox python3 overrides  https://review.openstack.org/58481011:23
*** udesale__ has quit IRC11:25
Sara_please somebody help me11:26
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.17  https://review.openstack.org/58481211:32
evrardjpSara_: I'd say it looks like an usage issue, so not openstack-ansible related, but we can probably help you. Just keep in mind sometimes it takes time to get an answer11:35
evrardjpSara_: is it a new deploy? Which branch? What does the neutron logs say? Does everything look fine in the neutron configuration?11:35
odyssey4mesounds to me like there's likely a misconfiguration - assuming all services are running properly, your symptoms show a lack of L1/L2 connectivity between the instance and the dhcp agent11:36
evrardjpjrosser: I thought it was generally working, so I will have to double check11:36
odyssey4meunfortunately, I'm not versed enough in that substructure to help more than pointing you in that direction11:37
evrardjpSara_: check the hosts can speak to each other on the appropriate network, without openstack_user_config that's hard to explain.11:38
evrardjpodyssey4me: I have refactored my release procedure11:38
evrardjpbut not the code yet11:38
openstackgerritmelissaml proposed openstack/openstack-ansible-os_almanach master: fix tox python3 overrides  https://review.openstack.org/58481411:39
openstackgerritmelissaml proposed openstack/openstack-ansible-memcached_server master: fix tox python3 overrides  https://review.openstack.org/58481511:39
openstackgerritmelissaml proposed openstack/openstack-ansible-os_heat master: fix tox python3 overrides  https://review.openstack.org/58481611:39
openstackgerritmelissaml proposed openstack/openstack-ansible-openstack_hosts master: fix tox python3 overrides  https://review.openstack.org/58481711:39
openstackgerritmelissaml proposed openstack/openstack-ansible-os_gnocchi master: fix tox python3 overrides  https://review.openstack.org/58481811:39
evrardjpI mean I have not refactored my ugly tooling11:39
openstackgerritmelissaml proposed openstack/openstack-ansible-os_ceilometer master: fix tox python3 overrides  https://review.openstack.org/58481911:39
*** jamesdenton has joined #openstack-ansible11:41
openstackgerritmelissaml proposed openstack/openstack-ansible-lxc_hosts master: fix tox python3 overrides  https://review.openstack.org/58482011:42
Sara_evrardjp thank you a lot , queens 17.05 and this is nuetron  log in compute node11:51
openstackgerritmelissaml proposed openstack/openstack-ansible-galera_client master: fix tox python3 overrides  https://review.openstack.org/58482711:52
openstackgerritmelissaml proposed openstack/openstack-ansible-nspawn_hosts master: fix tox python3 overrides  https://review.openstack.org/58482811:52
Sara_evrardjp  http://paste.openstack.org/show/726439/11:53
openstackgerritmelissaml proposed openstack/openstack-ansible-nspawn_container_create master: fix tox python3 overrides  https://review.openstack.org/58483011:54
Sara_evrardjp i have launched new instance and its ip should be 10.10.10.7, which is also shown in the log11:54
openstackgerritjacky06 proposed openstack/openstack-ansible-os_zun master: Add the project source code repository in README  https://review.openstack.org/58483211:58
openstackgerritmelissaml proposed openstack/openstack-ansible-os_swift master: fx tox python3 overrides  https://review.openstack.org/58480911:59
openstackgerritmelissaml proposed openstack/openstack-ansible-os_swift master: fix tox python3 overrides  https://review.openstack.org/58480911:59
Sara_evrardjp here, we can see the result of ifconfig in the instance  http://paste.openstack.org/show/726440/12:00
openstackgerritjacky06 proposed openstack/openstack-ansible-os_watcher master: Add the project source co^C repository in README  https://review.openstack.org/58483312:01
Sara_evrardjp to your last question, i should say, yes, I have check all of the host and they are connected to each other properly12:01
guilhermespmorning!12:01
guilhermespSara_: what happens when you do "dhclient eth0" in your instance?12:02
evrardjpSara_: eth0 doesn't seem to receive any traffic, which is curious.12:02
Sara_evrardjp and here is log in the openstack_user_config http://paste.openstack.org/show/726440/12:03
openstackgerritjacky06 proposed openstack/openstack-ansible-os_watcher master: Add the project source code repository in README  https://review.openstack.org/58483312:03
evrardjpit should receive all the usual arps and things12:03
evrardjpwrong link Sara_12:03
odyssey4meSara_: If you look at the path of traffic in https://docs.openstack.org/openstack-ansible/latest/reference/architecture/container-networking.html#neutron-traffic you should look at each step to see where the packet is dropped.12:03
odyssey4meie use tcpdump at each step in the path to find where you see the dhcp packet leave the instance and where you find it stops12:04
evrardjpthanks odyssey4me :)12:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_blazar master: Add the project source code repository in README  https://review.openstack.org/58483412:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_barbican master: Add the project source code repository in README  https://review.openstack.org/58483512:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_cinder master: Add the project source code repository in README  https://review.openstack.org/58483612:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_ceilometer master: Add the project source code repository in README  https://review.openstack.org/58483712:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_designate master: Add the project source code repository in README  https://review.openstack.org/58483812:04
*** kstev has joined #openstack-ansible12:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_keystone master: Add the project source code repository in README  https://review.openstack.org/58483912:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_panko master: Add the project source code repository in README  https://review.openstack.org/58484012:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_monasca master: Add the project source code repository in README  https://review.openstack.org/58484112:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_magnum master: Add the project source code repository in README  https://review.openstack.org/58484212:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_searchlight master: Add the project source code repository in README  https://review.openstack.org/58484312:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_rally master: Add the project source code repository in README  https://review.openstack.org/58484512:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_tempest master: Add the project source code repository in README  https://review.openstack.org/58484612:04
Sara_guilhermesp  the answer is "dhclient: not found"12:04
guilhermespSara_: now is time to do what odyssey4me suggested :)12:05
evrardjp+112:05
Sara_evrardjp sorry :((12:06
Sara_odyssey4me i am not very familiar with the networking, i do not know from where and how i should start, would you explain more please.12:10
odyssey4meSara_: I'm sorry, but I don't have to to do that.12:11
Sara_odyssey4me no problem then :))12:13
guilhermespSara_: I believe that you can find more help asking at #openstack-neutron channel12:14
guilhermespshow them the diagram that odyssey4me provided and explain your issue12:14
Sara_guilhermesp thank you very much12:16
*** Bhujay has joined #openstack-ansible12:21
*** kstev has quit IRC12:21
*** hachi has joined #openstack-ansible12:26
*** hachi has quit IRC12:29
*** hachi has joined #openstack-ansible12:30
Sara_i have another question which is i don't know whether br-vxlan in the controller should have ip or not ?12:35
guilhermespSara_: https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts-networkconfig.html12:40
admin0Sara_, it should have an ip12:42
mgariepygood morning everyone12:43
guilhermespmorning mgariepy12:43
Sara_admin0 thank you, what about br-vlan ?12:46
noonedeadpunkregarding bridges - why do we need them on nova compute nodes? It seems, that everything is configured on bare, without containers, but in documentation it's said, that bridges must be configured on compute nodes...12:47
noonedeadpunkhttps://docs.openstack.org/project-deploy-guide/openstack-ansible/queens/targethosts.html#configuring-the-network12:49
jamesdentonSome of the justifications have been stripped away over time. Bridges provide some consistency between the hosts, but not all of them are absolutely necessary. You can certainly choose to use interfaces directly rather than abstract that away using bridges.12:51
jrosserodyssey4me: your queens repo patches are working here12:51
odyssey4menoonedeadpunk jamesdenton it'll be easier if you use bridges though, because we assume they're there12:51
jamesdentonAgreed.12:52
*** jbadiapa_ is now known as jbadiapa12:55
*** udesale has joined #openstack-ansible12:56
odyssey4mejrosser: yay!12:57
jrosserindeed! we have a jenkins job for that now12:57
odyssey4meso now we just need https://review.openstack.org/584393 and https://review.openstack.org/584385 reviewed so that we can finalise the queens patches12:58
jrossernext step will be to parameterise the jenkins job so we can test master behind a proxy as well12:59
odyssey4methat'd be great, more external CI testing is good12:59
*** hachi_ has joined #openstack-ansible13:01
*** hachi has quit IRC13:02
openstackgerritbhujay kumar proposed openstack/openstack-ansible-haproxy_server master: Improve SelfSign cert generation method  https://review.openstack.org/58485713:03
*** KeithMnemonic has joined #openstack-ansible13:03
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/ocata: Update all SHAs for 15.1.25  https://review.openstack.org/58485813:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/ocata: Update all SHAs for 15.1.25  https://review.openstack.org/58485813:09
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.17  https://review.openstack.org/58481213:10
openstackgerritjacky06 proposed openstack/openstack-ansible-ops master: Add the project source code repository in README  https://review.openstack.org/58487413:20
*** tux_ has joined #openstack-ansible13:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_almanach master: Add the project source code repository in README  https://review.openstack.org/58487713:24
*** hachi_ has quit IRC13:24
odyssey4mehwoarang: got a minute to look at https://review.openstack.org/584393 & https://review.openstack.org/584385 ?13:24
hwoarangyeah i will have one in two minutes :)13:25
openstackgerritjacky06 proposed openstack/openstack-ansible-os_aodh master: Add repository into README.rst  https://review.openstack.org/58458813:25
hwoarangstay tuned13:25
odyssey4metyvm13:25
openstackgerritjacky06 proposed openstack/openstack-ansible-os_tacker master: Add repository into README.rst  https://review.openstack.org/58488013:26
*** Bhujay has quit IRC13:26
*** tux__ has joined #openstack-ansible13:28
*** lbragstad has joined #openstack-ansible13:31
*** tux_ has quit IRC13:31
*** hachi has joined #openstack-ansible13:31
openstackgerritweizj proposed openstack/openstack-ansible-pip_install master: Add the project source code repository in README  https://review.openstack.org/58488513:32
*** aludwar has quit IRC13:33
*** jonher_ has joined #openstack-ansible13:38
*** aludwar has joined #openstack-ansible13:38
*** jwitko has joined #openstack-ansible13:39
*** jonher has quit IRC13:39
*** tux__ has quit IRC13:52
*** vollman has joined #openstack-ansible13:55
*** vollman has joined #openstack-ansible13:56
*** throwsb1 has joined #openstack-ansible13:56
*** evin has quit IRC13:58
*** tux_ has joined #openstack-ansible14:02
*** hachi has quit IRC14:05
*** Sara_ has quit IRC14:08
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Add aio_lxc jobs for distribution installations  https://review.openstack.org/58476514:11
*** hachi has joined #openstack-ansible14:12
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_aodh master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58489914:19
*** yolanda__ has joined #openstack-ansible14:19
*** hachi has quit IRC14:21
*** yolanda_ has quit IRC14:21
*** yolanda__ is now known as yolanda14:26
*** hachi has joined #openstack-ansible14:28
*** vakuznet has joined #openstack-ansible14:29
*** cshen_ has joined #openstack-ansible14:31
*** armaan has quit IRC14:32
*** cshen has quit IRC14:32
*** newFolder has joined #openstack-ansible14:32
*** armaan has joined #openstack-ansible14:32
*** dave-mccowan has quit IRC14:33
newFolderhi, why two vm on compute nodes can ping each other but can't ping default gateway ?14:35
*** cshen_ has quit IRC14:35
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_ceilometer master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58490414:37
*** Bhujay has joined #openstack-ansible14:40
*** dave-mccowan has joined #openstack-ansible14:42
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_designate master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58492114:42
cloudnullmornigns14:48
cloudnull**mornings14:48
openstackgerritbhujay kumar proposed openstack/openstack-ansible-haproxy_server master: Improve SelfSign cert generation method  https://review.openstack.org/58485714:58
*** chyka has joined #openstack-ansible15:00
*** chyka has quit IRC15:02
*** chyka has joined #openstack-ansible15:02
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add connbeat  https://review.openstack.org/57518015:03
*** rmart04_ has joined #openstack-ansible15:05
*** rmart04 has quit IRC15:06
*** rmart04_ has quit IRC15:09
*** vnogin has joined #openstack-ansible15:16
openstackgerritMerged openstack/openstack-ansible-ops master: Add the project source code repository in README  https://review.openstack.org/58487415:16
*** xgerman_ has quit IRC15:18
*** mrhillsman has quit IRC15:18
*** hachi has quit IRC15:19
*** seba has quit IRC15:19
*** seba has joined #openstack-ansible15:19
*** kysse has quit IRC15:19
*** berendt_ has quit IRC15:19
*** mubix has quit IRC15:19
*** mancdaz has quit IRC15:19
*** vnogin has quit IRC15:20
*** seba is now known as Guest3897815:20
*** d34dh0r53 has quit IRC15:20
*** nyloc has quit IRC15:21
*** mrhillsman has joined #openstack-ansible15:21
*** xgerman_ has joined #openstack-ansible15:21
*** lvdombrkr has quit IRC15:22
*** chason has quit IRC15:22
*** berendt_ has joined #openstack-ansible15:23
*** chason has joined #openstack-ansible15:24
*** d34dh0r53 has joined #openstack-ansible15:25
*** nyloc has joined #openstack-ansible15:27
*** mancdaz has joined #openstack-ansible15:27
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add facts to better optimize thread pools  https://review.openstack.org/58493915:28
*** mubix has joined #openstack-ansible15:35
*** kysse has joined #openstack-ansible15:36
*** hachi has joined #openstack-ansible15:38
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add facts to better optimize thread pools  https://review.openstack.org/58493915:40
*** hachi has quit IRC15:46
openstackgerritMerged openstack/openstack-ansible master: Use upstream pypi before the repo is built  https://review.openstack.org/58439315:49
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_ironic master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58495215:51
*** gyee has joined #openstack-ansible15:51
tux_Need Ceph help folks http://paste.openstack.org/show/726386/15:56
*** udesale has quit IRC15:56
tux_Currently i have this config http://paste.openstack.org/show/726457/15:56
tux_Does ceph-ansible create LVM itself or we need to create manually by hand ?15:57
*** rpittau has quit IRC15:59
*** dave-mccowan has quit IRC16:00
andymccrtux_: what version of ceph-ansible are you using? if youre on v3.0.x data_vg is required, which the error suggests is the problem.16:02
andymccron stable 3.1+ it shouldn't be required anymore and your configuration should be fine16:02
tux_I am using OSA 16.0.15 so what version comes with it... how do i check specific role version in OSA?16:02
*** rpittau has joined #openstack-ansible16:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Use upstream pypi before the repo is built  https://review.openstack.org/58439416:05
odyssey4mecores - would appreciate quick review of that backport16:05
*** hachi has joined #openstack-ansible16:05
tux_andymccr: Do you know where to find version history about roles?  If i want to find out which ceph-ansible version used in OSA 16.0.15?16:06
odyssey4metux_: look in the ansible-role-requirements.yml file for your checkout16:07
andymccrtux_: yeah theyre in the ansible-role-requirements.yml i think for 16.0 versions its on ceph-ansible v3.0 and using individual roles - in 17+ i believe we moved to use the ceph-ansible repo itself with role references rather than the individual roles16:07
odyssey4metux_: https://github.com/openstack/openstack-ansible/blob/16.0.15/ansible-role-requirements.yml#L181-L20416:07
tux_http://paste.openstack.org/show/726459/16:08
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_magnum master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58495616:08
tux_v3.0.816:08
tux_odyssey4me: thanks16:08
tux_what would be the safe way to upgrade from ceph-ansible v3.0.8 to v3.x16:09
tux_can i just change version number in "ansible-role-requirements.yml" file and re-run os-ceph-install.yml?16:10
tux_andymccr: ^^16:10
*** dave-mccowan has joined #openstack-ansible16:11
andymccrtux_: im not sure it'll just work off the bat like that - especially since 16.0 versions of osa use individual roles which arent always updated upstream in ceph-ansible.16:12
odyssey4metux_: upgrade to the next series of OSA and you'll have a tested set16:12
tux_is it safe to upgrade 16.0.x to 17.0.x (queen) ?16:13
odyssey4meor deploy ceph separately from OSA and only use the client integration so that the two are decoupled16:13
noonedeadpunkodyssey4me could you please review https://review.openstack.org/#/c/584629/ if you have time16:13
tux_after many many week my openstack reach to stable level.. i am worried16:13
odyssey4menoonedeadpunk: will do so tomorrow if you don't mind, it's a bit late right now for such a big review16:13
tux_does queen worth using ?16:14
odyssey4metux_: you'll have to test it to find out16:14
*** newFolder has quit IRC16:14
noonedeadpunkodyssey4me sure, no problem.16:14
odyssey4metux_: we have tests to verify common use-cases, but you have your own use-case and should test it yourself before doing the upgrade16:14
tux_odyssey4me: & andymccr: currently my OSA deployed ceph, if i want to use ceph-ansible separately in that case how does it work with container mon ?16:16
tux_I think i like idea of using ceph-ansible seperatly16:16
tux_but i want to keep ceph mon etc in OSA16:17
noonedeadpunkodyssey4me it has downside, like creating directories for both masakari and masakarimonitors, but I didn't know if it worth dividing into separate tasks (inside pre_install step)16:18
*** suggestable has quit IRC16:19
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add facts to better optimize thread pools  https://review.openstack.org/58493916:19
*** dave-mccowan has quit IRC16:23
*** dave-mccowan has joined #openstack-ansible16:24
*** Bhujay has quit IRC16:25
tux_andymccr: If i want to create LVM by hand in that case how do i create partition on LVM if i have single SSD disk (i want to keep journal + DATA on same disk)16:26
*** Darcidride has joined #openstack-ansible16:26
openstackgerritMerged openstack/openstack-ansible-repo_server master: Remove the upstream pypi reverse proxy  https://review.openstack.org/58438516:28
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_horizon master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/58433016:29
*** hachi has quit IRC16:29
*** dave-mccowan has quit IRC16:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_server stable/queens: Remove the upstream pypi reverse proxy  https://review.openstack.org/58438716:31
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_server stable/queens: Remove the upstream pypi reverse proxy  https://review.openstack.org/58438716:32
odyssey4mecores - would appreciate reviews for these backports: https://review.openstack.org/#/q/topic:bp/python-build-install-simplification-stable/queens+status:open16:33
*** gillesMo has quit IRC16:42
hwoarangodyssey4me: this one https://review.openstack.org/#/c/564422/ is rather big. do we really need this series in queens?16:42
hwoaranghonest question really16:43
*** dave-mccowan has joined #openstack-ansible16:43
odyssey4mehwoarang: yes, queens is currently a bit broken - I've been working on finding a solution with jrosser for months, and that's the final solution16:43
hwoarangok16:43
odyssey4methat whole chain I mean16:44
odyssey4meit looks big, but it's mostly just clean-up16:44
hwoarangok fine by me then16:44
odyssey4methat should actually make upgrades work16:44
*** armaan has quit IRC16:45
*** armaan has joined #openstack-ansible16:45
*** pcaruana has quit IRC16:47
evrardjpandymccr: do you know the irc nick of Mike Vollman?16:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add x-pack monitoring by default  https://review.openstack.org/58496716:54
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add x-pack monitoring by default  https://review.openstack.org/58496717:01
*** cshen has joined #openstack-ansible17:04
*** jonher_ has quit IRC17:05
*** jonher has joined #openstack-ansible17:05
*** cshen has quit IRC17:09
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add x-pack monitoring by default  https://review.openstack.org/58496717:09
*** epalper has quit IRC17:10
tux_I am going to upgrade from 16.x to 17.x in my LAB and will see how it goes https://docs.openstack.org/openstack-ansible/queens/admin/upgrades/major-upgrades.html17:13
tux_is this correct document to follow for upgrade?17:13
admin0anyone seen this before:  since image size is zero we will be doing resize-before-write for each chunk which will be considerably slower than normal -- glance error on ceph backend17:18
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_octavia master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58497917:19
admin0for cirros: 504 Gateway Time-out: The server didn't respond in time. (HTTP N/A)-- all playbooks run fine, ceph is healthy .. cinder works, glance = stuck17:19
*** cshen has joined #openstack-ansible17:20
-tux_- [root@ostack-osa /opt/openstack-ansible]# git checkout stabke/queen17:37
-tux_- error: pathspec 'stabke/queen' did not match any file(s) known to git.17:37
*** cshen has quit IRC17:37
tux_I am sure i am doing something wrong here..17:37
-tux_- [root@ostack-osa /opt/openstack-ansible]# git describe17:37
-tux_- 18.0.0.0b2-182-g55dce4f17:37
guilhermesptux_: stabke :)17:37
-tux_- [root@ostack-osa /opt/openstack-ansible]# git checkout stable/queen17:38
-tux_- error: pathspec 'stable/queen' did not match any file(s) known to git.17:38
cloudnulltux_ stable/queens17:38
tux_I did :)17:38
guilhermespqueens tux_17:38
guilhermespstable/queens17:38
tux_you got me!!!!17:39
-tux_- [root@ostack-osa /opt/openstack-ansible]# git checkout stable/queens17:39
-tux_- Branch stable/queens set up to track remote branch stable/queens from origin.17:39
-tux_- Switched to a new branch 'stable/queens'17:39
odyssey4mehehehe17:39
tux_so many queen :)17:39
tux_Lets see how my upgrade going from pike to queen17:42
*** cshen has joined #openstack-ansible17:43
tux_This script will perform a Pike to Queens upgrade. Once you start the upgrade there is no going back.17:43
tux_Like this warning !!!17:44
*** mxevgenis has joined #openstack-ansible17:44
*** hachi has joined #openstack-ansible17:46
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: Remove unecessary default variables  https://review.openstack.org/58498517:49
*** armaan has quit IRC17:50
*** armaan has joined #openstack-ansible17:51
*** poopcat has joined #openstack-ansible17:58
*** armaan has quit IRC18:01
*** armaan has joined #openstack-ansible18:01
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_sahara master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58498918:04
*** armaan has quit IRC18:06
*** armaan has joined #openstack-ansible18:07
*** rmart04 has joined #openstack-ansible18:12
*** rmart04 has quit IRC18:13
odyssey4mecloudnull: mind taking a peek at https://review.openstack.org/#/q/topic:bp/python-build-install-simplification-stable/queens+status:open to help get queens in a better working state, especially for upgrades18:16
*** tosky has quit IRC18:23
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_trove master: Setup oslo.messaging extra packages for optional drivers  https://review.openstack.org/58499518:25
cloudnullodyssey4me sure thing18:26
cloudnullill get to it right now18:26
odyssey4methanks cloudnull18:27
noonedeadpunkguys, containers-lxc-create.yml often fails with http://paste.openstack.org/show/726465/ when container was destroyed. Is there an easy way to gather variables except running setup_hosts?18:33
*** ianychoi has quit IRC18:33
*** ianychoi has joined #openstack-ansible18:34
noonedeadpunkIt doesn't depend on masakari - it happens even with core elements18:34
odyssey4menoonedeadpunk: whenever you limit that play, include lxc_hosts in the limit18:36
odyssey4meit needs to be able to gather facts from the hosts18:36
noonedeadpunkodyssey4me, thanks, my fault...18:38
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add arcsight ingestion into logstash  https://review.openstack.org/58499718:39
odyssey4menoonedeadpunk: not at all, it's obvious once you know it but it's not very intuitive and hopefully we can make that better one day18:39
*** vakuznet has quit IRC18:46
*** lbragstad_ has joined #openstack-ansible18:47
*** lbragstad has quit IRC18:48
*** lbragstad_ is now known as lbragstad18:51
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Undefine existing VM configurations during rebuild  https://review.openstack.org/58500119:02
openstackgerritJacob Wagner proposed openstack/openstack-ansible-ops master: Add ability to deploy Ceph into a Multinode AIO  https://review.openstack.org/58500319:02
*** cshen has quit IRC19:04
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: Remove unnecessary default variables  https://review.openstack.org/58498519:05
*** gregwork has joined #openstack-ansible19:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add logrotate to the elasticstack  https://review.openstack.org/58500519:09
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Adds tweaks to run MNAIO on Ubuntu 18.04  https://review.openstack.org/58500619:11
*** mmercer has joined #openstack-ansible19:12
openstackgerritJacob Wagner proposed openstack/openstack-ansible-ops master: Add ability to deploy Ceph into a Multinode AIO  https://review.openstack.org/58500319:12
*** cshen has joined #openstack-ansible19:13
*** mxevgenis has quit IRC19:14
*** vnogin has joined #openstack-ansible19:16
*** vnogin has quit IRC19:20
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add x-pack monitoring by default  https://review.openstack.org/58496719:25
*** jonher has quit IRC19:26
*** jonher has joined #openstack-ansible19:31
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Update sharding based on data-nodes  https://review.openstack.org/58501219:34
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Update sharding based on data-nodes  https://review.openstack.org/58501219:36
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add facts to better optimize thread pools  https://review.openstack.org/58493919:38
guilhermespguys. I believe that the necessary fixes for monasca's roles are done. There're just 3 PRs to be aproved https://review.openstack.org/#/q/owner:guilhermesp%2540lsd.ufcg.edu.br+status:open19:56
guilhermespSo, I also want to know what would be the next steps. For exemple, put these files upstream https://github.com/openstack/openstack-ansible-os_monasca/tree/master/extras19:57
guilhermespto make it possible the installation. I have some resource to run locally and make any necessary fixes19:57
tux_Folks does RAID controller LSI 9207-8i support RAID with JBOD mode together ?19:58
tux_I know it support JBOD but want to find out it does support RAID also same time20:01
noonedeadpunktux_ why not to use raid 0 with 1 drive in it?20:04
noonedeadpunkif it's not supported20:05
tux_noonedeadpunk: because RAID-0 required reboot everytime when add or remove new drive20:05
tux_If i want to upgrade drives or want to add more drives in empty slot in that case i have to reboot system and set in BIOS20:05
noonedeadpunktux_ sounds pretty strange... MegaCLI is able to do that20:06
tux_what is MegaCLI ?20:06
tux_to manage LSI MegaRAID SAS 9260 controller ?20:07
noonedeadpunkit's generic tool for LSI RAID controllers20:08
openstackgerritMerged openstack/openstack-ansible-os_nova master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58231520:08
tux_noonedeadpunk: that is the reason i need JBOD mode so i can add remove drive on fly without rebooting and doing anything to RAID controller20:09
tux_noonedeadpunk: i don't know if i can use both MODE together20:10
noonedeadpunktux_ but you don't need reboot to configure another raid...20:10
odyssey4metux_: in a previous life I wanted to do that and found I had to use two controllers - one for jbod and the other for raid20:10
odyssey4methings may have changed though, because that was 5 years back20:10
noonedeadpunkodyssey4me good, that you're still here. I've got a question. How could I workaround the following problem. During masakari monitors role development I need  systemd-python pip package. But it requires libsystemd-dev to be installed by package manager. So when I've launched repo-build role, wheel contruction failed, because libsystemd-dev is missing.20:13
tux_odyssey4me: do you know type of controller you were using?20:14
odyssey4metux_: one of the LSI's - it was IBM equipment IIRC20:15
tux_noonedeadpunk: you hijacked my man ;)20:15
noonedeadpunkSo is it required to update repo-build role, or I may specifiy required package somewhere in the current role dependecies or wherever?20:15
tux_This is the one i am planning to buy - LSI SAS 9207-8i20:16
odyssey4menoonedeadpunk: sure, you'll have to patch the repo_build role with the distro package dep here https://github.com/openstack/openstack-ansible-repo_build/blob/master/vars/ubuntu-16.04.yml#L19 with a comment for why it's needed20:16
odyssey4meyou'll also have to add it to the role's distro package list so that it can work for the role test20:16
odyssey4me(which has no repo)20:16
odyssey4menoonedeadpunk: obviously you'll need to figure out the equivalent package for the other distributions too20:17
noonedeadpunkodyssey4me: I've added them to masakari role here https://review.openstack.org/#/c/584629/ and I've found package name for other distros20:18
noonedeadpunkbut I didn't realized that I have to install it for repo container as well20:19
*** fatdragon has joined #openstack-ansible20:25
odyssey4menoonedeadpunk: yeah, for now the repo build process does all the wheel building, so it'll need any deps for building wheels20:27
openstackgerritDmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-repo_build master: Added installation of systemd-devel/libsystemd-dev which is required for systemd-python  https://review.openstack.org/58502620:28
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add x-pack monitoring by default  https://review.openstack.org/58496720:29
jrossernot strictly OSA but advice on what to do next? https://review.openstack.org/#/c/575793/20:33
openstackgerritDmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Basic implemintation of masakari-monitors  https://review.openstack.org/58462920:33
odyssey4mejrosser: possibly better to ask in review, they've. asked you to update the lower-constraints file, not sure to what20:36
odyssey4metux_: the megacli can do most raid config changes online, so you should look into it - http://hwraid.le-vert.net/ is useful if you have a supported card20:38
odyssey4metime for me to !computer night folks!20:38
tux_odyssey4me: thanks man!! i will sure look into and see20:38
jrosseran lsi 2907 will almost always come with IT (Intiator Target) firmware suitable for JBOD applications20:44
jrosserrare to find one with IR firmware and those are limited to very trivial raid configurations20:46
*** tux__ has joined #openstack-ansible21:00
*** tux_ has quit IRC21:04
*** parasitid has quit IRC21:09
*** tux_ has joined #openstack-ansible21:13
*** tux__ has quit IRC21:17
*** parasitid has joined #openstack-ansible21:25
*** jwitko has quit IRC21:40
*** cshen has quit IRC21:49
*** throwsb1 has quit IRC21:56
*** hachi has quit IRC21:57
*** speedmann has quit IRC22:00
*** speedmann has joined #openstack-ansible22:00
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Upgrade storm repository  https://review.openstack.org/58363422:02
*** jonher has quit IRC22:03
*** jonher has joined #openstack-ansible22:03
*** tux_ has quit IRC22:04
*** tux_ has joined #openstack-ansible22:05
*** jwitko has joined #openstack-ansible22:09
*** tux_ has quit IRC22:09
*** vnogin has joined #openstack-ansible22:16
*** vnogin has quit IRC22:21
*** barahon has joined #openstack-ansible22:55
*** tosky has joined #openstack-ansible22:58
*** chyka has quit IRC23:02
*** chyka has joined #openstack-ansible23:03
*** tux_ has joined #openstack-ansible23:04
*** tux_ has quit IRC23:08
*** barahon has quit IRC23:10
*** KeithMnemonic has quit IRC23:12
*** mmercer has quit IRC23:12
openstackgerritMerged openstack/openstack-ansible stable/queens: Use upstream pypi before the repo is built  https://review.openstack.org/58439423:18
*** jonher has quit IRC23:22
*** tosky has quit IRC23:27
*** threestrands has joined #openstack-ansible23:30
*** tux_ has joined #openstack-ansible23:40
*** fatdragon has quit IRC23:40
tux_why cloning repo taking so much time, i am bootstrapping OSA23:42
tux_I have 10G link in my datacenter23:42
*** tux_ has quit IRC23:43
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Ensure that repo checks use the right values  https://review.openstack.org/56442223:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Ensure that the repo servers also use the pypi cache  https://review.openstack.org/56850223:45
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Remove default pip_links value  https://review.openstack.org/56863723:45
*** chyka has quit IRC23:48
*** jonher has joined #openstack-ansible23:48
*** jonher has quit IRC23:55
*** jonher has joined #openstack-ansible23:55
*** Darcidride has quit IRC23:55

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