Can we push a Mistral image to some registry?
I think it is more convenient than zip for user. And we can add image to cache-from section.
 
https://docs.docker.com/compose/compose-file/#cache_from
 
 
About mysql, sorry, i don't have experience. I added the latest version of mysql. As I know that It's RC. Maybe we change to 5.7?
 
20.03.2018, 17:28, "Kovi, Andras 1. (Nokia - HU/Budapest)" <andras.1.k...@nokia.com>:

Yeah, sorry. In the current code docker-compose is set up to build the mistral image. It is not going to use anything that's uploaded and I don't know how one can instruct docker-compose to pass the --cache-from parameter to the docker build if the uploaded image was imported. If someone decides to try the docker build, they should already be prepared to build stuff locally. Building the image does not take a long time (given v8eval is not installed) and they can use the current code at any time. This way we can prevent ourselves from comments regarding versions or anything. I just don't find it particularly useful. If there is real demand, let's keep it. 

 

TL,DR;

On the other hand, I've just stumbled upon an issue that mysql does not bind to the IPv4 address, only IPv6. This used to work and I don't know what changed.

 

 

mysql_1       | 2018-03-20T14:00:05.068149Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1       | 2018-03-20T14:00:05.068213Z 0 [Note] IPv6 is available.
mysql_1       | 2018-03-20T14:00:05.068233Z 0 [Note]   - '::' resolves to '::';
mysql_1       | 2018-03-20T14:00:05.068296Z 0 [Note] Server socket created on IP: '::'.
 
root@2e71797b8470 (this is mysql):/# ss -lnt
State      Recv-Q Send-Q        Local Address:Port          Peer Address:Port
LISTEN     0      128              127.0.0.11:40374                    *:*     
LISTEN     0      128                      :::3306                    :::*     
 
Mistral is not able to connect as it resolves the V4 address.

 

 

Cheers,

A

 

Feladó: Brad P. Crochet <b...@redhat.com>
Elküldve: 2018. március 20., kedd 12:34
Címzett: Kovi, Andras 1. (Nokia - HU/Budapest)
Másolatot kap: Vitalii Solodilov; Akhmerov, Renat (Nokia - RU); dou...@redhat.com
Tárgy: Re: Mistral docker job
 
I'm curious why you keep wanting to just delete the job rather than fixing it? It's not a gate job, and does not affect landing patches, but I do believe there are users that find it useful.
 
On Tue, Mar 20, 2018 at 2:12 AM Kovi, Andras 1. (Nokia - HU/Budapest) <andras.1.k...@nokia.com> wrote:

Hi Vitalii,

 

thanks for the docker update. It's really good improvement from the previous version.

 

But now the mistral docker job is failing. http://zuul.openstack.org/builds.html?job_name=mistral-docker-buildimage

I would be for deleting this job completely but could you please try to fix it first in some way?

 

Thanks,

Andras

--
Brad P. Crochet, RHCA, RHCE, RHCVA, RHCDS
Principal Software Engineer
(c) 704.236.9385
 
 
 
-- 
Best regards,
 
Vitalii Solodilov
 
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to