Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann a606c60efc Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/910044
Depends-On: https://review.opendev.org/c/openstack/neutron/+/910099

Change-Id: I338ed19678cf4a6248c46551bdf9cb23abc511bd
2024-02-24 20:22:39 +00:00
Sorin Sbarnea a3c9dc40e4 Fixed yamlint violations
Change-Id: I7468ef9929cd6a7c0969bcd6befb320bfd671097
2021-02-10 15:24:59 +00:00
Steven Hardy 821d84f34c Replace references to deprecated controllerExtraConfig
This should be ControllerExtraConfig, since the current parameter name
has been deprecated for some time, and is inconsistent with all other
roles.

Since mitaka is now EOL this also removes references to the
worker-config-mitaka-and-below environment.

Change-Id: I0f07b3abbe290ed7f740a6f4915e16be39e3a4c6
2017-08-04 23:05:55 +00:00
David Moreau-Simard d4f72b0302 Default libvirt_cpu_mode to none when using qemu
An upcoming update to qemu-kvm (2.6.0) with CentOS/RHEL 7.3 can break
existing implementations where qemu is the configured hypervisor and
'host-model' is used.
As such, ensure libvirt_cpu_mode is set to none when qemu is in use.

Worth noting that devstack has been setting 'none' [1] as well.

[1]: 1c442eebc8/lib/nova_plugins/hypervisor-libvirt (L42)

Change-Id: I4a7c3ced59c46fb2582122260922813b09a3d042
2016-12-14 17:21:40 +00:00
Ben Nemec 00a28469a7 Use low-memory-usage.yaml in ci
Now that we have an environment in t-h-t that is designed to do the
same thing, we should use it instead of the ci-specific version.

Because the ci file had extraconfig as well, we have to leave it
for now, but we should probably move those settings to the t-h-t
version of the file as well.

Change-Id: I9d3ec8b698ca2ee985334f40ad8cd495c90db9b7
2016-09-22 17:22:44 +00:00
Steven Hardy b464df7297 Try increasing KeystoneWorkers to improve performance
I've been seeing keystone related slow performance locally,
where Step3 (which creates users, roles etc) takes forever running
keystone commands.

Try bumping this from 1 to 4, as it may improve our CI runtimes.

Change-Id: I43b448ca5cbd54bfbfc632aa89a205f866b0fb5f
2016-08-12 10:16:43 +01:00
Juan Antonio Osorio Robles 715d8a6645 Explicitly set num_engine_workers for mitaka and below
Since the num_engtine_workers paramter was added [1] in Newton, we
still need to set this parameter for mitaka and below. So we do so by
having a separate environment for those branches.

[1] I69565c13b732ef74531a516aac8a368597411856

Change-Id: I2d9a0ac739b3ee5becdd844640d5e3daee3611e8
2016-04-15 13:48:52 +03:00
Juan Antonio Osorio Robles 0cc14e3ab3 Remove setting of heat engine workers
The setting has been added to the puppet manifest [1] and now setting
it here makes the deployment break. So we need to remove it from here
and add it to t-h-t.

[1] I69565c13b732ef74531a516aac8a368597411856

Change-Id: I53a4333ca16df516294c733f85546c0b0a6a0b88
2016-04-15 09:58:04 +03:00
James Slagle 6cabf0c118 Increase heat rpc_response_timeout in the overcloud
Due to the high load being observed in the CI environment, we should
increase the heat rpc_response_timeout configuration to 600s instead of
the default value of 60s to see if this helps with the 504 Gateway
Errors during the pingtest.

Change-Id: I1474e8df55e06f4c7e3c9de509f5e38ca727d761
Partial-Bug: #1537898
2016-04-03 16:26:47 +00:00
Ben Nemec e067732c10 Roll up static Heat envs into CI directory
As we've started testing more features we have grown some static
Heat environments that are specific to CI.  Instead of generating
these inline in the CI scripts, let's just check them into the
repo as standalone files and copy them to the undercloud for its
use.

Note that although there are only two such files right now, I will
almost certainly need more for testing overcloud SSL, and it seems
likely that as TripleO adds features we will have a need to
add more test environment files to CI.

I've also reordered this commit before the network isolation one
that will use the net-iso.yaml file because I think we need to do
some additional configuration for that and it makes more sense to
just do it in the standalone files right away.

Change-Id: Ia73db99c24637b8c9ca02848141597e8ecfa3881
2016-03-01 16:38:13 +01:00