Commit Graph

3895 Commits

Author SHA1 Message Date
Thiago Brito
423c6b34ff Enable taint toleration for aodh
This changes use the helm-toolkit template for toleration
in openstack services

Signed-off-by: Lucas Cavalcante <lucasmedeiros.cavalcante@windriver.com>
Story: 2009276
Task: 43531
Depends-On: I168837f962465d1c89acc511b7bf4064ac4b546c
Change-Id: Ic5de545de70112bcc16cf353163a110b70874967
2022-03-22 18:48:00 +00:00
Thiago Brito
151c03d5ec Fix infinite recursion deadlock on netns cleanup
When, for some reason, the neutron netns agent is misconfigured and is
producing errors, this infinite recursion is generating a deadlock on
cpu usage since it repeats with no interval. This fix adds some shorter
sleeps to work around it.

Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: Icf840ea965d0652d6118a1b840168df95ba95fac
2022-03-10 15:02:11 -03:00
Gage Hugo
b13a8de906 Add Xena check jobs
This change adds the Xena release of OpenStack to the check jobs
for openstack-helm.

Change-Id: I0e07b77b41221a55d8cc97a58bceaaf37d565c35
2022-03-03 20:27:31 +00:00
Zuul
5012b09e2a Merge "senlin: Added conductor & health manager" 2022-03-03 18:40:37 +00:00
Gage Hugo
b4c54b24cc Remove warnings in ceph documentation
In the ceph install guide we currently have warnings that cinder
and horizon are not tested in OSH gating. This is outdated since
we now have jobs that test both of these services so this change
removes the warnings from the documentation.

Change-Id: I51694c31d055070452c6c98b2bf1bc74a8ca633c
2022-03-02 17:51:43 +00:00
Zuul
7d5c9bf03b Merge "Update ceph development scripts" 2022-03-01 20:44:09 +00:00
Zuul
cf435c30fd Merge "Update oslo messaging get_transport" 2022-03-01 20:02:24 +00:00
Zuul
23615305b5 Merge "Move TLS job from check to experimental" 2022-02-28 08:09:32 +00:00
Gage Hugo
b09f5c0bf0 Update oslo messaging get_transport
oslo_messaging.get_transport is currently deprecated. This change
moves the health prove to use get_notification_transport instead.

Change-Id: Iea7c914b41dec70b36ebe93fa8ce91e00894f50e
2022-02-28 02:04:15 +00:00
Gage Hugo
402a013e8f Update ceph development scripts
With the move to helm v3, several of the development scripts are
either out of date or are linked to ones that are. This change
updates several of the symlinks and scripts that exist under
the ceph development directory to bring them up-to-date with
the current state of the repository.

Change-Id: I15b431d5301d47c6c83513e356c0c819d2c50963
2022-02-28 01:56:55 +00:00
OpenStack Proposal Bot
0eea6646c6 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ifceef20d185d6dbe43c38596c29daf71a55190e2
2022-02-24 14:44:36 +00:00
Anderson, Craig (ca846m)
d514395d81 Improve health probe logging for nova and neutron
1. Log specific compute services failing rabbitMQ socket tests in nova
   health probe
2. Log specific compute services failing Database socket tests in nova
   health probe
3. Make log level configurable for nova and neutron health probes

Change-Id: I5e5d909d598af734596eb1732ae42808c1f6cd12
2022-02-22 10:05:15 +00:00
Zuul
7c3a9de5aa Merge "Update nfs development scripts" 2022-02-22 08:44:44 +00:00
Zuul
2fc4418033 Merge "Fix failing bandit gate" 2022-02-22 08:44:41 +00:00
Zuul
6174308720 Merge "Remove glance registry" 2022-02-22 08:44:26 +00:00
Gage Hugo
2f89f1d020 Remove glance registry
Glance registry was deprecated in Queens and removed in Stein.
This change removes glance-registry settings and templates
from the glance chart. Also removed the overrides from older
releases that are no longer actively supported and tested.

Change-Id: I704d844b9ab96daa73ec42e29cded31fbbe3f720
2022-02-21 21:32:08 +00:00
Gage Hugo
0b9ad8ea05 Move TLS job from check to experimental
We currently run the TLS job in both check and gating. The TLS job
does not reliably pass however due to resource constraints so
having it run on each check results in quite a few rechecks.

This change moves the TLS job from check to experimental to avoid
having to perform these rechecks while having the ability to
run the job on demand when needed.

Change-Id: Ia44354066cc22c936de7dbab4c56b18527cfaa85
2022-02-21 09:49:09 -06:00
Anderson, Craig (ca846m)
3ec6a94276 Fix failing bandit gate
Install bandit version compatible with Python 3.6.9

Change-Id: Ie6d5f343c73ba4df7e061f200d0ae201f65a5aa9
2022-02-20 12:15:19 -08:00
Zuul
034a83201a Merge "The generator parameter has been discarded" 2022-02-17 10:11:04 +00:00
Zuul
d7838efc3e Merge "Tempest: Add helm hook for jobs" 2022-02-17 03:07:45 +00:00
Gage Hugo
0534f0524b Update nfs development scripts
The development scripts are currently pointing to the old helm v2
minikube scripts and as a result, they do not work properly. This
change points them to use the correct up-to-date scripts and is
part of the effort to update and cleanup the deployment scripts
for openstack-helm.

Change-Id: I4797eace5f9f625de886c7abe1111222da2e92f9
2022-02-16 14:26:33 -06:00
okozachenko
a454a7cb29 Tempest: Add helm hook for jobs
Change-Id: Id2fa3fa81b50a5495003fe30e7859e1475f08843
2022-02-14 23:49:45 +11:00
jinyuanliu
e56a95b50b The generator parameter has been discarded
Generator parameter has been deprecated since V1.18.0
66944ff3b5

Change-Id: I67ee89e9087bff04e95c44340e9f6ebeeb7a86fa
2022-02-14 03:56:30 -05:00
Hugo Brito
3ff41ce11c Remove ssh-config
All ssh configurations for the nova-compute pods
are now done by _ssh-init.sh.tpl . This patch removes
the ssh-config that is not needed anymore.

Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
Change-Id: Ib1b24466678a0df28a3ce7ba4d3fe94bfb169702
2022-02-04 10:05:14 -03:00
Zuul
fb484386d6 Merge "Correct ssl_minimum_version" 2022-02-04 00:54:47 +00:00
okozachenko
4232ecac4d senlin: Added conductor & health manager
Co-Authored-By: Oleksandr Kozachenko <okozachenko@vexxhost.com>
Change-Id: I99cffcb6fd198526f29a8a946cb1e3c806b0d99c
2022-02-03 18:20:08 +11:00
Gage Hugo
537716e157 Revert "fix(log): reduces chattiness in keystone log"
This reverts commit 73531436e9.

Reason for revert: When the keys are rotated, the links become
broken and keystone only uses the 0 key.

Change-Id: Iffc4ab5d659b01babe7b4f9ee35b0a5789dac3ec
2022-02-01 23:19:56 -06:00
Ritchie, Frank (fr801x)
dac65cc6f6 Correct ssl_minimum_version
This setting needs to be in the console ini section:

https://docs.openstack.org/nova/latest/configuration/sample-config.html

Change-Id: I8c4f71bf72994f55001fc0e83d23a43dd1264a44
2022-02-01 08:49:00 -06:00
Zuul
bc64fa296a Merge "Add ssl_minimum_version tls1.2 to tls overrides" 2022-01-25 18:06:38 +00:00
Zuul
0646be45c2 Merge "Mount Sudoers file for masakari-hostmonitors" 2022-01-24 20:14:26 +00:00
Ritchie, Frank (fr801x)
3f4b2b97b6 Add ssl_minimum_version tls1.2 to tls overrides
This change adds the minimum version of tls1.2 to not allow insecure
older tls versions to be allowed.

Change-Id: I880ac1caf31d2a26ca78389d5f96b07cf42b61ac
2022-01-24 12:20:52 -06:00
Zuul
7726dd98c8 Merge "Fix file name in release notes" 2022-01-24 18:08:38 +00:00
Zuul
d4c3ed753b Merge "Fix broken bandit gate" 2022-01-24 17:53:56 +00:00
Hugo Brito
f1bc03c81c Fix file name in release notes
This fixes the file name that was modified in
the mentioned version.

Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
Change-Id: Ib43e8a34173ef397ba7e2c29cc242a340c585232
2022-01-24 14:11:25 -03:00
Zuul
a9c3412ee0 Merge "Fix OPENSTACK_API_VERSION" 2022-01-24 09:36:51 +00:00
Gage Hugo
7d718fb5b5 Fix broken bandit gate
The current bandit job appears to be failing due to a dependency
on setuptools. This change adds in a manual install for setuptools
when running the bandit job.

Change-Id: I6d0f5987c4f1a5fe7cfeed3eddb6d21c3040ebb0
2022-01-21 20:53:45 +00:00
Zuul
45c60179cb Merge "Cleanup zuul jobs file and update releases" 2022-01-21 19:15:31 +00:00
Zuul
5b13af166b Merge "Reduce duplicated memcache scripts" 2022-01-21 19:15:29 +00:00
Zuul
39531fb386 Merge "Fix glance-api pod always in init status" 2022-01-19 04:08:30 +00:00
Zuul
93c926edd8 Merge "Add cyborg" 2022-01-19 03:04:36 +00:00
Zuul
0d627521ca Merge "Fix nova-compute-ssh init to execute as runAsUser" 2022-01-18 13:07:23 +00:00
Gage Hugo
5345b2a812 Reduce duplicated memcache scripts
This change reduces the amount of scripts used to deploy memcache
down to one by removing a duplicate and pointing the symlink
to the component script.

Change-Id: Ia127666cf89c8823ffb3ba2b5ebe7d62afa5f82b
2022-01-17 21:20:53 -06:00
Zuul
cfbb395f43 Merge "Remove default policy in keystone chart" 2022-01-17 14:29:54 +00:00
xuxant02@gmail.com
4f8208e371 Fix OPENSTACK_API_VERSION
Fix container_infra api version value to container-infra.

Change-Id: I6c0bb2efc0ec9a4c227e48ed14f0d5bad526e76f
2022-01-17 16:18:29 +05:45
Zuul
2687a9d24f Merge "Added cluster/temp_cache_dir" 2022-01-12 23:26:10 +00:00
Thiago Brito
c63b1920d5 Fix nova-compute-ssh init to execute as runAsUser
On _ssh-init.sh.tpl, despite one change the runAsUser for the
nova-compute container on the securityContext, the ssh keys are always
being copied into the 'nova' user's folder. This change fixes it by
getting the correct user defined on the securityContext and copying the
keys to its correct folder.

Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: Ia7883dc4626a295892eb4637ef717b0b1725ac89
2022-01-12 17:32:12 -03:00
Zuul
afd94b8425 Merge "Fix transport_url" 2022-01-12 20:08:35 +00:00
xuxant02@gmail.com
5c5f1be812 Mount Sudoers file for masakari-hostmonitors
masakari hostmonitors needs to run the privsep-helper as root. As masakari monitors runs as masakari-monitors users, sudoers file is added so that privsep-helper can be run as root user without using password.

Change-Id: I3501d8913f4b8b0bf9d7e03c8d411137d9c25a8c
2022-01-12 10:06:58 +05:45
root
85f2ced17f Add local_settings.d
Change-Id: Ibf64d80a10e1bbe46bdeb931340e3f7e2c3003db
2022-01-10 19:48:04 +11:00
Gage Hugo
073d9a14ee Remove default policy in keystone chart
Keystone has default policy defined in code, this change
removes the outdated values set in values.yaml in order to fall
back onto the in code values for policy.

Change-Id: If27eb0aa312b52c6fddd3811f10bc6207c7dfe27
2022-01-05 16:46:50 +00:00