Friday, 2016-11-25

*** Pavo has quit IRC00:02
*** Pavo has joined #openstack-kolla00:07
*** Serlex has quit IRC00:11
*** salv-orlando has joined #openstack-kolla00:14
*** salv-orlando has quit IRC00:19
*** duonghq has joined #openstack-kolla00:29
duonghqmorning guys00:29
*** jascott1 has joined #openstack-kolla00:31
*** jascott1 has quit IRC00:36
*** goldyfruit has quit IRC00:37
*** jrist has quit IRC00:43
*** jrist has joined #openstack-kolla00:44
*** sdake_ has joined #openstack-kolla00:45
*** tovin07 has joined #openstack-kolla00:46
*** jrist has quit IRC00:48
*** sdake has quit IRC00:49
*** jrist has joined #openstack-kolla00:50
*** fragatin_ has quit IRC00:50
*** fragatina has joined #openstack-kolla00:51
*** liyifeng has joined #openstack-kolla00:51
*** jrist has quit IRC00:52
*** jrist has joined #openstack-kolla00:53
*** Pavo has quit IRC00:54
*** Pavo has joined #openstack-kolla00:55
*** Pavo has quit IRC00:58
v1k0d3nduonghq: morning to you :)00:58
*** Pavo has joined #openstack-kolla00:59
*** Pavo has quit IRC01:03
*** zhubingbing_ has joined #openstack-kolla01:05
pronv1k0d3n: and what genconfig does?01:06
v1k0d3npron: what are you trying to do?01:09
*** Pavo has joined #openstack-kolla01:09
proni am trying to understand01:09
pronv1k0d3n: changing config like idk , adding ceph01:10
v1k0d3ngenconfig generates a config file01:10
v1k0d3nadding ceph is done in your inventory01:10
v1k0d3ngenconfig is not exactly needed01:10
pronand in globals.yaml01:10
v1k0d3n:)01:11
pronso what does gencnfig and what are cases when its needed?01:11
v1k0d3nassuming you're getting doc from here: http://docs.openstack.org/developer/kolla/image-building.html?highlight=genconfig ?01:11
v1k0d3ngenconfig is most common when developing around kolla01:12
v1k0d3nthat's why i asked what you're trying to do. just trying to help based on what your goal is.01:12
pronv1k0d3n: oh i propably did not explain correctly01:13
proni am asking about this:   genconfig           Generate configuration files for enabled OpenStack services01:13
pronwich is ansible-kolla argument01:13
prondamn it is a little bit confusing tbh01:14
v1k0d3npron: i understand. it can get confusing.01:14
pronin general deploy should be all we need?01:14
v1k0d3nthere is the image building part, and two different types of deployments01:15
pronah well01:15
v1k0d3nyes, general deploy is typically all that is needed.01:15
pronbut i see reconfigure01:15
v1k0d3nso why i asked what you need is to determine if you're an operator or developer :)01:15
pronand post-deploy01:15
v1k0d3nthat helps me understand what you might need.01:15
pronatm i am heading to direction of operator01:16
pronbut i might need to actualy change stuff in future01:16
pron=)01:16
*** salv-orlando has joined #openstack-kolla01:16
v1k0d3nok. so it would help to see how things are done first, i am assuming...as a test run?01:16
*** hfu has joined #openstack-kolla01:16
pronyes ofc01:17
pronone of many01:17
v1k0d3njust to help fwiw....you don't even need to build images at all in order to get openstack deployed.01:17
v1k0d3nso if you're just trying to deploy, learn, and limit the amount of complexity to limit error...01:17
v1k0d3navoid the build process.01:17
v1k0d3njust for now...to learn01:18
pronit was stright forward tho01:18
pronkolla-build01:18
pronand it built some shit01:18
v1k0d3nit = what?01:18
pronidk w/e it builds ;D01:18
prondocker images01:18
pron;P01:18
pronbut i keep forgeting to enable local docker registry anyways :<01:19
pronso anyways atm i got confused by what to do after i change globals/inventory01:19
v1k0d3nare you deploying multi-node?01:19
pronatm yes trying to , in some other openstack enviroment01:20
*** salv-orlando has quit IRC01:20
*** zhurong has joined #openstack-kolla01:21
Pavopron I can give you a complete list of cmds that are needed for deployer node that is CentOS if you want01:22
Pavohttps://www.dropbox.com/s/s9rf9sy50cbifjq/deployer_node.txt?dl=001:22
*** magicboiz has quit IRC01:22
Pavoeverything that is needed from start to finish01:22
pronwell i kinda was able to deploy single node , and now from the same server i am doing multi01:23
proni had some challenges with network wich are fixed now01:23
pronso i am kinda fine in that department01:23
pronbut in general deploying first time is just part of the problem01:24
v1k0d3nPavo: thanks man, that's really helpful! :)01:24
proni want to kill an ddestory parts of it01:24
pronand then recover01:24
pronand also scale01:24
pronand test that somehow01:24
Pavoscale?01:24
pronwell add more nodes01:24
Pavowith kolla-ansible?01:24
pron:P01:25
v1k0d3npron: when you say kill/destroy parts of it at scale?01:25
Pavoah ok01:25
pronand* scale01:25
proni want to test stuff that can happen =)01:25
pronand understand how to recover from that01:25
pronbefore i actulay use it for sometihing that i care about01:25
v1k0d3npron: are you working from a test plan?01:26
proni have some goels defined without any deadlines and without any dedicated time for that01:26
prongoals*01:26
proneg figure out how to deploy and maintain openstack in test and then prouction01:27
pronif we get there01:27
pronsadly i usualy dont have more then few hours for that per week01:27
*** sdake_ has quit IRC01:29
v1k0d3nPavo: have a question for you...01:34
v1k0d3nhave you done much work with the Docekrfiles themselves?01:35
v1k0d3nmeaning, i created the template for each of them using the template only flag...but there are some missing artifacts that i believe end up getting built during ansible...01:35
v1k0d3nis that right01:35
v1k0d3n?01:35
Pavowhat do you mean?01:36
v1k0d3nlet me show you..01:37
v1k0d3nso i ran template-only for the docker build which turns the jinga templates to usable dockerfiles01:37
v1k0d3nends up into this: https://github.com/att-comdev/aic-dockerfiles/blob/master/barbican/barbican-base/Dockerfile01:37
v1k0d3nbut this isn't available: https://github.com/att-comdev/aic-dockerfiles/blob/master/barbican/barbican-base/Dockerfile#L1501:38
v1k0d3nas you can tell here: https://quay.io/repository/attcomdev/clcp-barbican-base/build/32c9bc7f-6a57-43b2-b7ce-968b188c6a9d01:38
v1k0d3ni'm wondering where this archive comes in?01:38
Pavoone sec01:39
Pavolet me look at this01:39
v1k0d3nPavo: ok01:46
Pavoyeah I am not sure about the jinga stuff01:47
PavoI have done Dockerfiles and docker -compose stuff before01:48
v1k0d3nwell, i removed the jinga. i'm asking about the archive that's missing in the docker folders.01:48
Pavois that ASP?01:49
Pavothe /barbican-base-source01:49
v1k0d3ncorrect01:49
prondo i understand correctly? i cant use ceph as swift backend with kolla yet?01:49
Pavosure you can01:50
PavoI use ceph as Cinder, Swift and Nova backend01:50
pronhumm01:50
Pavoare you using RAID or single disk pron?01:51
Pavoon storage node01:51
pronoh it is more weird for me ;D, i am running kolla inside mirantis01:51
Pavoeww fuel01:51
Pavolol01:51
v1k0d3noh boy01:51
pronno u didnt get me right01:52
pron:D01:52
v1k0d3nPavo: any thoughts on archive?01:52
proni created x amount of nodes in miranits openstack01:52
PavoI absolutely hate fuel, was the first thing I ever tried with OpenStack deployment went through so MANY headache01:52
pronand i am deploying kolla there01:52
pronPavo: yes i do hate fuel too01:52
Pavoit is so horribad01:52
pronanyways01:53
*** zhangshuai has quit IRC01:53
pronbut the plan is to remove mirantis and use kolla01:53
pronthen there will be singel disk volumes on cciss01:54
Pavousing Ubuntu?01:54
pronyes01:54
proni would prefer debian tho01:54
Pavohaven't done a Ubuntu deployment yet01:54
Pavobut CentOS works great01:54
v1k0d3ni don't think the type matters at all01:54
proni do have some hate inside me against rpm :P01:54
v1k0d3nthis is about the dockerfile container builds :)01:54
Pavowell some things are done with CentOS and something aren't, same goes for Ubuntu also as for Kolla01:55
v1k0d3noh...didn't see...this is about the deployment still. gotcha. sorry.01:55
Pavomore is done with CentOS than Ubuntu I believe01:55
pronbut its not worth to discuss that :P01:55
proni rely prefer debian over any other linux in most cases01:55
pronbut thas my own thing =)01:56
pronlast time what pissed me off was 512 meg requirement for centos installer01:57
pron:D01:57
Pavowell thats because of EFI01:57
Pavowhich you don't have to use01:58
pron:>01:58
Pavobut I hear ya, I feel the same towards ubuntu01:58
pronwell the xenial cloudimg looks okayish tho01:59
Pavojust an FYI on the Ceph though, every how many disk you have make sure to number them correctly before deploying01:59
Pavoexample is01:59
proni am using debian , historikaly as base linux system for stuff that is compiled01:59
Pavoyou have 3 disk that you are gonna use for ceph02:00
pronnever fails is relatively small, stable02:00
Pavoie  /dev/sdb /dev/sbc and /dev/sdd02:00
pronahaa02:00
Pavothis is how you number them02:00
pronyou have to put labels on them02:00
Pavo parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -102:00
pronye02:01
Pavo parted /dev/sdc -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 2 -102:01
pronoh i see02:01
Pavo parted /dev/sdd -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 3 -102:01
prongood tip02:01
*** prameswar has joined #openstack-kolla02:01
Pavosee the numbers at the end02:01
Pavotrust me took me a week to figure that out02:01
pronshoould be added in docs as example with 3 disks :P02:01
Pavowas so pissed02:01
Pavototally agree02:01
proni did missunderstand this02:01
pronand i have done it wrong02:02
pronalrdy02:02
pronand was just about to start deploy ;=)02:02
pronu saved lots of my time i guess02:02
pronPavo: but wait i did mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -1 on all of my disks02:04
pronand this is what i see have happened on previous failed deploy02:04
Pavoand it worked?02:04
Pavobecause it failed for me using 1 for everything02:04
pronhttp://pastebin.com/xz3MzLFE02:05
pronthis is what have happened02:05
pronother things didnt work02:05
proneeh the buffer is gone02:06
pronbut i will remake as you say now02:07
pronPavo: isnt that 1, 2, 3 start of partition?02:09
Pavothink its the labeling02:09
pronPavo: http://pastebin.com/GRizCEDw02:10
pronlook02:10
pronpay attention to Start02:10
*** tovin07_ has joined #openstack-kolla02:11
*** Jeffrey4l has joined #openstack-kolla02:11
*** jascott1 has joined #openstack-kolla02:13
*** salv-orlando has joined #openstack-kolla02:17
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: TEST all tempest test  https://review.openstack.org/40212202:17
*** jascott1 has quit IRC02:17
*** salv-orlando has quit IRC02:21
*** severion has joined #openstack-kolla02:22
*** v1k0d3n has quit IRC02:26
pronhmm i dont see options for ceph as swift backend in globals02:32
*** prameswar has quit IRC02:43
Pavohmm you are right I thought there was an option02:48
*** sdake has joined #openstack-kolla02:50
*** v1k0d3n has joined #openstack-kolla02:55
*** v1k0d3n_ has joined #openstack-kolla02:56
*** severion has quit IRC02:58
*** Pavo has quit IRC02:58
*** v1k0d3n has quit IRC03:00
*** Pavo has joined #openstack-kolla03:01
*** sdake has quit IRC03:07
*** msimonin has quit IRC03:11
*** prameswar has joined #openstack-kolla03:11
*** v1k0d3n has joined #openstack-kolla03:14
*** v1k0d3n_ has quit IRC03:17
*** salv-orlando has joined #openstack-kolla03:18
*** salv-orlando has quit IRC03:22
*** severion has joined #openstack-kolla03:23
*** prameswar has quit IRC03:25
*** v1k0d3n has quit IRC03:27
*** v1k0d3n has joined #openstack-kolla03:32
*** severion has quit IRC03:35
*** imcsk8_ has joined #openstack-kolla03:36
*** imcsk8 has quit IRC03:39
*** ayoung has quit IRC03:47
*** jascott1 has joined #openstack-kolla03:55
*** jascott1 has quit IRC04:00
*** tovin07 has quit IRC04:17
*** severion has joined #openstack-kolla04:18
*** v1k0d3n has quit IRC04:22
*** v1k0d3n has joined #openstack-kolla04:22
*** severion has quit IRC04:25
*** kristian__ has joined #openstack-kolla04:28
*** kristian__ has quit IRC04:32
*** zhurong has quit IRC04:34
*** tovin07 has joined #openstack-kolla04:45
*** Pavo has quit IRC04:58
*** Pavo has joined #openstack-kolla04:59
*** mdnadeem has joined #openstack-kolla05:12
*** zhurong has joined #openstack-kolla05:19
*** zhurong has quit IRC05:21
*** zhurong has joined #openstack-kolla05:21
*** jascott1 has joined #openstack-kolla05:28
*** jascott1 has quit IRC05:33
*** senk has joined #openstack-kolla05:44
*** prameswar has joined #openstack-kolla05:46
sp_Jeffrey4l: what are the features that we are targeting in Pike release not in ocata cycle ?05:52
sp_Jeffrey4l: Please provide some info05:52
sp_Jeffrey4l: Just for the sake of knowledge05:54
sp_portdirect: ??05:56
sp_portdirect: any idea for above query05:57
*** mdnadeem has quit IRC06:18
*** salv-orlando has joined #openstack-kolla06:19
*** hfu has quit IRC06:20
*** hfu has joined #openstack-kolla06:21
*** hfu has quit IRC06:21
openstackgerritTin Lam proposed openstack/kolla: Remove --include-header and --include-footer options  https://review.openstack.org/40230906:25
*** salv-orlando has quit IRC06:25
openstackgerritTin Lam proposed openstack/kolla: Remove --include-header and --include-footer parameter  https://review.openstack.org/40230906:26
*** kristian__ has joined #openstack-kolla06:27
*** kristian__ has quit IRC06:28
*** kristian__ has joined #openstack-kolla06:28
*** saneax-_-|AFK is now known as saneax06:30
bjolomorning06:31
*** kristian__ has quit IRC06:31
*** kristian__ has joined #openstack-kolla06:31
*** hfu has joined #openstack-kolla06:33
*** kristian__ has quit IRC06:36
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: TEST all tempest test  https://review.openstack.org/40212206:36
*** salv-orlando has joined #openstack-kolla06:43
*** mdnadeem has joined #openstack-kolla06:44
*** tovin07 has quit IRC06:49
*** kristian__ has joined #openstack-kolla06:51
*** kristian__ has quit IRC06:51
*** kristian__ has joined #openstack-kolla06:56
*** Pavo has quit IRC06:58
*** kristian__ has quit IRC07:01
Jeffrey4lsp_, still around?07:04
*** Pavo has joined #openstack-kolla07:04
sp_Jeffrey4l: Ye07:04
Jeffrey4lsorry i am no idea about P release ;(07:04
sp_Jeffrey4l: thanks for reply07:05
Jeffrey4lsp_, is this talked before?07:05
*** magicboiz has joined #openstack-kolla07:19
*** athomas has joined #openstack-kolla07:26
*** tovin07 has joined #openstack-kolla07:28
*** f13o has joined #openstack-kolla07:29
*** hfu has quit IRC07:29
*** hfu has joined #openstack-kolla07:30
*** kristian__ has joined #openstack-kolla07:41
*** kristian__ has quit IRC07:46
*** Jeffrey4l has quit IRC07:57
*** salv-orlando has quit IRC07:59
*** shardy has joined #openstack-kolla08:06
*** matrohon has joined #openstack-kolla08:12
*** Serlex has joined #openstack-kolla08:43
*** portdirect__away has quit IRC08:45
*** harbor has joined #openstack-kolla08:46
*** harbor is now known as portdirect__away08:46
*** tonanhngo has joined #openstack-kolla08:46
*** gfidente has joined #openstack-kolla08:50
*** portdirect__away is now known as portdirect_08:51
*** jmccarthy has quit IRC08:51
portdirect_morning08:51
*** tonanhngo has quit IRC08:51
*** jmccarthy has joined #openstack-kolla08:51
*** msimonin has joined #openstack-kolla08:54
portdirect_kollabot seen sp_08:55
kollabotsp_ was last seen in #openstack-kolla at Fri Nov 25 2016 07:05:15 GMT+0000 (UTC)08:55
sp_portdirect_: m here08:58
*** Pavo has quit IRC08:58
openstackgerritwangwei proposed openstack/kolla-ansible: Add remove-garbage function in kolla-ansible  https://review.openstack.org/40236208:59
portdirect_sorry - left my self logged in overnight (hence no replys..) dont really have much input re pike cycle - for kolla or kolla-ansible I'm afraid09:00
*** Pavo has joined #openstack-kolla09:04
*** cnf has left #openstack-kolla09:23
*** kristian__ has joined #openstack-kolla09:25
bjolokollabot seen mewald09:25
kollabotI haven't seen mewald around lately09:25
*** jmccarthy has left #openstack-kolla09:26
*** kollabot has quit IRC09:27
*** kollabot has joined #openstack-kolla09:27
*** kristian__ has quit IRC09:29
*** rmart04 has joined #openstack-kolla09:30
*** kristian__ has joined #openstack-kolla09:31
*** kristian__ has quit IRC09:43
*** kristian__ has joined #openstack-kolla09:44
*** kristian__ has quit IRC09:44
*** liyifeng has quit IRC09:51
*** zhurong has quit IRC10:02
*** rmart04_ has joined #openstack-kolla10:02
*** rmart04 has quit IRC10:04
*** rmart04_ is now known as rmart0410:04
*** rmart04_ has joined #openstack-kolla10:06
*** rmart04_ has quit IRC10:07
*** kristian__ has joined #openstack-kolla10:08
*** kristian__ has quit IRC10:08
*** rmart04 has quit IRC10:08
*** zhubingbing_ has quit IRC10:11
*** rmart04 has joined #openstack-kolla10:11
*** tovin07_ has quit IRC10:12
*** tovin07 has quit IRC10:13
*** hieulq has quit IRC10:15
*** hieulq has joined #openstack-kolla10:16
*** duonghq has quit IRC10:16
*** hieulq has quit IRC10:19
*** jmccarthy has joined #openstack-kolla10:28
*** fragatina has quit IRC10:31
*** kristian__ has joined #openstack-kolla10:31
*** fragatina has joined #openstack-kolla10:31
*** hfu has quit IRC10:47
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Fix python3 compatibility in kolla_docker  https://review.openstack.org/40239910:54
*** Pavo has quit IRC10:58
*** Pavo has joined #openstack-kolla11:03
*** sdake has joined #openstack-kolla11:05
*** portdirect_ has quit IRC11:05
*** harbor has joined #openstack-kolla11:05
*** harbor is now known as portdirect_11:05
*** portdirect_ has quit IRC11:08
*** harbor has joined #openstack-kolla11:08
*** sdake_ has joined #openstack-kolla11:08
*** sdake has quit IRC11:11
*** harbor has quit IRC11:20
*** kristian__ has quit IRC11:29
*** kristian__ has joined #openstack-kolla11:37
*** mliima has joined #openstack-kolla11:43
*** f13o_ has joined #openstack-kolla11:45
*** f13o has quit IRC11:49
*** pbourke has quit IRC11:49
*** pbourke has joined #openstack-kolla11:49
*** pbourke has quit IRC11:55
*** pbourke has joined #openstack-kolla11:55
mliimamorning guys11:56
pbourkehey mliima12:01
mliimapbourke, \o12:02
*** egonzalez90 has joined #openstack-kolla12:03
*** kristian__ has quit IRC12:11
*** kristian__ has joined #openstack-kolla12:14
*** kristian__ has quit IRC12:19
*** zhubingbing has joined #openstack-kolla12:22
*** pbourke has quit IRC12:40
*** pbourke has joined #openstack-kolla12:41
*** mdnadeem has quit IRC12:41
*** prameswar has quit IRC12:53
*** Serlex has quit IRC12:57
openstackgerritVladislav Belogrudov proposed openstack/kolla-ansible: Add tool to merge passwords during release upgrade  https://review.openstack.org/40253412:57
*** Pavo has quit IRC12:58
*** Pavo has joined #openstack-kolla13:04
*** hfu has joined #openstack-kolla13:05
*** msimonin has quit IRC13:06
*** hfu has quit IRC13:06
*** msimonin has joined #openstack-kolla13:09
egonzalez90pbourke around?13:09
egonzalez90are we forcing to use ansible 2.2?13:11
egonzalez90https://bugs.launchpad.net/kolla-ansible/+bug/164482813:11
openstackLaunchpad bug 1644828 in kolla-ansible "'check_mode' is not a valid attribute for a Task" [Undecided,New]13:11
*** magicboiz has quit IRC13:12
egonzalez90if not using ansible 2.2 deployment fails13:13
*** salv-orlando has joined #openstack-kolla13:19
*** kristian__ has joined #openstack-kolla13:19
*** Serlex has joined #openstack-kolla13:20
*** Bico_Fino has joined #openstack-kolla13:22
*** flaper87 has quit IRC13:25
*** sdake has joined #openstack-kolla13:25
*** sdake_ has quit IRC13:29
*** zhubingbing has quit IRC13:30
*** zhubingbing has joined #openstack-kolla13:31
*** eaguilar has joined #openstack-kolla13:31
*** flaper87 has joined #openstack-kolla13:32
portdirectany of the aic-helm crew about? Have a few questions13:34
openstackgerritFlavio Percoco proposed openstack/kolla-kubernetes: Show team and repo badges on README  https://review.openstack.org/40259213:37
kristian__Hi13:37
openstackgerritFlavio Percoco proposed openstack/kolla-ansible: Show team and repo badges on README  https://review.openstack.org/40259313:37
kristian__who/where can I ask for nova support about this bug?13:37
kristian__https://bugs.launchpad.net/nova/+bug/164241913:38
openstackLaunchpad bug 1642419 in kolla-ansible "GPU Passthrough isn't working" [Low,Confirmed]13:38
openstackgerritFlavio Percoco proposed openstack/kolla: Show team and repo badges on README  https://review.openstack.org/40259413:38
*** athomas has quit IRC13:45
*** athomas has joined #openstack-kolla13:51
portdirectkristian__: the #openstack channel, or mailing list  would be the best bet, though I'ts going to be very quite for a few days as the USA/Canada is away for Thanksgiving13:55
kristian__ok13:55
*** fguillot has joined #openstack-kolla13:57
*** hogepodge has quit IRC13:59
*** hfu has joined #openstack-kolla14:00
*** egonzalez90 has quit IRC14:00
*** goldyfruit has joined #openstack-kolla14:01
*** egonzalez90 has joined #openstack-kolla14:01
*** hfu has quit IRC14:04
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Allow nova_compute & nova_compute_ironic together  https://review.openstack.org/40263514:04
*** ipsecguy_ is now known as ipsecguy14:05
kristian__portdirect: The same error on a full os reinstall14:06
kristian__definitely a problem with nova14:06
*** hfu has joined #openstack-kolla14:07
*** hfu_ has joined #openstack-kolla14:10
*** hfu has quit IRC14:12
openstackgerritVladislav Belogrudov proposed openstack/kolla-ansible: Add tool to merge passwords during release upgrade  https://review.openstack.org/40253414:13
*** hfu_ has quit IRC14:15
kristian__portdirect: going to build 4.0.0beta2 from master just for curiosity14:16
pbourkeegonzalez90: hi14:21
*** hogepodge has joined #openstack-kolla14:23
*** dave-mccowan has joined #openstack-kolla14:23
*** skramaja has quit IRC14:25
*** hogepodge has quit IRC14:28
*** egonzalez90 has quit IRC14:29
*** saneax is now known as saneax-_-|AFK14:29
*** hfu has joined #openstack-kolla14:36
*** egonzalez90 has joined #openstack-kolla14:37
egonzalez90pbourke, are we enforcing to use ansible 2.2?14:38
egonzalez90https://bugs.launchpad.net/kolla-ansible/+bug/164482814:38
openstackLaunchpad bug 1644828 in kolla-ansible "'check_mode' is not a valid attribute for a Task" [Undecided,New]14:38
egonzalez90if not using ansible 2.2 deployment fails14:38
pbourkeegonzalez90: oh oh14:38
pbourkethat's not good14:38
pbourkemight have to back out those patches14:39
egonzalez90thinks so, https://review.openstack.org/#/c/400466/514:39
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible: Revert "updating-deprecated-ansible-modules"  https://review.openstack.org/40269114:41
*** schwicht has joined #openstack-kolla14:45
*** sdake has quit IRC14:46
*** salv-orlando has quit IRC14:47
*** sdake has joined #openstack-kolla14:47
*** salv-orlando has joined #openstack-kolla14:47
pbourkeegonzalez90: thanks, glad it was only one PS, thought it might be more14:48
*** dave-mccowan has quit IRC14:54
*** hfu has quit IRC14:54
*** hfu has joined #openstack-kolla14:55
*** Pavo has quit IRC14:58
*** Pavo has joined #openstack-kolla14:59
*** v1k0d3n has quit IRC14:59
*** hfu has quit IRC15:00
*** hogepodge has joined #openstack-kolla15:00
*** hogepodge has quit IRC15:05
*** msimonin has quit IRC15:06
*** liyifeng has joined #openstack-kolla15:08
openstackgerritJeffrey Zhang proposed openstack/kolla: Install neutron-fwaas plugin in neutron-base  https://review.openstack.org/39340915:13
*** Jeffrey4l has joined #openstack-kolla15:14
*** sdake has quit IRC15:15
*** hfu has joined #openstack-kolla15:15
*** sdake has joined #openstack-kolla15:17
*** openstackgerrit has quit IRC15:18
*** openstackgerrit has joined #openstack-kolla15:18
*** senk has quit IRC15:31
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Hierarchical approach for helm charts  https://review.openstack.org/40139415:33
*** salv-orlando has quit IRC15:33
*** egonzalez90 has quit IRC15:34
*** egonzalez90 has joined #openstack-kolla15:34
*** msimonin has joined #openstack-kolla15:35
*** sdake has quit IRC15:41
*** sdake has joined #openstack-kolla15:43
*** eaguilar has quit IRC15:49
*** eaguilar has joined #openstack-kolla15:56
openstackgerritMerged openstack/kolla-ansible: Add support Karbor on README.rst  https://review.openstack.org/40223115:56
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: TEST all tempest test  https://review.openstack.org/40212215:57
openstackgerritJames McCarthy proposed openstack/kolla-ansible: Add more options for cinder-backup.  https://review.openstack.org/40291216:01
openstackgerritMerged openstack/kolla-ansible: Add trove role  https://review.openstack.org/40058016:04
openstackgerritJames McCarthy proposed openstack/kolla-ansible: Add more options for cinder-backup.  https://review.openstack.org/40291216:08
*** hfu has quit IRC16:12
*** hfu has joined #openstack-kolla16:13
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible: Tacker NFV Ansible support  https://review.openstack.org/39917916:13
*** hfu has quit IRC16:16
*** hfu has joined #openstack-kolla16:16
*** sdake has quit IRC16:17
*** jrich523 has joined #openstack-kolla16:17
*** sdake has joined #openstack-kolla16:22
*** zhubingbing has quit IRC16:22
*** magicboiz has joined #openstack-kolla16:28
*** senk has joined #openstack-kolla16:34
*** eaguilar has quit IRC16:35
*** eaguilar has joined #openstack-kolla16:36
*** athomas has quit IRC16:43
openstackgerritshake.chen proposed openstack/kolla-ansible: Add karbor ansible role  https://review.openstack.org/40222916:43
*** Serlex has quit IRC16:45
*** ayoung has joined #openstack-kolla16:46
*** sdake has quit IRC16:50
*** hfu has quit IRC16:50
*** athomas has joined #openstack-kolla16:51
*** sdake has joined #openstack-kolla16:52
*** eaguilar has quit IRC16:57
*** matrohon has quit IRC16:57
*** cnf has joined #openstack-kolla16:58
*** Pavo has quit IRC16:58
*** Pavo has joined #openstack-kolla16:59
*** eaguilar has joined #openstack-kolla17:00
*** cliles has joined #openstack-kolla17:05
*** jrist has quit IRC17:10
*** mag009 has joined #openstack-kolla17:12
*** Jeffrey4l has quit IRC17:12
*** sdake has quit IRC17:13
*** salv-orlando has joined #openstack-kolla17:13
*** msimonin has quit IRC17:14
*** sdake has joined #openstack-kolla17:15
*** rmart04 has quit IRC17:19
*** hogepodge has joined #openstack-kolla17:24
*** matrohon has joined #openstack-kolla17:29
*** gfidente is now known as gfidente|afk17:33
*** mag009 has left #openstack-kolla17:33
*** sdake has quit IRC17:37
*** rhallisey_ has joined #openstack-kolla17:37
*** rhallisey_ is now known as rhallisey17:40
*** Pavo has quit IRC17:41
*** sdake has joined #openstack-kolla17:42
*** rhallisey has quit IRC17:43
*** rhallisey has joined #openstack-kolla17:43
*** shardy is now known as shardy_afk17:46
*** Pavo has joined #openstack-kolla17:51
*** portdirect is now known as portdirect_away17:51
*** Pavo has quit IRC17:53
*** Pavo has joined #openstack-kolla17:56
*** kristian__ has quit IRC17:58
*** msimonin has joined #openstack-kolla18:01
sean-k-mooneyo/ anyone about?18:04
sean-k-mooneyim going to head off in a minute but was courius. dose anyone know would it be easy to extend kollas keepalived containers to manage addtional ips on other interfaces18:06
*** sdake has quit IRC18:07
*** senk has quit IRC18:09
*** sdake has joined #openstack-kolla18:09
*** msimonin has quit IRC18:11
*** rhallisey has quit IRC18:15
*** salv-orl_ has joined #openstack-kolla18:30
*** sdake has quit IRC18:30
*** sdake has joined #openstack-kolla18:31
*** salv-orlando has quit IRC18:32
*** senk has joined #openstack-kolla18:39
*** gfidente|afk has quit IRC18:54
*** egonzalez90 has quit IRC18:55
*** matrohon has quit IRC18:55
*** msimonin has joined #openstack-kolla18:55
*** senk has quit IRC18:56
*** sdake has quit IRC18:57
*** kristian__ has joined #openstack-kolla18:59
*** sdake has joined #openstack-kolla19:01
*** magicboiz has quit IRC19:02
*** msimonin has quit IRC19:02
*** kristian__ has quit IRC19:03
*** salv-orl_ has quit IRC19:05
*** jtriley has joined #openstack-kolla19:11
*** hogepodge has quit IRC19:11
*** msimonin has joined #openstack-kolla19:22
*** msimonin has quit IRC19:26
*** jtriley has quit IRC19:26
*** sdake has quit IRC19:34
*** sdake has joined #openstack-kolla19:35
*** mliima has quit IRC19:37
*** Bico_Fino has quit IRC19:38
*** shardy_afk has quit IRC19:40
*** Pavo has quit IRC19:55
*** Pavo has joined #openstack-kolla19:56
*** tonanhngo has joined #openstack-kolla19:58
*** tonanhngo has quit IRC20:01
*** sdake has quit IRC20:04
*** sdake has joined #openstack-kolla20:05
*** hogepodge has joined #openstack-kolla20:08
*** sdake has quit IRC20:26
*** sdake has joined #openstack-kolla20:28
*** tonanhngo has joined #openstack-kolla20:30
*** tonanhngo has quit IRC20:32
*** salv-orlando has joined #openstack-kolla20:36
*** salv-orlando has quit IRC20:40
*** awiddersheim has joined #openstack-kolla20:41
*** awiddersheim has quit IRC20:41
*** awiddersheim has joined #openstack-kolla20:41
*** kristian__ has joined #openstack-kolla20:43
*** kristian__ has quit IRC20:48
*** sdake has quit IRC20:56
*** salv-orlando has joined #openstack-kolla21:01
*** sdake has joined #openstack-kolla21:04
*** bmace has quit IRC21:15
*** bmace has joined #openstack-kolla21:15
*** egonzalez90 has joined #openstack-kolla21:18
*** fguillot has quit IRC21:21
*** sdake has quit IRC21:26
*** kristian__ has joined #openstack-kolla21:27
*** kristian__ has quit IRC21:27
*** kristian__ has joined #openstack-kolla21:27
*** sdake has joined #openstack-kolla21:30
*** fragatina has quit IRC21:31
*** fragatina has joined #openstack-kolla21:31
*** akscram has left #openstack-kolla21:40
*** schwicht has quit IRC21:49
*** schwicht has joined #openstack-kolla21:54
*** sdake has quit IRC21:54
*** Pavo has quit IRC21:55
*** sdake has joined #openstack-kolla22:00
*** Pavo has joined #openstack-kolla22:00
*** schwicht has quit IRC22:05
*** eaguilar has quit IRC22:05
*** kristian__ has quit IRC22:09
openstackgerritTin Lam proposed openstack/kolla: Remove --include-header and --include-footer parameter  https://review.openstack.org/40230922:14
pronweird , after provisioning cant log into horizon22:17
pron( generated assowrds with that password gen )22:18
*** sdake has quit IRC22:21
*** sdake has joined #openstack-kolla22:22
*** schwicht has joined #openstack-kolla22:24
*** msimonin has joined #openstack-kolla22:24
*** hogepodge has quit IRC22:40
SamYaplesean-k-mooney: you could override the entire keepalived.conf22:41
SamYaplesean-k-mooney: that would work22:41
SamYaplesean-k-mooney: but to _augment_ it dynamically, that ouwld be harder22:41
*** sdake has quit IRC22:45
*** eaguilar has joined #openstack-kolla22:46
*** sdake has joined #openstack-kolla22:48
*** hogepodge has joined #openstack-kolla22:51
*** schwicht has quit IRC22:53
*** dave-mccowan has joined #openstack-kolla22:57
*** schwicht has joined #openstack-kolla23:00
*** salv-orlando has quit IRC23:05
*** liyifeng has quit IRC23:05
*** egonzalez90 has quit IRC23:12
*** schwicht has quit IRC23:17
*** liyifeng has joined #openstack-kolla23:18
*** kristian__ has joined #openstack-kolla23:19
*** cnf has left #openstack-kolla23:24
*** kristian__ has quit IRC23:24
*** sdake_ has joined #openstack-kolla23:28
*** schwicht has joined #openstack-kolla23:31
*** sdake has quit IRC23:32
*** f13o has joined #openstack-kolla23:36
*** f13o_ has quit IRC23:39
*** schwicht has quit IRC23:42
*** zhurong has joined #openstack-kolla23:43
*** sdake_ has quit IRC23:43
*** sdake has joined #openstack-kolla23:45
*** sdake has quit IRC23:46
*** sdake has joined #openstack-kolla23:47
*** sdake has quit IRC23:48
*** unicell1 has quit IRC23:48
*** sdake has joined #openstack-kolla23:49
*** sdake has quit IRC23:50
*** zhurong has quit IRC23:52
*** sdake has joined #openstack-kolla23:52
*** sdake has quit IRC23:53
*** sdake has joined #openstack-kolla23:55
*** sdake has quit IRC23:55
*** Pavo has quit IRC23:55
*** sdake has joined #openstack-kolla23:56
*** sdake has quit IRC23:57
*** Pavo has joined #openstack-kolla23:58
*** sdake has joined #openstack-kolla23:59

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