Commit Graph

3699 Commits

Author SHA1 Message Date
okozachenko
6cd9a2339d Add openstack_enable_password_retrieve variable
in horizon value

Change-Id: Icc33228e06ecc71717aad39309f37986be3b46f2
2021-06-07 18:25:43 +03:00
Zuul
87011eb8d7 Merge "docs: Update Freenode to OFTC" 2021-06-03 11:46:40 +00:00
Zuul
4e8a843222 Merge "Changing all policies to yaml format" 2021-06-02 17:08:10 +00:00
jinyuanliu
5c7c7cbcc3 docs: Update Freenode to OFTC
http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022780.html

Change-Id: Ib10ac6a60550581878fb73e9fdb1c77c1fb713b6
2021-06-02 17:03:10 +08:00
Mohammed Naser
5ff0afcb0d Fix dnsPolicy for housekeeping service
The dnsPolicy not being set to "ClusterFirstWithHostNet" results in
the housekeeping service failing to connect to the database.

Change-Id: I23c9f0c561ea61695fbc7ce333a3f331cf31a7a4
2021-05-29 21:35:40 -04:00
Thiago Brito
8ab6013409 Changing all policies to yaml format
In the Victoria cycle oslo.policy decided to change all default policies
to yaml format. Today on openstack-helm we have a mix of json and yaml
on projects and, after having a bad time debugging policies that should
have beeing mounted somewhere but was being mounted elsewhere, I'm
proposing this change so we can unify the delivery method for all
policies across components on yaml (that is supported for quite some
time). This will also avoid having problems in the future as the
services move from json to yaml.

[1] https://specs.openstack.org/openstack/oslo-specs/specs/victoria/policy-json-to-yaml.html

Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: Id170bf184e44fd77cd53929d474582022a5b6d4f
2021-05-26 18:15:41 -03:00
Zuul
43b3d86811 Merge "feat(tls): Make openstack services compatible with rabbitmq TLS" 2021-05-25 18:00:26 +00:00
Zuul
0792d0469e Merge "Remove misleading section from upgrade docs" 2021-05-24 22:05:13 +00:00
Tin
8b1ded460e doc(typo): fixes up typo
A trivial patch to correct typo in the document.

Change-Id: I4831eb143cf70af0a760236a3a2d28846610c0b3
Signed-off-by: Tin <tin@irrational.io>
2021-05-24 16:42:20 -05:00
Gage Hugo
58cca5c14a Remove misleading section from upgrade docs
The openstack-helm docs currently state that the openstack-helm
dev team will work with Helm with regards to facilitating job upgrades.

This is misleading in that we do not directly contribute to Helm and
currently provide methods for charts to run jobs for an upgrade
for instances where images are updated, the job is deleted and
re-ran.

Change-Id: If04367b6563ed36c3b3cde7a9cd4425b6795505f
2021-05-24 20:03:52 +00:00
Tin
dd55414d05 fix(pep8): makes python script pep8 compliant
Fixes horizon python script so it is pep8 compliant.

Change-Id: I704d3e83b0ee62173207559379e22d04aa96fcbf
Signed-off-by: Tin <tin@irrational.io>
2021-05-24 07:33:11 +00:00
Haider, Nafiz (nh532m)
c900712f30 feat(tls): Make openstack services compatible with rabbitmq TLS
Depends-on: https://review.opendev.org/c/openstack/openstack-helm-infra/+/770678

Co-authored-by: Sangeet Gupta <sg774j@att.com>

Change-Id: I11e9ad3f4079b0e12e498f9ed57e5b87ae9dc66a
2021-05-21 01:27:18 +00:00
Zuul
da05d8d619 Merge "fix(pep8): makes python script pep8 compliant" 2021-05-20 23:20:51 +00:00
Zuul
c30ef33edd Merge "Remove old release jobs and update to latest" 2021-05-20 15:45:02 +00:00
Tin
26afeb4cb2 fix(pep8): makes python script pep8 compliant
Fixes keystone python script so it is pep8 compliant.

Change-Id: Ib94707996441f35e6ffb32a6d63ab6adbd17a87d
Signed-off-by: Tin <tin@irrational.io>
2021-05-19 22:55:35 +00:00
OpenStack Proposal Bot
d21b00d159 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I58c4d683a8b9de88793a3e5fe9f58d76988d8f63
2021-05-18 07:27:53 +00:00
Zuul
f9f686308d Merge "chore(charts): retires panko chart" 2021-05-18 02:02:49 +00:00
Tin
f5a70102b2 fix(perm): fixes template permission
Some nova gotpl files have +x permission. This changes it so they are
consistent with the other gotpl files.

Change-Id: Ifcd4c1032b41363ea8b1d43407315d68d7e9eec8
Signed-off-by: Tin <tin@irrational.io>
2021-05-17 11:26:01 -05:00
Tin
160529ef90 chore(charts): retires panko chart
This patch set retires the panko chart as it is being retired.
See [0].

[0] http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022337.html

Change-Id: I3fb6aad84e5893f55ae9e9fca1150ad6e1930ddd
Signed-off-by: Tin <tin@irrational.io>
2021-05-17 07:11:43 +00:00
Tin
22703bcfb5 doc(style): fixes rST rendering
Minor rST rendering fix.

Change-Id: I8512386024a9b17bfa296e9611170b37c4ae054e
Signed-off-by: Tin <tin@irrational.io>
2021-05-13 09:16:52 -05:00
Zuul
109dc62341 Merge "Remove keystone paste ini file" 2021-05-12 20:06:55 +00:00
Zuul
c43a8ced48 Merge "setup.cfg: Replace dashes with underscores" 2021-05-07 02:01:40 +00:00
Gage Hugo
17eff06bb3 Remove keystone paste ini file
With keystone moving to flask back in Stein, the paste pipeline
configuration and file are no longer needed. With OSH no longer
supporting those older releases, this change removes the paste ini
settings and file mounts since they are no longer used.

Change-Id: Idacd973f090562eaee28567d9422eb761951096f
2021-05-05 16:42:28 -05:00
Chinasubbareddy Mallavarapu
2002b9368d [CEPH] Fix the ceph pool creations for openstack services
This is to fix the ceph version checks for enabling the applications
on newly created pools for openstack services like cinder and glance.

Change-Id: I2c007f728180cf7753255463ebf2f8dc5dc6fa5b
2021-05-05 13:14:07 +00:00
Gage Hugo
42cdcea972 Disable multinode gate jobs
With the latest removal of the tiller chart, the multinode jobs were
still utilizing the older method of deploying the kubeadm-aio. We
can disable these for now until the jobs get updated to avoid blocking
existing work.

Change-Id: Icbf694a1b23da5e662ba5b894ff45f443f705021
2021-05-04 16:57:55 -05:00
jinyuanliu
23419b11f2 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I5a3d250b8882389a0fbca6a181a16d9ff46c2949
2021-05-03 15:31:16 +08:00
Gage Hugo
cc8fe0c0aa Remove old release jobs and update to latest
With the latest change[0] officially dropping support for older
non-maintained releases, this change removes several EOL release
jobs as well as bumps anything using those up to the latest
supported T release.

[0] https://review.opendev.org/c/openstack/openstack-helm/+/788380

Change-Id: I8df32c6bcc0b9a0c65aa1299c6a792b27da81ae8
2021-04-30 14:37:02 -05:00
Gage Hugo
5233582991 Remove support for openstack releases older than T
This change bumps each openstack chart version up to the next
greatest minor version of 0.2.0, signifying that openstack-helm
will no longer support older, EOL releases for each chart.

Change-Id: I7ce80c7bdc779c1de4472079f18102f506bfbb90
2021-04-29 12:04:34 -05:00
Zuul
28d0a56e46 Merge "Update helm hook conditionals" 2021-04-29 16:45:46 +00:00
Gage Hugo
a3d26068ad Update helm hook conditionals
Updated the db job annotation hooks to be wrapped with
conditionals for helm v2 support.

Change-Id: I069fe3572b837714e263252646e56471c81745d5
2021-04-28 21:36:03 +00:00
Zuul
a85398bf52 Merge "Zuul.d: Making TLS gate voting again" 2021-04-27 22:47:00 +00:00
Gupta, Sangeet (sg774j)
7f42914f7d Zuul.d: Making TLS gate voting again
Reverting https://review.opendev.org/c/openstack/openstack-helm/+/773651
since ubuntu-bionic-expanded seems to be available now.

Depends-on: https://review.opendev.org/c/openstack/openstack-helm/+/787557

Change-Id: Ib93eca9e6e84a60af2bd3ed5b90647966fa0aca3
2021-04-27 12:12:44 +00:00
OpenStack Proposal Bot
a56b007243 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: If256fbddf977ebdc779e93c0de07089dacd8cd60
2021-04-27 07:41:42 +00:00
Zuul
16098031c5 Merge "Keystone: Fix error - wrong number of args for set" 2021-04-23 00:03:22 +00:00
Gupta, Sangeet (sg774j)
f498f203cf Keystone: Fix error - wrong number of args for set
Change-Id: Ibc06d00f659c9ae7a1a14d1b2aa70607842b2f53
2021-04-22 13:19:46 +00:00
OpenStack Proposal Bot
5db968334d Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I02ba6c5a934a9b598e3cab0bddb86b2337e4337f
2021-04-21 07:45:20 +00:00
Zuul
64a7a9f421 Merge "Host resource scale adjustment about ironic" 2021-04-21 02:09:50 +00:00
Zuul
a4654b220d Merge "Fix the problem in hostNetwork mode" 2021-04-20 10:00:38 +00:00
Zuul
16c1c88e3c Merge "Add conditional wrapper to helm hook" 2021-04-20 08:11:50 +00:00
jinyuan
7137a71700 Host resource scale adjustment about ironic
Ironic does not need to reserve system resources, otherwise it will cause flavor to be unable to schedule.

Change-Id: I454d0468ae3424cc92d470c15a40ad96c01cf311
2021-04-20 14:32:12 +08:00
Zuul
153f19cc33 Merge "Fix the nova-compute-ironic label issue" 2021-04-20 05:43:18 +00:00
Gage Hugo
0f6f83dcdc Add conditional wrapper to helm hook
The pre-install hooks for several of the keystone templates
cause upgrade failures when using helm2. This change wraps them
in a conditional that can be toggled off for anyone still
using helm2.

Change-Id: I179583bd595bc8ed1e4c29eb7c2a744e3c6a5708
2021-04-19 20:29:22 +00:00
jinyuan
1fda67d9cd Fix the nova-compute-ironic label issue
The nova-compute-ironic label is "compute", but the label chosen by affinity is "compute-ironic", which results in multiple replicas on the same node.

Change-Id: If947be6cd400e32d3455f07a85f4263c4b17cb87
2021-04-19 15:21:37 +08:00
OpenStack Proposal Bot
72b1f2d9c0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I03d38b0121915388aa3d88ec524d97343eee2ace
2021-04-17 07:34:45 +00:00
Kabanov, Dmitrii
46f4343f19 [Neutron] Update Rally tests
The PS updates Rally tests and removes "name" parameter. According to
Rally documentation [0] this parameter was always ignored. Latest version of Rally (2.1.0) is failing with a message: "Scenario plugin
'NeutronNetworks.<...>' doesn't pass restricted_parameters@default
validation. Details: You can't specify parameters 'name' in
'network_update_args/port_update_args/router_update_args/subnet_update_args'"

[0] https://github.com/openstack/rally-openstack/blob/2.1.0/CHANGELOG.rst

Change-Id: If4e80dfcb56a6e1daa1a055285329f9fc2d58332
2021-04-16 04:14:21 +00:00
jinyuan
3fee85324b Fix the problem in hostNetwork mode
If ClusterFirstWithHostNet does not exist, it will cause the communication between services to fail.

Change-Id: Iadac1d570e0aac1aee3361792319d825bcadc83c
2021-04-15 16:29:10 +08:00
Zuul
ba364c24b1 Merge "Add ISCSI Multipath support when enable_iscsi true" 2021-04-14 18:28:04 +00:00
Zuul
2af20e8528 Merge "Add Health metrics pool device_health_metrics introduced in Nautilus release" 2021-04-12 22:56:17 +00:00
Huy Tran
556dd6256e Update file mode for 910-clean-it.sh script
Change the mode to 775 to align with other scripts.

Change-Id: I4d91eed61eb63c7fbb8ecc2525596fe97465cbff
2021-04-12 11:18:40 -05:00
Tin Lam
4227c7d3e2 fix(doc): fixes a typo
This fixes a typo.

Change-Id: I9152d5b6e32f7d990ccb38bbf9239e14aa848d72
Signed-off-by: Tin Lam <tin@irrational.io>
2021-04-12 10:10:02 -05:00