aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/thirdparty-requirements.txt
blob: ee2e5e9ca4038c90e66248c72d66a5bb123e3710 (plain)
1
2
3
4
baro_tests
sdnvpn
securityscanning
sfc
cense for the specific language governing permissions and limitations # under the License. # # == Class: tripleo::profile::base::heat::api_cfn # # Heat CloudFormation API profile for tripleo # # === Parameters # # [*step*] # (Optional) The current step in deployment. See tripleo-heat-templates # for more details. # Defaults to hiera('step') # class tripleo::profile::base::heat::api_cfn ( $step = hiera('step'), ) { include ::tripleo::profile::base::heat if $step >= 4 { include ::heat::api_cfn } }