openstackgerrit | RedHat RDO CI proposed openstack/tripleo-heat-templates stable/pike: GATE CHECK for TripleO https://review.openstack.org/564285 | 00:00 |
---|---|---|
*** alee has quit IRC | 00:02 | |
*** alee has joined #tripleo | 00:03 | |
*** rlandy has quit IRC | 00:04 | |
*** sai- has left #tripleo | 00:17 | |
*** yolanda_ has joined #tripleo | 00:29 | |
*** yolanda__ has quit IRC | 00:31 | |
stevebaker | tonyb: 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-image | 00:49 |
stevebaker | tonyb: I mean it only updates existing packages, there is no way of making it install new ones | 00:55 |
*** yolanda__ has joined #tripleo | 00:55 | |
*** yrabl has quit IRC | 00:57 | |
*** pmannidi has quit IRC | 00:58 | |
*** yolanda_ has quit IRC | 00:58 | |
*** sai_p has quit IRC | 01:02 | |
*** yolanda_ has joined #tripleo | 01:06 | |
*** yolanda__ has quit IRC | 01:08 | |
tonyb | stevebaker: 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 installed | 01:09 |
tonyb | stevebaker: which based on your statements above indicates that it *should* have been and someting went wrong? | 01:10 |
*** mrsoul has joined #tripleo | 01:13 | |
*** mrsoul_ has joined #tripleo | 01:13 | |
*** Petersingh has joined #tripleo | 01:14 | |
*** mrsoul` has quit IRC | 01:15 | |
*** mschuppert has quit IRC | 01:16 | |
*** pmannidi has joined #tripleo | 01:19 | |
*** fzdarsky__ has joined #tripleo | 01:21 | |
stevebaker | tonyb: 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 #tripleo | 01:23 | |
tonyb | stevebaker: 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 IRC | 01:25 | |
stevebaker | tonyb: let me know if you want me to take a look at what is going on in the role | 01:25 |
tonyb | stevebaker: Thanks will do | 01:26 |
*** yolanda_ has quit IRC | 01:26 | |
tonyb | stevebaker: I took a break and upgraded my laptop to F28 this morning so I'll get back at it real soon now | 01:26 |
stevebaker | tonyb: ok | 01:27 |
larsks | stevebaker: would you be able to cast your eyes on a failing rspec test? | 01:30 |
stevebaker | larsks: sure | 01:31 |
larsks | This 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_696966 | 01:31 |
larsks | I *swear* the output shown in the failure message matches the regexp that is failing. | 01:31 |
larsks | But 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 #tripleo | 01:32 | |
tonyb | larsks: I guess it depends if the puppet regex is greedy or not | 01:35 |
*** Petersingh_ has joined #tripleo | 01:35 | |
larsks | tonyb: I guess...but it seems like either this should have been failing forever, or it shouldn't be failing now, right? | 01:35 |
tonyb | larsks: Oh yeah that's true, so I misunderstood the context | 01:36 |
larsks | This is the very last failure on my review, and it has me flummoxed. | 01:36 |
*** Petersingh has quit IRC | 01:37 | |
stevebaker | larsks: poking that into http://rubular.com/ finds the match. http://rubular.com/r/RjHpFhzHrt | 01:40 |
*** psahoo has joined #tripleo | 01:41 | |
*** edmondsw has joined #tripleo | 01:42 | |
larsks | stevebaker: right, that's why I'm puzzled. It seems like it shouldn't be failing. | 01:42 |
stevebaker | larsks: the good news is you're not losing your mind | 01:43 |
larsks | Close to it, though :). I guess I'm going to turn in and give my forehead a rest. | 01:46 |
*** edmondsw has quit IRC | 01:46 | |
*** Petersingh__ has joined #tripleo | 01:48 | |
*** moshele has quit IRC | 01:49 | |
*** Petersingh_ has quit IRC | 01:50 | |
tonyb | Yeah 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 #tripleo | 01:56 | |
*** colonwq has quit IRC | 01:57 | |
*** ykarel|away has quit IRC | 02:02 | |
*** yrabl has joined #tripleo | 02:04 | |
*** Petersingh__ is now known as Petersingh|afk | 02:04 | |
*** rh-jelabarre has joined #tripleo | 02:04 | |
*** Petersingh|afk has quit IRC | 02:14 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Migrate undercloud jobs to the new base configurations https://review.openstack.org/578447 | 02:37 |
*** psachin has joined #tripleo | 02:42 | |
*** Petersingh has joined #tripleo | 02:46 | |
tonyb | How do I work out the order of anchors in a puppet module ? I think I've foudn a bug in puppet-ironic | 02:46 |
*** ehengtan has joined #tripleo | 02:56 | |
ehengtan | Hi 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 |
tonyb | Ahh and then I find manifests/deps.pp and all is clear! | 03:01 |
*** dmacpher has joined #tripleo | 03:05 | |
tonyb | Okay bug worked around ... now to try again to get the modified container images to test my packages \o/ forward progress | 03:07 |
*** sanjayu__ has joined #tripleo | 03:09 | |
*** jaganathan has joined #tripleo | 03:09 | |
tonyb | ehengtan: Sadly lots could be wrong. Try https://docs.openstack.org/ironic-inspector/latest/user/troubleshooting.html specifucally the PXE section | 03:09 |
*** skramaja has joined #tripleo | 03:09 | |
ehengtan | tonyb: thanks. one more question. agent.kernel and ramdisk.kernel will automatically be generated during image build? | 03:11 |
tonyb | ehengtan: You get them here: http://tripleo.org/install/basic_deployment/basic_deployment_cli.html#get-images | 03:14 |
tonyb | ehengtan: Once you have them and they're registered with tripleo/glance you're good to go | 03:14 |
ehengtan | tonyb: i did, and successfully uploaded to glance. But the ramdisk and agent is not showing up in httpboot | 03:15 |
tonyb | ehengtan: 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 |
ehengtan | tonyb: i did exactly like the tutorial said, openstack overcloud image upload --http-boot /var/lib/ironic/httpboot | 03:17 |
ehengtan | or am i required to build it as full image? | 03:17 |
tonyb | ehengtan: And ls -l /var/lib/ironic/httpboot dosn't show them ? | 03:18 |
ehengtan | tonyb: yes. only kernel and ramdisk are missing | 03:18 |
tonyb | ehengtan: Can you pastebin what's in that directory | 03:19 |
ehengtan | tonyb: I reinstalled undercloud and rebuilt those image files. It's showing in te directory now. Thanks! | 03:22 |
ehengtan | tonyb: 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 |
tonyb | ehengtan: 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 |
tonyb | ehengtan: Can you view the console of one of them while you try the introspection to see what's happening? | 03:25 |
ehengtan | tonyb: 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 |
ehengtan | tonyb: 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 #tripleo | 03:30 | |
tonyb | ehengtan: Right you'll need to be able to talk to the DRACs and ensure that NIC1 is on the provisioning network | 03:31 |
ehengtan | tonyb: 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 #tripleo | 03:33 | |
tonyb | ehengtan: 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 happen | 03:34 |
*** edmondsw has quit IRC | 03:35 | |
ehengtan | tonyb: 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 |
tonyb | ehengtan: Possibly you;d need to find a tripleo networking expert to verify that. | 03:37 |
ehengtan | tonyb: What is the real use of provisioning network then, if i were to use all external connections for drac, introspection etc... ? | 03:38 |
tonyb | ehengtan: 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 back | 03:38 |
ehengtan | tonyb: tried with no luck. Haha | 03:39 |
tonyb | ehengtan: I think we're talkign passed each other in our terminology | 03:39 |
tonyb | ehengtan: at that point I'd start runnign TCP dump and doing fundamental network debugging to see what's happening | 03:40 |
tonyb | you *should* be able to boot your server from any device *you* select | 03:40 |
ehengtan | tonyb: How do i pm you ? | 03:42 |
*** udesale has joined #tripleo | 03:46 | |
*** ykarel|away has joined #tripleo | 03:47 | |
*** ykarel|away is now known as ykare | 03:47 | |
*** ykare is now known as ykarel | 03:47 | |
*** ramishra has joined #tripleo | 03:49 | |
*** yrabl has quit IRC | 03:52 | |
*** artom has quit IRC | 03:52 | |
*** Petersingh is now known as Petersingh|afk | 03:54 | |
*** shreshtha has joined #tripleo | 03:59 | |
*** shreshtha has quit IRC | 04:00 | |
*** shreshtha has joined #tripleo | 04:00 | |
itlinux | hello 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 #tripleo | 04:14 | |
*** rh-jelabarre has quit IRC | 04:15 | |
*** rh-jelabarre has joined #tripleo | 04:20 | |
ykarel | itlinux, how you deployed? looks like ControlPlaneDefaultRoute is missing in your network config | 04:21 |
itlinux | ahh I see.. | 04:21 |
itlinux | is this for the controllers only? | 04:21 |
itlinux | well 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 |
itlinux | no I just checked I do have that | 04:23 |
itlinux | ControlPlaneDefaultRoute | 04:23 |
*** nyechiel has quit IRC | 04:23 | |
*** Petersingh|afk is now known as Petersingh | 04:23 | |
itlinux | but this should be the vlan ip .. | 04:23 |
itlinux | that's problablty the issue.. | 04:24 |
ykarel | hmm could be | 04:24 |
itlinux | the ctlplan is diff than the vlan one.. let me see.. | 04:24 |
itlinux | just checking the other deployment and it's set to the UC ip but I am now using the firewall gw | 04:25 |
itlinux | need to see.. why.. | 04:26 |
*** mdnadeem_ has joined #tripleo | 04:28 | |
*** pdeore has joined #tripleo | 04:28 | |
*** pdeore has quit IRC | 04:29 | |
*** mdnadeem has quit IRC | 04:29 | |
*** rh-jelabarre has quit IRC | 04:31 | |
*** mdnadeem_ has quit IRC | 04:32 | |
*** ccamacho has joined #tripleo | 04:33 | |
*** Petersingh is now known as Petersingh|afk | 04:34 | |
*** rh-jelabarre has joined #tripleo | 04:36 | |
itlinux | I found it.. ykarel: it's the ExternalInterfaceDefaultRoute | 04:38 |
ykarel | itlinux, Ok Good | 04:39 |
*** tdasilva has quit IRC | 04:39 | |
itlinux | thanks for you tip | 04:39 |
*** mdnadeem_ has joined #tripleo | 04:45 | |
Tengu | hello there | 04:50 |
Tengu | hey itlinux :) | 04:50 |
itlinux | the there. | 04:50 |
itlinux | how r u doing? | 04:50 |
itlinux | how is RH? | 04:50 |
itlinux | pushing production.. | 04:50 |
itlinux | 20Compute 3 controllers 74min | 04:51 |
Tengu | itlinux: kind of fun :). almost 2 months done, really enjoying it | 04:51 |
itlinux | I 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 |
itlinux | very good! | 04:51 |
Tengu | static mapping for network IP allocation? | 04:52 |
itlinux | yea.. this file | 04:54 |
itlinux | ips-from-pool-all.yaml | 04:54 |
itlinux | well it's pretty static I guess.. | 04:54 |
*** yolanda_ has joined #tripleo | 04:55 | |
*** pgadiya has joined #tripleo | 04:57 | |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates stable/pike: Removed ovs-dpdk workaround to fix the vhost socket permission https://review.openstack.org/580031 | 04:57 |
*** yolanda__ has quit IRC | 04:58 | |
*** tdasilva has joined #tripleo | 04:58 | |
*** bkopilov has quit IRC | 04:58 | |
*** pdeore has joined #tripleo | 05:00 | |
*** janki has joined #tripleo | 05:03 | |
*** yolanda__ has joined #tripleo | 05:05 | |
*** cshastri has joined #tripleo | 05:05 | |
*** itlinux has quit IRC | 05:08 | |
*** yolanda_ has quit IRC | 05:09 | |
tonyb | Has anyone seen keystone db_sync wedge a (containerized) undercloud install? It's been 'running' for 2 hours now which seems wrong | 05:09 |
*** yolanda__ has quit IRC | 05:09 | |
*** ratailor has joined #tripleo | 05:12 | |
openstackgerrit | Cédric Jeanneret proposed openstack/tripleo-specs master: [WIP] Spec for improved privilege escalation in py-scripts https://review.openstack.org/580033 | 05:13 |
*** edmondsw has joined #tripleo | 05:19 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 05:20 |
*** atarlov has joined #tripleo | 05:21 | |
openstackgerrit | Cédric Jeanneret proposed openstack/tripleo-specs master: [WIP] Spec for improved privilege escalation in py-scripts https://review.openstack.org/580033 | 05:23 |
*** edmondsw has quit IRC | 05:24 | |
Tengu | hmm. git review should allow to set wk-1 automatically when it's a WIP -.-' | 05:24 |
Tengu | let's see how that might be done using gerrit API and some wrapper. | 05:24 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Execute post_update_tasks in update playbook https://review.openstack.org/577754 | 05:27 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 05:29 |
*** chkumar|ruck has left #tripleo | 05:30 | |
*** chkumar|ruck has quit IRC | 05:30 | |
openstackgerrit | Cédric Jeanneret proposed openstack/tripleo-specs master: [WIP] Spec for improved privilege escalation in py-scripts https://review.openstack.org/580033 | 05:30 |
*** atarlov has quit IRC | 05:30 | |
*** udesale has quit IRC | 05:31 | |
*** udesale has joined #tripleo | 05:31 | |
*** chandankumar has joined #tripleo | 05:32 | |
*** chandankumar is now known as chkumar|ruck | 05:32 | |
chkumar|ruck | sshnaidm|rover: Good morning | 05:33 |
*** bogdando has joined #tripleo | 05:39 | |
*** quiquell|off is now known as quiquell|rover | 05:40 | |
tonyb | Oh 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 | |
tonyb | So keystone can't talk to the DB because haproxy didn't bind correctly ? | 05:42 |
*** quiquell|rover is now known as quiquell | 05:42 | |
tonyb | Manually adding the IP to the interface and suddenly keystone is up! | 05:43 |
*** atarlov has joined #tripleo | 05:44 | |
*** karthiks has joined #tripleo | 05:45 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 05:45 |
openstackgerrit | Jaganathan Palanisamy proposed openstack/tripleo-common master: Derive FixedIP parameter for public-facing VIP https://review.openstack.org/572678 | 05:48 |
*** moshele has joined #tripleo | 05:49 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 05:50 |
*** atarlov has quit IRC | 05:52 | |
*** atarlov has joined #tripleo | 05:53 | |
*** yprokule has joined #tripleo | 05:54 | |
*** Petersingh|afk is now known as Petersingh | 05:55 | |
*** aufi has joined #tripleo | 05:56 | |
*** atarlov has quit IRC | 05:57 | |
*** mrsoul_ is now known as mschuppert | 05:58 | |
*** atarlov has joined #tripleo | 05:58 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 05:59 |
*** skramaja_ has joined #tripleo | 06:00 | |
*** dparkes has joined #tripleo | 06:01 | |
*** skramaja has quit IRC | 06:02 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Sync docker log collection with retired get_docker_logs.sh https://review.openstack.org/578735 | 06:03 |
*** moshele has quit IRC | 06:04 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Prevent recursive copy of /var/log https://review.openstack.org/578892 | 06:04 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Update for openshift 3.9 https://review.openstack.org/574233 | 06:04 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Refactor the inventory generation https://review.openstack.org/578715 | 06:04 |
*** nyechiel has joined #tripleo | 06:07 | |
*** ykarel_ has joined #tripleo | 06:07 | |
*** ykarel has quit IRC | 06:10 | |
*** jfrancoa has joined #tripleo | 06:15 | |
*** avivgt has joined #tripleo | 06:18 | |
*** atarlov has quit IRC | 06:18 | |
openstackgerrit | Jaganathan Palanisamy proposed openstack/python-tripleoclient master: Invokes derive parameters for all deployments https://review.openstack.org/572701 | 06:19 |
*** quiquell is now known as quiquell|bbl | 06:21 | |
*** moshele has joined #tripleo | 06:23 | |
*** yolanda__ has joined #tripleo | 06:28 | |
*** moshele has quit IRC | 06:29 | |
*** ykarel__ has joined #tripleo | 06:32 | |
*** rh-jelabarre has quit IRC | 06:32 | |
*** ykarel_ has quit IRC | 06:35 | |
*** rh-jelabarre has joined #tripleo | 06:36 | |
*** agopi has quit IRC | 06:39 | |
*** shardy has joined #tripleo | 06:40 | |
bogdando | hjensas: hi, could you please take a look https://bugs.launchpad.net/~bogdando ? | 06:43 |
bogdando | um, bad paste :D | 06:43 |
bogdando | hjensas: that one https://bugs.launchpad.net/tripleo/+bug/1779916/comments/3 | 06:43 |
openstack | Launchpad bug 1779916 in tripleo "undercloud.conf net_config_override broken with containerized undercloud" [High,Incomplete] - Assigned to Bogdan Dobrelya (bogdando) | 06:43 |
bogdando | I think there had been some changes to the ControlPlaneStaticRoutes for undercloud? | 06:44 |
bogdando | or rather affected undercloud as well | 06:44 |
*** ksambor has joined #tripleo | 06:44 | |
*** amoralej|off is now known as amoralej | 06:44 | |
*** bkopilov has joined #tripleo | 06:48 | |
*** ykarel__ is now known as ykarel | 06:52 | |
ehengtan | Can 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 #tripleo | 06:55 | |
*** quiquell|bbl is now known as quiquell | 06:58 | |
quiquell | bogdando: We can +1w this https://review.openstack.org/#/c/579803/ | 07:05 |
quiquell | bogdando: testing patch https://review.openstack.org/#/c/579815/ | 07:07 |
*** ffiore has joined #tripleo | 07:07 | |
quiquell | bogdando: Also I think it reduces the time for jobs | 07:07 |
*** edmondsw has joined #tripleo | 07:07 | |
*** ffiore has quit IRC | 07:08 | |
*** ffiore has joined #tripleo | 07:08 | |
*** udesale_ has joined #tripleo | 07:09 | |
*** udesale has quit IRC | 07:10 | |
*** udesale__ has joined #tripleo | 07:11 | |
quiquell | Some cores can we +1w this https://review.openstack.org/#/c/579803/ It could reduce job times | 07:11 |
*** ykarel is now known as ykarel|mtg | 07:11 | |
*** edmondsw has quit IRC | 07:12 | |
*** rcernin_ has quit IRC | 07:13 | |
openstackgerrit | Martin Schuppert proposed openstack/puppet-tripleo stable/queens: Make sure we apply qemu config changes https://review.openstack.org/580059 | 07:13 |
*** mdnadeem_ has quit IRC | 07:13 | |
*** ykarel_ has joined #tripleo | 07:13 | |
*** udesale_ has quit IRC | 07:14 | |
shardy | quiquell: I'm not sure what core group has +W rights on that repo, I'm tripleo-core but can't approve it | 07:15 |
openstackgerrit | Martin Schuppert proposed openstack/puppet-tripleo stable/pike: Make sure we apply qemu config changes https://review.openstack.org/580061 | 07:16 |
*** florianf has joined #tripleo | 07:16 | |
*** ykarel|mtg has quit IRC | 07:16 | |
*** tahini has quit IRC | 07:16 | |
*** Petersingh is now known as Petersingh|afk | 07:19 | |
*** pmannidi has quit IRC | 07:21 | |
openstackgerrit | Martin Schuppert proposed openstack/tripleo-heat-templates stable/queens: Set configure_qemu to true to get qemu port range applied https://review.openstack.org/580066 | 07:21 |
*** yolanda__ is now known as yolanda | 07:21 | |
quiquell | shardy: Humm... where is this information ? | 07:24 |
quiquell | stevebaker: You there ? we cannot +1w this https://review.openstack.org/#/c/579803/ | 07:24 |
quiquell | shardy: At least we can add a +2 | 07:24 |
shardy | quiquell: No I can only add +1 | 07:24 |
openstackgerrit | Martin Schuppert proposed openstack/tripleo-heat-templates stable/pike: Set configure_qemu to true to get qemu port range applied https://review.openstack.org/580068 | 07:24 |
shardy | quiquell: the information should be in the project-config repo I think, sec let me grep it | 07:25 |
quiquell | shardy: thanks | 07:25 |
*** nyechiel has quit IRC | 07:25 | |
*** shreshtha has quit IRC | 07:25 | |
*** nyechiel_ has joined #tripleo | 07:25 | |
*** mdnadeem_ has joined #tripleo | 07:26 | |
*** shreshtha has joined #tripleo | 07:26 | |
*** Petersingh|afk is now known as Petersingh | 07:27 | |
shardy | ./gerrit/acls/openstack/ansible-role-tripleo-modify-image.config:label-Workflow = -1..+1 group ansible-role-tripleo-modify-image-core | 07:27 |
shardy | quiquell: https://review.openstack.org/#/admin/groups/1916,members | 07:27 |
shardy | only stevebaker or EmilienM can approve it | 07:28 |
*** tesseract has joined #tripleo | 07:28 | |
shardy | we should probably fix that | 07:28 |
quiquell | shardy: EmilienM or stevebaker that's all | 07:28 |
quiquell | EmilienM: you there ? | 07:28 |
quiquell | shardy: I am comparing times with a noop change | 07:28 |
quiquell | Feels better https://review.openstack.org/#/c/560445/ | 07:28 |
quiquell | But maybe it was just lucky | 07:29 |
*** suuuper has joined #tripleo | 07:29 | |
*** ykarel__ has joined #tripleo | 07:34 | |
*** pmannidi has joined #tripleo | 07:35 | |
*** jpich has joined #tripleo | 07:35 | |
*** ykarel_ has quit IRC | 07:37 | |
*** tosky has joined #tripleo | 07:37 | |
*** Petersingh is now known as Petersingh|lunch | 07:37 | |
*** tahini has joined #tripleo | 07:37 | |
*** dmacpher has quit IRC | 07:41 | |
bogdando | quiquell: ack. I have no core rights to the ansible-role* | 07:44 |
quiquell | bogdando: Ok, will wait for stevebaker or EmilienM | 07:45 |
quiquell | I think they are the only ones | 07:45 |
*** gkadam__ has joined #tripleo | 07:59 | |
openstackgerrit | RedHat RDO CI proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras https://review.openstack.org/560445 | 08:00 |
*** shreshtha has quit IRC | 08:00 | |
*** shreshtha has joined #tripleo | 08:00 | |
*** jpena|off is now known as jpena | 08:04 | |
*** yprokule has quit IRC | 08:05 | |
bogdando | hjensas: please disregard that ControlPlaneStaticRoutes, that's something in the tripleoclient is wrong :) | 08:05 |
bogdando | fixing... | 08:06 |
bogdando | slagle: ^^ | 08:06 |
*** pliu_ has joined #tripleo | 08:07 | |
*** holser_ has joined #tripleo | 08:08 | |
stevebaker | approved, we should add tripleo core to that repo approvers | 08:08 |
*** pmannidi has quit IRC | 08:09 | |
*** ehengtan has quit IRC | 08:09 | |
*** derekh has joined #tripleo | 08:14 | |
openstackgerrit | Merged openstack/ansible-role-tripleo-modify-image master: Remove previous yum.repos.d to only used the custom ones https://review.openstack.org/579803 | 08:15 |
openstackgerrit | Bogdan Dobrelya proposed openstack/python-tripleoclient master: Fix net_config_override https://review.openstack.org/580084 | 08:16 |
bogdando | stevebaker: hi, PTAL https://review.openstack.org/#/c/575742/ :) | 08:18 |
bogdando | answered the comments | 08:19 |
bogdando | and please restore +2 lost after rebase https://review.openstack.org/#/c/572404/ | 08:19 |
openstackgerrit | Vu Cong Tuan proposed openstack/tripleo-repos master: Switch to stestr https://review.openstack.org/580085 | 08:20 |
bogdando | need more eyes on that docs update folks https://review.openstack.org/#/c/578799/ | 08:20 |
bogdando | looking for the better case describing the passwords update | 08:20 |
*** pmannidi has joined #tripleo | 08:21 | |
*** moshele has joined #tripleo | 08:22 | |
*** pmannidi has quit IRC | 08:22 | |
*** akrivoka has joined #tripleo | 08:22 | |
*** kopecmartin has joined #tripleo | 08:24 | |
*** moshele has quit IRC | 08:26 | |
*** waleedm has joined #tripleo | 08:27 | |
*** ykarel__ is now known as ykarel | 08:27 | |
*** Petersingh|lunch is now known as Petersingh | 08:29 | |
*** pliu_ has quit IRC | 08:30 | |
*** pliu_ has joined #tripleo | 08:33 | |
openstackgerrit | Quique Llorente proposed openstack-infra/tripleo-ci master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580088 | 08:34 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580089 | 08:34 |
*** dbecker has joined #tripleo | 08:34 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 08:34 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 08:35 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580089 | 08:35 |
openstackgerrit | Quique Llorente proposed openstack-infra/tripleo-ci master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580088 | 08:35 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 08:39 |
*** panda|off is now known as panda | 08:39 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 08:42 |
*** dbecker has quit IRC | 08:42 | |
*** Goneri has joined #tripleo | 08:43 | |
*** lvdombrkr has joined #tripleo | 08:46 | |
*** holser_ has quit IRC | 08:46 | |
*** jaganathan has quit IRC | 08:48 | |
*** Petersingh is now known as Petersingh|afk | 08:54 | |
*** holser_ has joined #tripleo | 08:54 | |
*** edmondsw has joined #tripleo | 08:56 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580089 | 08:57 |
cgoncalves | shardy, morning! thanks for reviewing https://review.openstack.org/#/c/518331/ | 08:57 |
*** Petersingh|afk is now known as Petersingh | 08:57 | |
cgoncalves | shardy, one question I have is if it's possible to get the version name and use it in ci/environments/scenario010-multinode-containers.yaml | 08:57 |
cgoncalves | shardy, 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 #tripleo | 09:00 | |
*** matbu has quit IRC | 09:01 | |
*** edmondsw has quit IRC | 09:01 | |
shardy | cgoncalves: you could add a OctaviaAmphoraImageVersion parameter or something | 09:03 |
shardy | and use str_replace or list_join to create the url | 09:03 |
shardy | actually there's a heat function to create urls now as well | 09:03 |
*** Petersingh is now known as Petersingh|afk | 09:03 | |
*** jaganathan has joined #tripleo | 09:04 | |
*** bkopilov has quit IRC | 09:04 | |
cgoncalves | shardy, right, the question is how to retrieve the release version name (e.g. queens, master) | 09:04 |
shardy | https://docs.openstack.org/heat/latest/template_guide/hot_spec.html#make-url | 09:05 |
*** leanderthal has joined #tripleo | 09:05 | |
shardy | cgoncalves: can we just have a different default in the template for each branch of t-h-t? | 09:05 |
shardy | or is this specific to CI? | 09:05 |
cgoncalves | shardy, we could have a different default for each branch, sure. I just thought there could be a better way of doing that :) | 09:06 |
cgoncalves | otherwise we may forget to change it when branching and keep testing with master | 09:06 |
shardy | cgoncalves: yeah I can't think of one atm | 09:06 |
shardy | cgoncalves: yeah we might want to add a test to check that | 09:07 |
*** matbu has joined #tripleo | 09:07 | |
cgoncalves | shardy, ok, no problem. just wanted to make sure we'd implement it the best way possible. thank you! | 09:07 |
shardy | cgoncalves: np! | 09:08 |
*** Skyraven has joined #tripleo | 09:09 | |
Skyraven | hi 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 template | 09:10 |
Skyraven | despite 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 |
Skyraven | this is on Newton | 09:11 |
Skyraven | I 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 net | 09:11 |
*** dbecker has quit IRC | 09:14 | |
openstackgerrit | Vu Cong Tuan proposed openstack/tripleo-repos master: Switch to stestr https://review.openstack.org/580085 | 09:14 |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Add ability to filter container images to modify https://review.openstack.org/579918 | 09:15 |
shardy | https://github.com/openstack/tripleo-heat-templates/blob/master/validation-scripts/all-nodes.sh#L113 | 09:17 |
*** yamahata has quit IRC | 09:17 | |
shardy | https://github.com/openstack/tripleo-heat-templates/blob/master/overcloud.j2.yaml#L831 | 09:17 |
openstackgerrit | Merged openstack/tripleo-quickstart master: Switch to the containerized services defaults https://review.openstack.org/579080 | 09:17 |
*** paramite has quit IRC | 09:17 | |
shardy | Skyraven: Hi, ^^ shows where that is happening, by default we set PingTestIps to ping all enabled networks on the controller | 09:17 |
shardy | Skyraven: but it should be possible to have a subset on custom roles, e.g we have no ExternalNetwork on non-controller roles | 09:18 |
lvdombrkr | shardy: hi quick questions. should cloud-init work with only ipv6? | 09:18 |
* shardy checks the script | 09:18 | |
shardy | Skyraven: a short-term workaround is to map OS::TripleO::AllNodes::Validation to OS::Heat::None in the resource_registry | 09:18 |
shardy | lvdombrkr: AFAIK yes but I've not tested it myself | 09:19 |
*** bkopilov has joined #tripleo | 09:20 | |
Skyraven | shardy: 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 |
Skyraven | shardy: wondering if it's possible to add an exception or something somewhere in a template | 09:20 |
shardy | Skyraven: so to clarify, there is no Storage network connection to the Controller? | 09:21 |
Skyraven | I have like this: Controller - all nets | 09:21 |
Skyraven | Contrail Analytics -> tenant, internal api, external | 09:21 |
Skyraven | so during validation it goes to the Analytics node and it tries to ping teh Controller on the storage net | 09:21 |
Skyraven | that I'd like not to happen | 09:21 |
lvdombrkr | shardy: 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 |
shardy | Skyraven: 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 them | 09:22 |
Skyraven | shardy: was afraid you might say something like that :) darn | 09:23 |
openstackgerrit | Juan Badia Payno proposed openstack/tripleo-heat-templates master: Revert "Correct log location in container environment for Fluentd" https://review.openstack.org/580102 | 09:24 |
shardy | Skyraven: does ip r on the Contrail Analytics include a route to the Storage network? | 09:24 |
shardy | https://github.com/openstack/tripleo-heat-templates/blob/master/validation-scripts/all-nodes.sh#L33 | 09:24 |
Skyraven | shardy: 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 |
Skyraven | the 10.0.0.0/8 I wanted to use as fallback net | 09:25 |
shardy | Skyraven: Ok that sounds like the issue, we assume a node should have access to a network if it's routable | 09:26 |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Delete not-used services-docker files https://review.openstack.org/567810 | 09:26 |
shardy | perhaps we could make that more explicit in the script, but can you change the routing so the current networks= detection works? | 09:26 |
Skyraven | shardy: ah so if I remove that static route or if I were to have a different subnet routed, then it would work | 09:26 |
openstackgerrit | Carlos Goncalves proposed openstack/tripleo-heat-templates master: Add scenario010 for testing Octavia https://review.openstack.org/518331 | 09:27 |
openstackgerrit | Carlos Goncalves proposed openstack/tripleo-heat-templates master: [WIP] scenario010: use Octavia amphora image from RDO https://review.openstack.org/580104 | 09:27 |
*** nyechiel_ has quit IRC | 09:27 | |
shardy | Skyraven: yes I think so | 09:27 |
Skyraven | shardy: roger that, thanks for the tip !! it does make sense | 09:27 |
*** nyechiel_ has joined #tripleo | 09:27 | |
shardy | lvdombrkr: is this an overcloud deployment or deploying on the deployed overcloud? | 09:27 |
shardy | IIRC you have to use config drive instead of the metadata API on ipv6 | 09:27 |
*** gvrangan has joined #tripleo | 09:28 | |
lvdombrkr | shardy: its overcloud deployment, yes i need to test config drive usage | 09:29 |
openstackgerrit | Merged openstack/python-tripleoclient stable/pike: Avoid tox_install.sh for constraints support https://review.openstack.org/579344 | 09:32 |
*** alee has quit IRC | 09:32 | |
shardy | lvdombrkr: 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 nodes | 09:33 |
shardy | https://github.com/openstack/instack-undercloud/commit/a96156a6b3a278917bb3a70ef4b335740acfd1a0 | 09:35 |
shardy | lvdombrkr: ^^ yeah we set it 3 years ago - are you using the new containerized undercloud? | 09:36 |
shardy | or perhaps it's a cloud-init bug, I'd check if the config-drive is attached to the nodes as a first step | 09:36 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 09:40 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580089 | 09:42 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580089 | 09:42 |
lvdombrkr | shardy: not i have undercloud without containers, thank for tips | 09:47 |
janki | HI. Can I get some reviews plz https://review.openstack.org/#/c/579494/ | 09:50 |
*** paramite has joined #tripleo | 09:51 | |
*** tvignaud has quit IRC | 09:52 | |
openstackgerrit | Carlos Goncalves proposed openstack/tripleo-quickstart master: Add fs038 for Octavia scenario testing https://review.openstack.org/531168 | 09:55 |
openstackgerrit | Carlos Goncalves proposed openstack/tripleo-quickstart master: WIP: featureset038: run Octavia tempest tests https://review.openstack.org/580119 | 09:55 |
openstackgerrit | Damien Ciabrini proposed openstack/tripleo-heat-templates master: Do not disable ipv6 on loopback interface for epmd https://review.openstack.org/580120 | 09:55 |
*** jfrancoa has quit IRC | 09:58 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci master: Run only CI playbooks in run.yml zuul playbook https://review.openstack.org/565740 | 09:58 |
*** tvignaud has joined #tripleo | 09:58 | |
sshnaidm|rover | EmilienM, thanks, now combined everything in https://review.openstack.org/#/c/565740/ | 09:59 |
*** holser_ has quit IRC | 09:59 | |
*** jfrancoa has joined #tripleo | 10:01 | |
openstackgerrit | Numan Siddique proposed openstack/tripleo-heat-templates stable/queens: OVN: Remove environment files which deploy OVN dbs in non HA https://review.openstack.org/579796 | 10:02 |
*** jaganathan has quit IRC | 10:02 | |
*** holser_ has joined #tripleo | 10:05 | |
*** leanderthal has quit IRC | 10:09 | |
numans | mwhahaha, 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 numans | 10:09 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-heat-templates stable/queens: Execute post_update_tasks in update playbook https://review.openstack.org/579824 | 10:10 |
numans | skramaja_, thanks. | 10:11 |
*** bkopilov has quit IRC | 10:11 | |
*** leanderthal has joined #tripleo | 10:11 | |
*** gvrangan has quit IRC | 10:13 | |
*** alee has joined #tripleo | 10:13 | |
*** jaganathan has joined #tripleo | 10:15 | |
*** holser_ has quit IRC | 10:15 | |
*** holser_ has joined #tripleo | 10:17 | |
*** avivgt has quit IRC | 10:22 | |
*** bkopilov has joined #tripleo | 10:23 | |
*** nyechiel has joined #tripleo | 10:25 | |
*** nyechiel_ has quit IRC | 10:25 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Delete not-used services-docker files https://review.openstack.org/567810 | 10:33 |
*** udesale__ has quit IRC | 10:34 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/tripleo-ci master: Add FS055 job as experimental to run refstack tests https://review.openstack.org/570892 | 10:35 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: WIP cinder-* bundles to not need to be run as root https://review.openstack.org/580127 | 10:36 |
*** Petersingh|afk is now known as Petersingh | 10:36 | |
*** psahoo has quit IRC | 10:36 | |
*** dbecker has joined #tripleo | 10:37 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: WIP cinder-* bundles and manila-share to not need to be run as root https://review.openstack.org/580127 | 10:41 |
*** Petersingh has quit IRC | 10:42 | |
bogdando | janki: hi, replied https://review.openstack.org/#/c/567797/3 | 10:43 |
bogdando | I hope that's clear | 10:43 |
bogdando | let me know if more clarifications needed | 10:44 |
*** jaganathan has quit IRC | 10:44 | |
*** edmondsw has joined #tripleo | 10:45 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Move remnants of environments/services-docker https://review.openstack.org/567811 | 10:47 |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Switch remaining env files to containers defaults https://review.openstack.org/567813 | 10:47 |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Add environment/services-baremetal/*. https://review.openstack.org/567797 | 10:47 |
*** edmondsw has quit IRC | 10:50 | |
*** quiquell is now known as quiquell|mtg | 10:50 | |
bogdando | folks, can we have this https://review.openstack.org/#/c/567863 merged? | 10:51 |
bogdando | I really would like to see https://review.openstack.org/#/q/topic:containers-default-stable/queens+(status:open+OR+status:merged) finished one day :D | 10:51 |
*** pdeore has quit IRC | 10:52 | |
*** sanjayu__ has quit IRC | 10:53 | |
openstackgerrit | Florian Fuchs proposed openstack/tripleo-validations master: Add a OpenShift on OpenStack HW validation https://review.openstack.org/575749 | 10:54 |
*** avivgt has joined #tripleo | 10:58 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-heat-templates stable/queens: Adds docker SFC and cleans up ODL envs https://review.openstack.org/575122 | 10:59 |
*** jpena is now known as jpena|lunch | 10:59 | |
alee | shardy, hey -- was trying the "openstack container put object overcloud plan-environment.yaml" but that doesn't seem to work | 11:02 |
alee | shardy, there doesn't seem to be a "put object" command | 11:02 |
openstackgerrit | Bob Fournier proposed openstack/tripleo-heat-templates stable/ocata: Define default route for Management network https://review.openstack.org/579961 | 11:05 |
alee | shardy, openstack object save --file old.yaml overcloud plan-environment.yaml works to get the old.yaml file | 11:05 |
alee | shardy, but how to save a modified version? | 11:05 |
*** dtantsur|afk is now known as dtantsur | 11:10 | |
*** gvrangan has joined #tripleo | 11:12 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates master: Enable collectd to connect to metrics QDR https://review.openstack.org/576057 | 11:16 |
alee | shardy, ok -- I can use swift upload ... | 11:28 |
*** gvrangan has quit IRC | 11:32 | |
*** quiquell|mtg is now known as quiquell | 11:35 | |
*** udesale__ has joined #tripleo | 11:40 | |
*** etingof is now known as etingof|brb | 11:40 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Fix centos opstools repo deactivation https://review.openstack.org/577146 | 11:46 |
*** udesale has joined #tripleo | 11:46 | |
*** udesale__ has quit IRC | 11:47 | |
*** ratailor has quit IRC | 11:51 | |
*** peereb has joined #tripleo | 11:52 | |
*** nyechiel has quit IRC | 11:58 | |
*** psachin` has joined #tripleo | 11:58 | |
*** psachin has quit IRC | 11:59 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart-extras master: ensure the container_build_id is set https://review.openstack.org/579382 | 12:00 |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: Replace deprecated include moudle with include/import_tasks moudle https://review.openstack.org/579844 | 12:01 |
openstackgerrit | Dmitry Tantsur proposed openstack/tripleo-docs master: Update information on configuring networks for ironic in the overcloud https://review.openstack.org/555347 | 12:03 |
*** quiquell is now known as quiquell|lunch | 12:03 | |
*** gvrangan has joined #tripleo | 12:04 | |
*** mdnadeem_ has quit IRC | 12:05 | |
*** mdnadeem has joined #tripleo | 12:06 | |
*** amoralej is now known as amoralej|lunch | 12:06 | |
bogdando | folks, 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 |
bogdando | I 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 #tripleo | 12:08 | |
*** bkopilov has quit IRC | 12:13 | |
*** jpena|lunch is now known as jpena | 12:16 | |
*** raildo has joined #tripleo | 12:17 | |
janki | bogdando, 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 plz | 12:20 |
EmilienM | hi | 12:21 |
*** leanderthal has quit IRC | 12:21 | |
chkumar|ruck | EmilienM: Hello | 12:22 |
bogdando | janki: just go for it, then I will rebase my patches on top | 12:22 |
bogdando | lgtm btw | 12:22 |
chkumar|ruck | EmilienM: most of the gate jobs are failing at deploy the overcloud step due to timed out | 12:22 |
janki | bogdando, thanks :) | 12:23 |
janki | shardy, jistr mandre marios Can I ask for reviews plz https://review.openstack.org/#/c/579494/ | 12:23 |
*** saneax has joined #tripleo | 12:24 | |
bogdando | folks, can we have this https://review.openstack.org/#/c/567863 merged? | 12:26 |
bogdando | I *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 |
Satarel | hello again, got another question | 12:27 |
bogdando | and https://review.openstack.org/#/c/567810/ should be good to go, let's wait for CI | 12:27 |
*** saneax has quit IRC | 12:28 | |
Satarel | is 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 means | 12:28 |
*** saneax has joined #tripleo | 12:28 | |
EmilienM | bogdando: the gate is in bad shape, I don't think we can merge anything | 12:29 |
bogdando | EmilienM: ack | 12:29 |
Satarel | i tried cleaning the pacemaker config, /var/lib/mysql/* and currently running containers, but the re-init of galera fails | 12: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 | |
EmilienM | bogdando: I would rather use some help on this front | 12:29 |
EmilienM | chkumar|ruck: I saw that. | 12:30 |
bogdando | EmilienM: which front? we have so much of it :D | 12:30 |
marios | janki: ack | 12:30 |
EmilienM | bogdando: we need to look at the gate failures | 12:31 |
EmilienM | http://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_34 | 12:32 |
EmilienM | this is one error that happens in the gate ^ | 12:32 |
EmilienM | sounds like an rpm issue | 12:33 |
*** edmondsw has joined #tripleo | 12:33 | |
ykarel | EmilienM, looks like ^^ should not happen after https://review.rdoproject.org/r/#/c/14588/ | 12:34 |
ykarel | merged 2 hours back, | 12:34 |
ykarel | or it's happening after it? | 12:34 |
bogdando | EmilienM, ykarel: oh, so we're done. That was fast! | 12:34 |
EmilienM | ykarel: I guess we probably want to do the revert https://review.rdoproject.org/r/14606 | 12:35 |
dpeacock | florianf: Hey! Friendly reminder to take a look at https://review.openstack.org/#/c/577397/ when you get time please! :-) | 12:36 |
florianf | dpeacock: yup! | 12:37 |
florianf | dpeacock: thanks for reminding me! | 12:37 |
dpeacock | Very much appreciated - thank you sir :-) | 12:37 |
*** edmondsw has quit IRC | 12:38 | |
florianf | dpeacock: thanks for your patience :-) | 12:41 |
*** leanderthal has joined #tripleo | 12:41 | |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Add ability to filter container images to modify https://review.openstack.org/579918 | 12:45 |
openstackgerrit | Marios Andreou proposed openstack/tripleo-quickstart-extras master: Adds check and install python-virtualenv+other dependencies + warning https://review.openstack.org/578081 | 12:45 |
numans | skramaja_, ping | 12:51 |
skramaja_ | numans: pong | 12:52 |
numans | skramaja_, 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#L90 | 12:52 |
numans | skramaja_, any pointers on how can i consume it in puppet-ovn | 12:52 |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-common master: Parametrize ansible transport setting https://review.openstack.org/580157 | 12:53 |
*** quiquell|lunch is now known as quiquell | 12:54 | |
skramaja_ | numans: karthiks could help here ^^^ | 12:55 |
*** gvrangan has quit IRC | 12:55 | |
numans | karthiks, hey | 12:56 |
*** ukalifon has quit IRC | 13:00 | |
*** cshastri has quit IRC | 13:02 | |
*** mdnadeem has quit IRC | 13:03 | |
*** amoralej|lunch is now known as amoralej | 13:03 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/tripleo-common master: Parametrize ansible transport setting https://review.openstack.org/580157 | 13:07 |
ccamacho | Hi janki! mind to check this backport? https://review.openstack.org/#/c/579824/ | 13:09 |
janki | ccamacho, done. Help merge this https://review.openstack.org/#/c/579494/? | 13:12 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 13:13 |
ykarel | EmilienM, apart from that rpm issue, there were timeout issues as well since yesterday, is there fix somewhere? | 13:14 |
EmilienM | ykarel: I'm working on https://review.openstack.org/#/c/580037/ | 13:15 |
EmilienM | I hope it'll help | 13:15 |
ykarel | EmilienM, Okk Good | 13:15 |
ykarel | Thanks | 13:15 |
EmilienM | it'll basically prepare the docker registry in "pre", before running the actual tripleo job | 13:15 |
EmilienM | so we already have containers pulled on the host | 13:15 |
ccamacho | janki done! thanks | 13:15 |
ccamacho | EmilienM, mind to check this tripleo-common patch? https://review.openstack.org/#/c/579896/ simple fix, big error | 13:15 |
ccamacho | thanks! | 13:15 |
janki | ccamacho, thank you :) | 13:16 |
EmilienM | ccamacho: the gate is currently in bad shape, timeouts etc | 13:17 |
EmilienM | I'm not sure we should approve stuffs | 13:17 |
EmilienM | as it'll increase the gate and increase timeouts | 13:17 |
EmilienM | I've +2 your patch but didn't approve yet | 13:17 |
ccamacho | thank you EmilienM | 13:18 |
*** mdnadeem has joined #tripleo | 13:18 | |
*** hjensas has quit IRC | 13:22 | |
openstackgerrit | Derek Higgins proposed openstack/tripleo-quickstart master: [WIP] Add featureset 054 - overcloud baremetal+ansible-ml2 https://review.openstack.org/579601 | 13:28 |
*** mdnadeem has quit IRC | 13:30 | |
*** noslzzp has quit IRC | 13:32 | |
*** yprokule has joined #tripleo | 13:33 | |
*** waleedm has quit IRC | 13:39 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-common master: Select default "openstack" plan when no plan-environment.yaml found https://review.openstack.org/579892 | 13:44 |
*** etingof|brb is now known as etingof | 13:47 | |
beagles | /away food | 13:48 |
beagles | hah | 13:48 |
*** quiquell is now known as quiquell|off | 13:49 | |
*** agopi has joined #tripleo | 13:50 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates master: Enable decoupled deployment plans e.g for OpenShift, DPDK etc https://review.openstack.org/574753 | 13:53 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: ControlPlaneSubnetCidr using get_attr https://review.openstack.org/579579 | 13:55 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: ControlPlaneDefaultRoute using get_attr https://review.openstack.org/579580 | 13:55 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: EC2MetadatIp using get_attr https://review.openstack.org/579581 | 13:55 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: DnsServers using get_attr https://review.openstack.org/579582 | 13:55 |
*** hjensas has joined #tripleo | 13:55 | |
*** hjensas has quit IRC | 13:55 | |
*** hjensas has joined #tripleo | 13:55 | |
*** ykarel is now known as ykarel|away | 13:55 | |
*** skramaja_ has quit IRC | 13:58 | |
*** alee has quit IRC | 13:59 | |
*** alee has joined #tripleo | 13:59 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 13:59 |
*** ykarel|away has quit IRC | 14:01 | |
*** marrusl has quit IRC | 14:05 | |
*** sshnaidm|rover is now known as sshnaidm|afk | 14:11 | |
*** mcornea has joined #tripleo | 14:13 | |
*** yrabl has joined #tripleo | 14:18 | |
*** ramishra has quit IRC | 14:18 | |
*** edmondsw has joined #tripleo | 14:22 | |
*** ramishra has joined #tripleo | 14:22 | |
*** artom has joined #tripleo | 14:26 | |
*** edmondsw has quit IRC | 14:27 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/python-tripleoclient master: Generate ansible.cfg for UC/standalone deployments https://review.openstack.org/580171 | 14:29 |
bogdando | PTAL https://review.openstack.org/#/q/topic:shared_ansible_cfg+(status:open+OR+status:merged) | 14:29 |
*** ykarel|away has joined #tripleo | 14:31 | |
*** ykarel|away is now known as ykarel | 14:32 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580089 | 14:34 |
openstackgerrit | Quique Llorente proposed openstack-infra/tripleo-ci master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580088 | 14:34 |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Use the ara-report mechanism from logs.o.o https://review.openstack.org/580090 | 14:34 |
bogdando | folks, can we have this https://review.openstack.org/#/c/567863 merged? shardy mandre | 14:35 |
bogdando | EmilienM: oh, red, right... | 14:35 |
bogdando | well, at least some +2s | 14:36 |
EmilienM | please avoid merging things | 14:37 |
EmilienM | it's really pointless to increase the gate as we have timeouts | 14:37 |
*** rh-jelabarre has quit IRC | 14:40 | |
*** bogdando has quit IRC | 14:40 | |
*** rmascena has joined #tripleo | 14:42 | |
*** raildo has quit IRC | 14:44 | |
*** rh-jelabarre has joined #tripleo | 14:47 | |
ccamacho | hey marios around? mind to check this cherrypick? https://review.openstack.org/#/c/579824/ when having some cycles? | 14:48 |
ccamacho | should be aesy just wanted to double check | 14:48 |
ccamacho | thanks! | 14:48 |
*** hamdyk has quit IRC | 14:49 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 14:50 |
*** ramishra has quit IRC | 14:51 | |
*** moshele has joined #tripleo | 14:52 | |
marios | ccamacho: ack | 14:52 |
*** ramishra has joined #tripleo | 14:53 | |
*** yamahata has joined #tripleo | 14:57 | |
*** waleedm has joined #tripleo | 14:57 | |
*** moshele has quit IRC | 14:59 | |
*** dxiri has quit IRC | 15:00 | |
*** yrabl has quit IRC | 15:00 | |
openstackgerrit | Harald Jensås proposed openstack/os-net-config master: Route object - add support for neutrons Route schema. https://review.openstack.org/579842 | 15:01 |
*** pliu_ has quit IRC | 15:04 | |
*** aufi has quit IRC | 15:10 | |
ccamacho | thanks marios! | 15:11 |
*** dparkes has quit IRC | 15:15 | |
*** ramishra has quit IRC | 15:20 | |
*** ksambor has quit IRC | 15:23 | |
*** rmascena is now known as raildo | 15:24 | |
openstackgerrit | Juan Badia Payno proposed openstack/tripleo-heat-templates master: Fluentd: disable log path docker transformation https://review.openstack.org/580193 | 15:26 |
EmilienM | marios, ccamacho : like we said earlier, the gate is in really bad shape now | 15:27 |
EmilienM | we should stop approving things... | 15:28 |
EmilienM | see topic | 15: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 | |
tahini | Hi, I need some help with my openstack install: | 15:30 |
tahini | I 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 |
tahini | It worked fine, I could access the network, etc, reboot the machine, openstack went back up, no problem | 15:31 |
*** Skyraven has quit IRC | 15:32 | |
tahini | Then 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 anything | 15:32 |
beagles | this isn't really the channel for packstack installs | 15:33 |
tahini | where should I ask this question then? | 15:34 |
marios | EmilienM: ah sorry i missed it sorry for that i was just responding to ping and didnt pay attention to the chan topic | 15:34 |
EmilienM | no worries | 15:34 |
EmilienM | just to remind folks :D | 15:34 |
beagles | tahini, try #rdo | 15:34 |
tahini | beagles, ok thanks | 15:35 |
EmilienM | the gate is almost 20h of waiting | 15:35 |
*** lvdombrkr has quit IRC | 15:35 | |
beagles | it's the heat - the gate is telling us all to go to the beach | 15:35 |
EmilienM | the what? | 15:37 |
EmilienM | come in Calgary, it's humid and cold today | 15:37 |
openstackgerrit | Dmitry Tantsur proposed openstack/tripleo-heat-templates master: FFU: missing ironic tasks https://review.openstack.org/580200 | 15:37 |
beagles | eep | 15:38 |
beagles | it's 25 here - pretty nice really | 15:38 |
*** sshnaidm|afk is now known as sshnaidm|rover | 15:38 | |
*** udesale_ has joined #tripleo | 15:40 | |
*** udesale has quit IRC | 15:43 | |
karthiks | numans, hi | 15:45 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo stable/ocata: Prepare 6.5.14 (ocata) https://review.openstack.org/580202 | 15:50 |
*** sanjay__u has quit IRC | 15:51 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo stable/pike: Prepare 7.4.14 (pike) https://review.openstack.org/580203 | 15:51 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo stable/queens: Prepare 8.3.4 (queens) https://review.openstack.org/580206 | 15:51 |
numans | karthiks, never mind i figured it out :) | 15:52 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-ui stable/queens: Prepare 8.3.2 (queens) https://review.openstack.org/580207 | 15:52 |
karthiks | numans, cool ! | 15:53 |
*** leanderthal has quit IRC | 15:53 | |
*** yolanda has quit IRC | 15:54 | |
openstackgerrit | Martin André proposed openstack/tripleo-common master: Add ability to filter container images to modify https://review.openstack.org/579918 | 15:57 |
*** shardy has quit IRC | 15:58 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 15:58 |
*** alee has quit IRC | 15:59 | |
*** Skyraven has joined #tripleo | 16:00 | |
*** alee has joined #tripleo | 16:00 | |
*** Skyraven has quit IRC | 16:00 | |
EmilienM | the gate is really busy I'm going to purge it | 16:03 |
EmilienM | it doesn't make sense, things do not merge | 16:03 |
EmilienM | sshnaidm|rover, chkumar|ruck ^ | 16:04 |
EmilienM | we are wasting a lot of resources | 16:04 |
EmilienM | i'll write it uppercase : | 16:08 |
*** ykarel has quit IRC | 16:08 | |
EmilienM | DO NOT RECHECK, DO NOT APPROVE ANYTHING | 16:08 |
EmilienM | it's impossible to merge anything right now | 16:08 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-common master: Retry inspect of container images https://review.openstack.org/579734 | 16:09 |
EmilienM | we need this one though ^ | 16:09 |
*** edmondsw has joined #tripleo | 16:10 | |
EmilienM | sshnaidm|rover, chkumar|ruck: are you guys tracking all the issues in gate? I've seen 3 different bugs today | 16:11 |
sshnaidm|rover | EmilienM, which bugs are we talking? | 16:13 |
sshnaidm|rover | EmilienM, for now I see the issue with containers prepare that takes an hour.. | 16:14 |
*** suuuper has quit IRC | 16:15 | |
*** edmondsw has quit IRC | 16:15 | |
*** gkadam__ has quit IRC | 16:16 | |
EmilienM | sshnaidm|rover: I've seen other problems | 16:16 |
EmilienM | http://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_689007 | 16:17 |
EmilienM | and many others | 16:17 |
EmilienM | just look at random failures | 16:17 |
sshnaidm|rover | EmilienM, yeah, I look in sova, but didn't see such failures yet, looking now | 16:19 |
*** peereb has quit IRC | 16:21 | |
*** dxiri has joined #tripleo | 16:23 | |
*** alee has quit IRC | 16:30 | |
*** alee has joined #tripleo | 16:30 | |
*** tesseract has quit IRC | 16:30 | |
openstackgerrit | Gabriele Cerami proposed openstack-infra/tripleo-ci master: Migrating 2-nodes jobs to the new base configuration https://review.openstack.org/578456 | 16:31 |
*** ykarel has joined #tripleo | 16:32 | |
openstackgerrit | Harald Jensås proposed openstack/os-net-config master: Route object - add support for neutrons Route schema. https://review.openstack.org/579842 | 16:36 |
*** florianf has quit IRC | 16:38 | |
openstackgerrit | Harald Jensås proposed openstack/os-net-config master: Route object - add support for neutrons Route schema. https://review.openstack.org/579842 | 16:39 |
*** ykarel has quit IRC | 16:39 | |
*** udesale_ has quit IRC | 16:40 | |
*** janki has quit IRC | 16:42 | |
openstackgerrit | Luigi Toscano proposed openstack/tripleo-heat-templates master: Add FFU upgrade steps to Sahara services https://review.openstack.org/580212 | 16:45 |
tosky | mcornea: ^^ | 16:45 |
*** ffiore has quit IRC | 16:46 | |
mcornea | tosky: thanks, I'll pick it for testing and provide feedback | 16:46 |
tosky | thank you! | 16:46 |
*** waleedm has quit IRC | 16:46 | |
*** bkopilov has joined #tripleo | 16:47 | |
*** jpich has quit IRC | 16:47 | |
*** kopecmartin has quit IRC | 16:48 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 16:53 |
*** dtantsur is now known as dtantsur|afk | 16:56 | |
*** jpena is now known as jpena|off | 17:03 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart master: save curl errors in separate file for future debug https://review.openstack.org/580214 | 17:05 |
sshnaidm|rover | EmilienM, 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 IRC | 17:10 | |
*** derekh has quit IRC | 17:10 | |
*** raildo has joined #tripleo | 17:11 | |
*** amoralej is now known as amoralej|off | 17:11 | |
chkumar|ruck | EmilienM: https://review.rdoproject.org/etherpad/p/chkumar-ruck-rover-sprint16-notes | 17:12 |
chkumar|ruck | here i have noted down the failures which i monitored today | 17:12 |
*** dparkes has joined #tripleo | 17:23 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 17:26 |
openstackgerrit | Karthik S proposed openstack/os-net-config master: Adding VLAN support and other configs for sriov_vf https://review.openstack.org/541620 | 17:44 |
*** alee has quit IRC | 17:45 | |
*** alee has joined #tripleo | 17:46 | |
*** shreshtha has quit IRC | 17:47 | |
*** dbecker has quit IRC | 17:50 | |
*** psachin` has quit IRC | 17:58 | |
*** edmondsw has joined #tripleo | 17:59 | |
*** dsavineau has quit IRC | 18:02 | |
*** edmondsw has quit IRC | 18:03 | |
*** artom has quit IRC | 18:04 | |
*** yprokule has quit IRC | 18:05 | |
*** paramite has quit IRC | 18:06 | |
*** dsavineau has joined #tripleo | 18:09 | |
*** artom has joined #tripleo | 18:10 | |
*** avivgt has quit IRC | 18:16 | |
*** dparkes has quit IRC | 18:30 | |
openstackgerrit | Merged openstack/tripleo-common master: Retry inspect of container images https://review.openstack.org/579734 | 18:30 |
*** agopi has quit IRC | 18:34 | |
*** dparkes has joined #tripleo | 18:36 | |
*** jfrancoa has quit IRC | 18:39 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 18:41 |
EmilienM | https://review.openstack.org/579734 has merged, let's see if things are more stable | 18:42 |
EmilienM | sshnaidm|rover: ^ | 18:42 |
sshnaidm|rover | EmilienM, ok | 18:44 |
*** agopi has joined #tripleo | 18:53 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 18:54 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 19:21 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Iterate only once in network configs parameters https://review.openstack.org/580223 | 19:32 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Add some air - blank line between network's in net configs https://review.openstack.org/580224 | 19:32 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 19:35 |
*** bfournie has quit IRC | 19:40 | |
openstackgerrit | Luigi Toscano proposed openstack/tripleo-heat-templates master: Add FFU upgrade steps to Sahara services https://review.openstack.org/580212 | 19:44 |
*** edmondsw has joined #tripleo | 19:48 | |
*** edmondsw has quit IRC | 19:52 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 19:58 |
*** thrash is now known as thrash|g0ne | 20:00 | |
*** agopi has quit IRC | 20:03 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 20:09 |
*** raildo has quit IRC | 20:18 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 20:24 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: WIP cinder-* bundles and manila-share to not need to be run as root https://review.openstack.org/580127 | 20:26 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 20:32 |
*** artom has quit IRC | 20:35 | |
sshnaidm|rover | EmilienM, 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 IRC | 20:40 | |
EmilienM | sshnaidm|rover: that was my next step | 20:46 |
EmilienM | sshnaidm|rover: but first I want to make it work with docker.io | 20:46 |
EmilienM | but yeah we need the mirror | 20:47 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 20:52 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 20:58 |
*** alee has quit IRC | 21:02 | |
*** alee has joined #tripleo | 21:03 | |
*** alee has quit IRC | 21:17 | |
*** alee has joined #tripleo | 21:18 | |
*** holser_ has quit IRC | 21:23 | |
*** mcornea has quit IRC | 21:26 | |
*** alee has quit IRC | 21:29 | |
*** alee has joined #tripleo | 21:30 | |
*** alee has quit IRC | 21:34 | |
*** Goneri has quit IRC | 21:35 | |
*** alee has joined #tripleo | 21:35 | |
*** alee has quit IRC | 21:36 | |
*** edmondsw has joined #tripleo | 21:36 | |
*** alee has joined #tripleo | 21:36 | |
*** edmondsw has quit IRC | 21:41 | |
*** holser_ has joined #tripleo | 21:53 | |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Iterate only once in network configs parameters https://review.openstack.org/580223 | 21:54 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: yaml-validator - network_data validate show all errors https://review.openstack.org/580230 | 21:54 |
*** akrivoka has quit IRC | 21:55 | |
*** threestrands has joined #tripleo | 22:05 | |
*** threestrands has quit IRC | 22:05 | |
*** threestrands has joined #tripleo | 22:05 | |
*** threestrands has quit IRC | 22:06 | |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: yaml-validator - network_data validate show all errors https://review.openstack.org/580230 | 22:09 |
*** itlinux has joined #tripleo | 22:16 | |
itlinux | hello guys the following command does not gen any output openstack overcloud generate fencing --ipmi-lanplus --ipmi-level administrator --output fencing.yaml instackenv.json | 22:16 |
itlinux | any tips? | 22:16 |
itlinux | thanks here is the output | 22:16 |
itlinux | http://paste.openstack.org/show/725062/ | 22:17 |
*** rcernin has joined #tripleo | 22:27 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Prepare Docker Registry + Containers in pre-run https://review.openstack.org/580037 | 22:41 |
*** alee has quit IRC | 22:43 | |
*** holser_ has quit IRC | 22:48 | |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Iterate only once in network configs parameters https://review.openstack.org/580223 | 23:13 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Add subnet host_routes to output of OS::TripleO::*::Ports::Port https://review.openstack.org/580234 | 23:13 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Add host routes to subnets https://review.openstack.org/580235 | 23:13 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: [WiP] Add per-network routes to NIC templates https://review.openstack.org/580236 | 23:13 |
*** agopi has joined #tripleo | 23:18 | |
*** edmondsw has joined #tripleo | 23:25 | |
*** edmondsw has quit IRC | 23:30 | |
*** fzdarsky_ has joined #tripleo | 23:35 | |
*** fzdarsky__ has quit IRC | 23:36 | |
*** alee has joined #tripleo | 23:38 | |
*** alee has quit IRC | 23:48 | |
*** dhill_ has quit IRC | 23:54 | |
*** tosky has quit IRC | 23:55 | |
*** dhill_ has joined #tripleo | 23:55 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Support ARA statistics in InfluxDB for longest tasks https://review.openstack.org/580238 | 23:59 |
*** matbu has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!