Commit Graph

19 Commits

Author SHA1 Message Date
Gage Hugo 5ad8824fca Retire openstack-helm-addons repository
This change removes the context from the openstack-helm-addons
repository as part of the effort to retire the repo.

Change-Id: I25603f95f54d88293623206b4d56a109d3b3a5c3
2022-07-25 08:49:04 -05:00
jinyuanliu 770f97d921 Fix problem of lack of matchlabels
The lack of matchlabels will cause install to fail.

Change-Id: I5e1065b41692206018f94de1668cb0ad13d49aee
2021-06-29 03:03:17 +00:00
Gage Hugo 0145e0f94f Update releasenotes, linting job, and fix gates
This change updates the releasenotes for each chart to their
latest version.

Also updated the linting job to not ignore releasenotes in
order to fix issues in the future.

Also fixes a rust pip dependency in the jobs causing them to
fail.

Change-Id: Iecb103b153a0ff3f3c90077afe856fc060d5988a
2021-04-15 22:28:41 +00:00
Andrii Ostapenko b6a94835a3
Change helm-toolkit dependency version to ">= 0.1.0"
Since we introduced chart version check in gates, requirements are not
satisfied with strict check of 0.1.0

Change-Id: I6e0a3b301392e82231a2081859ca4d380a0138d8
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2020-09-29 13:12:55 -05:00
okozachenko 0945d57d27 Fix chart lint errors
Change-Id: Ifda0b64f7319f0885568a8848ee809af7b581014
2020-09-16 21:07:10 +03:00
Andrii Ostapenko 815deeaa2e Enable templates linting
- braces
- brackets
- colons
- commas
- comments
- hyphens
- indentation
- key-duplicates

with corresponding code changes.

Also disable document-(start|end) rule.

* Unrestrict octal values rule since benefits of file modes readability
  exceed possible issues with yaml 1.2 adoption in future k8s versions.
  These issues will be addressed when/if they occur.

Depends-On: https://review.opendev.org/739600
Change-Id: Ide884ed541898db2ba21a863aff0cea9ec3f75dd
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2020-07-13 17:28:42 +00:00
Andrii Ostapenko 4254e9a3ef Enable yamllint rules
- comments-indentation
- document-end
- document-start
- empty-lines
- new-line-at-end-of-file
- new-lines
- octal-values

Change-Id: I9cf4b60ee920b092c56cc54f331b6130955f93b8
2020-06-01 09:33:01 -05:00
Gage Hugo 09b6e52c32 Remove OSH Authors copyright
The current copyright refers to a non-existent group
"openstack helm authors" with often out-of-date references that
are confusing when adding a new file to the repo.

This change removes all references to this copyright by the
non-existent group and any blank lines underneath.

Change-Id: I631ae4345f18fee70b380867ba8b33af5e3b3254
2020-03-02 14:01:56 -06:00
Jean-Philippe Evrard 87f30975b9 Point to OSH-images images
We now have a process for OSH-images image building,
using Zuul, so we should point the images by default to those
images, instead of pointing to stale images.

Without this, the osh-images build process is completely not
in use (and completely opaque to deployers), and updating the
osh-images process or patching its code has no impact on OSH-addons.

This should fix it.

Change-Id: I23d69b56e6de4f0f76d6031b301e81a294ddcc50
2019-05-13 11:20:51 +02:00
caoyuan 77abfeb526 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ie7dccec5b2a7acd257f3385a3ba18c024baca21a
2019-04-23 17:01:36 +00:00
Steve Wilkerson 15b5f31291 Add release-uuid annotation to pod spec
This adds the release-uuid annotation to the pod spec for all
replication controller templates in the openstack-helm-addons
charts

Change-Id: I040fe3a60d4d10e101238a4d760da14cbb18bf31
2019-03-15 06:00:25 +00:00
Dustin Specker 466953998e Align Artifactory's values.yaml with proposed spec and patterns
Use LOCI Heat Images.

Values not described in spec[1] or proposed values-template[2] were
placed at the end of values.yaml.

BREAKING CHANGES:

1. Removed `chown_on_start`
2. Removed `release_group`
3. Removed `storage`
4. Moved `volume.size` to `storage.requests.storage`
5. Moved `volume.class_name` to `storage.storage_class`

[1] https://docs.openstack.org/openstack-helm/latest/specs/values-ordering.html
[2] https://review.openstack.org/#/c/577234/4/doc/source/devref/values-template.yaml

Change-Id: Ibe2abeb48b67056c456154e5c270573533ca9a7e
2018-10-22 09:55:08 -05:00
Dejaeger, Darren (dd118r) 900343f852 Artifactory performance tuning adjustments
This PS adds Artifactory JVM memory tuning & pod resource limit
adjustments.

Change-Id: I47f535029dadc7b7dfe18c1598630bf5e1219e9f
2018-08-21 20:32:03 +00:00
Chris Wedgwood 5a9d59aa82 artifactory: Update to 5.11.1
Change-Id: I492e01a745dc3ce00ec19857e9216519036fa582
2018-06-07 19:08:42 +00:00
wu.chunyang 0ca3c4439f fix typo
A slight mistake

Change-Id: I8f9d188bda3d2ac0c801deb39a07d048645a8976
2018-05-31 05:20:26 +00:00
Pete Birley 0cd9ef1839 Helm-Toolkit: Update charts to work with -infra helm toolkit
This PS updates the charts to work with the -infra helm toolkit.

Change-Id: Ia28ebc48560e4c45946a08c777ffa9fd9592448c
2018-05-17 01:54:50 -05:00
Chris Wedgwood 03592558bf artifactory: version update to 5.9.3
Change-Id: Ib39327489e9f4f427ff53cedcc4d8cc7daa9bcfd
2018-04-06 05:58:40 +00:00
Chris Wedgwood d2026c1326 artifactory: update to work with recent helm-toolkit changes
Artifactory was developed and debugged using an older version of the
helm-toolkit.  This update makes it compatible with the recent changes
there and better aligned with the rest of openstack-helm.

Change-Id: Id9279b61c23e876386798c1099295c232ca6b25b
2018-03-13 19:14:32 +00:00
Stacey Fletcher b13645834a Add artifactory chart
Change-Id: I0864a53ce3476372ffbe09bc8e0a18b7361680a4
2018-02-16 17:43:44 +00:00