summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Remove default section in the createrapidDeepak S1-1/+0
2017-09-19Splitting the script in 2 parts: createrapid.py and runrapid.pyLuc Provoost11-528/+1098
2017-09-12Enabling Prox to be compatible with Titanium CloudDeepak S1-0/+1
2017-09-11Support 5 tuple load balancing for IP addresses other than 0.0.0.X
# Copyright 2016 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# == Class: tripleo::profile::base::sahara::api
#
# Sahara 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::sahara::api (
  $step                    = hiera('step'),
) {
  if $step >= 4 {
    include ::tripleo::profile::base::sahara
    include ::sahara::api
  }
}
amp;id=1f6b18a1974c1b53a079b21b6be39af86deb2432'>VNF_Catalogue CodebaseKumar Rishabh100-0/+29045 2017-07-21VNFs: Correcting the fdir mode for SWLB and HWLBAnand B Jyoti3-13/+10 2017-07-21[common] Adding route entry command to cmdlineVishwesh M Rudramuni1-0/+145 2017-07-20Merge "[l2l3 stack] implements new nd state machine & nd buffering"Deepak S16-2284/+1242 2017-07-20Merge "[l2l3 stack] implements new arp state machine & arp buffering"Deepak S16-3715/+1272 2017-07-19Adding required pre-requites libs to build prox VNFDeepak S1-1/+2 2017-07-18[l2l3 stack] implements new nd state machine & nd bufferingVishwesh M Rudramuni16-2284/+1242 2017-07-17Merge "Documentation Compliance for Euphrates - Adding template"Deepak S20-0/+491 2017-07-17Merge "docs: Update install and release docs for DPDK migration support"Deepak S15-404/+689 2017-07-16Documentation Compliance for Euphrates - Adding templateDeepak S20-0/+491 2017-07-17Merge "[UDP_Replay] fixing of compiler warning"Deepak S1-3/+1 2017-07-17[UDP_Replay] fixing of compiler warningVishwesh M Rudramuni1-3/+1 2017-07-14Adding dpdk version for non-interactive vnf_build options.Deepak S1-12/+7 2017-07-14Adding PROX(Packet pROcessing eXecution engine) VNF to sampleVNFDeepak S363-1/+64275 2017-07-14docs: Update install and release docs for DPDK migration supportAnand B Jyoti15-404/+689 2017-07-14Merge "tools: Support multiple version of DPDK build"Deepak S1-10/+39 2017-07-14Merge "UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk"Deepak S1-1/+5 2017-07-14Merge "vCGNAPT: correcting to use default rte_ring_dequeue"Deepak S1-4/+4 2017-07-14Merge "VNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwards"Deepak S3-7/+28 2017-07-14Merge changes Iefe947a9,I49ae9b19Deepak S1-26/+24 2017-07-14VNFs: Correcting default traffic_type to IPv4Anand B Jyoti5-6/+4 2017-07-14[UDP_Replay] adding Makefile for dynamic arpVishwesh M Rudramuni1-2/+60 2017-07-14Merge "vFW: Remove unused pkt_type parameter from example cfg files"Deepak S16-42/+0 2017-07-14[UDP_Replay] Adding the dynamic arp supportVishwesh M Rudramuni1-284/+507 2017-07-14[l2l3 stack] implements new arp state machine & arp bufferingVishwesh M Rudramuni16-3715/+1272 2017-07-14vFW: Remove unused pkt_type parameter from example cfg filesAnand B Jyoti16-42/+0