{ "id": 38, "title": "Yardstick-TC046", "originalTitle": "Yardstick-TC046", "tags": [ "yardstick-tc" ], "style": "dark", "timezone": "browser", "editable": true, "hideControls": false, "sharedCrosshair": false, "rows": [ { "collapse": false, "editable": true, "height": "", "panels": [ { "content": "
OPNFV_Yardstick_TC046 - Control Node Openstack Service High Availability - Keystone
\n
\n

This test case will verify the high availability of the user service provided by OpenStack (keystone) on control node. For more information see TC046

\n
\n\n\n", "editable": true, "error": false, "id": 6, "isNew": true, "links": [], "mode": "html", "span": 12, "style": {}, "title": "", "type": "text" } ], "title": "New row" }, { "collapse": false, "editable": true, "height": "", "panels": [ { "content": "", "editable": true, "error": false, "id": 9, "isNew": true, "links": [], "mode": "markdown", "span": 12, "style": {}, "title": "Test Case Execution", "type": "text" } ], "title": "New row" }, { "collapse": false, "editable": true, "height": "300px", "panels": [ { "aliasColors": {}, "bars": false, "datasource": "yardstick-vtc", "decimals": 2, "editable": true, "error": false, "fill": 1, "grid": { "leftLogBase": 1, "leftMax": null, "leftMin": null, "rightLogBase": 1, "rightMax": null, "rightMin": null, "threshold1": null, "threshold1Color": "rgba(216, 200, 27, 0.27)", "threshold2": null, "threshold2Color": "rgba(234, 112, 112, 0.22)" }, "hideTimeOverride": false, "id": 1, "interval": "", "isNew": true, "leftYAxisLabel": "sla_pass", "legend": { "alignAsTable": true, "avg": true, "current": false, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "rightYAxisLabel": "", "seriesOverrides": [], "span": 12, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_pod_name - $tag_deploy_scenario", "dsType": "influxdb", "groupBy": [ { "params": [ "pod_name" ], "type": "tag" }, { "params": [ "task_id" ], "type": "tag" }, { "params": [ "deploy_scenario" ], "type": "tag" } ], "hide": false, "measurement": "opnfv_yardstick_tc046", "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc046\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "sla_pass" ], "type": "field" } ] ], "tags": [ { "key": "pod_name", "operator": "=~", "value": "/$POD$/" }, { "condition": "AND", "key": "deploy_scenario", "operator": "=~", "value": "/$SCENARIO$/" } ] } ], "timeFrom": "7d", "timeShift": null, "title": "SLA PASS", "tooltip": { "shared": true, "value_type": "cumulative" }, "type": "graph", "x-axis": true, "y-axis": true, "y_formats": [ "none", "short" ] } ], "showTitle": false, "title": "Row" }, { "collapse": false, "editable": true, "height": "", "panels": [ { "content": "", "editable": true, "error": false, "id": 10, "isNew": true, "links": [], "mode": "markdown", "span": 12, "style": {}, "title": "Daily Averages", "type": "text" } ], "title": "New row" }, { "collapse": false, "editable": true, "height": "", "panels": [ { "columns": [], "datasource": "yardstick-vtc", "editable": true, "error": false, "fontSize": "90%", "height": "", "id": 2, "isNew": true, "links": [], "minSpan": 2, "pageSize": 100, "repe
# Copyright (c) 2016-2017 Dell Inc, or its subsidiaries.
#
# 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.
heat_template_version: pike

description: >
  Openstack Cinder Dell EMC VMAX iscsi backend

parameters:
  CinderEnableDellEMCVMAXISCSIBackend:
    type: boolean
    default: true
  CinderDellEMCVMAXISCSIBackendName:
    type: string
    default: 'tripleo_dellemc_vmax_iscsi'
  CinderDellEMCVMAXISCSIConfigFile:
    type: string
  ServiceData:
    default: {}
    description: Dictionary packing service data
    type: json
  ServiceNetMap:
    default: {}
    description: Mapping of service_name -> network name. Typically set
                 via parameter_defaults in the resource registry.  This
                 mapping overrides those in ServiceNetMapDefaults.
    type: json
  DefaultPasswords:
    default: {}
    type: json
  RoleName:
    default: ''
    description: Role name on which the service is applied
    type: string
  RoleParameters:
    default: {}
    description: Parameters specific to the role
    type: json
  EndpointMap:
    default: {}
    type: json
    description: