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

This test case will verify the high availability of the image service provided by OpenStack (glance-api) on control node. For more information see TC047

\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_tc047", "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc047\" 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, "edit
heat_template_version: ocata

description: >
  TripleO Firewall settings

parameters:
  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
  EndpointMap:
    default: {}
    description: Mapping of service endpoint -> protocol. Typically set
                 via parameter_defaults in the resource registry.
    type: json
  ManageFirewall:
    default: true
    description: Whether to manage IPtables rules.
    type: boolean
  PurgeFirewallRules:
    default: false
    description: Whether IPtables rules should be purged before setting up the new ones.
    type: boolean

outputs:
  role_data:
    description: Role data for the TripleO firewall settings
    value:
      service_name: tripleo_firewall
      config_settings:
        tripleo::firewall::manage_firewall: {get_param: ManageFirewall}
        tripleo::firewall::purge_firewall_rules: {get_param: PurgeFirewallRules}
      step_config: |
        include ::tripleo::firewall
      upgrade_tasks:
        - name: blank ipv6 rule before activating ipv6 firewall.
          tags: step3
          shell: cat /etc/sysconfig/ip6tables > /etc/sysconfig/ip6tables.n-o-upgrade; cat</dev/null>/etc/sysconfig/ip6tables
          args:
            creates: /etc/sysconfig/ip6tables.n-o-upgrade