summaryrefslogtreecommitdiffstats
path: root/deploy/scenario/scenario.yaml
blob: f7d06510c5fe7c688b66b2e08fe5bcc59b67ecee (plain)
1

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow 
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

##############################################################################
# Description:
# This configuration file defines translation between a short deployment
# scenario name and an actual deployment scenario configuration file
#
# Short deployment scenario names are aligned between installer, test, and
# releng projects according to below pattern.
#   os-[controller]-[feature]-[mode](-[optionalparameter])
#
# Please note that the mechanism to get the details regarding the scenarios
# is different currently which needs to be aligned as well.
##############################################################################

##############################################################################
# Short scenario name convention to be followed:
# os-<controller>-<feature>-<mode>[-<optional-parameter>]
# controler: nosdn|odl|onos|ocl|...
# feaure: nofeature | [vlan]_[kvm]_[ovs]_[vlan]_....
# mode: ha|noha
##############################################################################

os-nosdn-nofeature-ha:
  configfile: ha_heat_ceilometer_scenario_0.0.3.yaml

os-nosdn-nofeature-noha:
  configfile: no-ha_heat_ceilometer_scenario_0.0.2.yaml

os-odl_l3-nofeature-ha:
  configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.4.yaml

os-odl_l3-nofeature-noha:
  configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.3.yaml

os-odl_l2-nofeature-ha:
  configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.3.yaml

os-odl_l2-nofeature-noha:
  configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.2.yaml

os-onos-nofeature-ha:
  configfile: ha_onos_heat_ceilometer_scenario_0.0.5.yaml

os-onos-nofeature-noha:
  configfile: no-ha_onos_heat_ceilometer_scenario_0.0.4.yaml

os-nosdn-kvm-ha:
  configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml

os-nosdn-kvm-noha:
  configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.3.yaml

os-nosdn-ovs-ha:
  configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.4.yaml

os-nosdn-ovs-noha:
  configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.3.yaml

os-odl_l2-bgpvpn-ha:
  configfile: ha_odl-l2_bgpvpn_scenario_0.0.2.yaml

os-odl_l2-bgpvpn-noha:
  configfile: no-ha_odl-l2_bgpvpn_scenario_0.0.2.yaml

os-odl_l2-sfc-ha:
  configfile: ha_odl-l2_sfc_heat_ceilometer_scenario_0.0.1.yaml

os-odl_l2-sfc-noha:
  configfile: no-ha_odl-l2_sfc_heat_ceilometer_scenario_0.0.1.yaml