*** agopi has quit IRC | 00:04 | |
*** fragatina has quit IRC | 00:13 | |
*** agopi has joined #tripleo | 00:13 | |
*** fragatina has joined #tripleo | 00:14 | |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Allow for more overhead in zaqar message https://review.openstack.org/560464 | 00:16 |
---|---|---|
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates master: Migrate Ceph deployment to external_deploy_task https://review.openstack.org/546966 | 00:17 |
*** fragatina has quit IRC | 00:18 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Handle undercloud upgrades via host_prep_tasks https://review.openstack.org/559210 | 00:20 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade master: WIP - containerized undercloud upgrade https://review.openstack.org/553629 | 00:21 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade master: WIP - containerized undercloud upgrade https://review.openstack.org/553629 | 00:21 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: WIP - Introduce tripleo-ci-centos-7-containerized-undercloud-upgrades https://review.openstack.org/553633 | 00:22 |
*** tosky has quit IRC | 00:23 | |
*** itlinux has joined #tripleo | 00:42 | |
*** nguyenhai_ has joined #tripleo | 00:43 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: haproxy: enable UI endpoint when TripleO UI is enabled https://review.openstack.org/560697 | 00:44 |
*** ccamacho has quit IRC | 00:45 | |
*** nguyenhai has quit IRC | 00:46 | |
*** mpjetta has quit IRC | 00:47 | |
*** mpjetta has joined #tripleo | 00:50 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: haproxy: enable UI on containerized undercloud https://review.openstack.org/560697 | 01:01 |
EmilienM | honza, dtrainor ^ I think this was our bug | 01:01 |
*** fzdarsky_ has joined #tripleo | 01:03 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Align enable_telemetry default with instack-undercloud https://review.openstack.org/538872 | 01:04 |
*** fzdarsky has quit IRC | 01:07 | |
*** fzdarsky_ has quit IRC | 01:07 | |
*** psahoo has joined #tripleo | 01:11 | |
*** fzdarsky_ has joined #tripleo | 01:13 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart-extras master: Remove nat/masquerading config workarounds. https://review.openstack.org/557851 | 01:15 |
*** vineet has quit IRC | 01:20 | |
*** jcoufal has joined #tripleo | 01:22 | |
*** jcoufal has quit IRC | 01:22 | |
dtrainor | EmilienM, perfect | 01:23 |
EmilienM | dtrainor: it's not finished | 01:23 |
EmilienM | I'm working on the JS config now | 01:23 |
dtrainor | right, but identifying it is key | 01:23 |
*** cshastri has joined #tripleo | 01:24 | |
*** yamahata has quit IRC | 01:25 | |
EmilienM | dtrainor: why endpoints in js config are not https? | 01:28 |
dtrainor | instack-undercloud resolves that | 01:28 |
EmilienM | see: http://logs.openstack.org/86/506186/19/check/tripleo-ci-centos-7-undercloud-containers/c60743a/logs/undercloud/var/log/config-data/tripleo-ui/var/www/openstack-tripleo-ui/dist/tripleo_ui_config.js.gz | 01:29 |
EmilienM | dtrainor: how? | 01:29 |
dtrainor | depending on undercloud.conf's enable_ui | 01:29 |
EmilienM | dtrainor: enable_ui just enable UI service | 01:30 |
EmilienM | dtrainor: i'm asking why endpoints are not HTTPS | 01:30 |
EmilienM | this is controlled by tripleo::ui::endpoint_* | 01:30 |
EmilienM | dtrainor: can you show your js config when you deploy with SSL please? | 01:31 |
dtrainor | in the file you linked to? probably because the undercloud was not configured with ssl | 01:31 |
EmilienM | dtrainor: please show /var/www/openstack-tripleo-ui/dist/tripleo_ui_config.js | 01:31 |
EmilienM | and /etc/httpd/conf.d/25-tripleo-ui.conf | 01:31 |
dtrainor | yes. i'm looking. i need a moment please. | 01:31 |
dtrainor | show, from where? | 01:31 |
EmilienM | undercloud... where UI work | 01:31 |
EmilienM | works* | 01:31 |
dtrainor | I mean, I cna show you from my non-containerized osp12 environment that has an SSL undercloud | 01:32 |
dtrainor | does that still help? | 01:32 |
EmilienM | dtrainor: yes, show your /var/www/openstack-tripleo-ui/dist/tripleo_ui_config.js | 01:32 |
dtrainor | oops, i may have lied a little https://github.com/openstack/puppet-tripleo/blob/732fd6f5c692bebb646e2a9349812fdcc284eb31/templates/ui/tripleo_ui_config.js.erb | 01:33 |
dtrainor | http://paste.openstack.org/show/719002/ | 01:33 |
EmilienM | i'm pretty sure UI talks via HTTP | 01:34 |
EmilienM | mhh not in your case | 01:34 |
dtrainor | sure, from the apache proxy to the service | 01:34 |
dtrainor | but from my client (browser) to the undercloud (answered and terminated SSL by haproxy), it uses ssl | 01:35 |
EmilienM | dtrainor: and please show the vhost? | 01:35 |
EmilienM | it should be http there, I just want to compare with my config | 01:36 |
dtrainor | http://paste.openstack.org/show/719003/ | 01:36 |
EmilienM | dtrainor: ok, thx | 01:36 |
EmilienM | dtrainor: I'll keep digigng | 01:36 |
EmilienM | digging | 01:36 |
*** cshastri has quit IRC | 01:37 | |
dtrainor | https://github.com/openstack/instack-undercloud/blob/master/instack_undercloud/undercloud.py#L895 | 01:37 |
dtrainor | that's what i was looking for | 01:38 |
EmilienM | dtrainor: ok, I see | 01:38 |
dtrainor | well basically, this https://github.com/openstack/instack-undercloud/blob/master/instack_undercloud/undercloud.py#L895-L936 | 01:39 |
dtrainor | that's the glue that constructs the url that https://github.com/openstack/puppet-tripleo/blob/732fd6f5c692bebb646e2a9349812fdcc284eb31/templates/ui/tripleo_ui_config.js.erb uses | 01:39 |
EmilienM | yeah | 01:41 |
dtrainor | i need to leave for a personal engagement but i can check back later to see if you have any questions | 01:42 |
dtrainor | i'll also have email available | 01:42 |
EmilienM | dtrainor: thanks again for your help | 01:43 |
EmilienM | dtrainor: i have to admit I wasn't familiar with UI deployment until today | 01:43 |
dtrainor | my pleasure, more than happy to help where i can | 01:44 |
dtrainor | yeah, it has a few quirks | 01:44 |
openstackgerrit | Rafael Folco proposed openstack/tripleo-quickstart-extras master: Fix dstat time penalty for failed runs https://review.openstack.org/558908 | 01:46 |
*** cshastri has joined #tripleo | 01:57 | |
*** rajinir has quit IRC | 02:00 | |
*** yamahata has joined #tripleo | 02:00 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Enable SSL when UI is containerized https://review.openstack.org/560711 | 02:20 |
EmilienM | dtrainor, honza: and that's it! | 02:20 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: Introduce tripleo-ci-centos-7-containerized-undercloud-upgrades https://review.openstack.org/553633 | 02:24 |
*** ykarel|away has joined #tripleo | 02:25 | |
*** sshnaidm has quit IRC | 02:26 | |
*** fragatin_ has joined #tripleo | 02:28 | |
weshay | \/ban EmilienM | 02:30 |
*** wolverineav has quit IRC | 02:34 | |
*** wolverineav has joined #tripleo | 02:34 | |
*** ykarel|away has quit IRC | 02:34 | |
*** ykarel|away has joined #tripleo | 02:35 | |
*** janki has joined #tripleo | 02:35 | |
*** d0ugal has quit IRC | 02:40 | |
*** wolverineav has quit IRC | 02:40 | |
*** wolverineav has joined #tripleo | 02:44 | |
*** cshastri has quit IRC | 02:45 | |
*** d0ugal has joined #tripleo | 02:49 | |
*** ykarel|away has quit IRC | 02:49 | |
*** ykarel|away has joined #tripleo | 02:50 | |
*** wolverineav has quit IRC | 02:51 | |
*** skramaja has joined #tripleo | 02:55 | |
*** cshastri has joined #tripleo | 02:59 | |
*** moshele has joined #tripleo | 03:03 | |
*** itlinux has quit IRC | 03:08 | |
*** slaweq has joined #tripleo | 03:11 | |
*** cshastri has quit IRC | 03:14 | |
*** slaweq has quit IRC | 03:16 | |
*** jchhatbar has joined #tripleo | 03:19 | |
*** janki has quit IRC | 03:22 | |
*** anilvenkata has quit IRC | 03:28 | |
*** cshastri has joined #tripleo | 03:29 | |
*** bkopilov has quit IRC | 03:29 | |
*** ramishra has joined #tripleo | 03:33 | |
*** ykarel|away has quit IRC | 03:35 | |
*** d0ugal has quit IRC | 03:39 | |
*** psachin has joined #tripleo | 03:40 | |
*** moshele has quit IRC | 03:47 | |
*** tzumainn has quit IRC | 03:48 | |
*** d0ugal has joined #tripleo | 03:49 | |
*** cshastri has quit IRC | 03:52 | |
jaosorior | EmilienM: could you check this out https://review.openstack.org/#/c/560430/ ? | 03:55 |
*** morazi has joined #tripleo | 03:59 | |
*** udesale has joined #tripleo | 04:04 | |
*** rlandy has quit IRC | 04:04 | |
*** cshastri has joined #tripleo | 04:05 | |
*** karthiks has joined #tripleo | 04:08 | |
*** pdeore has joined #tripleo | 04:10 | |
*** pdeore has quit IRC | 04:10 | |
*** fragatin_ has quit IRC | 04:15 | |
*** jaganathan has joined #tripleo | 04:20 | |
*** anande has joined #tripleo | 04:23 | |
*** jfrancoa has joined #tripleo | 04:23 | |
*** jfrancoa has quit IRC | 04:23 | |
*** jfrancoa has joined #tripleo | 04:24 | |
*** jfrancoa has quit IRC | 04:24 | |
*** jfrancoa has joined #tripleo | 04:24 | |
openstackgerrit | Jill Rouleau proposed openstack/tripleo-common master: config download support for a fixed directory https://review.openstack.org/550577 | 04:25 |
*** jfrancoa has quit IRC | 04:25 | |
*** moshele has joined #tripleo | 04:25 | |
*** jfrancoa has joined #tripleo | 04:25 | |
*** shreshtha has joined #tripleo | 04:28 | |
*** shreshtha has quit IRC | 04:29 | |
*** shreshtha has joined #tripleo | 04:29 | |
*** shreshtha has quit IRC | 04:30 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/puppet-tripleo master: HAProxy: Redirect to TLS port https://review.openstack.org/560752 | 04:32 |
jaosorior | jillr: does https://review.openstack.org/550577 still write the ansible output to /var/lib/mistral ? | 04:33 |
*** tdasilva has quit IRC | 04:36 | |
Tengu | hello there | 04:42 |
jaosorior | Tengu: sup dude | 04:43 |
jaosorior | how's it going? | 04:43 |
Tengu | jaosorior: feeling good today :). Now that I actually HAVE a way to migrate to containers, I'm just happy. | 04:46 |
*** ykarel|away has joined #tripleo | 04:46 | |
Tengu | I'll be able to leave my current occupation in a good state, and that's really important for me. I can't accept a failure ;) | 04:46 |
*** morazi has quit IRC | 04:48 | |
*** morazi has joined #tripleo | 04:53 | |
weshay | Never say die!!! Tengu :) | 04:54 |
weshay | good night :) | 04:54 |
Tengu | weshay: good night :) | 04:56 |
*** tdasilva has joined #tripleo | 04:57 | |
jaosorior | weshay: have a good one | 04:58 |
*** chandankumar has quit IRC | 05:06 | |
*** hanish has quit IRC | 05:07 | |
*** chandankumar has joined #tripleo | 05:07 | |
*** hanish has joined #tripleo | 05:07 | |
*** dmacpher has joined #tripleo | 05:07 | |
*** yprokule has joined #tripleo | 05:08 | |
*** nyechiel_ has quit IRC | 05:08 | |
*** vpickard_ has joined #tripleo | 05:08 | |
*** links has joined #tripleo | 05:09 | |
*** vpickard has quit IRC | 05:09 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder master: Allow installing glean from package https://review.openstack.org/557867 | 05:10 |
dtrainor | EmilienM++ | 05:12 |
*** anilvenkata has joined #tripleo | 05:14 | |
*** holser__ has joined #tripleo | 05:14 | |
*** bkopilov has joined #tripleo | 05:17 | |
*** holser__ has quit IRC | 05:17 | |
*** jtomasek has joined #tripleo | 05:18 | |
*** jbadiapa has quit IRC | 05:19 | |
*** pdeore has joined #tripleo | 05:21 | |
*** jtomasek has quit IRC | 05:24 | |
*** jaosorior has quit IRC | 05:26 | |
*** hamzy has joined #tripleo | 05:27 | |
*** ratailor has joined #tripleo | 05:30 | |
openstackgerrit | Saravanan KR proposed openstack/tripleo-heat-templates master: WIP: Support for config-download to deploy node with kenerl args https://review.openstack.org/560767 | 05:31 |
skramaja | slagle: ^ this is wip for the nfv reboot issue we discussed for config-download | 05:35 |
skramaja | slagle: let me know you initial feedback | 05:35 |
*** paramite has joined #tripleo | 05:36 | |
*** marios has joined #tripleo | 05:40 | |
*** d0ugal has quit IRC | 05:41 | |
*** trozet has quit IRC | 05:44 | |
*** trozet has joined #tripleo | 05:45 | |
openstackgerrit | yatin proposed openstack/tripleo-heat-templates master: Set ulimit for nova-compute and cinder-volume https://review.openstack.org/560359 | 05:47 |
anilvenkata | skramaja, can you please review https://review.openstack.org/#/c/559806/ ? | 05:47 |
skramaja | anilvenkata: ack. will do. | 05:48 |
anilvenkata | skramaja, thanks | 05:48 |
*** openstackgerrit has quit IRC | 05:48 | |
*** d0ugal has joined #tripleo | 05:49 | |
*** dr_gogeta86 has quit IRC | 05:51 | |
*** jaosorior has joined #tripleo | 05:55 | |
*** aufi has joined #tripleo | 05:56 | |
Tengu | quick question: the undercloud node is NOT used in any way by the overcloud, except for the compute/ceph-storage internet access (NAT through the undercloud, according to the routing table)? I.e. if I shutdown the undercloud for a while, no VM will have any issue ? | 05:56 |
*** udesale_ has joined #tripleo | 05:56 | |
*** pdeore_ has joined #tripleo | 05:57 | |
jaosorior | Tengu: should be fine | 05:58 |
Tengu | ok. | 05:58 |
Tengu | I'm moving the VM on another node, in order to get some more resources :). First step for the prod migration,. | 05:58 |
*** udesale has quit IRC | 05:59 | |
*** pdeore has quit IRC | 05:59 | |
*** openstackgerrit has joined #tripleo | 06:00 | |
openstackgerrit | zhubingbing proposed openstack/puppet-tripleo master: trivial: fix a comment typo https://review.openstack.org/560782 | 06:00 |
jaosorior | Tengu: should be fine | 06:00 |
*** threestrands has joined #tripleo | 06:05 | |
*** threestrands has quit IRC | 06:05 | |
*** threestrands has joined #tripleo | 06:05 | |
*** avivgt has quit IRC | 06:06 | |
Tengu | jaosorior: starting the VM on the new node. Seems to be OK. | 06:08 |
*** agurenko has joined #tripleo | 06:08 | |
jillr | jaosorior: yes if you use the --config-download option to deploy and let mistral run the playbooks, the directory used for the 'openstack overcloud config download' command is what's changed. | 06:11 |
*** morazi has quit IRC | 06:12 | |
*** dparkes has joined #tripleo | 06:14 | |
jaosorior | jillr: aaaah, I see | 06:14 |
*** ccamacho has joined #tripleo | 06:16 | |
*** nyechiel_ has joined #tripleo | 06:19 | |
jaosorior | jillr: do you know what part of config download runs "/usr/bin/tar -C /tmp -czf /tmp/tmp1lggMZ --exclude .git --exclude .tox --exclude *.pyc --exclude *.pyo ." ? | 06:20 |
*** ykarel|away is now known as ykarel | 06:22 | |
*** radeks has joined #tripleo | 06:22 | |
jaosorior | oh, found it | 06:22 |
*** dbecker has joined #tripleo | 06:25 | |
*** jtomasek has joined #tripleo | 06:31 | |
*** cylopez has joined #tripleo | 06:31 | |
*** dparkes has quit IRC | 06:32 | |
*** holser__ has joined #tripleo | 06:35 | |
*** cylopez has left #tripleo | 06:37 | |
jaosorior | bandini: could you review this https://github.com/openstack/tripleo-common/blob/master/tripleo_common/actions/config.py#L40 ? | 06:38 |
jaosorior | oh | 06:38 |
*** athomas has joined #tripleo | 06:38 | |
jaosorior | wrong link | 06:38 |
jaosorior | bandini: this https://review.openstack.org/#/c/560430/ | 06:38 |
bandini | jaosorior: aye, sorry am drowning in fail and am super behind on everything | 06:38 |
*** ramishra has quit IRC | 06:39 | |
bandini | done | 06:39 |
openstackgerrit | waleed mousa proposed openstack/puppet-tripleo master: Adding support for VF LAG in SR-IOV https://review.openstack.org/558411 | 06:39 |
*** shreshtha has joined #tripleo | 06:47 | |
hanish | Hi anyone tried tripleo openstack opendaylight deployment with containers | 06:48 |
jaosorior | bandini: need help? | 06:51 |
jaosorior | hanish: trozet has, but he's probably asleep right now | 06:52 |
jaosorior | Tengu: I need a review from you :O | 06:52 |
jaosorior | Tengu: can you check this out https://review.openstack.org/#/c/560752/ ? | 06:52 |
*** agopi has quit IRC | 06:53 | |
hanish | jaosorior thanks for the info, i would reach out to him once he is up | 06:55 |
*** aufi has quit IRC | 06:55 | |
Tengu | jaosorior: 2s | 06:56 |
*** dparkes has joined #tripleo | 06:56 | |
*** dmacpher has quit IRC | 06:57 | |
Tengu | jaosorior: hmmm. is the port *always* present in the location? | 06:57 |
Tengu | else you'd want to put a star * instead of the plus + for the regexp | 06:58 |
jaosorior | Tengu: it's always present. We have a separate resource for horizon | 06:59 |
Tengu | jaosorior: ok. so should be fine like that. | 06:59 |
jaosorior | Tengu: thanks | 06:59 |
jtomasek | apetrich: hi, I've pulled latest tripleo-common and istalled it as described in README, but for some reason I don't see any tripleo actions in mistral action-list, can you try if it is the same for you? | 07:00 |
*** pdeore__ has joined #tripleo | 07:00 | |
apetrich | jtomasek, sure | 07:01 |
*** pdeore_ has quit IRC | 07:03 | |
*** slaweq has joined #tripleo | 07:08 | |
*** ffiore has joined #tripleo | 07:11 | |
*** ramishra has joined #tripleo | 07:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tripleo-ui master: Imported Translations from Zanata https://review.openstack.org/560808 | 07:13 |
*** kopecmartin has joined #tripleo | 07:14 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/puppet-tripleo master: HAProxy: Redirect to TLS port https://review.openstack.org/560752 | 07:15 |
jaosorior | Tengu: apparently I didn't take the path into account. Lets see if that does the trick ^^ | 07:15 |
*** gfidente has joined #tripleo | 07:17 | |
*** gfidente has quit IRC | 07:17 | |
*** gfidente has joined #tripleo | 07:17 | |
Tengu | Le Défenseur des droits veille au respect des droits et libertés : usagers des services publics, droits de l’enfant, déontologie de la sécurité, discriminations | 07:18 |
Tengu | jaosorior: ah, right. | 07:18 |
*** zoli is now known as zoli|wfh | 07:20 | |
*** zoli|wfh is now known as zoli | 07:20 | |
*** florianf has joined #tripleo | 07:23 | |
openstackgerrit | Quique Llorente proposed openstack/tripleo-quickstart-extras master: Reduce reproducer redudancy https://review.openstack.org/558369 | 07:23 |
*** ffiore has quit IRC | 07:24 | |
*** ffiore has joined #tripleo | 07:24 | |
*** suuuper has joined #tripleo | 07:26 | |
*** jbadiapa has joined #tripleo | 07:28 | |
*** ykarel is now known as ykarel|lunch | 07:28 | |
*** udesale__ has joined #tripleo | 07:28 | |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: Mount the public TLS certificate for HAProxy on up(date|grade) on pacemaker https://review.openstack.org/560322 | 07:29 |
*** zshi has quit IRC | 07:31 | |
*** udesale_ has quit IRC | 07:31 | |
*** jpena|off is now known as jpena | 07:33 | |
*** zshi has joined #tripleo | 07:33 | |
*** quiquell has quit IRC | 07:34 | |
*** quiquell has joined #tripleo | 07:34 | |
*** tosky has joined #tripleo | 07:38 | |
*** gkadam has joined #tripleo | 07:39 | |
*** tesseract has joined #tripleo | 07:39 | |
*** bogdando has joined #tripleo | 07:45 | |
*** jpich has joined #tripleo | 07:45 | |
*** dbecker has quit IRC | 07:51 | |
jaosorior | Tengu: crap, I'm seeing this error from the puppet syntax checks http://logs.openstack.org/52/560752/2/check/puppet-openstack-syntax-4/cf3dea0/job-output.txt.gz#_2018-04-12_07_42_37_437942 | 07:52 |
*** quiquell is now known as quiquell|ruck | 07:52 | |
*** sshnaidm has joined #tripleo | 07:52 | |
Tengu | 52/2/check/puppet-openstack-syntax-4/cf3dea0/job-output.txt.gz#_2018-04-12_07_42_37_437942 | 07:53 |
Tengu | [09:52] -!- quiquell is now known as quiquell|ruck | 07:53 |
Tengu | damn | 07:53 |
Tengu | [09:53] [Tengu(+Zi)] [13:#tripleo(+cn)] [Act: 9,10] | 07:53 |
Tengu | jaosorior: hmm. maybe \\1 in order to escape the \ in the template string. | 07:54 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: Removed unnecessary services from the LiquidioCompute role. https://review.openstack.org/560453 | 07:54 |
openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras https://review.openstack.org/472607 | 07:55 |
*** lucas-afk is now known as lucasagomes | 07:55 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/puppet-tripleo master: HAProxy: Redirect to TLS port https://review.openstack.org/560752 | 07:59 |
jaosorior | Tengu: good idea, lets hope that works ^^ | 07:59 |
*** apetrich has quit IRC | 07:59 | |
*** assassin has joined #tripleo | 08:00 | |
*** mdnadeem has joined #tripleo | 08:06 | |
*** pkovar has joined #tripleo | 08:06 | |
Tengu | jaosorior: there's also the inline_template() directive in puppet, but I think it's not really used in this project | 08:06 |
Tengu | jaosorior: something like inline_template('^Location:\ http://(.*):<%=@service_port%>(.*) Location:\ https://\1:<%=@public_ssl_port%>\2') | 08:07 |
jaosorior | uhm | 08:09 |
jaosorior | maube I'll just try the escaping of the escapes | 08:09 |
jaosorior | lets see how that goes | 08:09 |
ccamacho | jaosorior morning man! | 08:09 |
jaosorior | ccamacho: sup dude | 08:09 |
ccamacho | xD | 08:10 |
ccamacho | Ill bug you a little | 08:10 |
ccamacho | just to see if this issue sounds familiar to you | 08:10 |
ccamacho | https://paste.fedoraproject.org/paste/ycpSHYKoYTbiWlQTL1Jd6A | 08:10 |
ccamacho | Im having issues deploying stable/pike | 08:10 |
ccamacho | the controller hangs | 08:10 |
jaosorior | doesn't sounds too familiar to me | 08:11 |
jaosorior | are those all the logs? | 08:12 |
*** pcaruana has joined #tripleo | 08:12 | |
jaosorior | there probably is another log somewhere where stuff started failing | 08:12 |
jaosorior | ccamacho: also, do docker ps -a to see if there are more errors around there | 08:12 |
ccamacho | jaosorior I have a server full of logs xD | 08:13 |
ccamacho | but no worries just wanted to see if it was familiar, Ill try to get something more specific | 08:13 |
ccamacho | thanks man! | 08:13 |
ccamacho | how are you doing!? | 08:13 |
jaosorior | pretty good | 08:14 |
*** d0ugal has quit IRC | 08:14 | |
jaosorior | trying to get TLS by default | 08:14 |
jaosorior | it's been a pain | 08:14 |
*** ykarel|lunch is now known as ykarel | 08:14 | |
jaosorior | Tengu: seems that escaping the escapes fixed the syntax error | 08:16 |
jaosorior | now lets hope that that fixes the issue I wanna solve :D | 08:16 |
Tengu | :) | 08:18 |
*** avivgt has joined #tripleo | 08:18 | |
Tengu | and my production undercloud VM has been successfully migrated to the new hardware | 08:18 |
Tengu | \o/ | 08:18 |
*** radeks has quit IRC | 08:18 | |
*** d0ugal has joined #tripleo | 08:18 | |
*** dsariel has joined #tripleo | 08:18 | |
jaosorior | nice! :D | 08:18 |
*** radeks has joined #tripleo | 08:18 | |
Tengu | sooo | 08:19 |
Tengu | just putting some date in the calendar, and I'll be OK for the migration. | 08:19 |
*** assassin has quit IRC | 08:19 | |
*** hjensas has quit IRC | 08:20 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Fix typo in ovn_cms_options config https://review.openstack.org/559806 | 08:20 |
*** yprokule_ has joined #tripleo | 08:22 | |
*** zshi has quit IRC | 08:23 | |
*** assassin has joined #tripleo | 08:24 | |
*** yprokule_ has quit IRC | 08:24 | |
*** yprokule_ has joined #tripleo | 08:26 | |
*** yprokule_ has quit IRC | 08:29 | |
*** yprokule_ has joined #tripleo | 08:29 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient master: WIP. Enable Swift encryption https://review.openstack.org/560824 | 08:34 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient master: WIP. Enable Swift encryption for the containerized undercloud https://review.openstack.org/560824 | 08:35 |
*** zshi has joined #tripleo | 08:36 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: Add Barbican to the list of services for the undercloud https://review.openstack.org/560828 | 08:38 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient master: WIP. Enable Swift encryption for the containerized undercloud https://review.openstack.org/560824 | 08:39 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Add validation task in docker services [Octavia] https://review.openstack.org/502038 | 08:40 |
*** jaganathan has quit IRC | 08:41 | |
*** shadower has quit IRC | 08:41 | |
openstackgerrit | Jose Luis Franco proposed openstack/tripleo-heat-templates stable/queens: Add validation task in docker services [Octavia] https://review.openstack.org/549969 | 08:41 |
*** shadower has joined #tripleo | 08:41 | |
*** derekh has joined #tripleo | 08:47 | |
Dekay | Deployed my stack with VLAN and I get this error in controller Horizon logs when trying to reach Horizon dash: 2018-04-12 08:46:00,477 99 WARNING horizon.base Could not process panel shares: 'module' object has no attribute 'get_quota_name' | 08:48 |
Dekay | Any ideas? | 08:48 |
Dekay | Connection works since I get a Openstack error page in my browser | 08:48 |
*** apetrich has joined #tripleo | 08:49 | |
*** jaganathan has joined #tripleo | 08:54 | |
shardy | Dekay: I found this https://bugs.launchpad.net/manila-ui/+bug/1759340 - does the backtrace look like manila-ui is causing it? | 08:55 |
openstack | Launchpad bug 1759340 in manila-ui "'module' object has no attribute 'get_quota_name'" [Undecided,In progress] - Assigned to Victoria Martinez de la Cruz (vkmc) | 08:55 |
shardy | it may be worth looking at the horizon config and trying to disable some plugins if you can figure out which one is causing the error | 08:56 |
openstackgerrit | zenghui.shi proposed openstack/tripleo-heat-templates stable/newton: Ensure openvswitch user exist before package update https://review.openstack.org/557164 | 08:57 |
apetrich | jtomasek, sorry for the delay | 08:58 |
openstackgerrit | Yurii Prokulevych proposed openstack/tripleo-upgrade stable/queens: Adjust roles-data file for P->Q upgrade. https://review.openstack.org/560835 | 08:59 |
openstackgerrit | Merged openstack/tripleo-ui master: Imported Translations from Zanata https://review.openstack.org/560808 | 08:59 |
Dekay | shardy, will have a look | 09:00 |
jtomasek | apetrich: np, I've worked around it. I've spent some time debugging and found out that when I install from master, it works fine but when I apply https://review.openstack.org/#/c/554224/8 and reinstall, the tripleo actions won't get created | 09:00 |
jtomasek | apetrich: (I've rebased the patch set on top of current master) | 09:00 |
apetrich | jtomasek, mmm looking into it | 09:01 |
*** pkovar has quit IRC | 09:01 | |
*** hjensas has joined #tripleo | 09:01 | |
*** hjensas has quit IRC | 09:01 | |
*** hjensas has joined #tripleo | 09:01 | |
Dekay | shardy, no, traceback is https://pastebin.com/npz7AKVU | 09:01 |
openstackgerrit | Oliver Walsh proposed openstack/tripleo-heat-templates master: Improve nova-ironic cellv2 discovery https://review.openstack.org/553376 | 09:02 |
shardy | Dekay: it looks the same to me, the error is coming from manila_ui? | 09:02 |
Dekay | But yes, there is some references to manila_ui | 09:02 |
shardy | Yeah I think it's the same, perhaps try disabling the manila plugin in the config until that bug is fixed? | 09:02 |
*** lvdombrkr has joined #tripleo | 09:05 | |
Dekay | shardy, will try that. Thank you! | 09:06 |
*** jaganathan has quit IRC | 09:09 | |
*** jaganathan has joined #tripleo | 09:09 | |
sri_ | shardy, hi I am trying add new compute node manually to existing overcloud stack, I am stuck at network configuration (I need add openflow entry's it's too complicated add those entry by hand) , is there any way I can abstract network configuration from existing templates using os-net-config ? and I've look into the heat templates it seems neutron ovs agent drive the network configuration in overcloud !! | 09:09 |
*** pdeore__ is now known as pdeore | 09:10 | |
*** salmankhan has joined #tripleo | 09:10 | |
shardy | sri_: yes os-net-config handles all of the physical network configuration, what exactly do you need to do? | 09:12 |
Dekay | shardy, any easy way to disable manila ui on a deployed stack or should I tare it down? | 09:14 |
sri_ | shardy, generate network configuration ( like overcloud compute network) for new (deployed-server) compute node | 09:14 |
shardy | sri_: yes that's what os-net-config does, for the physical (not overlay) networks | 09:15 |
shardy | I'm unclear on the details of exactly what configuration you need here | 09:15 |
sri_ | shardy, i think i misunderstood os-net-config part it's clear now it's only configure physical, it's not responsible for configuring br-int,br-tun and openflow entry's right ? | 09:19 |
shardy | sri_: neutron is not involved with the configuration created by os-net-config, but yes it can configure ovs | 09:19 |
openstackgerrit | Flavio Percoco proposed openstack/tripleo-heat-templates master: Use external IP for public interfaces https://review.openstack.org/560841 | 09:20 |
shardy | sri_: yes that's right, os-net-config can configure bridged & ovs e.g for br-ctlplane, but br-int is a different bridge used by neutron IIRC | 09:21 |
shardy | Dekay: I'd try applying the config manually to prove it works, then you can update the existing deployment by overriding this configuration: | 09:22 |
sri_ | shardy, thanks ;) | 09:25 |
*** jaganathan has quit IRC | 09:26 | |
*** jaganathan has joined #tripleo | 09:27 | |
*** akrivoka has joined #tripleo | 09:27 | |
shardy | Dekay: https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/horizon.yaml#L151 | 09:28 |
shardy | Dekay: I thought we had a parameter for it, but you may have to just edit the template for now | 09:28 |
* shardy wonders why we have magnum enabled | 09:29 | |
shardy | that's probably a bug | 09:29 |
*** dbecker has joined #tripleo | 09:31 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-quickstart master: DO-NOT-MERGE Enable the centos testing repo for testing https://review.openstack.org/501810 | 09:35 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates stable/pike: DO-NOT-MERGE Test new ceph-ansible builds (OSP pike) https://review.openstack.org/532914 | 09:35 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: DO-NOT-MERGE Test new ceph-ansible builds https://review.openstack.org/501987 | 09:35 |
Dekay | shardy, Couldn't figure it out on a running stack so I re-deployed. Lunch anyways :) | 09:37 |
*** pkovar has joined #tripleo | 09:37 | |
*** assassin has quit IRC | 09:44 | |
*** assassin has joined #tripleo | 09:45 | |
openstackgerrit | Marios Andreou proposed openstack/tripleo-common master: ffwd-upgrade cli - adds ffwd_upgrade_converge_plan task for noops https://review.openstack.org/557936 | 09:46 |
openstackgerrit | Julie Pichon proposed openstack/tripleo-ui master: Update docs with the new dependencies update process https://review.openstack.org/560846 | 09:52 |
openstackgerrit | yatin proposed openstack/puppet-tripleo master: [DNM] Tryout memcache_socket_timeout=1 https://review.openstack.org/560847 | 09:53 |
openstackgerrit | Julie Pichon proposed openstack/tripleo-ui master: Reenable the undercloud jobs https://review.openstack.org/526430 | 09:56 |
openstackgerrit | Julie Pichon proposed openstack/tripleo-ui master: (Do not merge) Testing undercloud job https://review.openstack.org/535285 | 09:56 |
d0ugal | which launchpad status do you use for duplicates? | 09:56 |
*** panda|off is now known as panda | 09:57 | |
*** moshele has quit IRC | 09:58 | |
jpich | d0ugal: There's a "mark as duplicate" link on the right | 10:01 |
d0ugal | jpich: !! thanks /cc apetrich | 10:02 |
*** salmankhan has quit IRC | 10:02 | |
openstackgerrit | Attila Darazs proposed openstack/tripleo-heat-templates stable/queens: GATE CHECK for TripleO https://review.openstack.org/560452 | 10:02 |
sri_ | shardy, quick question is there a password for overcloud nodes, I've accidentally rebooted my computer node I've lost the network connectivity, I can access through IPMI console | 10:03 |
openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras https://review.openstack.org/560445 | 10:03 |
*** salmankhan has joined #tripleo | 10:03 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-common stable/queens: Use new ceph/daemon tags https://review.openstack.org/560850 | 10:04 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-common stable/pike: Use new ceph/daemon tags https://review.openstack.org/560851 | 10:07 |
openstackgerrit | yolanda.robla proposed openstack/tripleo-heat-templates stable/newton: Change ovs user and fix permissions on ovs upgrade https://review.openstack.org/558471 | 10:07 |
openstackgerrit | yolanda.robla proposed openstack/tripleo-heat-templates stable/ocata: Change ovs user and fix permissions on ovs upgrade https://review.openstack.org/559474 | 10:08 |
d0ugal | jtomasek: Just looking at your comment here: https://review.openstack.org/#/c/425060/34/workbooks/deployment.yaml | 10:09 |
d0ugal | jtomasek: I agree, but I don't want to start changing messages in this patch too - can we do it in a follow up? I'd say this patch does too much already. | 10:09 |
openstackgerrit | Flavio Percoco proposed openstack/tripleo-heat-templates master: Use external IP for public interfaces https://review.openstack.org/560841 | 10:09 |
d0ugal | and I don't really know how we should improve it at this point. | 10:09 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-quickstart master: Add a new nodes configuration and featureset049 for Ceph https://review.openstack.org/553375 | 10:16 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-quickstart master: Add a new nodes configuration and featureset049 for Ceph https://review.openstack.org/553375 | 10:17 |
gfidente | d0ugal https://review.openstack.org/#/c/558865/ pls | 10:18 |
d0ugal | gfidente: sure | 10:19 |
*** owalsh_afk is now known as owalsh | 10:19 | |
*** zoli is now known as zoli|lunch | 10:20 | |
d0ugal | gfidente: I think that could be slightly neater if we use .items() rather than .keys()? | 10:21 |
d0ugal | gfidente: I'll comment what I mean... | 10:21 |
quiquell|ruck | I have read something about duplicates ? | 10:21 |
d0ugal | gfidente: but maybe I am being too picky? | 10:21 |
d0ugal | quiquell|ruck: I was asking how to mark as a duplicate on launchpad. jpich schooled me. | 10:21 |
gfidente | d0ugal it's fine as long as we get it merged | 10:22 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-common master: Enforce env_variables values to string before run https://review.openstack.org/558865 | 10:23 |
*** threestrands has quit IRC | 10:24 | |
openstackgerrit | Athlan-Guyot sofer proposed openstack/tripleo-heat-templates stable/newton: [NEWTON ONLY] Fix lost of fip connectivity after upgrade. https://review.openstack.org/560855 | 10:27 |
quiquell|ruck | d0ugal: Ok, I am new to ruck role so I will be a little slow | 10:27 |
shardy | sri_: No password by default, but you can set one in the overcloud-full image via virt-customize and update the image in glance to add one, or use a firstboot script to set one via cloud-init: https://github.com/openstack/tripleo-heat-templates/blob/master/firstboot/userdata_root_password.yaml | 10:28 |
d0ugal | quiquell|ruck: no worried, I was just asking in general - so it is all good :) | 10:28 |
sri_ | shardy, got it, thanks :) | 10:37 |
openstackgerrit | Marios Andreou proposed openstack/tripleo-heat-templates master: Update environment files for Q upgrade and ffwd upgrade https://review.openstack.org/559061 | 10:40 |
*** suuuper has quit IRC | 10:42 | |
*** apetrich has quit IRC | 10:44 | |
*** pdeore has quit IRC | 10:48 | |
openstackgerrit | Marios Andreou proposed openstack/python-tripleoclient master: new ffwd-upgrade cli adds ffwd-upgrade [prepare|run|converge] https://review.openstack.org/557937 | 10:49 |
*** hawkn has joined #tripleo | 10:50 | |
*** bkopilov has quit IRC | 10:50 | |
*** dhill_ has quit IRC | 10:52 | |
*** dhill_ has joined #tripleo | 10:53 | |
*** psahoo has quit IRC | 10:53 | |
openstackgerrit | venkata anil proposed openstack/tripleo-heat-templates stable/queens: Fix typo in ovn_cms_options config https://review.openstack.org/560858 | 10:53 |
anilvenkata | numans, skramaja dalvarez ajo backport ^ | 10:55 |
anilvenkata | thanks | 10:55 |
dalvarez | anilvenkata: thanks done! | 10:56 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-quickstart-extras master: undercloud: Allow to enable support for routed ctlplane networks https://review.openstack.org/560860 | 10:57 |
openstackgerrit | Harald Jensås proposed openstack/tripleo-quickstart master: fs001: Enable support for routed ctlplane networks https://review.openstack.org/560861 | 10:58 |
*** sshnaidm is now known as sshnaidm|lnch | 10:58 | |
ajo | anilvenkata++ | 11:00 |
*** pchavva has joined #tripleo | 11:00 | |
anilvenkata | ajo, thanks :) | 11:01 |
ajo | anilvenkata: so that's why the routers were still scheduled on wrong places? :) | 11:01 |
anilvenkata | ajo, yes | 11:01 |
*** shreshtha has quit IRC | 11:02 | |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Standardise Workflow messaging and optionally persist messages https://review.openstack.org/425060 | 11:04 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Optionally run config download at the end of stack create/update https://review.openstack.org/554224 | 11:04 |
*** ansmith has quit IRC | 11:04 | |
*** morazi has joined #tripleo | 11:04 | |
*** pchavva has quit IRC | 11:07 | |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Allow for more overhead in zaqar message https://review.openstack.org/560464 | 11:07 |
*** morazi has quit IRC | 11:09 | |
*** morazi has joined #tripleo | 11:10 | |
jtomasek | d0ugal: I agree, follow up is fine | 11:13 |
*** nyechiel_ has quit IRC | 11:14 | |
amoralej | gfidente, i'm hitting an issue related with ceph in tripleo deployments with Pike | 11:15 |
amoralej | gnocchi fails because metrics pool does not exist | 11:15 |
amoralej | i see ceph processes running fine | 11:15 |
amoralej | what should create the metrics pool in pike? | 11:15 |
amoralej | puppet-ceph?, ceph-ansible? | 11:16 |
gfidente | hi amoralej | 11:18 |
amoralej | hi | 11:18 |
gfidente | depends on if it is a fresh deployment or an upgrade from 11 | 11:18 |
amoralej | this is RDO pike, fresh deployment | 11:19 |
amoralej | using featureset005 | 11:19 |
gfidente | amoralej can you check from a controller which pools exist with "rbd --user openstack lspools" | 11:19 |
gfidente | ? | 11:19 |
amoralej | i don't have live environment now | 11:20 |
amoralej | this is CI job | 11:20 |
gfidente | amoralej oh wait, featureset005 is puppet-ceph, not in containers | 11:20 |
amoralej | yes, pike | 11:20 |
amoralej | not containers | 11:20 |
amoralej | in this case | 11:20 |
gfidente | ok so this is a scenario a lot less tested because in 12 we deployed in containers by default | 11:21 |
gfidente | but I can check the CI logs maybe? | 11:21 |
gfidente | it's supposed to work | 11:21 |
amoralej | sure | 11:21 |
amoralej | https://logs.rdoproject.org/55/13255/4/check/rdoinfo-tripleo-pike-release-centos-7-multinode-1ctlr-featureset005-nv/Z5b9b7b2a859b464ebc283361ce448b6e/subnode-2/var/log/journal.txt.gz | 11:21 |
amoralej | that's overcloud | 11:21 |
amoralej | i see a bunch of "Exec" related to metrics pool | 11:21 |
amoralej | let me check timestamp in case we have some ordering issue | 11:22 |
*** zoli|lunch is now known as zoli | 11:22 | |
*** zoli is now known as zoli|wfh | 11:22 | |
*** zoli|wfh is now known as zoli | 11:22 | |
*** morazi has quit IRC | 11:23 | |
*** owalsh is now known as owalsh_afk | 11:23 | |
gfidente | amoralej no I think this failed before creating the pools | 11:23 |
gfidente | there is a long discussion about why this happens in 12 | 11:23 |
gfidente | in https://review.openstack.org/#/c/547671/ | 11:23 |
gfidente | a known bug | 11:23 |
gfidente | basically gnocchi in pike changed the db-sync command to require the pool to exist | 11:24 |
gfidente | previously it didn't | 11:24 |
gfidente | puppet-ceph was creating the pools in a later stage | 11:24 |
gfidente | so in pike/puppet-ceph the gnocchi db sync command fails | 11:24 |
gfidente | when using ceph-ansible instead all pools are writable from step2 , so the db sync command passes | 11:25 |
gfidente | there was an attempt to shift pool creation one step earlier for puppet-ceph as well | 11:25 |
gfidente | we should reprise https://review.openstack.org/#/c/547671/ to make puppet-ceph work in pike | 11:26 |
*** anande has quit IRC | 11:26 | |
amoralej | gfidente, so FS005 is broken for pike? | 11:27 |
gfidente | amoralej yes and I am adding 049 instead, which uses ceph-ansible and should work for pike+ | 11:27 |
gfidente | https://review.openstack.org/#/c/553375/ | 11:27 |
*** bfournie has quit IRC | 11:28 | |
amoralej | and FS005 is not used in upstream gates for stable/pike, right? | 11:28 |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Force json output for openstack software deployment show <deployment> https://review.openstack.org/560479 | 11:29 |
amoralej | i'll switch to some of the FS used in upstream gates, then | 11:29 |
*** morazi has joined #tripleo | 11:30 | |
*** lucasagomes is now known as lucas-hungry | 11:31 | |
openstackgerrit | Jiri Tomasek proposed openstack/tripleo-ui master: Add deployment status tracking infrastructure https://review.openstack.org/559021 | 11:33 |
openstackgerrit | Jiri Tomasek proposed openstack/tripleo-ui master: [WIP] Run config-download deployment from UI https://review.openstack.org/559022 | 11:33 |
gfidente | amoralej no upstream we use containers/ceph-ansible | 11:33 |
gfidente | via ci/environments/scenarios | 11:33 |
amoralej | gfidente, ack | 11:33 |
*** derekh_ has joined #tripleo | 11:34 | |
*** rcernin has quit IRC | 11:35 | |
*** derekh has quit IRC | 11:36 | |
openstackgerrit | Harald Jensås proposed openstack/tripleo-docs master: Docs: Enrich integration with ironic networking features https://review.openstack.org/560868 | 11:36 |
*** quiquell|ruck has quit IRC | 11:36 | |
*** quiquell has joined #tripleo | 11:36 | |
*** abishop has joined #tripleo | 11:43 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-common master: Enforce env_variables values to string before run https://review.openstack.org/558865 | 11:44 |
*** nyechiel_ has joined #tripleo | 11:44 | |
*** cshastri has quit IRC | 11:45 | |
openstackgerrit | Flavio Percoco proposed openstack/tripleo-heat-templates master: Use external IP for public interfaces https://review.openstack.org/560841 | 11:46 |
*** jpena is now known as jpena|lunch | 11:53 | |
*** amoralej is now known as amoralej|lunch | 11:53 | |
jistr | jaosorior: hi just a heads up info -- looking at https://review.openstack.org/#/c/554926 and deps i think it's likely that if we had an upgrade CI passing & enabled on master, switching the default like this wouldn't pass a Q->master upgrade job. We might need your (or someone elses from Security folks) help later in the cycle to figure out what to do on upgrades to keep existing envs working on move to new | 11:55 |
jistr | t-h-t / workflows. | 11:55 |
jistr | matbu, marios, chem, social: heads up for you folks as well :) ^^ | 11:55 |
*** liverpooler has joined #tripleo | 11:56 | |
*** quiquell is now known as quiquell|ruck | 11:56 | |
jaosorior | jistr: yep; definitely something to figure out | 11:57 |
jaosorior | jistr: but the change is needed :) | 11:57 |
*** dprince has joined #tripleo | 11:57 | |
jistr | yea agreed :) | 11:57 |
jistr | also jfrancoa FYI ^^ | 11:58 |
marios | jistr: ack adding to check on next reviews | 12:00 |
*** apetrich has joined #tripleo | 12:01 | |
jaosorior | jistr: note that I still don't properly get it to work | 12:01 |
jaosorior | jistr: the TLS setup and that bit works just fine | 12:01 |
jaosorior | the problem is HAProxy | 12:01 |
jaosorior | and when we don't have network isolation | 12:01 |
jistr | right i see... IP/port conflicts? | 12:01 |
jaosorior | so, by default we have a redirection rule in HAProxy that, if you hit the public IP, it'll redirect you to an https link | 12:02 |
jaosorior | if you use http | 12:02 |
*** rfolco|off is now known as rfolco|rover | 12:02 | |
jaosorior | problem is, when we have one flat network, the "private" and public IPs are the same | 12:02 |
jaosorior | just the ports are different | 12:02 |
jaosorior | so, lets say you hit http://<IP1>:5000 | 12:03 |
jaosorior | it'll redirect you to https://<IP1>:5000 | 12:03 |
jaosorior | which doesn't work | 12:03 |
jaosorior | cause we don't have TLS on tht port | 12:03 |
* jistr nods | 12:03 | |
*** bfournie has joined #tripleo | 12:03 | |
jaosorior | So, I've been trying to fix it like this: https://review.openstack.org/#/c/560752/ | 12:03 |
jaosorior | but I still get issues with two scenarios (mostly telemetry related it seems) | 12:04 |
jaosorior | so... either my redirection rule has issues | 12:04 |
*** ratailor has quit IRC | 12:04 | |
jaosorior | or the telemetry bits have issues | 12:04 |
*** moshele has joined #tripleo | 12:04 | |
jaosorior | trying to bring up an environment to reproduce it | 12:04 |
jistr | ack | 12:04 |
jaosorior | jistr: any help is appreciated | 12:05 |
jistr | thanks for the context | 12:05 |
*** atoth has joined #tripleo | 12:05 | |
*** udesale__ has quit IRC | 12:05 | |
jaosorior | jistr: if you're interested in what's going on: https://review.openstack.org/#/q/topic:public-tls-default+(status:open+OR+status:merged) these are all the patches | 12:05 |
*** apetrich has quit IRC | 12:06 | |
jaosorior | jistr: if you're further curious about what's going on, I can explain it all by bluejeans :) | 12:06 |
jistr | i'm afraid i can't offer any help right now though :) we're still working on Queens largely re updates+upgrades :/ | 12:06 |
*** apetrich has joined #tripleo | 12:06 | |
jaosorior | understood | 12:06 |
jistr | would be nice to catch up with the release cycle at some point :) | 12:06 |
slagle | gfidente: ceph \o/. we got some green | 12:08 |
*** psahoo has joined #tripleo | 12:08 | |
*** shreshtha has joined #tripleo | 12:09 | |
*** shreshtha has quit IRC | 12:09 | |
*** shreshtha has joined #tripleo | 12:09 | |
jistr | marios, matbu, chem: added more context + opinion regarding persistence on converge at https://review.openstack.org/#/c/558536/8/tripleoclient/v1/overcloud_update.py | 12:15 |
* jistr proceeding to implement according to that for now | 12:16 | |
*** assassin has quit IRC | 12:16 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient master: WIP. Enable Swift encryption for the containerized undercloud https://review.openstack.org/560824 | 12:17 |
*** psahoo has quit IRC | 12:18 | |
*** liverpooler has quit IRC | 12:19 | |
gfidente | slagle++ saw it | 12:19 |
*** liverpooler has joined #tripleo | 12:19 | |
jistr | great re ceph :) | 12:19 |
marios | jistr: ack | 12:19 |
marios | jistr: agreed ... we've already committed to having the -e. so lets also do it with converges. | 12:20 |
jistr | cool, thanks | 12:20 |
marios | jistr: i mean, all things considered as per the discussion there https://review.openstack.org/#/c/558536/8/tripleoclient/v1/overcloud_update.py | 12:20 |
jistr | yea | 12:20 |
*** bkopilov has joined #tripleo | 12:22 | |
quiquell|ruck | Some here knows who can give me access to this ? | 12:24 |
quiquell|ruck | https://trello.com/b/j4IcIomh/production-chain-escalation | 12:24 |
*** assassin has joined #tripleo | 12:25 | |
*** tzumainn has joined #tripleo | 12:27 | |
*** rlandy has joined #tripleo | 12:28 | |
openstackgerrit | Carlos Goncalves proposed openstack/tripleo-heat-templates master: Define Octavia SSH key name and file path https://review.openstack.org/560879 | 12:30 |
openstackgerrit | Carlos Goncalves proposed openstack/tripleo-common master: Enable SSH access to Octavia amphorae https://review.openstack.org/560880 | 12:32 |
*** sshnaidm|lnch is now known as sshnaidm | 12:32 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: WIP DNR Do not restart the docker service on stack updates https://review.openstack.org/560881 | 12:33 |
*** raildo has joined #tripleo | 12:33 | |
*** rbowen has joined #tripleo | 12:33 | |
*** rfolco|rover is now known as rfolco|notruck | 12:34 | |
*** rfolco|notruck is now known as rfolco|free | 12:34 | |
*** rfolco|free is now known as rfolco | 12:34 | |
*** trown|outtypewww is now known as trown|brb | 12:37 | |
*** trown|brb is now known as trown | 12:37 | |
*** mcornea has joined #tripleo | 12:38 | |
slagle | gfidente: so we need to figure out how we want to merge this | 12:39 |
*** quiquell|ruck is now known as quiquell|lunch | 12:39 | |
*** quiquell|lunch is now known as quiquell|ruck|lu | 12:39 | |
*** ansmith has joined #tripleo | 12:39 | |
slagle | gfidente: we could temporarily make 001 and 004 non-voting. or, make the templates support both workflow_tasks and external_deploy_tasks at the same time | 12:39 |
*** quiquell|ruck|lu is now known as quiquell|rck|foo | 12:39 | |
gfidente | slagle if we w+1 the ceph submission first | 12:39 |
gfidente | ah no it won't do either | 12:40 |
*** quiquell|rck|foo is now known as quiquerk|lunch | 12:41 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: WIP: Reproduce CI multinode job with libvirt https://review.openstack.org/543429 | 12:41 |
gfidente | slagle ok so which way you prefer? /me probably making scenarios non-voting | 12:42 |
*** assassin has quit IRC | 12:42 | |
slagle | gfidente: i'd be good with that. it's probably the easiest | 12:42 |
*** assassin has joined #tripleo | 12:42 | |
slagle | gfidente: i think we could do it in the same t-h-t patch | 12:42 |
slagle | and remove the depends-on for the CI patch | 12:42 |
gfidente | ok let me try | 12:43 |
*** quiquerk|lunch is now known as quique|rk|lunch | 12:43 | |
*** assassin has quit IRC | 12:43 | |
Dekay | shardy, disabling manila did the trick. Horizon now working. | 12:43 |
Dekay | ty! | 12:43 |
*** assassin has joined #tripleo | 12:43 | |
tbarron | Dekay: shardy: /me reads backlog ... | 12:44 |
slagle | gfidente: looks like we may need a tripleo-ci patch first | 12:44 |
tbarron | shardy: thanks!! | 12:45 |
jaosorior | is RDO cloud working for folks right now? I'm trying to deploy a test environment (using reproducer scripts) and get a "500 no hosts found" when deploying the stack | 12:45 |
tbarron | Dekay: Just checking, you see this issue on master, right? | 12:45 |
gfidente | slagle yeah it's not a bool in layout.yaml | 12:45 |
tbarron | Dekay: not on stable/queens ? | 12:45 |
gfidente | slagle no I can move it from gate to check right? | 12:46 |
tbarron | Dekay: horizon changed the quota tabs that manila-ui relied on, claims (probably rightly) that manila-ui plugin wasn't using a public interface to horizon so | 12:46 |
tbarron | Dekay: breakage is manila-ui's fault | 12:46 |
slagle | gfidente: it'd still be voting in check | 12:47 |
slagle | so we need to set voting:false in tripleoci, merge that | 12:47 |
slagle | no wait | 12:47 |
slagle | remove from gate first in tht | 12:47 |
tbarron | Dekay: all code from before current manila developer's time ... | 12:47 |
slagle | then set voting:false in tripleo-ci | 12:47 |
beagles | shardy, slagle: how is the heat-admin user configured on the overcloud nodes? undercloud_post.sh ? | 12:48 |
beagles | shardy, slagle: just trying to sort how the keys are obtained and distributed | 12:49 |
slagle | beagles: that happens via some cloud-init userdata | 12:49 |
beagles | slagle, firstboot/user_heat_admin.yaml? | 12:50 |
beagles | :q | 12:50 |
beagles | whoops | 12:51 |
gfidente | slagle maybe I can just disable ceph in the scenarios ci env files and restore it after? | 12:51 |
*** assassin has quit IRC | 12:52 | |
slagle | gfidente: yea, that may be easiest :) | 12:53 |
*** salmankhan has quit IRC | 12:53 | |
slagle | beagles: yes, that's what sets it from the t-h-t side. and then Heat/nova inject the key with cloud-init | 12:54 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Migrate Ceph deployment to external_deploy_task https://review.openstack.org/546966 | 12:54 |
gfidente | slagle ^^ let's see | 12:54 |
slagle | beagles: based on the keypair name specified | 12:55 |
beagles | slagle, right cool | 12:55 |
*** assassin has joined #tripleo | 12:55 | |
shardy | beagles: yeah that's all cloud-init | 12:55 |
slagle | gfidente: yep, lgtm :) | 12:56 |
*** cdearborn has joined #tripleo | 12:58 | |
openstackgerrit | James Slagle proposed openstack/tripleo-quickstart master: Convert ceph multinode jobs to config-download https://review.openstack.org/548306 | 12:58 |
*** pchavva has joined #tripleo | 12:59 | |
openstackgerrit | James Slagle proposed openstack/tripleo-quickstart master: Convert ceph multinode jobs to config-download https://review.openstack.org/548306 | 12:59 |
slagle | gfidente: ^^ updated to depend on the t-h-t patch now | 12:59 |
gfidente | ack | 13:00 |
slagle | then you could have another t-h-t patch to re-enable ceph that depends on the oooq patch | 13:00 |
gfidente | yeah but lets' see if it passes | 13:00 |
slagle | "CI shenanigans" | 13:00 |
gfidente | I am worried about manila tests | 13:00 |
gfidente | in 004 | 13:00 |
*** jbadiapa has quit IRC | 13:00 | |
gfidente | we're not using the heat stack for validation right? so tempest should just skip manila? | 13:01 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient master: WIP. Enable Swift encryption for the containerized undercloud https://review.openstack.org/560824 | 13:01 |
tbarron | gfidente: the old ping test was swapped out for tempest and the work to do equivalent in tripleo-ci of pre-test-hook in devstack for tempest isn't done yet | 13:04 |
*** lucas-hungry is now known as lucasagomes | 13:05 | |
*** jcoufal has joined #tripleo | 13:07 | |
*** jchhatbar is now known as janki | 13:07 | |
*** pchavva has quit IRC | 13:07 | |
*** panda is now known as panda|rover | 13:08 | |
*** Goneri has joined #tripleo | 13:14 | |
*** jbadiapa has joined #tripleo | 13:15 | |
*** quique|rk|lunch is now known as quiquell|ruck | 13:17 | |
*** skramaja has quit IRC | 13:18 | |
*** salmankhan has joined #tripleo | 13:20 | |
*** ubijtsa has joined #tripleo | 13:21 | |
*** pchavva has joined #tripleo | 13:21 | |
*** assassin has quit IRC | 13:23 | |
*** dhill_ has quit IRC | 13:24 | |
*** amoralej|lunch is now known as amoralej | 13:24 | |
*** dhill_ has joined #tripleo | 13:24 | |
*** salmankhan has quit IRC | 13:24 | |
*** ubijtsa is now known as assassin | 13:25 | |
*** jmelvin has joined #tripleo | 13:27 | |
*** links has quit IRC | 13:27 | |
*** jaosorior has quit IRC | 13:29 | |
*** psachin has quit IRC | 13:30 | |
openstackgerrit | Sergii Golovatiuk proposed openstack/tripleo-docs master: WIP: Add docs for Q upgrade workflow https://review.openstack.org/535859 | 13:30 |
*** anande has joined #tripleo | 13:31 | |
*** moshele has quit IRC | 13:32 | |
*** jpena|lunch is now known as jpena | 13:36 | |
openstackgerrit | Thomas Herve proposed openstack/python-tripleoclient master: Improve heat launcher user retrieval https://review.openstack.org/560904 | 13:37 |
*** agopi has joined #tripleo | 13:38 | |
openstackgerrit | Julie Pichon proposed openstack/tripleo-ui master: Update docs with the new dependencies update process https://review.openstack.org/560846 | 13:39 |
*** artom has quit IRC | 13:39 | |
openstackgerrit | yatin proposed openstack/puppet-tripleo master: [DNM] Tryout without cache https://review.openstack.org/560847 | 13:40 |
jpich | honza: Thanks for all the comments and pointers and clarifications everywhere :) | 13:40 |
*** gfidente has quit IRC | 13:41 | |
*** salmankhan has joined #tripleo | 13:41 | |
openstackgerrit | Merged openstack/puppet-tripleo master: masquerade: configure FORWARD rules https://review.openstack.org/559830 | 13:41 |
*** anilvenkata has quit IRC | 13:42 | |
*** radeks_ has joined #tripleo | 13:43 | |
*** radeks has quit IRC | 13:44 | |
*** gfidente has joined #tripleo | 13:45 | |
openstackgerrit | Merged openstack/instack-undercloud master: Replace LOG.warn with LOG.warning https://review.openstack.org/558815 | 13:46 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Replace LOG.warn with LOG.warning https://review.openstack.org/558804 | 13:46 |
openstackgerrit | Merged openstack/python-tripleoclient master: Stop persisting previous configuration on update/upgrade prepare https://review.openstack.org/559746 | 13:46 |
*** sshnaidm is now known as sshnaidm|mtg | 13:47 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-common master: Add health checks for Swift services https://review.openstack.org/559737 | 13:49 |
*** karthiks has quit IRC | 13:50 | |
honza | jpich: np! | 13:51 |
openstackgerrit | Athlan-Guyot sofer proposed openstack/python-tripleoclient stable/queens: Stop persisting previous configuration on update/upgrade prepare https://review.openstack.org/559753 | 13:52 |
*** lvdombrkr89 has joined #tripleo | 13:54 | |
*** apetrich has quit IRC | 13:54 | |
*** udesale__ has joined #tripleo | 13:56 | |
*** lvdombrkr has quit IRC | 13:57 | |
*** dbecker has quit IRC | 13:57 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: Revert "Allow to clone extras if zuul cloner is not presented" https://review.openstack.org/560641 | 14:02 |
*** radeks has joined #tripleo | 14:03 | |
*** radeks_ has quit IRC | 14:03 | |
*** jpich has quit IRC | 14:03 | |
*** jaosorior has joined #tripleo | 14:04 | |
*** jpich has joined #tripleo | 14:07 | |
*** mugsie has quit IRC | 14:08 | |
jaosorior | EmilienM: around? | 14:13 |
jaosorior | How are environments added to the undercloud container prepare command http://logs.openstack.org/24/560824/5/check/tripleo-ci-centos-7-undercloud-containers/f1ba37f/logs/undercloud/home/zuul/undercloud-prep-containers.sh.txt.gz ? I was trying to add another service (barbican) for testing, but it's missing from that list | 14:15 |
*** rpioso|afk is now known as rpioso | 14:15 | |
ykarel | dansmith, hi | 14:16 |
chem | marios: is https://review.openstack.org/#/c/559061/ ready to merge I think it may block https://review.openstack.org/#/c/558866/9 from merging | 14:16 |
dansmith | ykarel: hi | 14:17 |
ykarel | dansmith, regarding https://bugs.launchpad.net/tripleo/+bug/1763009/comments/4 | 14:17 |
openstack | Launchpad bug 1763009 in tripleo "periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-master failing due metadata timeout" [Critical,Triaged] | 14:17 |
ykarel | dansmith, can you check https://bugs.launchpad.net/tripleo/+bug/1757556/comments/5 about time > 10 seconds | 14:17 |
openstack | Launchpad bug 1757556 in tripleo "timeouts in neutron are causing ssh failures in tempest test instances" [Critical,Triaged] - Assigned to Arx Cruz (arxcruz) | 14:17 |
dansmith | ykarel: as I said in the comment, the instance is getting its networking, and we're actually talking to it fine.. network timeouts would not cause authentication failures | 14:18 |
EmilienM | jaosorior: yes | 14:18 |
openstackgerrit | Sai Ram Peesapati proposed openstack/tripleo-heat-templates stable/ocata: Enable Neutron LBaaS Integration https://review.openstack.org/560921 | 14:19 |
EmilienM | jaosorior: in undercloud.conf | 14:19 |
EmilienM | container_images_file = /home/zuul/undercloud-containers-default-parameters.yaml | 14:19 |
ykarel | dansmith, if keys it not present then? | 14:19 |
dansmith | ykarel: yes something like that | 14:20 |
EmilienM | jaosorior: oh, here! https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/undercloud-deploy/templates/undercloud-prep-containers.sh.j2#n29 | 14:20 |
chem | ccamacho: commented there https://review.openstack.org/#/c/560293/ ... I think this could be legit case of non tracking with a bug | 14:20 |
mwhahaha | bogdando: for your haproxy thing, is it the service network configuration you're looking at? | 14:21 |
ykarel | dansmith, i mean keys are not injected into instances .ssh/authorized_keys, so if ssh is tried with private key doesn't it hit authentication failures? | 14:21 |
openstackgerrit | Merged openstack/tripleo-common master: Use new ceph/daemon tags https://review.openstack.org/553808 | 14:21 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/pike: Add validation task in docker services [Sahara] https://review.openstack.org/517267 | 14:21 |
openstackgerrit | Merged openstack/instack-undercloud stable/queens: Enable missing support for large objects in Swift https://review.openstack.org/559927 | 14:21 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/newton: Ensure openvswitch user exist before package update https://review.openstack.org/557164 | 14:22 |
mwhahaha | bogdando: i assume you found this bits, https://github.com/openstack/tripleo-heat-templates/blob/5cb89b81311de005df52e9957fbdae76a3571f26/puppet/all-nodes-config.j2.yaml#L100 which is where the *_network hiera inforamtion gets generated from | 14:22 |
dansmith | ykarel: yes, something like that | 14:22 |
*** morazi has quit IRC | 14:22 | |
mwhahaha | bogdando: I think those get mapped from https://github.com/openstack/tripleo-heat-templates/blob/1595e2739f5cfa644ae9a0cd10f5648ac65ec220/network/service_net_map.j2.yaml#L22 which for like the undercloud i think ctrlplane == internal_api network which would explain why we get the same addresses | 14:23 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/tripleo-quickstart-extras master: DNM: enable barbican container for undercloud https://review.openstack.org/560925 | 14:24 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: haproxy: enable UI on containerized undercloud https://review.openstack.org/560697 | 14:24 |
jaosorior | EmilienM: thanks | 14:24 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart master: Revert "Revert "Deploy container-multinode (fs010) with a containerized undercloud"" https://review.openstack.org/560264 | 14:25 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart-extras master: containerized-undercloud: don't manage stackrc https://review.openstack.org/559818 | 14:26 |
ccamacho | chem yah, works for me but in general a bug with the description of what might happen can be useful for context info | 14:27 |
chem | ccamacho: well as I said, wasn't sure how to handle the fact that it was from a non-merged review and I though that the link to the log was enough there | 14:28 |
*** owalsh_afk is now known as owalsh | 14:28 | |
*** karthiks has joined #tripleo | 14:30 | |
*** itlinux has joined #tripleo | 14:31 | |
*** moshele has joined #tripleo | 14:33 | |
*** jbadiapa has quit IRC | 14:33 | |
*** ykarel is now known as ykarel|away | 14:33 | |
EmilienM | marios: I replied to both of your questions on https://review.openstack.org/#/c/559210 - please let me know if we're good | 14:35 |
*** morazi has joined #tripleo | 14:36 | |
*** udesale__ has quit IRC | 14:36 | |
*** udesale has joined #tripleo | 14:37 | |
*** derekh_ has quit IRC | 14:37 | |
ccamacho | hey EmilienM :) sorry for bugging you... can you add ellorent@redhat.com quiquell -> quiquell|ruck to the launchpad group? | 14:39 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Handle undercloud upgrades via host_prep_tasks https://review.openstack.org/559210 | 14:39 |
EmilienM | jfrancoa: hey, I also replied to your comments/questions on https://review.openstack.org/#/c/559210/ , let me know what you think | 14:39 |
marios | EmilienM: ack but where do we unset UndercloudUpgrade | 14:39 |
EmilienM | ccamacho: done | 14:39 |
jfrancoa | EmilienM: thanks, I'll have a look at them | 14:40 |
ccamacho | EmilienM++ thanks man | 14:40 |
*** ykarel|away has quit IRC | 14:40 | |
EmilienM | marios: I'm checking now, if the undercloud stack is actually ephemeral or not | 14:41 |
bogdando | dsneddon, bfournie: hi. Could you please help with custom netconfig for all-in-one containerized undercloud (heat installer)? It seems like none of the existing tht net-config-*.yaml fit that case? I need both br-ex and br-ctlplane created for a composed networks | 14:42 |
bogdando | here is my custom role data for uc and its "featureset" | 14:42 |
EmilienM | marios: yes, the heat db (sqlite) is ephemeral, I don't think UndercloudUpgrade is persistent | 14:42 |
bogdando | that's my role data https://github.com/bogdando/oooq-warp/blob/master/tht/roles/UndercloudAIOOpenshift.yaml, and here is my featureset for oooq based deploy https://github.com/bogdando/oooq-warp/blob/master/tht/config/general_config/featureset127.yml#L75 here starts the tht netconfig bits | 14:42 |
EmilienM | marios: I'll try for sure. But I think if an operator doesn't run upgrade but install, it won't set UndercloudUpgrade to true | 14:43 |
bogdando | another issue, is that hiera shows valid mysql_vip, and haproxy configures it wrong - undercloud_ip (undercloud_local_ip) goes for all of the frontends AND backends | 14:43 |
marios | EmilienM: ack | 14:44 |
EmilienM | marios: see my reply, I put a link | 14:44 |
bogdando | sudo hiera -c /etc/puppet/hiera.yaml mysql_vip | 14:45 |
bogdando | 192.168.23.52 (that's my https://github.com/bogdando/oooq-warp/blob/master/tht/config/general_config/featureset127.yml#L86) | 14:45 |
EmilienM | marios: the only case I can see where the upgrade run again, if the operator use the config-download directory to run the playbooks again | 14:45 |
*** beagles is now known as beagles_brb | 14:45 | |
bogdando | dsneddon, bfournie: ^^ | 14:45 |
*** lvdombrkr89 has quit IRC | 14:45 | |
marios | ack will have another pass on reviews tomorrow thanks for checking EmilienM | 14:45 |
*** jcoufal has quit IRC | 14:45 | |
EmilienM | marios: thx for your review | 14:46 |
EmilienM | bogdando: https://review.openstack.org/#/c/557851 is finally passing fs001, so masquerading stuff now works fine ( cc hjensas ) | 14:46 |
bogdando | 192.168.23.0/24 is my libvirt external net, routed from host kvm | 14:46 |
bogdando | and I'm trying to make all flat sitting there | 14:46 |
bogdando | but whatever I did, it either creates br-ctlplane w/o br-ex, or otherwise | 14:46 |
bogdando | and it's really nothing logged from os-net-config, only some bits in undercloud_install.log like http://pastebin.test.redhat.com/575146 | 14:46 |
bogdando | EmilienM: \o/ | 14:46 |
bogdando | so all-in-one UC prolly needs a custom net config, or I just can't make it iterating via composed networks and parameters set right? | 14:48 |
bogdando | EmilienM, hjensas: folks, we're good to go with https://review.openstack.org/#/c/557851 | 14:49 |
EmilienM | weshay: we should probably test https://review.openstack.org/#/c/557851 against other OVB jobs | 14:49 |
EmilienM | bogdando: no | 14:49 |
bogdando | +2 please? | 14:49 |
bogdando | no? why? :) | 14:49 |
bogdando | oh I see now | 14:49 |
EmilienM | I think https://review.openstack.org/#/c/557851 will break OVB jobs that don't run in our gate (e.g. periodic) | 14:49 |
* bogdando sigh | 14:49 | |
EmilienM | I need to change something and we're good | 14:49 |
Tengu | marios: heya! I have some great news: I'm able to migrate my pike BM to a pike Container! | 14:50 |
Tengu | hello EmilienM :) | 14:50 |
*** rajinir has joined #tripleo | 14:51 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart-extras master: Remove nat/masquerading config workarounds. https://review.openstack.org/557851 | 14:52 |
EmilienM | bogdando: this should be it now ^ | 14:52 |
jtomasek | d0ugal: would it be easily possible to send zaqar message on every retry here: https://github.com/openstack/tripleo-common/blob/master/workbooks/stack.yaml#L36 ? | 14:52 |
EmilienM | weshay, bogdando: not sure if the syntax is good, maybe you know better | 14:53 |
marios | Tengu: that is fantastic congrats ! | 14:53 |
EmilienM | Tengu: cool | 14:53 |
d0ugal | jtomasek: fairly easy, yeah | 14:53 |
jtomasek | d0ugal: that way we would avoid having to do double polling (from workflow and from client) | 14:53 |
*** pkovar has quit IRC | 14:54 | |
*** jcoufal has joined #tripleo | 14:54 | |
jtomasek | d0ugal: if you could just send the stack as a payload | 14:54 |
*** mugsie has joined #tripleo | 14:54 | |
*** mugsie has quit IRC | 14:54 | |
*** mugsie has joined #tripleo | 14:54 | |
EmilienM | bogdando, marios : meantime, can you please review https://review.openstack.org/#/c/549624 | 14:54 |
d0ugal | jtomasek: gah, sorry for the bad update I done on that patch. | 14:54 |
d0ugal | jtomasek: sure - I'll try and add something. | 14:54 |
jtomasek | d0ugal: no worries | 14:54 |
jtomasek | d0ugal: nice, thanks! | 14:54 |
*** pkovar has joined #tripleo | 14:54 | |
d0ugal | jtomasek: you can probably tell I don't have a good way to manually test this :( | 14:55 |
bfournie | bogdando: so basically you want to create a custom role with ctlplane network on br-ctlplane and external net plus all other isolated networks? | 14:55 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Optionally run config download at the end of stack create/update https://review.openstack.org/554224 | 14:55 |
jtomasek | d0ugal: I understand, I am testing it as you send updates | 14:55 |
bogdando | bfournie: yes, just not sure if I want them isolated | 14:55 |
bogdando | flat works as well | 14:56 |
bogdando | just split into non intersecting chunks | 14:56 |
*** artom has joined #tripleo | 14:56 | |
bfournie | bogdando: k, using multiple nics? | 14:56 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade master: WIP - containerized undercloud upgrade https://review.openstack.org/553629 | 14:57 |
bogdando | bfournie: eth0 only, it's brext connected. I have also eth1 sitting on isolated brovc, not sure I want anything running on isolated net for this setup | 14:57 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: Introduce tripleo-ci-centos-7-containerized-undercloud-upgrades https://review.openstack.org/553633 | 14:58 |
bogdando | in the end, I want those net config and role data in tht illustrating all-in-on (under)cloud example | 14:58 |
bogdando | but for the start I want firstly to learn and understand it :) | 14:58 |
*** artom_ has joined #tripleo | 14:58 | |
*** hamzy has quit IRC | 14:58 | |
bfournie | bogdando: k, let me look at links you sent, we have a dfg meeting in 2 minutes for about an hour, I'll get dsneddon and maybe we talk after that | 14:59 |
bogdando | so, bfournie this prolly may be eth0 - for br-ext and tenants, br-ctlplane is isolated CP et al on eth1 | 15:00 |
bogdando | in the end | 15:00 |
bogdando | bfournie: thanks! | 15:00 |
d0ugal | jtomasek: oh, the hardest bit is getting the queue_name in there... | 15:00 |
d0ugal | jtomasek: that is a bit of a pain, but manageable. | 15:00 |
bfournie | bogdando: seems that you need to combine net-config-undercloud.yaml with one of the multiple nic nic config templates | 15:00 |
*** artom has quit IRC | 15:02 | |
*** noslzzp has joined #tripleo | 15:02 | |
*** radeks has quit IRC | 15:02 | |
*** ramishra has quit IRC | 15:02 | |
*** radeks has joined #tripleo | 15:03 | |
bogdando | bfournie: yes, that's what my gut telling me as well :) tho I don't get how those end up templated and iterated by run-os-net-config | 15:03 |
bogdando | would be nice to have this somewhere explained in the docs (we prolly do have it already?) | 15:04 |
*** hjensas has quit IRC | 15:04 | |
*** mugsie has quit IRC | 15:04 | |
bogdando | and still, despite of bridges and nics configured, hiera data for foo_vip is still diverged from that haproxy sets up... | 15:05 |
*** itlinux has quit IRC | 15:05 | |
bogdando | I've prolly messed it up with my resource registry vip ports | 15:05 |
*** ykarel|away has joined #tripleo | 15:05 | |
bogdando | those VIPs for undercloud are a new thing to rocky | 15:05 |
bogdando | IIRC | 15:05 |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: Enable cleanup by default for undercloud install https://review.openstack.org/560578 | 15:06 |
*** mugsie has joined #tripleo | 15:06 | |
*** mugsie has quit IRC | 15:06 | |
*** mugsie has joined #tripleo | 15:06 | |
mwhahaha | we actually probably don't want the vips if we're replicating the functionality from instack-undercloud | 15:06 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Send a message every time we get the stack https://review.openstack.org/560933 | 15:06 |
d0ugal | jtomasek: ^ that might just do it, I am about to try and test it unless you are super fast. | 15:07 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-puppet-elements master: Remove Openstack and Ceph packages https://review.openstack.org/521172 | 15:07 |
*** noslzzp has quit IRC | 15:07 | |
*** mugsie has quit IRC | 15:08 | |
*** mugsie has joined #tripleo | 15:08 | |
*** mugsie has quit IRC | 15:08 | |
*** mugsie has joined #tripleo | 15:08 | |
*** apetrich has joined #tripleo | 15:09 | |
d0ugal | jtomasek: ... not working :) | 15:09 |
*** ccamacho has quit IRC | 15:09 | |
jtomasek | d0ugal: in the meeting now, so I didn't test:) | 15:09 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: haproxy: enable UI on containerized undercloud https://review.openstack.org/560697 | 15:09 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tripleo master: haproxy: enable UI on containerized undercloud https://review.openstack.org/560697 | 15:10 |
d0ugal | jtomasek: k, I'll let you know when it is in better shape. | 15:10 |
jtomasek | d0ugal: ack | 15:10 |
*** pkovar has quit IRC | 15:11 | |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Send a message every time we get the stack https://review.openstack.org/560933 | 15:15 |
*** jaosorior has quit IRC | 15:15 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: WIP: Reproduce CI multinode job with libvirt https://review.openstack.org/543429 | 15:19 |
*** beagles_brb is now known as beagles | 15:19 | |
*** ayoung has joined #tripleo | 15:21 | |
*** anande has quit IRC | 15:21 | |
*** hamzy has joined #tripleo | 15:21 | |
*** moshele has quit IRC | 15:26 | |
jtomasek | d0ugal: I've just hit this Can not evaluate YAQL expression [expression=\"Stack status - \" + task().get('stack_status'), error=No function \"#operator_+\" matches supplied arguments, | 15:28 |
jtomasek | d0ugal: (on the old patch actually) | 15:29 |
d0ugal | jtomasek: oh, of course. I see the issue. | 15:30 |
*** quiquell|ruck is now known as quiquell|off | 15:35 | |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Standardise Workflow messaging and optionally persist messages https://review.openstack.org/425060 | 15:36 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Optionally run config download at the end of stack create/update https://review.openstack.org/554224 | 15:36 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Send a message every time we get the stack https://review.openstack.org/560933 | 15:36 |
d0ugal | jtomasek: that should stop that error, but I think there is something wrong with that line still. | 15:36 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common master: Send a message every time we get the stack https://review.openstack.org/560933 | 15:37 |
openstackgerrit | Florian Fuchs proposed openstack/tripleo-validations master: Add a validation that checks for available update https://review.openstack.org/476517 | 15:37 |
*** alee has quit IRC | 15:40 | |
*** dparkes has quit IRC | 15:40 | |
*** artom_ is now known as artom | 15:43 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: WIP: Reproduce CI multinode job with libvirt https://review.openstack.org/543429 | 15:46 |
*** avivgt has quit IRC | 15:46 | |
*** alee has joined #tripleo | 15:46 | |
openstackgerrit | Jiri Stransky proposed openstack/python-tripleoclient master: Add `update converge` CLI to remove no-ops https://review.openstack.org/558536 | 15:48 |
*** hjensas has joined #tripleo | 15:52 | |
*** hjensas has quit IRC | 15:52 | |
*** hjensas has joined #tripleo | 15:52 | |
*** yamahata has quit IRC | 15:53 | |
openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras https://review.openstack.org/472607 | 15:55 |
openstackgerrit | Raoul Scarazzini proposed openstack/tripleo-docs master: Add fence yaml generation and tags examples to IHA https://review.openstack.org/560953 | 15:55 |
*** ykarel|away has quit IRC | 15:56 | |
openstackgerrit | Derek Higgins proposed openstack/tripleo-quickstart master: Add sudo and iproute deps https://review.openstack.org/560673 | 15:56 |
*** ykarel|away has joined #tripleo | 15:57 | |
*** l4yerffej has quit IRC | 15:59 | |
*** trown is now known as trown|lunch | 16:01 | |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-validations master: Add new nova-event-callback validation https://review.openstack.org/513333 | 16:04 |
*** marios has quit IRC | 16:05 | |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Add Neutron L3 agent failover check during upgrade https://review.openstack.org/559410 | 16:05 |
*** bogdando has quit IRC | 16:05 | |
*** l4yerffej has joined #tripleo | 16:07 | |
*** jpich has quit IRC | 16:07 | |
*** salmankhan has quit IRC | 16:08 | |
*** panda|rover is now known as panda|rover|off | 16:10 | |
*** dbecker has joined #tripleo | 16:10 | |
*** lucasagomes is now known as lucas-afk | 16:11 | |
*** itlinux has joined #tripleo | 16:14 | |
*** ffiore has quit IRC | 16:14 | |
*** fragatina has joined #tripleo | 16:17 | |
*** fragatina has quit IRC | 16:17 | |
*** fragatina has joined #tripleo | 16:18 | |
*** dbecker has quit IRC | 16:19 | |
*** florianf has quit IRC | 16:20 | |
*** dbecker has joined #tripleo | 16:20 | |
*** shardy has quit IRC | 16:21 | |
*** ccamacho has joined #tripleo | 16:22 | |
*** ccamacho has quit IRC | 16:24 | |
*** ccamacho has joined #tripleo | 16:24 | |
*** yamahata has joined #tripleo | 16:26 | |
*** kopecmartin has quit IRC | 16:28 | |
*** jmelvin has quit IRC | 16:29 | |
*** tcw has quit IRC | 16:29 | |
*** holser__ has quit IRC | 16:31 | |
openstackgerrit | Merged openstack/tripleo-common master: Allow for more overhead in zaqar message https://review.openstack.org/560464 | 16:31 |
*** holser__ has joined #tripleo | 16:32 | |
*** udesale has quit IRC | 16:32 | |
*** salmankhan has joined #tripleo | 16:33 | |
*** abishop has quit IRC | 16:36 | |
*** suuuper has joined #tripleo | 16:39 | |
*** jmelvin has joined #tripleo | 16:42 | |
*** radeks_ has joined #tripleo | 16:43 | |
*** radeks has quit IRC | 16:43 | |
*** jfrancoa has quit IRC | 16:44 | |
*** moshele has joined #tripleo | 16:44 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: WIP: Reproduce CI multinode job with libvirt https://review.openstack.org/543429 | 16:46 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: WIP: Reproduce CI multinode job with libvirt https://review.openstack.org/543429 | 16:46 |
*** fragatina has quit IRC | 16:47 | |
*** cdearborn_ has joined #tripleo | 16:47 | |
*** assassin has quit IRC | 16:48 | |
*** udesale has joined #tripleo | 16:51 | |
*** cdearborn has quit IRC | 16:51 | |
*** jbadiapa has joined #tripleo | 16:52 | |
*** udesale has quit IRC | 16:56 | |
*** fragatina has joined #tripleo | 16:57 | |
*** udesale has joined #tripleo | 16:58 | |
openstackgerrit | David Peacock proposed openstack/python-tripleoclient master: WIP - Containerized undercloud completion messages https://review.openstack.org/560973 | 16:58 |
*** mdnadeem has quit IRC | 16:58 | |
*** holser__ has quit IRC | 16:59 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Enable SSL when UI is containerized https://review.openstack.org/560711 | 16:59 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-puppet-elements master: Remove Openstack and Ceph packages https://review.openstack.org/521172 | 17:00 |
*** fragatina has quit IRC | 17:02 | |
*** tcw has joined #tripleo | 17:02 | |
*** kmy has quit IRC | 17:03 | |
*** dbecker has quit IRC | 17:03 | |
*** kmy has joined #tripleo | 17:04 | |
*** chlong has joined #tripleo | 17:08 | |
*** janki has quit IRC | 17:09 | |
*** dparkes has joined #tripleo | 17:11 | |
*** trown|lunch is now known as trown | 17:12 | |
*** agurenko has quit IRC | 17:12 | |
trozet | dsneddon: were you able to find out where that systemd service comes from yesterday? I havent had a chance to look today | 17:12 |
*** leifmadsen has quit IRC | 17:13 | |
*** betherly_ has joined #tripleo | 17:13 | |
*** yprokule has quit IRC | 17:13 | |
*** abishop has joined #tripleo | 17:14 | |
dsneddon | trozet, Yes, it's in tripleo-diskimage-builder | 17:14 |
*** mugsie has quit IRC | 17:14 | |
*** mugsie has joined #tripleo | 17:15 | |
*** mugsie has quit IRC | 17:15 | |
*** mugsie has joined #tripleo | 17:15 | |
*** fragatina has joined #tripleo | 17:16 | |
*** jpena is now known as jpena|off | 17:17 | |
*** juriarte has quit IRC | 17:18 | |
*** juriarte has joined #tripleo | 17:18 | |
*** ykarel|away has quit IRC | 17:19 | |
*** ykarel|away has joined #tripleo | 17:20 | |
*** hamzy_ has joined #tripleo | 17:20 | |
*** leifmadsen has joined #tripleo | 17:21 | |
*** hamzy has quit IRC | 17:22 | |
*** zoli is now known as zoli|gone | 17:26 | |
*** zoli|gone is now known as zoli | 17:26 | |
*** pblaho has quit IRC | 17:26 | |
*** moshele has quit IRC | 17:27 | |
*** itlinux has quit IRC | 17:30 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates master: Migrate Ceph deployment to external_deploy_task https://review.openstack.org/546966 | 17:36 |
*** salmankhan has quit IRC | 17:40 | |
EmilienM | rlandy, sshnaidm|mtg, weshay : can you answer Alex's question on https://review.openstack.org/#/c/560641/ ? | 17:40 |
weshay | EmilienM, yup | 17:41 |
rlandy | weshay: ^^ added that review as part of the rhel7.5 investigation etherpad | 17:41 |
*** wolverineav has joined #tripleo | 17:44 | |
*** amoralej is now known as amoralej|off | 17:45 | |
openstackgerrit | Marius Cornea proposed openstack/tripleo-upgrade master: Add Neutron L3 agent failover check during upgrade https://review.openstack.org/559410 | 17:48 |
trozet | dsneddon: thanks! i'll report a bug and create a patch | 17:48 |
weshay | mwhahaha, EmilienM does this make sense? https://review.openstack.org/#/c/560641/2 | 17:50 |
mwhahaha | weshay: not in the slightest | 17:51 |
openstackgerrit | yatin proposed openstack/tripleo-heat-templates stable/queens: Set ulimit for nova-compute and cinder-volume https://review.openstack.org/560991 | 17:51 |
*** gfidente has quit IRC | 17:51 | |
mwhahaha | weshay: what is not clear is what part of the ordering of the the actions other than always doing a pip install broke this | 17:51 |
*** moshele has joined #tripleo | 17:51 | |
weshay | mwhahaha, I can look at the change itself and see how/why it broke us. | 17:52 |
openstackgerrit | Honza Pokorny proposed openstack/tripleo-ui master: Reinstate logout link id https://review.openstack.org/560992 | 17:52 |
weshay | but that is seperate from the fact it broke ci | 17:52 |
mwhahaha | weshay: not necessarily | 17:53 |
*** itlinux has joined #tripleo | 17:53 | |
mwhahaha | weshay: so it's important to understand if the job is properly setup vs the change broke ci. it seems that there is some magic going on that is clearly not documented nor being tested in the gate | 17:53 |
weshay | mwhahaha, well.. I would need some time for the why | 17:53 |
mwhahaha | weshay: so spray and pray revert? k | 17:54 |
trown | it is not spray and pray.. we have a test patch that confirms the revert fixes the issue | 17:54 |
weshay | it wasn't a pray.. I personally verified the tqe change wasn't present in the original job, and saw that it was present w/ the proposed revert | 17:54 |
trown | hard to test the absence of the tested code in the gate | 17:54 |
weshay | mwhahaha, but I would need to look at it myself to give you the how | 17:54 |
*** tesseract has quit IRC | 17:55 | |
mwhahaha | i think i can tell you why | 17:56 |
mwhahaha | there is no ZUUL_CHANGES in rhos-12 job | 17:56 |
mwhahaha | so we were pip installing | 17:57 |
*** lblanchard has joined #tripleo | 17:57 | |
mwhahaha | https://thirdparty.logs.rdoproject.org/jenkins-tqe-gate-rhos-12-ci-rhos-ovb-minimal-pacemaker-public-bond-1178/console.txt.gz#_2018-04-10_18_30_34_935 | 17:57 |
mwhahaha | so the change always used HEAD | 17:57 |
* mwhahaha wanders off | 17:57 | |
*** dsariel has quit IRC | 17:58 | |
mwhahaha | but next time, please include what job was broken | 17:58 |
*** hanish_ has joined #tripleo | 17:58 | |
weshay | bah I did | 17:58 |
hanish_ | trozet: i am trying to do tripleo based opendaylight deployment, but i facing issues | 17:59 |
trozet | hanish_: what's up? | 18:00 |
hanish_ | trozet: i build odl containers using kolla-build, but they are failing in config file generation step in deployment | 18:01 |
*** jtomasek has quit IRC | 18:01 | |
trozet | hanish_: you dont need to build the containers yourself, you can just take the latest from tripleo | 18:05 |
hanish_ | trozet: can you please share the image file with contain names and location | 18:06 |
*** wolverineav has quit IRC | 18:06 | |
*** wolverin_ has joined #tripleo | 18:06 | |
*** anilvenkata has joined #tripleo | 18:07 | |
trozet | hanish_: https://registry.hub.docker.com/v2/repositories/tripleoupstream/ | 18:08 |
trozet | hanish_: https://hub.docker.com/u/tripleoupstream/ | 18:08 |
*** pcaruana has quit IRC | 18:09 | |
*** wolverineav has joined #tripleo | 18:10 | |
*** wolverin_ has quit IRC | 18:10 | |
openstackgerrit | Merged openstack/tripleo-common stable/pike: Pass the execution id to AnsibleAction https://review.openstack.org/558509 | 18:11 |
openstackgerrit | Merged openstack/tripleo-upgrade stable/queens: Fix a nit in the oooq transformation process. https://review.openstack.org/560293 | 18:11 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Update OS::TripleO::Services::ComputeNeutronCorePlugin for containers https://review.openstack.org/559812 | 18:11 |
*** leanderthal has quit IRC | 18:17 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates stable/queens: Update OS::TripleO::Services::ComputeNeutronCorePlugin for containers https://review.openstack.org/561001 | 18:18 |
hanish_ | trozet: thanks for the help | 18:18 |
*** jtomasek has joined #tripleo | 18:19 | |
*** ykarel|away has quit IRC | 18:19 | |
*** openstackgerrit has quit IRC | 18:19 | |
*** itlinux has quit IRC | 18:20 | |
*** itlinux has joined #tripleo | 18:22 | |
*** moshele has quit IRC | 18:23 | |
*** openstackgerrit has joined #tripleo | 18:26 | |
openstackgerrit | Rafael Folco proposed openstack/tripleo-quickstart-extras master: Fix dstat time penalty for failed runs https://review.openstack.org/558908 | 18:26 |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder master: allow building non-gentoo images on gentoo hosts https://review.openstack.org/561002 | 18:26 |
mwhahaha | weshay: I meant via bug report and/or commit message. It was not clear what/where it was broken | 18:26 |
openstackgerrit | Tim Rozet proposed openstack/diskimage-builder master: Removes systemd condition for dhcp-interface https://review.openstack.org/561003 | 18:27 |
*** fzdarsky_ is now known as fzdarsky|afk | 18:28 | |
*** shreshtha has quit IRC | 18:28 | |
*** sai_p has joined #tripleo | 18:29 | |
sai_p | Hi, can someone please review and give workflow for these cherry picks? | 18:30 |
sai_p | https://review.openstack.org/#/c/556743/ | 18:30 |
sai_p | https://review.openstack.org/#/c/559884/ | 18:30 |
sai_p | https://review.openstack.org/#/c/559885/ | 18:30 |
sai_p | https://review.openstack.org/#/c/559886/ | 18:30 |
sai_p | Thank you | 18:30 |
*** links has joined #tripleo | 18:30 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: no-tls: add missing endpoint for Designate https://review.openstack.org/561006 | 18:32 |
trozet | dprince: hey, you originally wrote this patch https://review.openstack.org/#/c/81596/1 | 18:35 |
weshay | mwhahaha, fair... in this case I reopened https://bugs.launchpad.net/tripleo/+bug/1754498 | 18:36 |
openstack | Launchpad bug 1754498 in tripleo "quickstart.sh no quickstart-extras playbook found" [High,Triaged] - Assigned to Gabriele Cerami (gcerami) | 18:36 |
trozet | dprince: this is what dsneddon and I were discussing yesterday, i pushed a fix for it https://review.openstack.org/#/c/561003/ | 18:37 |
dprince | trozet: yeah. 4 years ago | 18:37 |
dprince | trozet: I will look, but gotta say the 4 years may be a warning sign for you :) | 18:37 |
trozet | dprince: lol thats why im asking you to look at it :) | 18:37 |
trozet | dprince: but basically we hit this with tripleo, wheneveryou use an interface that is not the first nic for ctlplane, and you have a interface after it that will not dhcp | 18:38 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Add prepare/converge env files for update https://review.openstack.org/559319 | 18:39 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Add CACerts service to all scenario environment files https://review.openstack.org/560430 | 18:39 |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Run playbooks with custom args https://review.openstack.org/553474 | 18:39 |
openstackgerrit | Merged openstack/tripleo-validations master: Extract 'filtered()' function into 'utils' https://review.openstack.org/560623 | 18:40 |
openstackgerrit | Merged openstack/tripleo-common master: Add docker packages to dhcp and l3 agent containers https://review.openstack.org/549855 | 18:40 |
dprince | trozet: weird, so I'm deploying on baremetal thish week. The integrated nic is first I think but we aren't using it. Rather we boot the ctplane on a 100G (p2p2) NIC | 18:40 |
dprince | trozet: it it works for me.... | 18:40 |
dprince | trozet: but if this was required for your setup it looks reasonable to me | 18:41 |
trozet | dprince: does your first nic fail to dhcp? also does your 2nd nic already have an ifcfg file at reboot into overcloud | 18:41 |
dprince | trozet: initially there is no config for the 2nd nic | 18:41 |
dprince | trozet: I'll try to double check it | 18:42 |
trozet | dprince: it looks like in your original patch you were worried about thrashing between network.service and this systemd service with dhclient, is that right? | 18:42 |
*** itlinux has quit IRC | 18:42 | |
trozet | dprince: what we see is our 3rd interface (ctlplane) gets an ifcfg file written (not sure how/why) after the initial kernel boot during OOO deployment, then the node reboots to boot the overcloud disk and the ifcfg is already there and deployment fails because it never gets an IP due to this bug | 18:43 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Handle undercloud upgrades via host_prep_tasks https://review.openstack.org/559210 | 18:50 |
EmilienM | slagle, mcornea : sorry I had to fix pep8 issues on ^ maybe you can vote again. Thank you! | 18:50 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: no-tls: add missing endpoint for Designate https://review.openstack.org/561006 | 18:51 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Handle undercloud upgrades via host_prep_tasks https://review.openstack.org/559210 | 18:51 |
openstackgerrit | Emilien Macchi proposed openstack/python-tripleoclient master: Manage upgrades to a containerized undercloud https://review.openstack.org/549624 | 18:52 |
openstackgerrit | Sam Doran proposed openstack/tripleo-heat-templates master: Optimized Ansible tasks in deplay-steps-tasks.yaml https://review.openstack.org/561011 | 18:52 |
dsneddon | dprince, trozet: I have to wonder if the behavior in RHEL has changed, leading to subsequent interfaces not being started after a single failure to DHCP. | 18:53 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade master: WIP - containerized undercloud upgrade https://review.openstack.org/553629 | 18:53 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: Introduce tripleo-ci-centos-7-containerized-undercloud-upgrades https://review.openstack.org/553633 | 18:54 |
trozet | dsneddon: i'm not sure but in my experience its always been that way | 18:54 |
dsneddon | trozet, That's entirely possible, I've never dug very deep. | 18:56 |
dtrainor | do we differentiate between certificates used for Horizon as a public endpoint of sorts, and certificates used for tls-everywhere (which I'm finding does not include public services like Horizon), or are they one and the same? | 19:02 |
*** trown has quit IRC | 19:03 | |
*** trown has joined #tripleo | 19:06 | |
*** chlong has quit IRC | 19:09 | |
*** mcornea has quit IRC | 19:12 | |
*** dprince has quit IRC | 19:12 | |
*** mcornea has joined #tripleo | 19:12 | |
*** sshnaidm|mtg is now known as sshnaidm|afk | 19:13 | |
*** trown has quit IRC | 19:17 | |
*** trown has joined #tripleo | 19:17 | |
*** agopi has quit IRC | 19:18 | |
bandini | EmilienM: https://review.openstack.org/#/c/558038/ can be merged (same patch passed all jobs) | 19:27 |
bandini | merci! | 19:28 |
EmilienM | bandini: oh nice, so we'll be able to detect when a container needs refresh? | 19:29 |
*** dbecker has joined #tripleo | 19:30 | |
dtrainor | I ask because I'm not clear on any of the documentation between what might make Horizon's use of tls any different than the internalapi service's use of tls | 19:31 |
bandini | EmilienM: yes with the whole patchseries we will be able to trigger an update of pacemaker resource *when the pacemaker resource definition changes* (i.e. I still need to work on the 'trigger a restart if config files for pcmk services change') | 19:31 |
dtrainor | so I'm led to believe that they're one and the same (and if they are, then maybe our docu should suggest using a SAN if the internal and external IPs used for "all" of the tls will be different | 19:32 |
*** lebauce has quit IRC | 19:33 | |
*** wolverin_ has joined #tripleo | 19:34 | |
*** wolverineav has quit IRC | 19:34 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart master: exit on python setup or pip errors https://review.openstack.org/561021 | 19:36 |
*** pchavva1 has joined #tripleo | 19:36 | |
*** agopi has joined #tripleo | 19:41 | |
*** links has quit IRC | 19:46 | |
weshay | mwhahaha, ^ | 19:46 |
*** pchavva1 has quit IRC | 19:51 | |
*** pchavva has quit IRC | 19:51 | |
*** pchavva has joined #tripleo | 19:51 | |
openstackgerrit | Merged openstack/puppet-pacemaker master: Wrap pcs command generation into their own functions https://review.openstack.org/558038 | 19:53 |
*** moshele has joined #tripleo | 19:54 | |
*** moshele has quit IRC | 19:58 | |
openstackgerrit | Honza Pokorny proposed openstack/tripleo-ui master: Reinstate logout link id https://review.openstack.org/560992 | 19:58 |
EmilienM | bnemec: can you take a look please https://review.openstack.org/#/c/561006/ | 19:59 |
*** jcoufal_ has joined #tripleo | 19:59 | |
*** artom has quit IRC | 19:59 | |
*** chlong has joined #tripleo | 20:00 | |
*** ansmith has quit IRC | 20:00 | |
*** gkadam has quit IRC | 20:02 | |
*** radeks_ has quit IRC | 20:02 | |
*** dprince has joined #tripleo | 20:02 | |
*** jcoufal has quit IRC | 20:02 | |
openstackgerrit | Merged openstack/tripleo-quickstart master: Revert "Allow to clone extras if zuul cloner is not presented" https://review.openstack.org/560641 | 20:03 |
*** radeks has joined #tripleo | 20:03 | |
*** jcoufal_ has quit IRC | 20:04 | |
*** atoth has quit IRC | 20:06 | |
bnemec | EmilienM: Hmm, that file should have been added to https://github.com/openstack/tripleo-heat-templates/blob/master/tools/yaml-validate.py#L36 | 20:06 |
bnemec | This is exactly the kind of problem that was intended to avoid. | 20:06 |
EmilienM | bnemec: I'm adding it. | 20:06 |
EmilienM | bnemec: do you mind if I do it on top? I rebased another patch on top and don't want to waste CI and time | 20:07 |
bnemec | EmilienM: No, that's fine with me. It doesn't impact the correctness of the first patch, it's more to avoid similar errors in the future. | 20:07 |
orange_julius | Deploying certs to overcloud nodes on deployment.... is using TripleO Deploy artifacts the best way to do this? (http://hardysteven.blogspot.com/2016/08/tripleo-deploy-artifacts-and-puppet.html) | 20:07 |
EmilienM | bnemec: ++ nice spot | 20:07 |
* bnemec would have preferred that file to be in ssl/ | 20:08 | |
bnemec | But I guess that whole thing is still in limbo | 20:08 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: pep8: include no-tls-endpoints-public-ip.yaml in validation https://review.openstack.org/561033 | 20:12 |
*** jcoufal has joined #tripleo | 20:12 | |
*** kmy has quit IRC | 20:12 | |
*** kmy has joined #tripleo | 20:13 | |
*** agopi has quit IRC | 20:15 | |
*** itlinux has joined #tripleo | 20:17 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-puppet-elements master: Remove Openstack and Ceph packages https://review.openstack.org/521172 | 20:19 |
*** agopi has joined #tripleo | 20:25 | |
EmilienM | trown, weshay: need review from tripleo ci team https://review.openstack.org/#/c/559067 | 20:30 |
EmilienM | same https://review.openstack.org/#/c/560030/ | 20:31 |
weshay | k | 20:31 |
*** dsariel has joined #tripleo | 20:32 | |
*** wolverin_ has quit IRC | 20:34 | |
*** wolverineav has joined #tripleo | 20:34 | |
*** hanish_ has quit IRC | 20:36 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: containerized-undercloud: don't manage stackrc https://review.openstack.org/559818 | 20:37 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-puppet-elements master: Remove Openstack and Ceph packages https://review.openstack.org/521172 | 20:37 |
*** wolverineav has quit IRC | 20:39 | |
*** pchavva has quit IRC | 20:42 | |
*** dprince has quit IRC | 20:44 | |
*** tosky___ has joined #tripleo | 20:44 | |
*** tosky has quit IRC | 20:45 | |
*** tosky___ is now known as tosky | 20:45 | |
*** wolverineav has joined #tripleo | 20:46 | |
*** holser__ has joined #tripleo | 20:47 | |
*** wolverineav has quit IRC | 20:47 | |
*** akrivoka has quit IRC | 20:48 | |
*** wolverineav has joined #tripleo | 20:48 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart-extras master: Remove undercloud-prep-containers.sh.j2 https://review.openstack.org/561043 | 20:49 |
*** hamzy_ has quit IRC | 20:49 | |
EmilienM | stevebaker: ^ is that correct? | 20:50 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: Remove config.json for old style nic config files when using new style https://review.openstack.org/560022 | 20:53 |
*** bfournie has quit IRC | 20:53 | |
stevebaker | EmilienM: looking | 20:54 |
*** raildo has quit IRC | 20:55 | |
*** agopi has quit IRC | 20:58 | |
*** agopi has joined #tripleo | 20:59 | |
*** suuuper has quit IRC | 20:59 | |
*** itlinux has quit IRC | 21:01 | |
*** rbowen has quit IRC | 21:01 | |
*** trown is now known as trown|outtypewww | 21:04 | |
EmilienM | stevebaker: also quick comment on https://review.openstack.org/#/c/546024/ I won't block on it, but it would be good to have it (maybe later on top of these patches) | 21:04 |
*** rlandy is now known as rlandy|afk | 21:05 | |
*** slaweq has quit IRC | 21:07 | |
EmilienM | slagle: hey, I'm not sure it's related to your work on hostvar etc but i just found this trace in my containerized undercloud upgrade testing: http://logs.openstack.org/33/553633/40/check/tripleo-ci-centos-7-containerized-undercloud-upgrades/1658efb/logs/undercloud/home/zuul/undercloud_upgrade.log.txt.gz#_2018-04-12_20_46_42 | 21:07 |
*** slaweq has joined #tripleo | 21:08 | |
EmilienM | slagle: not related nevermind sorry for noise | 21:08 |
EmilienM | ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path. | 21:08 |
EmilienM | this is the error I need to look at :/ | 21:08 |
slagle | i'm glad i could help here :) | 21:09 |
mwhahaha | tonyb: question on the multiarch stuff, is https://review.openstack.org/#/c/521172/ ok for multiarch computes or do we need to leave the packages around still? | 21:09 |
EmilienM | slagle: yeah thx for not helping ! lol | 21:09 |
EmilienM | slagle: I think it's in my THT patch for upgrades, maybe because some tasks are empty | 21:10 |
tonyb | mwhahaha: I'll look over it but my 5second read is that it'll be okay for master/rocky | 21:10 |
EmilienM | slagle: maybe host_prep_tasks: {} isn't good | 21:10 |
mwhahaha | tonyb: yea it'd be for rocky. the goal would be to nuke all the openstack/ceph packages | 21:11 |
EmilienM | slagle: yeah found it | 21:12 |
EmilienM | in http://logs.openstack.org/33/553633/40/check/tripleo-ci-centos-7-containerized-undercloud-upgrades/1658efb/logs/undercloud/home/zuul/tripleo-rxUWAa-config/Undercloud/host_prep_tasks.yaml.txt.gz | 21:13 |
EmilienM | there is: - {} | 21:13 |
EmilienM | I don't think Ansible likes that. | 21:13 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Remove Openstack and Ceph packages https://review.openstack.org/521172 | 21:13 |
*** slaweq has quit IRC | 21:13 | |
slagle | EmilienM: problem is here: https://review.openstack.org/#/c/559210/13/docker/services/undercloud-upgrade.yaml | 21:15 |
slagle | host_prep_tasks should be a list | 21:15 |
EmilienM | slagle: you see you could help :) | 21:16 |
EmilienM | slagle: I can also remove host_prep_tasks, it's not required AFIK. | 21:19 |
*** pfo has joined #tripleo | 21:20 | |
pfo | hey guys - for an single controller node deployment is it normal that pacemaker is still set up and has resources for galera and rabbitmq? I didn't include the pacemaker environment files explicitly (these are redhat's OSP 12 templates) | 21:21 |
*** kmy has quit IRC | 21:21 | |
pfo | is this expected? | 21:22 |
EmilienM | HA is default afik. So you would have to override the resources to Heat::None | 21:22 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Handle undercloud upgrades via host_prep_tasks https://review.openstack.org/559210 | 21:23 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: pep8: include no-tls-endpoints-public-ip.yaml in validation https://review.openstack.org/561033 | 21:23 |
*** Goneri has quit IRC | 21:24 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Test yaml-validate https://review.openstack.org/561050 | 21:24 |
EmilienM | bnemec: to make sure we don't hit the problem again ^. | 21:24 |
*** rfolco is now known as rfolco|off | 21:25 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade master: WIP - containerized undercloud upgrade https://review.openstack.org/553629 | 21:25 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: Introduce tripleo-ci-centos-7-containerized-undercloud-upgrades https://review.openstack.org/553633 | 21:26 |
pfo | @EmlienM so i always end up with a pacemaker configuration even if the controller count is set to 1? | 21:27 |
*** openstackstatus has quit IRC | 21:27 | |
*** openstack has joined #tripleo | 21:28 | |
*** ChanServ sets mode: +o openstack | 21:28 | |
EmilienM | pfo: yes you do, because the pacemaker services are enabled by default, you can easily override your env and disable it. | 21:28 |
pfo | and my hypothesis was that this is just an side effect of having a single controller and all resources on this one machine | 21:29 |
EmilienM | not that AFIK this setup isn't supported by OSP | 21:29 |
pfo | i know | 21:29 |
pfo | this is not a prod env | 21:29 |
*** morazi has quit IRC | 21:29 | |
*** openstackstatus has joined #tripleo | 21:30 | |
*** ChanServ sets mode: +v openstackstatus | 21:30 | |
*** kbyrne has quit IRC | 21:31 | |
*** kbyrne has joined #tripleo | 21:39 | |
*** thrash is now known as thrash|g0ne | 21:42 | |
tonyb | mwhahaha: cool. I'll review it properly after the school run but right now as long as FFU is covered I think we're fine from a multiarch POV | 21:44 |
*** holser__ has quit IRC | 21:46 | |
*** agopi has quit IRC | 21:49 | |
*** jtomasek has quit IRC | 21:52 | |
*** ansmith has joined #tripleo | 21:53 | |
*** jmelvin has quit IRC | 21:54 | |
*** paramite has quit IRC | 21:58 | |
*** jcoufal has quit IRC | 21:59 | |
*** cdearborn_ has quit IRC | 22:01 | |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Add Ironic Networking Baremetal Templates https://review.openstack.org/547318 | 22:02 |
mwhahaha | what's scenario000 | 22:02 |
mwhahaha | oh upgrade | 22:02 |
*** chlong has quit IRC | 22:11 | |
openstackgerrit | Harald Jensås proposed openstack/tripleo-heat-templates master: Enable inspector dnsmasq dhcp filter https://review.openstack.org/523909 | 22:15 |
*** liverpooler has quit IRC | 22:18 | |
*** pfo has quit IRC | 22:28 | |
*** rcernin has joined #tripleo | 22:30 | |
*** rpioso is now known as rpioso|afk | 22:31 | |
*** dsariel has quit IRC | 22:37 | |
*** wolverineav has quit IRC | 22:44 | |
orange_julius | Has anyone done a tripleo offline installation? | 22:44 |
*** tcw has quit IRC | 22:44 | |
*** wolverineav has joined #tripleo | 22:44 | |
*** tcw has joined #tripleo | 22:44 | |
*** dhill_ has quit IRC | 22:45 | |
*** tcw has quit IRC | 22:49 | |
*** dparkes has quit IRC | 23:02 | |
openstackgerrit | Merged openstack/puppet-tripleo master: haproxy: enable UI on containerized undercloud https://review.openstack.org/560697 | 23:03 |
*** jabadia has joined #tripleo | 23:05 | |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Sanitize the uuid string https://review.openstack.org/559770 | 23:05 |
jabadia | Hola, need help on which channel to ask the following. - I have triplo container based deployment. booting VM's , all great. rebooting compute, VM shutdown ( as expected given resume_vm_on_boot is false) , but when i nova boot it , it failed with " Timeout waiting for [('network-vif-plugged'" | 23:07 |
*** fzdarsky|afk has quit IRC | 23:08 | |
openstackgerrit | Merged openstack/tripleo-common master: Use hostnames in inventory https://review.openstack.org/558550 | 23:09 |
jabadia | some logs- | 23:09 |
jabadia | https://pastebin.com/TmHyEMQa | 23:09 |
*** fzdarsky|afk has joined #tripleo | 23:12 | |
*** alee has quit IRC | 23:16 | |
*** fzdarsky|afk has quit IRC | 23:17 | |
*** fzdarsky|afk has joined #tripleo | 23:23 | |
*** mcornea has quit IRC | 23:25 | |
*** bfournie has joined #tripleo | 23:34 | |
*** itlinux has joined #tripleo | 23:35 | |
*** jabadia has quit IRC | 23:35 | |
-openstackstatus- NOTICE: The Etherpad service at https://etherpad.openstack.org/ is being restarted to pick up the latest release version; browsers should see only a brief ~1min blip before reconnecting automatically to active pads | 23:41 | |
*** tosky has quit IRC | 23:49 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: Handle undercloud upgrades via host_prep_tasks https://review.openstack.org/559210 | 23:52 |
EmilienM | mwhahaha: yeah you can ask weshay about it | 23:53 |
weshay | what | 23:53 |
weshay | :) | 23:53 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates master: pep8: include no-tls-endpoints-public-ip.yaml in validation https://review.openstack.org/561033 | 23:53 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-upgrade master: WIP - containerized undercloud upgrade https://review.openstack.org/553629 | 23:54 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci master: Introduce tripleo-ci-centos-7-containerized-undercloud-upgrades https://review.openstack.org/553633 | 23:54 |
weshay | oh ya | 23:54 |
openstackgerrit | Attila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras https://review.openstack.org/472607 | 23:55 |
EmilienM | weshay: please review https://review.openstack.org/#/c/553827/ | 23:55 |
EmilienM | weshay: so we can have containerized undercloud upgrade job like next week or something | 23:55 |
weshay | mwhahaha, keystone only.. should have called it scenario_giddie_up | 23:56 |
openstackgerrit | Merged openstack/tripleo-common master: Fixes ODL healthcheck URI https://review.openstack.org/560598 | 23:58 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Removes odl-dlux-gui feature for ODL https://review.openstack.org/560624 | 23:58 |
openstackgerrit | Merged openstack/tripleo-upgrade master: Add Neutron L3 agent failover check during upgrade https://review.openstack.org/559410 | 23:58 |
*** anilvenkata has quit IRC | 23:59 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-quickstart-extras master: Remove undercloud-prep-containers.sh.j2 https://review.openstack.org/561043 | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!