8dc6bb510a311c2a9943579fdb6bc9a832ba68c6
2838 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Takashi Kajinami
|
8dc6bb510a |
aio: Fix missing memcached
The memcached service is now used as cache backend by multiple services and should be deployed. Change-Id: If100af38d914c055c532cddeca09efa53684ba7d |
||
|
Takashi Kajinami
|
89a36ba004 |
Remove remaining workaround for old puppetlabs-apache
The aio manifest was not updated when [1] was merged.
[1]
|
||
|
Zuul
|
d60a2281c3 | Merge "CentOS: Check package installation source" | ||
|
Takashi Kajinami
|
9d4ed82fe6 |
CentOS: Check package installation source
This adds `dnf list installed` command so that we can review from which repository a specific package is installed. Change-Id: I94b032aae6734282ebf7158e9a1ae61830fd667a |
||
|
OpenStack Proposal Bot
|
c43a882dbc |
Updated from Puppet OpenStack modules constraints
Change-Id: Ib816b57d9ac181873b0a7ddd5e3e61c412dc9697 |
||
|
Zuul
|
267491e0a5 | Merge "Bump puppetlabs-stdlib to 9.0.0" | ||
|
OpenStack Proposal Bot
|
22166dd044 |
Updated from Puppet OpenStack modules constraints
Change-Id: I352dc014b569560252150d86d0dc29469499c190 |
||
|
OpenStack Proposal Bot
|
800afe5b0e |
Updated from Puppet OpenStack modules constraints
Change-Id: I16b27fd8d198bdebbcd772b085b92ba29b58b73e |
||
|
Takashi Kajinami
|
315c337b4d |
Bump puppetlabs-stdlib to 9.0.0
It seems now the dependent modules adapted to the new version. Let's bump it now, and we'll address the remaining deprecation warnings. Change-Id: Ifb6c88bc76a46aa638f42e745af7fb7d9d0c03a9 |
||
|
Zuul
|
038747c84f | Merge "Update master jobs to use Ceph Reef" | ||
|
OpenStack Proposal Bot
|
0d99e61f01 |
Updated from Puppet OpenStack modules constraints
Change-Id: I8ac4ac1328e085c90fc6a5302e7f5bca4382258e |
||
|
Alfredo Moralejo
|
7015c8295f |
Update master jobs to use Ceph Reef
Ceph Reef has been released recently [1]. It has been requested by the storage specialist to move openstack to it from Antelope on [2]. This patch is moving p-o-i jobs to use Ceph Reef from CentOS Storage SIG [1] https://docs.ceph.com/en/latest/releases/reef/ [2] https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/49997 Depends-On: https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/49997 Change-Id: I05f241235ef13b66ccd180bf21d1cfbd4f524de8 |
||
|
Zuul
|
3594838389 | Merge "Apache: Disable default mods" | ||
|
Zuul
|
e86c78389e | Merge "Pin puppet-firewall" | ||
|
Takashi Kajinami
|
5ab743617d |
Pin puppet-firewall
puppet-firewall v7.0.0 requires puppetlabs-stdlib v9.0.0 or later. Change-Id: Ic61e742cffaa0bde2ee068a027e3441aaf179627 |
||
|
Takashi Kajinami
|
fcef63ea7b |
Horizon: Enable a few options for SSL
The SECURE_PROXY_SSL_HEADER option and some options to secure cookies are usually configured when ssl is enabled. This ensures these options are configured when SSL is enabled in Horizon. Change-Id: I8158f550574283df73729a3d552b4341075b42d9 |
||
|
Takashi Kajinami
|
cb58abc4c9 |
Re-enable offline compression
... because the issue with Ubuntu packages[1] has been fixed. [1] https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1424042 Change-Id: I7f98ab1a80678fa4e75c74e6485050596bac1f7a |
||
|
Zuul
|
e4aa844df2 | Merge "Ubuntu/Debian: Switch to 2023.1 (antelope)" | ||
|
Zuul
|
54bc346e1c | Merge "Drop unused variable" | ||
|
Takashi Kajinami
|
bef0ce5104 |
Ubuntu/Debian: Switch to 2023.1 (antelope)
It turned out we are still using zed release for integration tests. Change-Id: I5aac0d82bd6e8504634b0b4ea55ed3c4b12073e5 |
||
|
Takashi Kajinami
|
b4c6dcec39 |
Drop unused variable
The powertools_repo variable has not been used since [1] was merged.
[1]
|
||
|
Zuul
|
09359254d7 | Merge "Updated from Puppet OpenStack modules constraints" | ||
|
Zuul
|
9d61817524 | Merge "Stop installing nova/neutron client package" | ||
|
OpenStack Proposal Bot
|
40b2dc148e |
Updated from Puppet OpenStack modules constraints
Change-Id: I6f40c18b716e12cbe7e0eacd18eff42528c80d2f |
||
|
Takashi Kajinami
|
15fd60f297 |
Stop installing nova/neutron client package
The nova CLI and the neutron CLI are both deprecated and will be removed in a future release. Because we no longer use these CLI in our implementations, we don't have to install these client packages explicitly. Change-Id: Ibefea70bc41198a99512dc6534a37e5d037be684 |
||
|
OpenStack Proposal Bot
|
e6a866d25b |
Updated from Puppet OpenStack modules constraints
Change-Id: I708a2b82e3954a18b285c1677c855cec793e4c0e |
||
|
Zuul
|
900cd09480 | Merge "Gnocchi: Drop redundant integration_enable" | ||
|
Takashi Kajinami
|
7c35c92a87 |
Gnocchi: Drop redundant integration_enable
This parameter is redundant because we can use the backend parameter. Depends-on: https://review.opendev.org/892254 Change-Id: Ibc5e5cf36a73b0d7052592b96c0ec330a6d6ac57 |
||
|
Zuul
|
b2cde7d4fc | Merge "Generate tooz_url using the new os_url function" | ||
|
Zuul
|
bcf4ffab9b | Merge "Stop testing amqp1 messaging driver" | ||
|
Takashi Kajinami
|
9a1bbde73b |
Generate tooz_url using the new os_url function
The new os_url function to compose generic URL has been added. This updates the URL generation to use that generic function. Depends-on: https://review.opendev.org/877898 Change-Id: Id693ed077426c8e8c57130eb6d131b6a2407cdc3 |
||
|
Zuul
|
71e7c35e02 | Merge "Drop deprecated keystone::client" | ||
|
Takashi Kajinami
|
c1f6ba999e |
Stop testing amqp1 messaging driver
amqp1 driver of the oslo.messaging library was deprecated and it is no longer tested. This replaces usage of the driver by the RabbitMQ driver. Depends-on: https://review.opendev.org/861070 Change-Id: I17666d9507564acb05a69143879ca2ec4b0bdeb0 |
||
|
Zuul
|
0d46ac0558 | Merge "Heat: Reduce worker of heat-engine" | ||
|
Zuul
|
3f8c782af5 | Merge "Stop capturing /etc/redis.conf" | ||
|
Zuul
|
aea955907b | Merge "Magnum: Use httpd + mod_wsgi to run api service" | ||
|
Zuul
|
a921bdcbe9 | Merge "Updated from Puppet OpenStack modules constraints" | ||
|
Takashi Kajinami
|
30bf309c55 |
Drop deprecated keystone::client
The class was used to install the keystoneclient package but the package no longer provides CLI. The openstackclient package is now installed by the keystone class, using the openstacklib::openstackclient class included, so we no longer have to include that deprecate class. Change-Id: I0085beb0487ecc25bcc29fdc1f7b2521ca67b61e |
||
|
Takashi Kajinami
|
0fd4a85c73 |
Stop capturing /etc/redis.conf
CentOS <= 8 has been using the /etc/redis.conf file, but it was changed to /etc/redis/redis.conf in CentOS 9. So we no longer have to check the old path. This also simplifies the way to capture redis log so that we don't have to care the actual file name. Change-Id: I8bf19b002e689e3c7e00f05799927f3433b0c2dc |
||
|
Takashi Kajinami
|
11679fa4fd |
Heat: Reduce worker of heat-engine
We don't run heavy stack operations in our CI job so we can reduce number of workers to 2 (currently we have 4 workers launched in CI VMs). Change-Id: Iba1381a90705feb06cfd034d54f84155b9741e74 |
||
|
Takashi Kajinami
|
5fe55a5ad4 |
Magnum: Use httpd + mod_wsgi to run api service
httpd + mod_wsgi is now widely used to deploy api services. This updates the deployment pattern of Magnum api service to follow that standard. Change-Id: Id6cf3384fc3f667142be61b2ba9ec0a27c1a218d |
||
|
Takashi Kajinami
|
378131096b |
Skip litmus job for .pdkignore update
This was missed during the previous attempt to skip most of CI tests for .pdkignore update, which does not affect functionality. Change-Id: Ib0d6f010709122f556c5266f2225ca160ddfdaaf |
||
|
Zuul
|
c8ef87d709 | Merge "Skip most of jobs for update in .pdkignore" | ||
|
OpenStack Proposal Bot
|
e28c907108 |
Updated from Puppet OpenStack modules constraints
Change-Id: I3cab9f348428233d9325cc703862f7afccffe65c |
||
|
Takashi Kajinami
|
9060967802 |
Skip most of jobs for update in .pdkignore
We are adding .pkdignore to our modules but this does not affect functionality. Let's skip most of jobs, similarly to .gitignore, to avoid executing unnecessary jobs. Change-Id: I544fa835ee86a41bb4ba4bf391857b8a64750af2 |
||
|
Zuul
|
a9785f17dd | Merge "Create only required ceph pools" | ||
|
Zuul
|
7c3806a893 | Merge "Revert "bind: Disable config check in Ubuntu"" | ||
|
Zuul
|
66542565de | Merge "Increase nova-api worker" | ||
|
Takashi Kajinami
|
8f624221ea |
Apache: Disable default mods
We should load the required mods automatically instead of relying on the list of modules loaded by puppetlabs-apache by default. Change-Id: I8f60238ddb82c188dc2042ab38fedb3b0edbaef3 |
||
|
Zuul
|
8d2f39a7b2 | Merge "Enable caching in some services" |