Commit Graph

5 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef 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

Change-Id: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
Brad P. Crochet fdf717f2aa Add .yaml extension to package installs
Change Ie204c5d0aa0f48d3d93d834b51a644d8562cd2fd added
package-installs to openvswitch and ironic-conductor elements.
The package-installs file has to have a .yaml or .json extension,
otherwise they will not be used.

Change-Id: Ie76ab99d49ec5aee2a94743ac05a0eee53150d97
2016-04-19 09:29:09 -04:00
Ben Nemec b19fbc3dd5 Use package-installs for undercloud elements
Ideally all elements would be using package-installs so we only
call yum once per stage, but since a lot of these elements are no
longer used this change focuses on just the elements doing one-off
package installs that I found in the undercloud install logs.

A follow-up change would be to do the same kind of audit for the
overcloud image build and fix up all of those elements.

Change-Id: Ie204c5d0aa0f48d3d93d834b51a644d8562cd2fd
2016-03-11 10:43:23 -06:00
Ghe Rivero 9a69a2ed8f Add pkg_map support to openvswitch elements
Openvswitch elements install openvswitch from packages. This is not needed
on RH family distros, and on SuSE they use a different name.
Adding support for pkg_map so we can address all this differences.

Change-Id: I257ecede6f4fe0b7e6ee7b9ce660d5bfade06a1e
2014-08-11 09:28:12 +00:00
Ghe Rivero 3cc80bcb76 openvswitch and openvswitch-datapath element
Split out the openvswitch installation from the neutron element.

Don't install openvswitch dkms modules in kernel >= 3.12
Openvswitch GRE and VXLAN capabilities are now included in
vanilla kernels (GRE tunneling support in 3.11 and VXLAN in
3.12) so there is no need to install the dkms packages to activate
them. When installing the datapath package, dkms will fail at
compile time with an unsupported kernel version message.

Change-Id: Id456cfb1a0634f43617c23ac82fc4445a58ddb2c
Partial-bug: #1316985
2014-07-18 08:29:34 +00:00