- Feb 15, 2024
-
-
Bartosz Bezak authored
Ironic recently started to enforce new policies and scope [1]. And Ironic is one of the sole openstack project which need system scope for some admin related api calls [2]. However Ironic also started to allow project-scope behaviour for service role with setting ``rbac_service_role_elevated_access``[3] [4]. This change enables this setting to get similar behaviour of service role as other openstack projects. [1] https://review.opendev.org/c/openstack/ironic/+/902009 [2] https://opendev.org/openstack/governance/src/commit/e2a47de10a689a78c31765fd1b020f17c0d3109c/goals/selected/consistent-and-secure-rbac.rst?display=source#L261 [3] https://review.opendev.org/c/openstack/ironic/+/907148 [4] https://opendev.org/openstack/ironic/src/commit/8ec56066223301230ac0ed0f0c471a10d366b474/releasenotes/notes/service-project-service-role-fix-e4d1a8c23856926a.yaml Related-Bug: #2051837 Change-Id: If8d7cf1663145d0398a2e936486e2b316d4df5e0
-
- Feb 09, 2024
- Feb 08, 2024
-
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Change-Id: I246b14c9b547c6a0ff0be68ad57e723839cc3275
-
Zuul authored
-
- Feb 07, 2024
-
-
Michal Arbet authored
Change Ib7f72b2663199ef80844a412bc436c6ef09322cc disabled horizon testing. This patch enabling horizon tests again. Change-Id: Iff670525c91c8adbcf2a01288b12456cb4a31809
-
Michal Arbet authored
New horizon release use [1] for cache backend instead of [2] as it was in previous versions. This patch: 1. Removes override from config and configure only memcached endpoints, not backend specification itself. This will avoid bugs in future in case BACKEND will be switched again. 2. Remove 'memcached' context from kolla_address filter and use 'url' as [1] don't support inet6:[{address}] for ipv6 but supports [{address}] which 'url' provides. [1] django.core.cache.backends.memcached.PyMemcacheCache [2] django.core.cache.backends.memcached.MemcachedCache Change-Id: Ie3a8f47e7b776b6aa2bb9b1522fdd4514ea1484b
-
Michal Arbet authored
This patch implements horizon's preferred way how to configure itself described in docs [1], [1] https://docs.openstack.org/horizon/latest/configuration/settings.html Depends-On: https://review.opendev.org/c/openstack/kolla/+/906339 Change-Id: I60ab4634bf4333c47d00b12fc4ec00570062bd18
-
Michal Nasiadka authored
That is the ovs-vsctl default but Ansible module is failing in reconfigure step - and secure breaks external connectivity in OVN. From OVS docs: fail_mode: optional string, either secure or standalone When a controller is configured, it is, ordinarily, responsible for setting up all flows on the switch. Thus, if the connection to the controller fails, no new network connections can be set up. If the connection to the controller stays down long enough, no packets can pass through the switch at all. This setting de‐ termines the switch’s response to such a situation. It may be set to one of the following: standalone If no message is received from the controller for three times the inactivity probe interval (see inactiv‐ ity_probe), then Open vSwitch will take over responsibil‐ ity for setting up flows. In this mode, Open vSwitch causes the bridge to act like an ordinary MAC-learning switch. Open vSwitch will continue to retry connecting to the controller in the background and, when the connection succeeds, it will discontinue its standalone behavior. secure Open vSwitch will not set up flows on its own when the controller connection fails or when no controllers are defined. The bridge will continue to retry connecting to any defined controllers forever. The default is standalone if the value is unset, but future ver‐ sions of Open vSwitch may change the default. Change-Id: Ica4dda2914113e8f8349e7227161cb81a02b33ee
-
Zuul authored
-
Zuul authored
-
- Feb 06, 2024
-
-
Zuul authored
-
- Feb 05, 2024
-
-
Zuul authored
-
OpenStack Release Bot authored
Update the yoga release notes configuration to build from unmaintained/yoga. Change-Id: I3ebb137938de8f9333c89173974656712e89c17f
-
Michal Nasiadka authored
Change-Id: Iaf337c4a44bf065e96d6f30598e519ffc78de554
-
Michal Arbet authored
The purpose of this patch is to make it easier to review changes, because renaming and changing the file in one patch will generate diff when the entire file will be deleted on the one hand and new file (actually just renamed) will be new on the other hand, which is hard to review. Change-Id: I17a16ce746faa8898a457cadbb6f996f964a5b6f
-
Michal Nasiadka authored
It's been introduced in [1] and seems to be used by ovn-controller. [1]: https://patchwork.ozlabs.org/project/openvswitch/patch/1458866450-1967-1-git-send-email-russell@ovn.org/ Change-Id: I90e91f2923d58eb3c70e8d6efdc4e1212fbdc14f
-
- Feb 02, 2024
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Bartosz Bezak authored
The development quickstart document has not been updated for a while, and it has become desynchronized with the regular quickstart. Change-Id: I6b14623b73b0032df94f0f633659a1b6dfc15dea
-
Zuul authored
-
- Feb 01, 2024
-
-
Zuul authored
-
- Jan 31, 2024
-
-
Bartosz Bezak authored
Ironic started enforcing new RBAC policies [1]. Kolla/Kayobe CI jobs are failing, as K-A doesn't have service role support. Moreover Ironic RBAC is not yet stable enough [2]. Disable enforcing new policies until fix merges and Kolla Ansible service role support is added. [1] https://review.opendev.org/c/openstack/ironic/+/902009 [2] https://review.opendev.org/c/openstack/ironic/+/907148 Related-Bug: #2051837 Change-Id: I424cff6ac96dfe0dd5dc58afca2b785f494c9f02
-
- Jan 30, 2024
-
-
Grzegorz Koper authored
Closes-Bug: #2049607 Change-Id: I14ae2be2e19ad06e3190e2e948bac7ce77e80d4b
-
Michal Arbet authored
This patch adds tests for neutron and designate DNS integration. Tests are based on scenarios described below in [1][2]. [1] https://docs.openstack.org/neutron/latest/admin/config-dns-int.html [2] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html Change-Id: I3953f760458285e5c9a818599492c6176e857dde
-
Michal Arbet authored
This patch basically does a simple thing, on the basis of a variable neutron_dns_integration it enables/disables DNS integration. There is also precheck added which checks whether dns_domain in neutron.conf has a non-default value if DNS integration is enabled as this is requirement. [1] https://docs.openstack.org/neutron/latest/admin/config-dns-int.html [2] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html#config-dns-int-ext-serv Closes-Bug: #2049503 Change-Id: I90f0f8dcec6fa0112179f050d96e9d9db5956cf8
-
Michal Arbet authored
This patch disables periodic compute.instance.exists notifications when designate is enabled. Related-Bug: #2049503 Change-Id: I39fe2db9182de23c1df814d911eec15e86317702
-
- Jan 29, 2024
-
-
Alex-Welsh authored
Service user passwords will now be updated in keystone if services are reconfigured with new passwords set in config. This behaviour can be overridden. Closes-Bug: #2045990 Change-Id: I91671dda2242255e789b521d19348b0cccec266f
-
- Jan 26, 2024
-
-
Zuul authored
-
Michal Arbet authored
Change-Id: I3501e6bf17ccb94adfcdb62956dceba9d67b0881
-
- Jan 24, 2024
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Bartosz Bezak authored
Change-Id: Ib0325c12cf965e7df7c1ac6b17ca87187a4cb91d
-
Dr. Jens Harbott authored
As horizon is now using Django 4 after a recent requirements update, we need to clean our config from settings that were long deprecated and now no longer work. [0] https://review.opendev.org/c/openstack/horizon/+/891828 [1] https://review.opendev.org/c/openstack/horizon/+/827092 Change-Id: I47533a2ad436578c98503284c25db4fd51896506
-
- Jan 23, 2024
-
-
Pierre Riteau authored
Pike has been EOL for years and there is only one image type. Change-Id: Ida9402dfc69c1ccfaa30c03a80481c8bc269d51b
-