Commit Graph

3644 Commits

Author SHA1 Message Date
Gayathri Devi Kathiri
64cf176bef Implement "CSRF_COOKIE_HTTPONLY" option support in horizon
The HTTP only flag protects the session cookies from
cross-site scripting.

Change-Id: Iec07b3b447051726ce218e5f31c8bf583731a90c
2021-04-09 15:51:51 +00:00
OpenStack Proposal Bot
34c3cd4adf Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iee5a173608a39ee351b41719208b934a4b8f3604
2021-04-02 07:44:08 +00:00
Zuul
9e64ccb5dc Merge "Added post-install and post-upgrade hook for jobs in magnum" 2021-03-30 22:22:12 +00:00
Zuul
6a683f8cec Merge "Move stein to periodic, update to train" 2021-03-29 23:30:39 +00:00
Zuul
2dc42222db Merge "Lint and package chart About nfs-provisioner" 2021-03-26 20:02:46 +00:00
Zuul
8339fd4556 Merge "Added post-install and post-upgrade hook for Jobs on octavia" 2021-03-26 20:02:30 +00:00
Zuul
ff74d91b43 Merge "Added post-install and post-upgrade hook for jobs in mistral" 2021-03-26 20:02:01 +00:00
Zuul
0f31bd67cb Merge "Added post-install and post-upgrade hook on jobs in designate chart" 2021-03-26 19:32:27 +00:00
Zuul
49705027e9 Merge "Added post-install and post-upgrade hook in jobs for barbican" 2021-03-26 19:28:00 +00:00
Zuul
1ee177e65a Merge "Added post-install and post-upgrade hook for jobs in ironic" 2021-03-26 19:27:56 +00:00
Zuul
a634648d2a Merge "Update glance default policy values" 2021-03-26 16:19:27 +00:00
Zuul
28dc17d514 Merge "Bug for build helm-toolkit" 2021-03-26 00:17:24 +00:00
guilhermesteinmuller
8f38a1c45f Update glance default policy values
Currently, when users try to navigate through horizon
panels or use the command-line interface that contains
calls to /api/glance/metadefs it will pop up insufficient
permission errors due to the fact we are disabling [1]
the metadef APIs in glance addressing OSSN-0088 [2].

As a side effect on how we address the OSSN, all API calls
to metadefs will be forbidden for any user, which is not recommended
in production environments. However, we have the current
recommendation of the OSSN which allows CRUD of metadef to
admin only and provide read access to all users.

[1] aab5ee7711
[2] https://wiki.openstack.org/wiki/OSSN/OSSN-0088

Story: 2008761
Task: 42128
Change-Id: Ib1415cadbbfab874a8d44ac6b5c6fba3c7502242
2021-03-25 19:32:08 -03:00
Zuul
bd476a6677 Merge "Add helm.sh/hook related annotation for neutron" 2021-03-25 17:26:10 +00:00
Gage Hugo
c308d67cdf Move stein to periodic, update to train
With stein in extended maintenance, this change updates the check
and gate jobs to run train and up, as well as updating some jobs
to use train. Moved stein to periodic.

Change-Id: Icd516f25140ebd479b49da101e4f84326f341274
2021-03-24 14:34:29 -05:00
Susanta Gautam
459f33f00c Added post-install and post-upgrade hook for Jobs on octavia
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we
have added the helm.sh/hook annotations with post-install and post-upgrade values.
As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like,
db-init jobs need to run before db-sync and so on.

Change-Id: I28dec6d082b95b448752e741e7694d32b2740cfa
2021-03-24 20:04:08 +05:45
Susanta Gautam
79eefa97a5 Added post-install and post-upgrade hook for jobs in mistral
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we
have added the helm.sh/hook annotations with post-install and post-upgrade values.
As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like,
db-init jobs need to run before db-sync and so on.

Change-Id: Ia8eebf87a646aa0e25f89721ebda0e237dcf23af
2021-03-24 19:42:01 +05:45
Susanta Gautam
ff254f1aad Added post-install and post-upgrade hook on jobs in designate chart
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we
have added the helm.sh/hook annotations with post-install and post-upgrade values.
As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like,
db-init jobs need to run before db-sync and so on.

Change-Id: Idca6ee2422769ccb5c8a87812b4fb564b283d44b
2021-03-24 19:10:57 +05:45
Susanta Gautam
3abcefea39 Added post-install and post-upgrade hook in jobs for barbican
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we
have added the helm.sh/hook annotations with post-install and post-upgrade values.
As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like,
db-init jobs need to run before db-sync and so on.

Change-Id: I2c0f9468371a60d875fd0267b3d916b286f8ce7b
2021-03-24 18:38:37 +05:45
Susanta Gautam
201dd4ea6c Added post-install and post-upgrade hook for jobs in ironic
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we
have added the helm.sh/hook annotations with post-install and post-upgrade values.
As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like,
db-init jobs need to run before db-sync and so on.

Change-Id: I0905be3d1708e5226ccd41b84b409a290c89f826
2021-03-24 17:07:44 +05:45
Susanta Gautam
040213acb0 Added post-install and post-upgrade hook for jobs in magnum
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we
have added the helm.sh/hook annotations with post-install and post-upgrade values.
As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like,
db-init jobs need to run before db-sync and so on.

Change-Id: I5facecb2885f0373e986c62e97abad822f4047dc
2021-03-24 16:28:42 +05:45
Zuul
ad97431545 Merge "Imported Translations from Zanata" 2021-03-23 17:29:15 +00:00
Zuul
7f3a06c64e Merge "Lint and package chart About Tempest" 2021-03-23 17:29:10 +00:00
Zuul
48ab9f6961 Merge "Enable tls for glance storage init" 2021-03-22 18:54:24 +00:00
OpenStack Proposal Bot
79eed4d798 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I8705bf0d2ecf4545838ae68b53d6b619f4fd64ab
2021-03-22 07:41:33 +00:00
Zuul
907a269e2d Merge "Lint and package chart About Barbican" 2021-03-21 09:33:49 +00:00
Ritchie, Frank (fr801x)
919678718a Enable tls for glance storage init
Change-Id: Iaa84e16c60cd99cb9e2f391ab147cf84d1163ac7
2021-03-19 17:58:19 -04:00
Zuul
9c3940a488 Merge "Fix the error of loops-setup.service" 2021-03-18 04:46:41 +00:00
Susanta Gautam
b4e2a85b49 Add helm.sh/hook related annotation for neutron
Chart upgrading was failing due to some immutable fields in job are needed to upgrade. So, we thought using the post-install and post-upgrade
helm hook for job to force the job resource to execute after all resources are created. And as some jobs are dependent on each other i.e.
some jobs needs to run in order for helm hook to be successful. For that we used hook-weight to control resource creation order.

Change-Id: I26881324d101a986b7367d4682e9adcd07a24b13
2021-03-18 08:49:09 +05:45
Zuul
54d76a9cc3 Merge "Lint and package chart About Senlin" 2021-03-17 05:39:46 +00:00
Zuul
f20a2c3c12 Merge "Lint and package chart About gnocchi" 2021-03-16 18:13:09 +00:00
Zuul
f10eefd1f9 Merge "Lint and package chart About ceilometer" 2021-03-16 17:10:01 +00:00
Zuul
57efbf4a63 Merge "Lint and package chart About mongodb" 2021-03-16 17:09:18 +00:00
Zuul
57309f063a Merge "Update glance default policy values" 2021-03-16 17:05:48 +00:00
Zuul
ccc036c88c Merge "Lint and package chart About postgresql" 2021-03-16 15:20:44 +00:00
Zuul
832ee4bb6c Merge "Use first IP address for interface" 2021-03-16 06:42:59 +00:00
jinyuanliu
fd6ad0bab4 Bug for build helm-toolkit
About helm-toolkit chart, you should to path <HELM_CHART_ROOT_PATH> run the script when build helm-toolkit, not here.Otherwise, the old code will not work here.

Change-Id: Ic3ee9209742a74153935faa7de20411461eabef8
2021-03-16 06:10:37 +00:00
Zuul
2c52c3525e Merge "Lint and package chart About panko" 2021-03-12 07:34:45 +00:00
Zuul
0882f891c2 Merge "Lint and package chart About aodh" 2021-03-12 07:34:40 +00:00
jinyuan
967255c9c3 Lint and package chart About nfs-provisioner
Without this "make",It can lead to not being found <helm-toolkit> when running this script.

Closes-Bug: #1917849
Change-Id: I453a87c4d38e2db59fcbacc5c38e7bf68491914c
2021-03-12 07:19:14 +00:00
jinyuan
876c9a5c1a Fix the error of loops-setup.service
Should be Requires.

Closes-Bug: #1918616
Change-Id: Ia4f59b256ffc6c36b372546968de264a9eceeeb0
2021-03-12 07:18:31 +00:00
jinyuan
bb85129216 Lint and package chart About Tempest
Without this "make",It can lead to not being found <helm-toolkit> when running this script.

Closes-Bug: #1917852
Change-Id: Iba4be77bd278e156c56fe35c79b1b87d84a7a5f9
2021-03-12 07:17:41 +00:00
Zuul
245bf49dd2 Merge "Lint and package chart About Mistral" 2021-03-11 06:44:22 +00:00
Zuul
c659b0fdd6 Merge "Update default overrides for openstack and ubuntu" 2021-03-11 03:53:39 +00:00
Mohammed Naser
fdd6b4507d Use first IP address for interface
It is possible than an interface has multiple IP addresses, for
simplicity of this change, use the first one so that the service
can start.

We can look later into improving it to accept some sort of index
for the IP address.

Change-Id: Ie856f54331d689a51bfd6de45db5820b765797ef
2021-03-10 15:47:24 -05:00
Zuul
4aa7a30267 Merge "Lint and package chart About Magnum" 2021-03-10 05:22:17 +00:00
Gage Hugo
aab5ee7711 Update glance default policy values
There was an issue with the metadef APIs in glance, detailed in
the latest OSSN[0] that they have the potential to leak resources.

This change updates the default policy for the metadef APIs to
be disabled by default.

[0] https://wiki.openstack.org/wiki/OSSN/OSSN-0088

Change-Id: I7377b3a2f3784fe7da78bdd7aba146328cc0f406
2021-03-09 15:55:09 -06:00
Zuul
80c8f6d6d3 Merge "Fix name of variables error About ceph-rgw" 2021-03-06 01:22:09 +00:00
Zuul
12b0f920b3 Merge "Remove congress residue" 2021-03-05 22:45:35 +00:00
jinyuan
33483063f0 Lint and package chart About ceilometer
Without this "make",It can lead to not being found <helm-toolkit> when running this script.

Change-Id: I698c69b6523002351628d0016d7ba551a05d3502
2021-03-05 16:21:47 +08:00