3578 Commits

Author SHA1 Message Date
Zuul
b73ee9a5b6 Merge "Update rbac api version for keystone" 2021-03-03 02:24:22 +00:00
Zuul
9851895de9 Merge "Mount /dev/pts in nova-compute container" 2021-03-02 16:53:45 +00:00
jinyuanliu
da9f28cefa Update rbac api version for keystone
When using a helm3 to deploy , it fails. Helm3 no more support rbac.authorization.k8s.io/v1beta1 , but v1 can support helm2 and helm3.

Change-Id: If37ec26443feb5328d49e6b3c419305832bdae9e
2021-03-02 23:57:51 +08:00
okozachenko
04d600c5b0 Mount /dev/pts in nova-compute container
Nova will check if pty device exist or not under /dev/pts
when get console log.
If it does not exist, cannot get console log.
ref: https://review.opendev.org/c/starlingx/config/+/660268

Change-Id: I2793d1f51c18e81a4271b8b0c50bfe1a2dab8a09
2021-03-01 17:43:42 +02:00
okozachenko
909f967920 Add helm.sh/hook related annotations in keystone chart
Same motivation with openstack/openstack-helm-infra/776466

Depends-On: https://review.opendev.org/openstack/openstack-helm-infra/777980
Change-Id: I4388eda429f3093fed214633e5cebf3105bcebd3
2021-03-01 15:06:01 +02:00
Zuul
287abeecb0 Merge "Update rbac api version for cinder" 2021-02-28 08:35:44 +00:00
Zuul
a94ea5a430 Merge "Update horizon chart releasenotes to latest" 2021-02-27 11:03:27 +00:00
jinyuanliu
566e1cb669 Update rbac api version for cinder
When using a helm3 to deploy , it fails. Helm3 no more support rbac.authorization.k8s.io/v1beta1 , but v1 can support helm2 and helm3.

Change-Id: Ie4e1c79c2b2513318d1b7d6a13712921a6c2a6cb
2021-02-27 11:44:20 +08:00
jinyuanliu
e3cb8aa4d1 Update horizon chart releasenotes to latest
This change updates the releasenotes for the horizon chart to the latest version of the chart as of this patchset.

Change-Id: I7b2df90340f33a5b3edac5a53d8031325f96244d
2021-02-27 03:30:58 +00:00
jinyuanliu
aa5e622b47 BUG for deploying multiple compute nodes
When Deployment of compute nodes is not on all nodes (e.g.Total 5 nodes,but 3 compute nodes),The original method counts all nodes instead of compute nodes,This can result in less than 100%  and the process will get stuck,this is a bug!

Change-Id: I39c5d2014146925afe7fd896123a705c19005ff9
2021-02-27 09:32:27 +08:00
Nafiz Haider
ca47e3c974 Re-enable "feat(tls): Change Issuer to ClusterIssuer""
This reverts commit 2ec17153c6cb918dd357f71824ec59dd0d74dfba.

Reason for revert: resolved bug with cluster issuer versioning

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

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

Change-Id: If7ebef1cebbe5b1d97ac530dd7136e3fc9232b21
2021-02-26 02:43:09 +00:00
Zuul
352b43acca Merge "Move rabbit-init to dynamic dependency" 2021-02-26 01:28:56 +00:00
Zuul
eb141766c9 Merge "Update rbac api version for nova" 2021-02-26 00:57:18 +00:00
Zuul
bf0408f60c Merge "Update rbac api version for glance" 2021-02-25 22:12:19 +00:00
Gage Hugo
de912628ca Move rabbit-init to dynamic dependency
With a previous change[0] that moved rabbit-init jobs to dynamic
in helm-toolkit, this change continues that work by moving the
keystone rabbit-init job to dynamic as well.

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

Change-Id: Iec2ea3fdf36e19ac4f2e203389dbe19737d14c3a
2021-02-25 19:15:49 +00:00
OpenStack Proposal Bot
2de324462a Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I329500297512b1d9c516f1d074bd88ed0088504c
2021-02-25 15:40:33 +00:00
Zuul
05d989cc9b Merge "[ceph] OSH:Make sure loopback devices persistent across reboots" 2021-02-22 18:19:41 +00:00
Zuul
a4279d7956 Merge "[ceph] BUG When deploy ceph" 2021-02-22 18:18:44 +00:00
Chinasubbareddy Mallavarapu
85627eca0c [ceph] OSH:Make sure loopback devices persistent across reboots
Change-Id: I85e4c29925ac63ea7656901f5b03b919984cf12f
2021-02-22 13:54:39 +00:00
jinyuan
3a05f5c3f9 Update rbac api version for nova
When using a helm3 to deploy , it fails
Helm3 no more support rbac.authorization.k8s.io/v1beta1 , but v1 can
support helm2 and helm3.

This change optimized deployment.

Change-Id: Id3dbbe721f4ded3c54d82852d9c155253d226867
2021-02-19 09:01:25 +08:00
jinyuan
30bd8643e4 Update rbac api version for glance
When using a helm3 to deploy , it fails
Helm3 no more support rbac.authorization.k8s.io/v1beta1 , but v1 can
support helm2 and helm3.

This change optimized deployment.

Change-Id: I107d6e965ca00a6d8b766e91573be2c9aeb4f782
2021-02-18 07:40:20 +00:00
okozachenko
20a1208b20 Use unix socket to connect libvirt in nova
The motivation is to remove 127.0.0.1 in connection_uri and so
can allow live migration in libvirtd.
Plus, realize tls on libvirt to secure.
Now /run is already mounted so it should work

Depends-On: https://review.opendev.org/752263
Change-Id: I911abb8b1ee1e300d02a373e083a404574cc3fea
2021-02-18 04:48:41 +02:00
Roy Tang
e491b838fa Update ovs agent to support host/label overrides
In the ovs agent code, some of the secret ref are hardcoded, and
it breaks the host/label overrides mechanism.  This patchset
fixes it.

Change-Id: Icf3ffc86fde77b1948e86cfd62e83fbdfe16ad8e
2021-02-16 15:49:05 -06:00
Zuul
b4585d5760 Merge "Update Neutron chart release notes to latest" 2021-02-14 07:06:22 +00:00
Zuul
fa3571cdae Merge "Stop running Rocky jobs in check" 2021-02-14 01:50:38 +00:00
Zuul
a3bd92be5e Merge "Update aodh, barbican, designate, ironic, magnum, mistral, octavia, panko, rally, senlin and tempest release notes to current" 2021-02-13 18:59:52 +00:00
Zuul
7144ce0c57 Merge "Update glance release notes to current" 2021-02-12 23:08:28 +00:00
Zuul
fbf45f651d Merge "Update barbican release notes to current" 2021-02-12 20:45:32 +00:00
Zuul
9554cf2452 Merge "Update aodh release notes to current" 2021-02-12 20:44:48 +00:00
Zuul
340fa5b4c0 Merge "Update Nova chart release notes to latest" 2021-02-12 20:42:54 +00:00
Zuul
c445322fc5 Merge "Documentation update on release note and version" 2021-02-12 20:41:50 +00:00
Tin Lam
56ed10e637 chore(doc): updates copyright years
Now that it is 2021, this patch updates the copyright date to reflect
the correct years.

Change-Id: I7ce07588d18a463dc256cb6ed87424fc55d4e2c7
Signed-off-by: Tin Lam <tin@irrational.io>
2021-02-12 05:00:12 +00:00
Reddy, Hemachandra (hr858f)
480c49f15f Update Neutron chart release notes to latest
This commit updates the release notes to latest for Neutron.

Change-Id: I9e645c609e940d9b2f5a6eba5836f7721be6a09f
2021-02-11 14:33:15 -06:00
Roy Tang
5f306ca699 Documentation update on release note and version
Change-Id: Ia614cc4a47654da47174ae8444d59529009bf0a1
2021-02-11 14:26:52 -06:00
Reddy, Hemachandra (hr858f)
2ca2142e7e Update Nova chart release notes to latest
This commit updates the release notes to latest for Nova.

Change-Id: I3a54cb777fdef6086532a8068addc79ef50e1b9f
2021-02-11 11:02:06 -06:00
Zuul
8cfad77c68 Merge "Update heat release notes to current" 2021-02-11 05:01:18 +00:00
Reddy, Hemachandra (hr858f)
8d2edaa6ac Update aodh, barbican, designate, ironic, magnum, mistral, octavia,
panko, rally, senlin and tempest release notes to current

Change-Id: Id2d0911969b571d86512a6a803050ee56bd57134
2021-02-10 08:55:55 -06:00
Gage Hugo
44a34f7db4 Stop running Rocky jobs in check
We already run the rocky jobs in periodic. With Rocky in EOL, we
can remove them from being checked on every change.

Change-Id: I8728297c9b0742cd10977185568c75fc2b8b7e7e
2021-02-08 20:04:10 +00:00
Zuul
04ab75b4ae Merge "Update placement release notes to current" 2021-02-08 19:56:44 +00:00
Zuul
ec83de5e5a Merge "Update cinder release notes to current" 2021-02-05 20:56:18 +00:00
Gupta, Sangeet (sg774j)
d3256726a1 Update ceilometer release notes to current
Change-Id: I75c888a3401cf2cdf4b889d70d5feb5fc54898a3
2021-02-04 16:54:56 +00:00
Gupta, Sangeet (sg774j)
45cde69b17 Update cinder release notes to current
Change-Id: I19f4e24ad6e55d917c7e656f78edfa9364bf721b
2021-02-04 16:53:47 +00:00
Gupta, Sangeet (sg774j)
a98dd106ab Update aodh release notes to current
Change-Id: Iddb3bd0e3502f25839fd4d985ea4b5471930a4ae
2021-02-04 15:48:57 +00:00
Gupta, Sangeet (sg774j)
eab84e55bc Update placement release notes to current
Change-Id: I413f1ea33e1a52919d68a1bdb6208eedca655497
2021-02-03 20:39:17 +00:00
Gupta, Sangeet (sg774j)
9e713eddf4 Update heat release notes to current
Change-Id: Iff4e316d0a70c3fff12f90b80ea2bd5462b81ab2
2021-02-03 20:23:38 +00:00
Gage Hugo
458ef132b0 Update barbican release notes to current
This change updates the releasenotes for barbican to all current
changes as of the date of this commit.

Change-Id: Ibaf2f19aa51b751fab32f978910b33c509599e17
2021-02-03 14:02:15 -06:00
Zuul
2ffb35a47f Merge "Update typo in subPath for volume mount" 2021-02-03 00:08:49 +00:00
Chris Wedgwood
61c167d359 [nova,cinder] Use HostToContainer mount propagation
Bidirectional mount propagation doesn't work as expected,
HostToContainer does and is the safer option for now.

Change-Id: Ia0b0ab1a74991745cd74d3629d23f86bd8ff5296
2021-02-02 12:19:57 +00:00
Andrii Ostapenko
deed80582e
Temporary make tls job non-voting
ubuntu-bionic-expanded is not available now. Temporary disable it to
unlock urgent efforts.

Change-Id: Ib6224d7420b0b09c1fbd615437eb15f02e762c34
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2021-02-02 06:11:14 -06:00
Gage Hugo
d9b031c3d7 Update glance release notes to current
This change updates the releasenotes for glance to all current
changes as of the date of this commit.

Change-Id: I4c81140348246165509644a5633e37e282e7e497
2021-02-01 17:47:16 -06:00