The ceph mon daemonset had a typo, and referenced the osd
resource limit specification in Values instead of its own.
Change-Id: I06433b9039842322786e73eff89da2836c17bb7f
Give things time to start and probe only as needed. This avoids
premature health warnings such as:
Normal Created 14s kubelet, node-0 Created container
Normal Started 14s kubelet, node-0 Started container
Warning Unhealthy 10s kubelet, node-0 Readiness probe failed:
Change-Id: I224aed14a03a3690f1ba2a07a2d9fad54b7dd550
This patch sets fixes the make clean target as it currently attempts
to delete the generated */charts up the parents, where the directory
is guaranteed to be non-empty.
Change-Id: I6575cb9e1e7da8b6c690e433418d1115130e0eff
This updates the names of the helm test pods to give all services
in OSH-infra/OSH a uniform '{{ .Release.Name }}-test' name, which
allows for easier gathering of test results across all deployed
services
Change-Id: I24df7a18d32b99d1ffaad19647ef724316e2fe20
init osd: Ceph luminous release init osd differently. This fix detects
ceph releases and use the right process to init osd directory
mgr: Set mgr daemonset that is in Luminous
Change-Id: I99a102f24c4a8ba18a0bba873e9f752368bea594
Signed-off-by: Huamin Chen <hchen@redhat.com>
Depends-On: I17359df62a720cbd0b3ff79b1d642f99b3e81b3f
This PS updates .zuul.yaml to make the voting job
openstack-helm-dev-deploy a gate check, as that is the infra
convention [0]:
"Non-voting jobs should only be added to check queues." (So
voting jobs should be added to both.)
While there are currently openstack-health statistics for the
job yet, going off the following data:
http://zuulv3.openstack.org/builds.html?job_name=openstack-helm-dev-deploy
the job currently has a roughly ~83% success rate
(11 fail, 25 pass, 36 total).
[0] https://docs.openstack.org/infra/manual/creators.html#non-voting-jobs
Change-Id: I2577d9c435be3688fc6ebc02dc97d809861b00da
This patch set updates the zuul job to not execute a full
dev-deploy job when the change only impacts documentation,
so it is inline with other jobs that runs the full deployment.
Change-Id: Ica18b5bf903765acde91e686bf6d4453fd366d06
This PS updates the developer documentation to make use
of the openstack-helm-infra repo and new developer
environment.
Implements: blueprint developer-environment
Change-Id: I45b627f78b9504dc0abfbe7d0061ea3475ee4748
This patch set makes the service-specific images for mistral
have explicit names, allowing simple over-riding of images
for an entire site.
Change-Id: I49a105a29660bbcc500e31352d639389f5636ed5
This patch set makes the service-specific images for senlin
have explicit names, allowing simple over-riding of images
for an entire site.
Change-Id: I16ba85b20c84354d7e2c35b52ccc4f766e9fecb6
This patch set makes the service-specific images for neutron
have explicit names, allowing simple over-riding of images
for an entire site.
Change-Id: Ica7e1f77f43936971d44ac0e6645ac656ca83b96
This patch set makes the service-specific images for magnum
have explicit names, allowing simple over-riding of images
for an entire site.
Change-Id: I6d1dfe6bbd5a0911cc176958b932aaaf31131620
Replace socket-based liveness checks with scripts
The current TCP socket-based liveness/readiness check for Ceph
doesn't accurately reflect when daemons are live, doesn't handle
multiple OSDs on a host, and doesn't work when hostNetworking is
in use and the Ceph network is different from the one associated
with the hostname. This change adds new scripts for checking
Ceph monitor and OSD liveness/readiness that query the Ceph Unix
domain sockets to get daemon status and exits 0 iff all sockets
report that their daemons are in an "active" state.
This isn't perfect: we don't know how many daemons SHOULD be
active, so if only a subset is live and the others have no
sockets (yet?), we'll still claim the pod is ready. The scripts
also don't distinguish between liveness and readiness for OSDs.
Change-Id: I5d370b4bc4025fece2e640355c3a29167afca871
This specification proposes to add an nginx sidecar container to support
TLS offloading and termination.
Change-Id: I6d7e19539b5411d8ab15dc2d39e2051da1cce126
External-tracking: F#47
This PS makes the service-specific images for Keystone have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: I0b50d07fc0c2e00ab7803dd4c986c8a26e25ea49
This PS makes the service-specific images for Horizon have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: I32ec3d58a4e83bd91e27abf43d4bbbdaad736d6b
This PS makes the service-specific images for Heat have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: I36aff29746b8d402516033a9cc53fcb0c1e06fec
This PS makes the service-specific images for Cinder have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: Id9d9de1185fa2545e40e096b3f355c17be1fe5c5
This PS makes the service-specific images for Ceph have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: I735c5fdc08c2a83893f25e6f6f9824089916507f
This PS makes the service-specific images for Glance have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: Ib6a5e626dd85bb04ee8599ac9b53b3d5fbaf496b
This PS makes the service-specific images for Congress have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: I699c51cfbf7653336274337fa6c1203ff66770e7
This PS makes the service-specific images for Ceilometer have
explicit names, allowing simple over-riding of images for an
entire site.
Change-Id: I0ea331db7894f4865065a66f868a1e2cb6e750f5
This PS adds cleaner shutdown and start logic to the OvS components.
Change-Id: I5c7fb212163a19d7584b37c20e7c6c757b498856
Co-Authored-By: SamYaple <sam@yaple.net>
This PS introduces a Spec for the updated OpenStack-Helm developer
environment.
Change-Id: I02ac56e39049f866dc875374f596e169d952f148
Implements: blueprint developer-environment
Fixed the calculation of WORK_DIR so that the script can be
invoked by itself (as opposed to part of the overall gate scripts,
which works fine).
Change-Id: Ib7d07978965d3401725c7766754bbaff2f535a5a