Wednesday, 2018-07-04

openstackgerritRedHat RDO CI proposed openstack/tripleo-heat-templates stable/pike: GATE CHECK for TripleO  https://review.openstack.org/56428500:00
*** alee has quit IRC00:02
*** alee has joined #tripleo00:03
*** rlandy has quit IRC00:04
*** sai- has left #tripleo00:17
*** yolanda_ has joined #tripleo00:29
*** yolanda__ has quit IRC00:31
stevebakertonyb: Ah, sorry. yum_update.yml only updates existing images. At some point there will be an option which tries to capture common development workflows, but until then you'll need to write your own dockerfile to install the packages https://github.com/openstack/ansible-role-tripleo-modify-image/blob/master/README.md#modify-image00:49
stevebakertonyb: I mean it only updates existing packages, there is no way of making it install new ones00:55
*** yolanda__ has joined #tripleo00:55
*** yrabl has quit IRC00:57
*** pmannidi has quit IRC00:58
*** yolanda_ has quit IRC00:58
*** sai_p has quit IRC01:02
*** yolanda_ has joined #tripleo01:06
*** yolanda__ has quit IRC01:08
tonybstevebaker: Okay so the container I checked had puppet-ironic installed, and yum check-update showed that the version in my repo was installable but it hadn't been installed01:09
tonybstevebaker: which based on your statements above indicates that it *should* have been and someting went wrong?01:10
*** mrsoul has joined #tripleo01:13
*** mrsoul_ has joined #tripleo01:13
*** Petersingh has joined #tripleo01:14
*** mrsoul` has quit IRC01:15
*** mschuppert has quit IRC01:16
*** pmannidi has joined #tripleo01:19
*** fzdarsky__ has joined #tripleo01:21
stevebakertonyb: yes, I wonder if this fix would help, the mixture of repo files might be masking the puppet-ironic you want to install https://review.openstack.org/#/c/579803/01:21
*** yolanda__ has joined #tripleo01:23
tonybstevebaker: Hmmm yeah possibly that'd help.  I've simlified my setup to remove my code as the undercloud install failed in ways I can't explain so I want to get as close to vanilla as possible top debug that.01:25
*** fzdarsky_ has quit IRC01:25
stevebakertonyb: let me know if you want me to take a look at what is going on in the role01:25
tonybstevebaker: Thanks will do01:26
*** yolanda_ has quit IRC01:26
tonybstevebaker: I took a break and upgraded my laptop to F28 this morning so I'll get back at it real soon now01:26
stevebakertonyb: ok01:27
larsksstevebaker: would you be able to cast your eyes on a failing rspec test?01:30
stevebakerlarsks: sure01:31
larsksThis one here: http://logs.openstack.org/47/575147/16/check/puppet-openstack-beaker-centos-7/3f70cc9/job-output.txt.gz#_2018-07-04_00_42_19_69696601:31
larsksI *swear* the output shown in the failure message matches the regexp that is failing.01:31
larsksBut maybe I've just been staring at it for too long and I'm missing something obvious.01:32
larsks(This comes from https://github.com/openstack/puppet-keystone/blob/master/spec/acceptance/default_domain_spec.rb#L59)01:32
*** moshele has joined #tripleo01:32
tonyblarsks: I guess it depends if the puppet regex is greedy or not01:35
*** Petersingh_ has joined #tripleo01:35
larskstonyb: I guess...but it seems like either this should have been failing forever, or it shouldn't be failing now, right?01:35
tonyblarsks: Oh yeah that's true, so I misunderstood the context01:36
larsksThis is the very last failure on my review, and it has me flummoxed.01:36
*** Petersingh has quit IRC01:37
stevebakerlarsks: poking that into http://rubular.com/ finds the match. http://rubular.com/r/RjHpFhzHrt01:40
*** psahoo has joined #tripleo01:41
*** edmondsw has joined #tripleo01:42
larsksstevebaker: right, that's why I'm puzzled.  It seems like it shouldn't be failing.01:42
stevebakerlarsks: the good news is you're not losing your mind01:43
larsksClose to it, though :).  I guess I'm going to turn in and give my forehead a rest.01:46
*** edmondsw has quit IRC01:46
*** Petersingh__ has joined #tripleo01:48
*** moshele has quit IRC01:49
*** Petersingh_ has quit IRC01:50
tonybYeah so it works here, no idea what's going on it that test (where 'here' is a an echo "warning ..." | sed -ne "/regex/p"01:52
*** ykarel|away has joined #tripleo01:56
*** colonwq has quit IRC01:57
*** ykarel|away has quit IRC02:02
*** yrabl has joined #tripleo02:04
*** Petersingh__ is now known as Petersingh|afk02:04
*** rh-jelabarre has joined #tripleo02:04
*** Petersingh|afk has quit IRC02:14
openstackgerritMerged openstack-infra/tripleo-ci master: Migrate undercloud jobs to the new base configurations  https://review.openstack.org/57844702:37
*** psachin has joined #tripleo02:42
*** Petersingh has joined #tripleo02:46
tonybHow do I work out the order of anchors in a puppet module ? I think I've foudn a bug in puppet-ironic02:46
*** ehengtan has joined #tripleo02:56
ehengtanHi there. What could be the possible issue when the node is being managed successfully but the introspection gone timeout always? I have booted the target server to the specific NIC. But nothing works.02:58
tonybAhh and then I find manifests/deps.pp and all is clear!03:01
*** dmacpher has joined #tripleo03:05
tonybOkay bug worked around ... now to try again to get the modified container images to test my packages \o/  forward progress03:07
*** sanjayu__ has joined #tripleo03:09
*** jaganathan has joined #tripleo03:09
tonybehengtan: Sadly lots could be wrong.  Try https://docs.openstack.org/ironic-inspector/latest/user/troubleshooting.html specifucally the PXE section03:09
*** skramaja has joined #tripleo03:09
ehengtantonyb: thanks. one more question. agent.kernel and ramdisk.kernel will automatically be generated during image build?03:11
tonybehengtan: You get them here: http://tripleo.org/install/basic_deployment/basic_deployment_cli.html#get-images03:14
tonybehengtan: Once you have them and they're registered with tripleo/glance you're good to go03:14
ehengtantonyb: i did, and successfully uploaded to glance. But the ramdisk and agent is not showing up in httpboot03:15
tonybehengtan: Did you do this: http://tripleo.org/install/basic_deployment/basic_deployment_cli.html#upload-images ? and if so what did you pass as --http-boot ?03:16
ehengtantonyb: i did exactly like the tutorial said, openstack overcloud image upload --http-boot /var/lib/ironic/httpboot03:17
ehengtanor am i required to build it as full image?03:17
tonybehengtan: And ls -l /var/lib/ironic/httpboot dosn't show them ?03:18
ehengtantonyb: yes. only kernel and ramdisk are missing03:18
tonybehengtan: Can you pastebin what's in that directory03:19
ehengtantonyb: I reinstalled undercloud and rebuilt those image files. It's showing in te directory now. Thanks!03:22
ehengtantonyb: Do i have to uninstall all existing OS on my overcloud nodes? I have successfully added them to the node list, and they are on managable state. But still introspection doesn't work.03:23
tonybehengtan: You don't need to worry about the OS on those nodes but if introspection isn't working you do need to verify that they're PXE booting (and if not work out why)03:24
tonybehengtan: Can you view the console of one of them while you try the introspection to see what's happening?03:25
ehengtantonyb: nothing but a normal pxe boot. However, all three introspection attemped failed with "cannot schedule new futures after being shutdown" , "cannot transition from state 'starting' on event 'start' (no defined transition)03:27
ehengtantonyb: I was wondering if the cause of the issue is my DHCP configs. I have 2 NIC which one act as provisioning network and one act as external network. All configuration on undercloud.conf was done with provisioning network only. While node's drac IPs are under external network.03:30
*** edmondsw has joined #tripleo03:30
tonybehengtan: Right you'll need to be able to talk to the DRACs and ensure that NIC1 is on the provisioning network03:31
ehengtantonyb: Provisioning network is under NIC2. So in this case I would need to boot up using NIC2 am i right?03:32
*** mdnadeem has joined #tripleo03:33
tonybehengtan: Here I'm at a loss I *thought* that is needed to be NIC1 so that the DRAC can just set network boot and have the right thing happen03:34
*** edmondsw has quit IRC03:35
ehengtantonyb: The drac network is under NIC1 but my provisioning network is under NIC2. So i guess my undercloud configuration might be the real issue then.03:36
tonybehengtan: Possibly you;d need to find a tripleo networking expert to verify that.03:37
ehengtantonyb: What is the real use of provisioning network then, if i were to use all external connections for drac, introspection etc... ?03:38
tonybehengtan: You could 'cheat' can interupt the boot on the system you're trying to introspect and manually boot it from NIC2 and see if it gets the image and reports back03:38
ehengtantonyb: tried with no luck. Haha03:39
tonybehengtan: I think we're talkign passed each other in our terminology03:39
tonybehengtan: at that point I'd start runnign TCP dump and doing fundamental network debugging to see what's happening03:40
tonybyou *should* be able to boot your server from any device *you* select03:40
ehengtantonyb: How do i pm you ?03:42
*** udesale has joined #tripleo03:46
*** ykarel|away has joined #tripleo03:47
*** ykarel|away is now known as ykare03:47
*** ykare is now known as ykarel03:47
*** ramishra has joined #tripleo03:49
*** yrabl has quit IRC03:52
*** artom has quit IRC03:52
*** Petersingh is now known as Petersingh|afk03:54
*** shreshtha has joined #tripleo03:59
*** shreshtha has quit IRC04:00
*** shreshtha has joined #tripleo04:00
itlinuxhello guys.. quick question I deployed PIKE BM but somehow it does not my default route on the controllers.. any tips on what to look for.. If I set the route manually it's all working..04:13
*** yamahata has joined #tripleo04:14
*** rh-jelabarre has quit IRC04:15
*** rh-jelabarre has joined #tripleo04:20
ykarelitlinux, how you deployed? looks like ControlPlaneDefaultRoute is missing in your network config04:21
itlinuxahh I see..04:21
itlinuxis this for the controllers only?04:21
itlinuxwell the reason is that I deployed several time now going to prod we want to change a couple of things and I see that .. so I will add that now.. Thanks ykarel:04:22
itlinuxno I just checked I do have that04:23
itlinuxControlPlaneDefaultRoute04:23
*** nyechiel has quit IRC04:23
*** Petersingh|afk is now known as Petersingh04:23
itlinuxbut this should be the vlan ip ..04:23
itlinuxthat's problablty the issue..04:24
ykarelhmm could be04:24
itlinuxthe ctlplan is diff than the vlan one.. let me see..04:24
itlinuxjust checking the other deployment and it's set to the UC ip but I am now using the firewall gw04:25
itlinuxneed to see.. why..04:26
*** mdnadeem_ has joined #tripleo04:28
*** pdeore has joined #tripleo04:28
*** pdeore has quit IRC04:29
*** mdnadeem has quit IRC04:29
*** rh-jelabarre has quit IRC04:31
*** mdnadeem_ has quit IRC04:32
*** ccamacho has joined #tripleo04:33
*** Petersingh is now known as Petersingh|afk04:34
*** rh-jelabarre has joined #tripleo04:36
itlinuxI found it.. ykarel: it's the ExternalInterfaceDefaultRoute04:38
ykarelitlinux, Ok Good04:39
*** tdasilva has quit IRC04:39
itlinuxthanks for you tip04:39
*** mdnadeem_ has joined #tripleo04:45
Tenguhello there04:50
Tenguhey itlinux :)04:50
itlinuxthe there.04:50
itlinuxhow r u doing?04:50
itlinuxhow is RH?04:50
itlinuxpushing production..04:50
itlinux20Compute 3 controllers 74min04:51
Tenguitlinux: kind of fun :). almost 2 months done, really enjoying it04:51
itlinuxI have to figure out where to place the static mapping since I placed them after the net-iso as a last option and it did not take the info..04:51
itlinuxvery good!04:51
Tengustatic mapping for network IP allocation?04:52
itlinuxyea.. this file04:54
itlinuxips-from-pool-all.yaml04:54
itlinuxwell it's pretty static I guess..04:54
*** yolanda_ has joined #tripleo04:55
*** pgadiya has joined #tripleo04:57
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates stable/pike: Removed ovs-dpdk workaround to fix the vhost socket permission  https://review.openstack.org/58003104:57
*** yolanda__ has quit IRC04:58
*** tdasilva has joined #tripleo04:58
*** bkopilov has quit IRC04:58
*** pdeore has joined #tripleo05:00
*** janki has joined #tripleo05:03
*** yolanda__ has joined #tripleo05:05
*** cshastri has joined #tripleo05:05
*** itlinux has quit IRC05:08
*** yolanda_ has quit IRC05:09
tonybHas anyone seen keystone db_sync wedge a (containerized) undercloud install?  It's been 'running' for 2 hours now which seems wrong05:09
*** yolanda__ has quit IRC05:09
*** ratailor has joined #tripleo05:12
openstackgerritCédric Jeanneret proposed openstack/tripleo-specs master: [WIP] Spec for improved privilege escalation in py-scripts  https://review.openstack.org/58003305:13
*** edmondsw has joined #tripleo05:19
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003705:20
*** atarlov has joined #tripleo05:21
openstackgerritCédric Jeanneret proposed openstack/tripleo-specs master: [WIP] Spec for improved privilege escalation in py-scripts  https://review.openstack.org/58003305:23
*** edmondsw has quit IRC05:24
Tenguhmm. git review should allow to set wk-1 automatically when it's a WIP -.-'05:24
Tengulet's see how that might be done using gerrit API and some wrapper.05:24
openstackgerritMerged openstack/tripleo-heat-templates master: Execute post_update_tasks in update playbook  https://review.openstack.org/57775405:27
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003705:29
*** chkumar|ruck has left #tripleo05:30
*** chkumar|ruck has quit IRC05:30
openstackgerritCédric Jeanneret proposed openstack/tripleo-specs master: [WIP] Spec for improved privilege escalation in py-scripts  https://review.openstack.org/58003305:30
*** atarlov has quit IRC05:30
*** udesale has quit IRC05:31
*** udesale has joined #tripleo05:31
*** chandankumar has joined #tripleo05:32
*** chandankumar is now known as chkumar|ruck05:32
chkumar|rucksshnaidm|rover: Good morning05:33
*** bogdando has joined #tripleo05:39
*** quiquell|off is now known as quiquell|rover05:40
tonybOh dear '2018-07-04 01:40:20.620 28 WARNING oslo_db.sqlalchemy.engines [-] SQL connection failed. -668 attempts left.:'05:40
* tonyb thinks there's a bug in oslo.db -668 attempts left and still going down!05:41
tonybSo  keystone can't talk to the DB because haproxy didn't bind correctly ?05:42
*** quiquell|rover is now known as quiquell05:42
tonybManually adding the IP to the interface and suddenly keystone is up!05:43
*** atarlov has joined #tripleo05:44
*** karthiks has joined #tripleo05:45
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003705:45
openstackgerritJaganathan Palanisamy proposed openstack/tripleo-common master: Derive FixedIP parameter for public-facing VIP  https://review.openstack.org/57267805:48
*** moshele has joined #tripleo05:49
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003705:50
*** atarlov has quit IRC05:52
*** atarlov has joined #tripleo05:53
*** yprokule has joined #tripleo05:54
*** Petersingh|afk is now known as Petersingh05:55
*** aufi has joined #tripleo05:56
*** atarlov has quit IRC05:57
*** mrsoul_ is now known as mschuppert05:58
*** atarlov has joined #tripleo05:58
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003705:59
*** skramaja_ has joined #tripleo06:00
*** dparkes has joined #tripleo06:01
*** skramaja has quit IRC06:02
openstackgerritMerged openstack/tripleo-quickstart-extras master: Sync docker log collection with retired get_docker_logs.sh  https://review.openstack.org/57873506:03
*** moshele has quit IRC06:04
openstackgerritMerged openstack/tripleo-quickstart-extras master: Prevent recursive copy of /var/log  https://review.openstack.org/57889206:04
openstackgerritMerged openstack/tripleo-heat-templates master: Update for openshift 3.9  https://review.openstack.org/57423306:04
openstackgerritMerged openstack/tripleo-heat-templates master: Refactor the inventory generation  https://review.openstack.org/57871506:04
*** nyechiel has joined #tripleo06:07
*** ykarel_ has joined #tripleo06:07
*** ykarel has quit IRC06:10
*** jfrancoa has joined #tripleo06:15
*** avivgt has joined #tripleo06:18
*** atarlov has quit IRC06:18
openstackgerritJaganathan Palanisamy proposed openstack/python-tripleoclient master: Invokes derive parameters for all deployments  https://review.openstack.org/57270106:19
*** quiquell is now known as quiquell|bbl06:21
*** moshele has joined #tripleo06:23
*** yolanda__ has joined #tripleo06:28
*** moshele has quit IRC06:29
*** ykarel__ has joined #tripleo06:32
*** rh-jelabarre has quit IRC06:32
*** ykarel_ has quit IRC06:35
*** rh-jelabarre has joined #tripleo06:36
*** agopi has quit IRC06:39
*** shardy has joined #tripleo06:40
bogdandohjensas: hi, could you please take a look https://bugs.launchpad.net/~bogdando ?06:43
bogdandoum, bad paste :D06:43
bogdandohjensas: that one https://bugs.launchpad.net/tripleo/+bug/1779916/comments/306:43
openstackLaunchpad bug 1779916 in tripleo "undercloud.conf net_config_override broken with containerized undercloud" [High,Incomplete] - Assigned to Bogdan Dobrelya (bogdando)06:43
bogdandoI think there had been some changes to the ControlPlaneStaticRoutes for undercloud?06:44
bogdandoor rather affected undercloud as well06:44
*** ksambor has joined #tripleo06:44
*** amoralej|off is now known as amoralej06:44
*** bkopilov has joined #tripleo06:48
*** ykarel__ is now known as ykarel06:52
ehengtanCan anyone please help? I have booted up my overcloud node to its NIC and it keeps flashing ironic python agent messages non stop.06:53
*** hamdyk has joined #tripleo06:55
*** quiquell|bbl is now known as quiquell06:58
quiquellbogdando: We can +1w this https://review.openstack.org/#/c/579803/07:05
quiquellbogdando: testing patch https://review.openstack.org/#/c/579815/07:07
*** ffiore has joined #tripleo07:07
quiquellbogdando: Also I think it reduces the time for jobs07:07
*** edmondsw has joined #tripleo07:07
*** ffiore has quit IRC07:08
*** ffiore has joined #tripleo07:08
*** udesale_ has joined #tripleo07:09
*** udesale has quit IRC07:10
*** udesale__ has joined #tripleo07:11
quiquellSome cores can we +1w this https://review.openstack.org/#/c/579803/ It could reduce job times07:11
*** ykarel is now known as ykarel|mtg07:11
*** edmondsw has quit IRC07:12
*** rcernin_ has quit IRC07:13
openstackgerritMartin Schuppert proposed openstack/puppet-tripleo stable/queens: Make sure we apply qemu config changes  https://review.openstack.org/58005907:13
*** mdnadeem_ has quit IRC07:13
*** ykarel_ has joined #tripleo07:13
*** udesale_ has quit IRC07:14
shardyquiquell: I'm not sure what core group has +W rights on that repo, I'm tripleo-core but can't approve it07:15
openstackgerritMartin Schuppert proposed openstack/puppet-tripleo stable/pike: Make sure we apply qemu config changes  https://review.openstack.org/58006107:16
*** florianf has joined #tripleo07:16
*** ykarel|mtg has quit IRC07:16
*** tahini has quit IRC07:16
*** Petersingh is now known as Petersingh|afk07:19
*** pmannidi has quit IRC07:21
openstackgerritMartin Schuppert proposed openstack/tripleo-heat-templates stable/queens: Set configure_qemu to true to get qemu port range applied  https://review.openstack.org/58006607:21
*** yolanda__ is now known as yolanda07:21
quiquellshardy: Humm... where is this information ?07:24
quiquellstevebaker: You there ? we cannot +1w this https://review.openstack.org/#/c/579803/07:24
quiquellshardy: At least we can add a +207:24
shardyquiquell: No I can only add +107:24
openstackgerritMartin Schuppert proposed openstack/tripleo-heat-templates stable/pike: Set configure_qemu to true to get qemu port range applied  https://review.openstack.org/58006807:24
shardyquiquell: the information should be in the project-config repo I think, sec let me grep it07:25
quiquellshardy: thanks07:25
*** nyechiel has quit IRC07:25
*** shreshtha has quit IRC07:25
*** nyechiel_ has joined #tripleo07:25
*** mdnadeem_ has joined #tripleo07:26
*** shreshtha has joined #tripleo07:26
*** Petersingh|afk is now known as Petersingh07:27
shardy./gerrit/acls/openstack/ansible-role-tripleo-modify-image.config:label-Workflow = -1..+1 group ansible-role-tripleo-modify-image-core07:27
shardyquiquell: https://review.openstack.org/#/admin/groups/1916,members07:27
shardyonly stevebaker or EmilienM can approve it07:28
*** tesseract has joined #tripleo07:28
shardywe should probably fix that07:28
quiquellshardy: EmilienM or stevebaker that's all07:28
quiquellEmilienM: you there ?07:28
quiquellshardy: I am comparing times with a noop change07:28
quiquellFeels better https://review.openstack.org/#/c/560445/07:28
quiquellBut maybe it was just lucky07:29
*** suuuper has joined #tripleo07:29
*** ykarel__ has joined #tripleo07:34
*** pmannidi has joined #tripleo07:35
*** jpich has joined #tripleo07:35
*** ykarel_ has quit IRC07:37
*** tosky has joined #tripleo07:37
*** Petersingh is now known as Petersingh|lunch07:37
*** tahini has joined #tripleo07:37
*** dmacpher has quit IRC07:41
bogdandoquiquell: ack. I have no core rights to the ansible-role*07:44
quiquellbogdando: Ok, will wait for stevebaker or EmilienM07:45
quiquellI think they are the only ones07:45
*** gkadam__ has joined #tripleo07:59
openstackgerritRedHat RDO CI proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras  https://review.openstack.org/56044508:00
*** shreshtha has quit IRC08:00
*** shreshtha has joined #tripleo08:00
*** jpena|off is now known as jpena08:04
*** yprokule has quit IRC08:05
bogdandohjensas: please disregard that ControlPlaneStaticRoutes, that's something in the tripleoclient is wrong :)08:05
bogdandofixing...08:06
bogdandoslagle: ^^08:06
*** pliu_ has joined #tripleo08:07
*** holser_ has joined #tripleo08:08
stevebakerapproved, we should add tripleo core to that repo approvers08:08
*** pmannidi has quit IRC08:09
*** ehengtan has quit IRC08:09
*** derekh has joined #tripleo08:14
openstackgerritMerged openstack/ansible-role-tripleo-modify-image master: Remove previous yum.repos.d to only used the custom ones  https://review.openstack.org/57980308:15
openstackgerritBogdan Dobrelya proposed openstack/python-tripleoclient master: Fix net_config_override  https://review.openstack.org/58008408:16
bogdandostevebaker: hi, PTAL https://review.openstack.org/#/c/575742/ :)08:18
bogdandoanswered the comments08:19
bogdandoand please restore +2 lost after rebase https://review.openstack.org/#/c/572404/08:19
openstackgerritVu Cong Tuan proposed openstack/tripleo-repos master: Switch to stestr  https://review.openstack.org/58008508:20
bogdandoneed more eyes on that docs update folks https://review.openstack.org/#/c/578799/08:20
bogdandolooking for the better case describing the passwords update08:20
*** pmannidi has joined #tripleo08:21
*** moshele has joined #tripleo08:22
*** pmannidi has quit IRC08:22
*** akrivoka has joined #tripleo08:22
*** kopecmartin has joined #tripleo08:24
*** moshele has quit IRC08:26
*** waleedm has joined #tripleo08:27
*** ykarel__ is now known as ykarel08:27
*** Petersingh|lunch is now known as Petersingh08:29
*** pliu_ has quit IRC08:30
*** pliu_ has joined #tripleo08:33
openstackgerritQuique Llorente proposed openstack-infra/tripleo-ci master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008808:34
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008908:34
*** dbecker has joined #tripleo08:34
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009008:34
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009008:35
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008908:35
openstackgerritQuique Llorente proposed openstack-infra/tripleo-ci master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008808:35
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009008:39
*** panda|off is now known as panda08:39
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009008:42
*** dbecker has quit IRC08:42
*** Goneri has joined #tripleo08:43
*** lvdombrkr has joined #tripleo08:46
*** holser_ has quit IRC08:46
*** jaganathan has quit IRC08:48
*** Petersingh is now known as Petersingh|afk08:54
*** holser_ has joined #tripleo08:54
*** edmondsw has joined #tripleo08:56
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008908:57
cgoncalvesshardy, morning! thanks for reviewing https://review.openstack.org/#/c/518331/08:57
*** Petersingh|afk is now known as Petersingh08:57
cgoncalvesshardy, one question I have is if it's possible to get the version name and use it in ci/environments/scenario010-multinode-containers.yaml08:57
cgoncalvesshardy, so that we could set something like OctaviaAmphoraImageFilename: "https://images.rdoproject.org/octavia/$VERSION_NAME/amphora-x64-haproxy-centos.qcow2"09:00
*** dbecker has joined #tripleo09:00
*** matbu has quit IRC09:01
*** edmondsw has quit IRC09:01
shardycgoncalves: you could add a OctaviaAmphoraImageVersion parameter or something09:03
shardyand use str_replace or list_join to create the url09:03
shardyactually there's a heat function to create urls now as well09:03
*** Petersingh is now known as Petersingh|afk09:03
*** jaganathan has joined #tripleo09:04
*** bkopilov has quit IRC09:04
cgoncalvesshardy, right, the question is how to retrieve the release version name (e.g. queens, master)09:04
shardyhttps://docs.openstack.org/heat/latest/template_guide/hot_spec.html#make-url09:05
*** leanderthal has joined #tripleo09:05
shardycgoncalves: can we just have a different default in the template for each branch of t-h-t?09:05
shardyor is this specific to CI?09:05
cgoncalvesshardy, we could have a different default for each branch, sure. I just thought there could be a better way of doing that :)09:06
cgoncalvesotherwise we may forget to change it when branching and keep testing with master09:06
shardycgoncalves: yeah I can't think of one atm09:06
shardycgoncalves: yeah we might want to add a test to check that09:07
*** matbu has joined #tripleo09:07
cgoncalvesshardy, ok, no problem. just wanted to make sure we'd implement it the best way possible. thank you!09:07
shardycgoncalves: np!09:08
*** Skyraven has joined #tripleo09:09
Skyravenhi there, I'm just starting getting around playing with Tripleo and have run into an issue during the AllNodesValidation step during overcloud deploy where ping checks are being performed. I basically have: Controller (an IP + port inside network-isolation defined in all the nets) and another role "Contrail Analytics" which does not have a port in Storage Net, no IP defined on the vlan that should match this in its template09:10
Skyravendespite it, during Contrail Analytics validation I see pings getting sent to the Controller Storage Network...any clue what I might have missed or why this is happening?09:11
Skyraventhis is on Newton09:11
SkyravenI was hoping that without an IP in the Storage Net, without a port for it there, then the Network Validation would not try to ping the Controller on that net09:11
*** dbecker has quit IRC09:14
openstackgerritVu Cong Tuan proposed openstack/tripleo-repos master: Switch to stestr  https://review.openstack.org/58008509:14
openstackgerritMartin André proposed openstack/tripleo-common master: Add ability to filter container images to modify  https://review.openstack.org/57991809:15
shardyhttps://github.com/openstack/tripleo-heat-templates/blob/master/validation-scripts/all-nodes.sh#L11309:17
*** yamahata has quit IRC09:17
shardyhttps://github.com/openstack/tripleo-heat-templates/blob/master/overcloud.j2.yaml#L83109:17
openstackgerritMerged openstack/tripleo-quickstart master: Switch to the containerized services defaults  https://review.openstack.org/57908009:17
*** paramite has quit IRC09:17
shardySkyraven: Hi, ^^ shows where that is happening, by default we set PingTestIps to ping all enabled networks on the controller09:17
shardySkyraven: but it should be possible to have a subset on custom roles, e.g we have no ExternalNetwork on non-controller roles09:18
lvdombrkrshardy: hi quick questions. should cloud-init work with only ipv6?09:18
* shardy checks the script09:18
shardySkyraven: a short-term workaround is to map OS::TripleO::AllNodes::Validation to OS::Heat::None in the resource_registry09:18
shardylvdombrkr: AFAIK yes but I've not tested it myself09:19
*** bkopilov has joined #tripleo09:20
Skyravenshardy: I found that but then I disable all the ping tests:) I just wanted to exclude that it pings all nodes on the storage network :D so that I can have the storage network just where I need it :)09:20
Skyravenshardy: wondering if it's possible to add an exception or something somewhere in a template09:20
shardySkyraven: so to clarify, there is no Storage network connection to the Controller?09:21
SkyravenI have like this: Controller - all nets09:21
SkyravenContrail Analytics -> tenant, internal api, external09:21
Skyravenso during validation it goes to the Analytics node and it tries to ping teh Controller on the storage net09:21
Skyraventhat I'd like not to happen09:21
lvdombrkrshardy: im tryng to test but cloud-init trying call 'http://169.254.169.254/2009-04-04/meta-data/instance-id' but cant. http://paste.openstack.org/raw/724964/09:21
shardySkyraven: ack, that sounds like a bug, we should be able to deploy with some nodes only connected to a subset of networks, provided the controller is connected to all of them09:22
Skyravenshardy: was afraid you might say something like that :) darn09:23
openstackgerritJuan Badia Payno proposed openstack/tripleo-heat-templates master: Revert "Correct log location in container environment for Fluentd"  https://review.openstack.org/58010209:24
shardySkyraven: does ip r on the Contrail Analytics include a route to the Storage network?09:24
shardyhttps://github.com/openstack/tripleo-heat-templates/blob/master/validation-scripts/all-nodes.sh#L3309:24
Skyravenshardy: yes and no :) I have a generic 10.0.0.0/8 added over Pxe/prov net..and I think somehow that one matches when it tries to test the storage net (all the nets are subnets with 10)09:25
Skyraventhe 10.0.0.0/8 I wanted to use as fallback net09:25
shardySkyraven: Ok that sounds like the issue, we assume a node should have access to a network if it's routable09:26
openstackgerritBogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Delete not-used services-docker files  https://review.openstack.org/56781009:26
shardyperhaps we could make that more explicit in the script, but can you change the routing so the current networks= detection works?09:26
Skyravenshardy: ah so if I remove that static route or if I were to have a different subnet routed, then it would work09:26
openstackgerritCarlos Goncalves proposed openstack/tripleo-heat-templates master: Add scenario010 for testing Octavia  https://review.openstack.org/51833109:27
openstackgerritCarlos Goncalves proposed openstack/tripleo-heat-templates master: [WIP] scenario010: use Octavia amphora image from RDO  https://review.openstack.org/58010409:27
*** nyechiel_ has quit IRC09:27
shardySkyraven: yes I think so09:27
Skyravenshardy: roger that, thanks for the tip !! it does make sense09:27
*** nyechiel_ has joined #tripleo09:27
shardylvdombrkr: is this an overcloud deployment or deploying on the deployed overcloud?09:27
shardyIIRC you have to use config drive instead of the metadata API on ipv609:27
*** gvrangan has joined #tripleo09:28
lvdombrkrshardy: its overcloud deployment, yes i need to test config drive usage09:29
openstackgerritMerged openstack/python-tripleoclient stable/pike: Avoid tox_install.sh for constraints support  https://review.openstack.org/57934409:32
*** alee has quit IRC09:32
shardylvdombrkr: http://superuser.openstack.org/articles/deploying-ipv6-only-tenants-with-openstack/ seems related but I thought we already forced use of a config-drive for overcloud nodes09:33
shardyhttps://github.com/openstack/instack-undercloud/commit/a96156a6b3a278917bb3a70ef4b335740acfd1a009:35
shardylvdombrkr: ^^ yeah we set it 3 years ago - are you using the new containerized undercloud?09:36
shardyor perhaps it's a cloud-init bug, I'd check if the config-drive is attached to the nodes as a first step09:36
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009009:40
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008909:42
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008909:42
lvdombrkrshardy: not i have undercloud without containers, thank for tips09:47
jankiHI. Can I get some reviews plz https://review.openstack.org/#/c/579494/09:50
*** paramite has joined #tripleo09:51
*** tvignaud has quit IRC09:52
openstackgerritCarlos Goncalves proposed openstack/tripleo-quickstart master: Add fs038 for Octavia scenario testing  https://review.openstack.org/53116809:55
openstackgerritCarlos Goncalves proposed openstack/tripleo-quickstart master: WIP: featureset038: run Octavia tempest tests  https://review.openstack.org/58011909:55
openstackgerritDamien Ciabrini proposed openstack/tripleo-heat-templates master: Do not disable ipv6 on loopback interface for epmd  https://review.openstack.org/58012009:55
*** jfrancoa has quit IRC09:58
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Run only CI playbooks in run.yml zuul playbook  https://review.openstack.org/56574009:58
*** tvignaud has joined #tripleo09:58
sshnaidm|roverEmilienM, thanks, now combined everything in https://review.openstack.org/#/c/565740/09:59
*** holser_ has quit IRC09:59
*** jfrancoa has joined #tripleo10:01
openstackgerritNuman Siddique proposed openstack/tripleo-heat-templates stable/queens: OVN: Remove environment files which deploy OVN dbs in non HA  https://review.openstack.org/57979610:02
*** jaganathan has quit IRC10:02
*** holser_ has joined #tripleo10:05
*** leanderthal has quit IRC10:09
numansmwhahaha, skramaja_, can you plz take a look at this (puppet-on) when you get time - https://review.openstack.org/#/c/580114/10:09
skramaja_ack numans10:09
openstackgerritCarlos Camacho proposed openstack/tripleo-heat-templates stable/queens: Execute post_update_tasks in update playbook  https://review.openstack.org/57982410:10
numansskramaja_, thanks.10:11
*** bkopilov has quit IRC10:11
*** leanderthal has joined #tripleo10:11
*** gvrangan has quit IRC10:13
*** alee has joined #tripleo10:13
*** jaganathan has joined #tripleo10:15
*** holser_ has quit IRC10:15
*** holser_ has joined #tripleo10:17
*** avivgt has quit IRC10:22
*** bkopilov has joined #tripleo10:23
*** nyechiel has joined #tripleo10:25
*** nyechiel_ has quit IRC10:25
openstackgerritBogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Delete not-used services-docker files  https://review.openstack.org/56781010:33
*** udesale__ has quit IRC10:34
openstackgerritChandan Kumar proposed openstack-infra/tripleo-ci master: Add FS055 job as experimental to run refstack tests  https://review.openstack.org/57089210:35
openstackgerritMichele Baldessari proposed openstack/puppet-tripleo master: WIP cinder-* bundles to not need to be run as root  https://review.openstack.org/58012710:36
*** Petersingh|afk is now known as Petersingh10:36
*** psahoo has quit IRC10:36
*** dbecker has joined #tripleo10:37
openstackgerritMichele Baldessari proposed openstack/puppet-tripleo master: WIP cinder-* bundles and manila-share to not need to be run as root  https://review.openstack.org/58012710:41
*** Petersingh has quit IRC10:42
bogdandojanki: hi, replied https://review.openstack.org/#/c/567797/310:43
bogdandoI hope that's clear10:43
bogdandolet me know if more clarifications needed10:44
*** jaganathan has quit IRC10:44
*** edmondsw has joined #tripleo10:45
openstackgerritBogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Move remnants of environments/services-docker  https://review.openstack.org/56781110:47
openstackgerritBogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Switch remaining env files to containers defaults  https://review.openstack.org/56781310:47
openstackgerritBogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Add environment/services-baremetal/*.  https://review.openstack.org/56779710:47
*** edmondsw has quit IRC10:50
*** quiquell is now known as quiquell|mtg10:50
bogdandofolks, can we have this https://review.openstack.org/#/c/567863 merged?10:51
bogdandoI really would like to see https://review.openstack.org/#/q/topic:containers-default-stable/queens+(status:open+OR+status:merged) finished one day :D10:51
*** pdeore has quit IRC10:52
*** sanjayu__ has quit IRC10:53
openstackgerritFlorian Fuchs proposed openstack/tripleo-validations master: Add a OpenShift on OpenStack HW validation  https://review.openstack.org/57574910:54
*** avivgt has joined #tripleo10:58
openstackgerritBogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Adds docker SFC and cleans up ODL envs  https://review.openstack.org/57512210:59
*** jpena is now known as jpena|lunch10:59
aleeshardy, hey -- was trying the "openstack container put object overcloud plan-environment.yaml" but that doesn't seem to work11:02
aleeshardy, there doesn't seem to be a "put object" command11:02
openstackgerritBob Fournier proposed openstack/tripleo-heat-templates stable/ocata: Define default route for Management network  https://review.openstack.org/57996111:05
aleeshardy, openstack object save --file old.yaml overcloud plan-environment.yaml works to get the old.yaml file11:05
aleeshardy, but how to save a modified version?11:05
*** dtantsur|afk is now known as dtantsur11:10
*** gvrangan has joined #tripleo11:12
openstackgerritMartin Mágr proposed openstack/tripleo-heat-templates master: Enable collectd to connect to metrics QDR  https://review.openstack.org/57605711:16
aleeshardy, ok -- I can use swift upload ...11:28
*** gvrangan has quit IRC11:32
*** quiquell|mtg is now known as quiquell11:35
*** udesale__ has joined #tripleo11:40
*** etingof is now known as etingof|brb11:40
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Fix centos opstools repo deactivation  https://review.openstack.org/57714611:46
*** udesale has joined #tripleo11:46
*** udesale__ has quit IRC11:47
*** ratailor has quit IRC11:51
*** peereb has joined #tripleo11:52
*** nyechiel has quit IRC11:58
*** psachin` has joined #tripleo11:58
*** psachin has quit IRC11:59
openstackgerritwes hayutin proposed openstack/tripleo-quickstart-extras master: ensure the container_build_id is set  https://review.openstack.org/57938212:00
openstackgerritSaravanan KR proposed openstack/tripleo-heat-templates master: Replace deprecated include moudle with include/import_tasks moudle  https://review.openstack.org/57984412:01
openstackgerritDmitry Tantsur proposed openstack/tripleo-docs master: Update information on configuring networks for ironic in the overcloud  https://review.openstack.org/55534712:03
*** quiquell is now known as quiquell|lunch12:03
*** gvrangan has joined #tripleo12:04
*** mdnadeem_ has quit IRC12:05
*** mdnadeem has joined #tripleo12:06
*** amoralej is now known as amoralej|lunch12:06
bogdandofolks, would it make sense to from tripleo_common.actions.ansible import write_default_ansible_cfg if I want to add a CLI command for the client?12:07
bogdandoI think we can allow users to make a config by some path, using CLI and tripleo_common actions library, why not?12:08
*** ukalifon has joined #tripleo12:08
*** bkopilov has quit IRC12:13
*** jpena|lunch is now known as jpena12:16
*** raildo has joined #tripleo12:17
jankibogdando, thanks :). Makes sense. can you help me reviewing https://review.openstack.org/#/c/579494/ and rebase your patch on this so the correct configs get merged plz12:20
EmilienMhi12:21
*** leanderthal has quit IRC12:21
chkumar|ruckEmilienM: Hello12:22
bogdandojanki: just go for it, then I will rebase my patches on top12:22
bogdandolgtm btw12:22
chkumar|ruckEmilienM: most of the gate jobs are failing at deploy the overcloud step due to timed out12:22
jankibogdando, thanks :)12:23
jankishardy, jistr mandre marios Can I ask for reviews plz https://review.openstack.org/#/c/579494/12:23
*** saneax has joined #tripleo12:24
bogdandofolks, can we have this https://review.openstack.org/#/c/567863 merged?12:26
bogdandoI *really* would like to see https://review.openstack.org/#/q/topic:containers-default-stable/queens+(status:open+OR+status:merged) finished one day...12:27
Satarelhello again, got another question12:27
bogdandoand https://review.openstack.org/#/c/567810/ should be good to go, let's wait for CI12:27
*** saneax has quit IRC12:28
Satarelis there a way to clean everything done by tripleo to a preinstalled node? ended in a situation where there's some leftovers from previous failed overcloud run and as dhcp is not available i wouldn't want to reinstall the entire node by other means12:28
*** saneax has joined #tripleo12:28
EmilienMbogdando: the gate is in bad shape, I don't think we can merge anything12:29
bogdandoEmilienM: ack12:29
Satareli tried cleaning the pacemaker config, /var/lib/mysql/* and currently running containers, but the re-init of galera fails12:29
*** bogdando changes topic to "Welcome to Rocky. CI status: RED - TripleOs, now with even MORE failures! random time outs, debug in process | https://docs.openstack.org/tripleo-docs/latest"12:29
EmilienMbogdando: I would rather use some help on this front12:29
EmilienMchkumar|ruck: I saw that.12:30
bogdandoEmilienM: which front? we have so much of it :D12:30
mariosjanki: ack12:30
EmilienMbogdando: we need to look at the gate failures12:31
EmilienMhttp://logs.openstack.org/56/568856/3/gate/tripleo-ci-centos-7-containers-multinode/d1a2dac/logs/undercloud/home/zuul/install_built_repo.log.txt.gz#_2018-07-04_10_28_3412:32
EmilienMthis is one error that happens in the gate ^12:32
EmilienMsounds like an rpm issue12:33
*** edmondsw has joined #tripleo12:33
ykarelEmilienM, looks like ^^ should not happen after https://review.rdoproject.org/r/#/c/14588/12:34
ykarelmerged 2 hours back,12:34
ykarelor it's happening after it?12:34
bogdandoEmilienM, ykarel: oh, so we're done. That was fast!12:34
EmilienMykarel: I guess we probably want to do the revert https://review.rdoproject.org/r/1460612:35
dpeacockflorianf: Hey!  Friendly reminder to take a look at https://review.openstack.org/#/c/577397/ when you get time please! :-)12:36
florianfdpeacock: yup!12:37
florianfdpeacock: thanks for reminding me!12:37
dpeacockVery much appreciated - thank you sir :-)12:37
*** edmondsw has quit IRC12:38
florianfdpeacock: thanks for your patience :-)12:41
*** leanderthal has joined #tripleo12:41
openstackgerritMartin André proposed openstack/tripleo-common master: Add ability to filter container images to modify  https://review.openstack.org/57991812:45
openstackgerritMarios Andreou proposed openstack/tripleo-quickstart-extras master: Adds check and install python-virtualenv+other dependencies + warning  https://review.openstack.org/57808112:45
numansskramaja_, ping12:51
skramaja_numans: pong12:52
numansskramaja_, puppet-vswitch has this to clear or remove a field - https://github.com/openstack/puppet-vswitch/blob/master/lib/puppet/provider/vs_config/ovs.rb#L9012:52
numansskramaja_, any pointers on how can i consume it in puppet-ovn12:52
openstackgerritBogdan Dobrelya proposed openstack/tripleo-common master: Parametrize ansible transport setting  https://review.openstack.org/58015712:53
*** quiquell|lunch is now known as quiquell12:54
skramaja_numans: karthiks could help here ^^^12:55
*** gvrangan has quit IRC12:55
numanskarthiks, hey12:56
*** ukalifon has quit IRC13:00
*** cshastri has quit IRC13:02
*** mdnadeem has quit IRC13:03
*** amoralej|lunch is now known as amoralej13:03
openstackgerritBogdan Dobrelya proposed openstack/tripleo-common master: Parametrize ansible transport setting  https://review.openstack.org/58015713:07
ccamachoHi janki! mind to check this backport? https://review.openstack.org/#/c/579824/13:09
jankiccamacho, done. Help merge this https://review.openstack.org/#/c/579494/?13:12
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009013:13
ykarelEmilienM, apart from that rpm issue, there were timeout issues as well since yesterday, is there fix somewhere?13:14
EmilienMykarel: I'm working on https://review.openstack.org/#/c/580037/13:15
EmilienMI hope it'll help13:15
ykarelEmilienM, Okk Good13:15
ykarelThanks13:15
EmilienMit'll basically prepare the docker registry in "pre", before running the actual tripleo job13:15
EmilienMso we already have containers pulled on the host13:15
ccamachojanki done! thanks13:15
ccamachoEmilienM, mind to check this tripleo-common patch? https://review.openstack.org/#/c/579896/ simple fix, big error13:15
ccamachothanks!13:15
jankiccamacho, thank you :)13:16
EmilienMccamacho: the gate is currently in bad shape, timeouts etc13:17
EmilienMI'm not sure we should approve stuffs13:17
EmilienMas it'll increase the gate and increase timeouts13:17
EmilienMI've +2 your patch but didn't approve yet13:17
ccamachothank you EmilienM13:18
*** mdnadeem has joined #tripleo13:18
*** hjensas has quit IRC13:22
openstackgerritDerek Higgins proposed openstack/tripleo-quickstart master: [WIP] Add featureset 054 - overcloud baremetal+ansible-ml2  https://review.openstack.org/57960113:28
*** mdnadeem has quit IRC13:30
*** noslzzp has quit IRC13:32
*** yprokule has joined #tripleo13:33
*** waleedm has quit IRC13:39
openstackgerritSteven Hardy proposed openstack/tripleo-common master: Select default "openstack" plan when no plan-environment.yaml found  https://review.openstack.org/57989213:44
*** etingof|brb is now known as etingof13:47
beagles /away food13:48
beagleshah13:48
*** quiquell is now known as quiquell|off13:49
*** agopi has joined #tripleo13:50
openstackgerritSteven Hardy proposed openstack/tripleo-heat-templates master: Enable decoupled deployment plans e.g for OpenShift, DPDK etc  https://review.openstack.org/57475313:53
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: ControlPlaneSubnetCidr using get_attr  https://review.openstack.org/57957913:55
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: ControlPlaneDefaultRoute using get_attr  https://review.openstack.org/57958013:55
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: EC2MetadatIp using get_attr  https://review.openstack.org/57958113:55
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: DnsServers using get_attr  https://review.openstack.org/57958213:55
*** hjensas has joined #tripleo13:55
*** hjensas has quit IRC13:55
*** hjensas has joined #tripleo13:55
*** ykarel is now known as ykarel|away13:55
*** skramaja_ has quit IRC13:58
*** alee has quit IRC13:59
*** alee has joined #tripleo13:59
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003713:59
*** ykarel|away has quit IRC14:01
*** marrusl has quit IRC14:05
*** sshnaidm|rover is now known as sshnaidm|afk14:11
*** mcornea has joined #tripleo14:13
*** yrabl has joined #tripleo14:18
*** ramishra has quit IRC14:18
*** edmondsw has joined #tripleo14:22
*** ramishra has joined #tripleo14:22
*** artom has joined #tripleo14:26
*** edmondsw has quit IRC14:27
openstackgerritBogdan Dobrelya proposed openstack/python-tripleoclient master: Generate ansible.cfg for UC/standalone deployments  https://review.openstack.org/58017114:29
bogdandoPTAL https://review.openstack.org/#/q/topic:shared_ansible_cfg+(status:open+OR+status:merged)14:29
*** ykarel|away has joined #tripleo14:31
*** ykarel|away is now known as ykarel14:32
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008914:34
openstackgerritQuique Llorente proposed openstack-infra/tripleo-ci master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58008814:34
openstackgerritQuique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o  https://review.openstack.org/58009014:34
bogdandofolks, can we have this https://review.openstack.org/#/c/567863 merged? shardy mandre14:35
bogdandoEmilienM: oh, red, right...14:35
bogdandowell, at least some +2s14:36
EmilienMplease avoid merging things14:37
EmilienMit's really pointless to increase the gate as we have timeouts14:37
*** rh-jelabarre has quit IRC14:40
*** bogdando has quit IRC14:40
*** rmascena has joined #tripleo14:42
*** raildo has quit IRC14:44
*** rh-jelabarre has joined #tripleo14:47
ccamachohey marios around? mind to check this cherrypick? https://review.openstack.org/#/c/579824/ when having some cycles?14:48
ccamachoshould be aesy just wanted to double check14:48
ccamachothanks!14:48
*** hamdyk has quit IRC14:49
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003714:50
*** ramishra has quit IRC14:51
*** moshele has joined #tripleo14:52
mariosccamacho: ack14:52
*** ramishra has joined #tripleo14:53
*** yamahata has joined #tripleo14:57
*** waleedm has joined #tripleo14:57
*** moshele has quit IRC14:59
*** dxiri has quit IRC15:00
*** yrabl has quit IRC15:00
openstackgerritHarald Jensås proposed openstack/os-net-config master: Route object - add support for neutrons Route schema.  https://review.openstack.org/57984215:01
*** pliu_ has quit IRC15:04
*** aufi has quit IRC15:10
ccamachothanks marios!15:11
*** dparkes has quit IRC15:15
*** ramishra has quit IRC15:20
*** ksambor has quit IRC15:23
*** rmascena is now known as raildo15:24
openstackgerritJuan Badia Payno proposed openstack/tripleo-heat-templates master: Fluentd: disable log path docker transformation  https://review.openstack.org/58019315:26
EmilienMmarios, ccamacho : like we said earlier, the gate is in really bad shape now15:27
EmilienMwe should stop approving things...15:28
EmilienMsee topic15:28
*** EmilienM changes topic to "Welcome to Rocky. CI status: RED - High amount of timeouts in the gate, do not recheck/+W now | https://docs.openstack.org/tripleo-docs/latest"15:28
tahiniHi, I need some help with my openstack install:15:30
tahiniI installed using packstack on a 1 machine setup (it's a test setup to try it out), using the instructions here: https://www.rdoproject.org/networking/neutron-with-existing-external-network/15:31
tahiniIt worked fine, I could access the network, etc, reboot the machine, openstack went back up, no problem15:31
*** Skyraven has quit IRC15:32
tahiniThen I took a week vacation... started the machine again, the external bridge gets a dhcp address, but... no more network access, no ping, no contact with external ip, cannot ssh to the machine or anything15:32
beaglesthis isn't really the channel for packstack installs15:33
tahiniwhere should I ask this question then?15:34
mariosEmilienM: ah sorry i missed it sorry for that i was just responding to ping and didnt pay attention to the chan topic15:34
EmilienMno worries15:34
EmilienMjust to remind folks :D15:34
beaglestahini, try #rdo15:34
tahinibeagles, ok thanks15:35
EmilienMthe gate is almost 20h of waiting15:35
*** lvdombrkr has quit IRC15:35
beaglesit's the heat - the gate is telling us all to go to the beach15:35
EmilienMthe what?15:37
EmilienMcome in Calgary, it's humid and cold today15:37
openstackgerritDmitry Tantsur proposed openstack/tripleo-heat-templates master: FFU: missing ironic tasks  https://review.openstack.org/58020015:37
beagleseep15:38
beaglesit's 25 here - pretty nice really15:38
*** sshnaidm|afk is now known as sshnaidm|rover15:38
*** udesale_ has joined #tripleo15:40
*** udesale has quit IRC15:43
karthiksnumans, hi15:45
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo stable/ocata: Prepare 6.5.14 (ocata)  https://review.openstack.org/58020215:50
*** sanjay__u has quit IRC15:51
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo stable/pike: Prepare 7.4.14 (pike)  https://review.openstack.org/58020315:51
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo stable/queens: Prepare 8.3.4 (queens)  https://review.openstack.org/58020615:51
numanskarthiks, never mind i figured it out :)15:52
openstackgerritEmilien Macchi proposed openstack/tripleo-ui stable/queens: Prepare 8.3.2 (queens)  https://review.openstack.org/58020715:52
karthiksnumans,  cool !15:53
*** leanderthal has quit IRC15:53
*** yolanda has quit IRC15:54
openstackgerritMartin André proposed openstack/tripleo-common master: Add ability to filter container images to modify  https://review.openstack.org/57991815:57
*** shardy has quit IRC15:58
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003715:58
*** alee has quit IRC15:59
*** Skyraven has joined #tripleo16:00
*** alee has joined #tripleo16:00
*** Skyraven has quit IRC16:00
EmilienMthe gate is really busy I'm going to purge it16:03
EmilienMit doesn't make sense, things do not merge16:03
EmilienMsshnaidm|rover, chkumar|ruck ^16:04
EmilienMwe are wasting a lot of resources16:04
EmilienMi'll write it uppercase :16:08
*** ykarel has quit IRC16:08
EmilienMDO NOT RECHECK, DO NOT APPROVE ANYTHING16:08
EmilienMit's impossible to merge anything right now16:08
openstackgerritEmilien Macchi proposed openstack/tripleo-common master: Retry inspect of container images  https://review.openstack.org/57973416:09
EmilienMwe need this one though ^16:09
*** edmondsw has joined #tripleo16:10
EmilienMsshnaidm|rover, chkumar|ruck: are you guys tracking all the issues in gate? I've seen 3 different bugs today16:11
sshnaidm|roverEmilienM, which bugs are we talking?16:13
sshnaidm|roverEmilienM, for now I see the issue with containers prepare that takes an hour..16:14
*** suuuper has quit IRC16:15
*** edmondsw has quit IRC16:15
*** gkadam__ has quit IRC16:16
EmilienMsshnaidm|rover: I've seen other problems16:16
EmilienMhttp://logs.openstack.org/34/579734/1/gate/tripleo-ci-centos-7-containerized-undercloud-upgrades/af535b2/job-output.txt.gz#_2018-07-04_15_32_29_68900716:17
EmilienMand many others16:17
EmilienMjust look at random failures16:17
sshnaidm|roverEmilienM, yeah, I look in sova, but didn't see such failures yet, looking now16:19
*** peereb has quit IRC16:21
*** dxiri has joined #tripleo16:23
*** alee has quit IRC16:30
*** alee has joined #tripleo16:30
*** tesseract has quit IRC16:30
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: Migrating 2-nodes jobs to the new base configuration  https://review.openstack.org/57845616:31
*** ykarel has joined #tripleo16:32
openstackgerritHarald Jensås proposed openstack/os-net-config master: Route object - add support for neutrons Route schema.  https://review.openstack.org/57984216:36
*** florianf has quit IRC16:38
openstackgerritHarald Jensås proposed openstack/os-net-config master: Route object - add support for neutrons Route schema.  https://review.openstack.org/57984216:39
*** ykarel has quit IRC16:39
*** udesale_ has quit IRC16:40
*** janki has quit IRC16:42
openstackgerritLuigi Toscano proposed openstack/tripleo-heat-templates master: Add FFU upgrade steps to Sahara services  https://review.openstack.org/58021216:45
toskymcornea: ^^16:45
*** ffiore has quit IRC16:46
mcorneatosky: thanks, I'll pick it for testing and provide feedback16:46
toskythank you!16:46
*** waleedm has quit IRC16:46
*** bkopilov has joined #tripleo16:47
*** jpich has quit IRC16:47
*** kopecmartin has quit IRC16:48
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003716:53
*** dtantsur is now known as dtantsur|afk16:56
*** jpena is now known as jpena|off17:03
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: save curl errors in separate file for future debug  https://review.openstack.org/58021417:05
sshnaidm|roverEmilienM, the failed job you showed me failed most likely because of infra proxy, but for to know this we need ^^17:05
*** raildo has quit IRC17:10
*** derekh has quit IRC17:10
*** raildo has joined #tripleo17:11
*** amoralej is now known as amoralej|off17:11
chkumar|ruckEmilienM: https://review.rdoproject.org/etherpad/p/chkumar-ruck-rover-sprint16-notes17:12
chkumar|ruckhere i have noted down the failures which i monitored today17:12
*** dparkes has joined #tripleo17:23
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003717:26
openstackgerritKarthik S proposed openstack/os-net-config master: Adding VLAN support and other configs for sriov_vf  https://review.openstack.org/54162017:44
*** alee has quit IRC17:45
*** alee has joined #tripleo17:46
*** shreshtha has quit IRC17:47
*** dbecker has quit IRC17:50
*** psachin` has quit IRC17:58
*** edmondsw has joined #tripleo17:59
*** dsavineau has quit IRC18:02
*** edmondsw has quit IRC18:03
*** artom has quit IRC18:04
*** yprokule has quit IRC18:05
*** paramite has quit IRC18:06
*** dsavineau has joined #tripleo18:09
*** artom has joined #tripleo18:10
*** avivgt has quit IRC18:16
*** dparkes has quit IRC18:30
openstackgerritMerged openstack/tripleo-common master: Retry inspect of container images  https://review.openstack.org/57973418:30
*** agopi has quit IRC18:34
*** dparkes has joined #tripleo18:36
*** jfrancoa has quit IRC18:39
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003718:41
EmilienMhttps://review.openstack.org/579734 has merged, let's see if things are more stable18:42
EmilienMsshnaidm|rover: ^18:42
sshnaidm|roverEmilienM, ok18:44
*** agopi has joined #tripleo18:53
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003718:54
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003719:21
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Iterate only once in network configs parameters  https://review.openstack.org/58022319:32
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Add some air - blank line between network's in net configs  https://review.openstack.org/58022419:32
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003719:35
*** bfournie has quit IRC19:40
openstackgerritLuigi Toscano proposed openstack/tripleo-heat-templates master: Add FFU upgrade steps to Sahara services  https://review.openstack.org/58021219:44
*** edmondsw has joined #tripleo19:48
*** edmondsw has quit IRC19:52
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003719:58
*** thrash is now known as thrash|g0ne20:00
*** agopi has quit IRC20:03
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003720:09
*** raildo has quit IRC20:18
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003720:24
openstackgerritMichele Baldessari proposed openstack/puppet-tripleo master: WIP cinder-* bundles and manila-share to not need to be run as root  https://review.openstack.org/58012720:26
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003720:32
*** artom has quit IRC20:35
sshnaidm|roverEmilienM, I think we need before to configure docker proxy on the host, instead of pulling from docker.io.  Like for example in /etc/docker/daemon.json - {"registry-mirrors":["http://mirror.regionone.rdo-cloud.rdoproject.org:8081/registry-1.docker/"],"debug":true}20:37
*** dparkes has quit IRC20:40
EmilienMsshnaidm|rover: that was my next step20:46
EmilienMsshnaidm|rover: but first I want to make it work with docker.io20:46
EmilienMbut yeah we need the mirror20:47
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003720:52
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003720:58
*** alee has quit IRC21:02
*** alee has joined #tripleo21:03
*** alee has quit IRC21:17
*** alee has joined #tripleo21:18
*** holser_ has quit IRC21:23
*** mcornea has quit IRC21:26
*** alee has quit IRC21:29
*** alee has joined #tripleo21:30
*** alee has quit IRC21:34
*** Goneri has quit IRC21:35
*** alee has joined #tripleo21:35
*** alee has quit IRC21:36
*** edmondsw has joined #tripleo21:36
*** alee has joined #tripleo21:36
*** edmondsw has quit IRC21:41
*** holser_ has joined #tripleo21:53
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Iterate only once in network configs parameters  https://review.openstack.org/58022321:54
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: yaml-validator - network_data validate show all errors  https://review.openstack.org/58023021:54
*** akrivoka has quit IRC21:55
*** threestrands has joined #tripleo22:05
*** threestrands has quit IRC22:05
*** threestrands has joined #tripleo22:05
*** threestrands has quit IRC22:06
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: yaml-validator - network_data validate show all errors  https://review.openstack.org/58023022:09
*** itlinux has joined #tripleo22:16
itlinuxhello guys the following command does not gen any output openstack overcloud generate fencing --ipmi-lanplus --ipmi-level administrator --output fencing.yaml instackenv.json22:16
itlinuxany tips?22:16
itlinuxthanks here is the output22:16
itlinuxhttp://paste.openstack.org/show/725062/22:17
*** rcernin has joined #tripleo22:27
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run  https://review.openstack.org/58003722:41
*** alee has quit IRC22:43
*** holser_ has quit IRC22:48
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Iterate only once in network configs parameters  https://review.openstack.org/58022323:13
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Add subnet host_routes to output of OS::TripleO::*::Ports::Port  https://review.openstack.org/58023423:13
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: Add host routes to subnets  https://review.openstack.org/58023523:13
openstackgerritHarald Jensås proposed openstack/tripleo-heat-templates master: [WiP] Add per-network routes to NIC templates  https://review.openstack.org/58023623:13
*** agopi has joined #tripleo23:18
*** edmondsw has joined #tripleo23:25
*** edmondsw has quit IRC23:30
*** fzdarsky_ has joined #tripleo23:35
*** fzdarsky__ has quit IRC23:36
*** alee has joined #tripleo23:38
*** alee has quit IRC23:48
*** dhill_ has quit IRC23:54
*** tosky has quit IRC23:55
*** dhill_ has joined #tripleo23:55
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Support ARA statistics in InfluxDB for longest tasks  https://review.openstack.org/58023823:59
*** matbu has quit IRC23:59

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