- May 27, 2022
-
-
Zuul authored
-
- May 26, 2022
-
-
Zuul authored
-
Radosław Piliszek authored
Docs and reno included. Change-Id: I5099b08953789b280c915a6b7a22bdd4e3404076
-
Zuul authored
-
Michal Arbet authored
Change-Id: I44c8a059918918f5bdc1c0190110a05d8d7f8f2d
-
- May 25, 2022
-
-
Zuul authored
-
- May 24, 2022
-
-
Zuul authored
-
k-s-dean authored
Closes-Bug: #1975598 Change-Id: If4c85f8e960141d08a89accdc11a3271f31974c1
-
Zuul authored
-
Marcin Juszkiewicz authored
From: (kolla) 13:11 (s) marcin@puchatek:kolla-ansible$ kolla-genpwd Traceback (most recent call last): File "/home/marcin/.virtualenvs/kolla/bin/kolla-genpwd", line 8, in <module> sys.exit(main()) File "/home/marcin/.virtualenvs/kolla/lib/python3.10/site-packages/kolla_ansible/cmd/genpwd.py", line 135, in main genpwd(passwords_file, length, uuid_keys, ssh_keys, blank_keys, File "/home/marcin/.virtualenvs/kolla/lib/python3.10/site-packages/kolla_ansible/cmd/genpwd.py", line 59, in genpwd with open(passwords_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/etc/kolla/passwords.yml' To: (kolla) 13:17 (s) marcin@puchatek:kolla-ansible$ kolla-genpwd ERROR: Passwords file "/etc/kolla/passwords.yml" is missing Change-Id: I18a9559daeb3d124a03dcb735ebb01a2cf24f617
-
Zuul authored
-
Mark Goddard authored
Change-Id: Ic55a7384c298ef517aa4b7f0eaa67d53b5d70df0
-
- May 23, 2022
-
-
Radosław Piliszek authored
Change-Id: Ib4b15ed4feac82d8492b1c0f0238a752eac668e6
-
- May 21, 2022
-
-
Mark Goddard authored
Since enabling libvirt SASL authentication, the masakari instance monitor fails to connect to libvirt. We see the following error in logs: libvirt.libvirtError: authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found) This change adds support for SASL authentication in Masakari instance monitor. Depends-On: https://review.opendev.org/c/openstack/kolla/+/834456 Closes-Bug: #1965754 Change-Id: I974046662b383a12ac6281b725523760a96657bd
-
Radosław Piliszek authored
It was removed as part of improvements in [1]. But it seems it's a different type/class of errors and should still be filtered out here. This time for all the services to avoid extra copies. [1] Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1 Change-Id: If7c5b938dc7417831a90f360d6e3655d1ad4084e
-
Radosław Piliszek authored
The projects started dropping support for Python 3.6 and thus CentOS Stream 8 which K-A tests against, resulting in broken CI. This change ensures that we keep upper-contraints also on Yoga as we do for the images we deploy. Change-Id: I82c4ff3b246c7db65ac8660b096d4a9a15dda8d7
-
- May 18, 2022
-
-
Michal Nasiadka authored
According to OVN SRIOV docs [1] - neutron-ovn-metadata-agent needs to be deployed on network nodes (OVN chassis). [1]: https://docs.openstack.org/neutron/latest/admin/ovn/sriov.html Change-Id: I111df79f08eb76a735f33c6edf03b5a302fb6cc3
-
Zuul authored
-
Zuul authored
-
Radosław Piliszek authored
Per [1]. [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: I2197b5436a4b4d4220c916d2f3129f49f13b70ec
-
- May 17, 2022
-
-
Ramona Rautenberg authored
In the last PTG it was decided to drop the keystone_token_provider variable, because there is no other option anymore. Signed-off-by:
Ramona Rautenberg <rautenberg@osism.tech> Change-Id: I1ee2c3f9b7dbbbf4633c5874cdbb3c4f8c09e277
-
- May 16, 2022
- May 13, 2022
-
-
Zuul authored
-
Zuul authored
-
Michal Arbet authored
Redis Sentinel modifies its config. Since we now check config in check-containers, the redis_sentintel container is restarted each time. This patch together with kolla patch fixes this issue. Closes-Bug: #1967664 Depends-On: https://review.opendev.org/c/openstack/kolla/+/840954 Change-Id: Ia76329cb851d266cd888f51b7f70a4cdc40e3ac3
-
Tim Beermann authored
"Smoke tests" for barbican, cinder, glance and keystone have been removed as discussed in PTG April 2022. Signed-off-by:
Tim Beermann <beermann@osism.tech> Change-Id: I613287a31e0ea6aede070e7e9c519ab2f5f182bd
-
Simon Dodsley authored
Add an enable_cinder_backend_pure_iscsi and enable_cinder_backend_pure_fc options to etc/kolla/globals.yml to enable use of the FlashArray backend. Update the documentation to include a section on configuring Cinder with the FlashArray. Implements: blueprint pure-cinder-driver Change-Id: I464733f1322237321ed1ffff8636cf30bd1cbb38
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- May 12, 2022
-
-
Mathias Fechner authored
The inactivity probe interval of the OpenFlow connection to the OpenvSwitch integration bridge, in seconds. If the value is zero, it disables the connection keepalive fea‐ ture. If the value is nonzero, then it will be forced to a value of at least 5s. The value is set to 60 seconds by default as described in "OVN issues in the field". https://www.openvswitch.org/support/ovscon2019/day1/1436-OVSCON-Nouman.pdf https://www.ovn.org/support/dist-docs/ovn-controller.8.html Change-Id: I7066c3a8b33b482774f310c45142ac2936a5c405
-
k-s-dean authored
Closes-Bug: #1972818 Change-Id: I9e36b9169b6725bf6db953e464fc099087747778
-
- May 10, 2022
-
-
Radosław Piliszek authored
This is in the hope to avoid random "Unable to validate token" in AIO upgrade jobs which restart the Keystone container while other services are trying to use it (most notably Placement but also Nova and Neutron). Change-Id: Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
-
Vladislav Belogrudov authored
Ansible objects when given an empty YAML file, adding dummy var. Closes-Bug: #1970638 Change-Id: I1f2f3ce7387caabffbb04ef5b3a07d634bb7e1bc
-
- May 06, 2022
-
-
Kevin Rasmussen authored
Change from comma separated list of memcache servers to space separated list. Comma seperated list results in a 500 error response. Upstream docs state this should be space separated and can be found here: https://github.com/zmartzone/mod_auth_openidc/blob/master/auth_openidc.conf#L629-L631 Closes-Bug: #1972033 Change-Id: Ibaef3672c656213dd5ba1488379d686130e041c5
-
- May 02, 2022
-
-
Pierre Riteau authored
This is a follow up to I7e5c1e20c7b66b64cbd333f669ef8d8da60daaa8. Change-Id: I11a86f59c1fb9cddde3370b544ee7bf4e8ae4fb4
-
Zuul authored
-