Re: [openstack-dev] [tripleo] question about healthcheck

2017-09-05 Thread Alex Schultz
On Sun, Sep 3, 2017 at 7:44 PM, Emilien Macchi  wrote:
> Can someone explain me (sorry for the dumb question) why do we force
> healthcheck to be positive when deploying TripleO containers?
>
> healthcheck:
> test: /bin/true
>
> https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/keystone.yaml#L180-L181
>
> Instead of real checks?
> I probably missed something (it's WIP?) but I found useful to clarify
> now, since we're about to release final Pike.
>

Since that's the cron container, other than checking that cron is
running (which is the container command) I'm not sure if there's much
to check.

Thanks,
-Alex

> Thanks,
> --
> Emilien Macchi
>
> __
> 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

__
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


[openstack-dev] [tripleo] question about healthcheck

2017-09-03 Thread Emilien Macchi
Can someone explain me (sorry for the dumb question) why do we force
healthcheck to be positive when deploying TripleO containers?

healthcheck:
test: /bin/true

https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/keystone.yaml#L180-L181

Instead of real checks?
I probably missed something (it's WIP?) but I found useful to clarify
now, since we're about to release final Pike.

Thanks,
-- 
Emilien Macchi

__
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