---
#- hosts: tsn
# sudo: yes
# tasks:
- name: "enable supervisor vrouter"
file:
path: "/etc/init/supervisor-vrouter.override"
state: "absent"
- include: -node-common.yml
- name: "fix up vrouter nodemgr param"
template:
src: "provision/vrouter-nodemgr-param.j2"
dest: "/etc/contrail/vrouter_nodemgr_param"
- name: "set contrail device name for ansible"
set_fact:
contrail_ansible_device: "ansible_{{ contrail_vhost_device }}"
- name: "fix up default pmac"
template:
src: "provision/default-pmac.j2"
dest: "/etc/contrail/default_pmac"
- name: "copy agent param config from template"
shell: "cp /etc/contrail/agent_param.tmpl /etc/contrail/agent_param"
- name: "modify agent param config"
lineinfile:
dest: "/etc/contrail/agent_param"
regexp: "dev=__DEVICE__"
line: "dev={{ contrail_vhost_device }}"
- name: "set vrouter agent mode"
set_fact:
contrail_vrouter_mode: "tsn"
- name: "fix up contrail vrouter agent config"
template:
src: "../../templates/provision/contrail-vrouter-agent-conf.j2"
dest: "/etc/contrail/contrail-vrouter-agent.conf"
- name: "delete lines for contrail interface"
shell: "{{ item }}"
with_items:
- "sed -e '/auto {{ contrail_vhost_device }}/,$d' /etc/network/interfaces > /tmp/contrail-interfaces-top"
- "sed -n -e '/auto {{ contrail_vhost_device }}/,$p' /etc/network/interfaces > /tmp/contrail-interfaces-bottom"
- "sed -i -e '/auto {{ contrail_vhost_device }}/d' /tmp/contrail-interfaces-bottom"
- "sed -i -n -e '/auto .*/,$p' /tmp/contrail-interfaces-bottom"
- "cat /tmp/contrail-interfaces-top /tmp/contrail-interfaces-bottom > /etc/network/interfaces"
- name: "delete lines for vrouter interface"
shell: "{{ item }}"
with_items:
- "sed -e '/auto vhost0/,$d' /etc/network/interfaces > /tmp/contrail-interfaces-top"
- "sed -n -e '/auto vhost0/,$p' /etc/network/interfaces > /tmp/contrail-interfaces-bottom"
- "sed -i -e '/auto vhost0/d' /tmp/contrail-interfaces-bottom"
- "sed -i -{
"id": 40,
"title": "Yardstick-TC048",
"originalTitle": "Yardstick-TC048",
"tags": [
"yardstick-tc"
],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [
{
"collapse": false,
"editable": true,
"height": "",
"panels": [
{
"content": "<h5 style=\"font-family:Verdana\"> <a style=\"color:#31A7D3\"><center>Control Node Openstack Service High Availability - Cinder Api</center> </a></h5>\n<center>\n<p>This test case will verify the high availability of the volume service provided by OpenStack (cinder-api) on control node. For more information see <a style=\"color:#31A7D3\"; href=\"http://artifacts.opnfv.org/yardstick/colorado/docs/userguide/opnfv_yardstick_tc048.html\">TC048</a></p>\n</center>\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_tc048",
"query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc048\" 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,
"repeat": "POD",
"scopedVars": {
"POD": {
"selected": true,
"text": "lf-pod2",
"value": "lf\\-pod2"
}
},
"scroll": true,
"showHeader": true,
"sort": {
"col": 2,
"desc": false
},
"span": 12,
"styles": [
{
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "date"
},
{
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"decimals": 2,
"pattern": "deploy_scenario",
"thresholds": [],
"type": "string",
"unit": "short"
},
{
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"pattern": "/.*/",
"thresholds": [],
"type": "number",
"unit": "ms"
}
],
"targets": [
{
"alias": "",
"dsType": "influxdb",
"groupBy": [
{
"params": [
"deploy_scenario"
],
"type": "tag"
}
],
"measurement": "opnfv_yardstick_tc048",
"query": "SELECT mean(\"rtt.ares\") FROM \"opnfv_yardstick_tc048\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"",
"rawQuery": false,
"refId": "A",
"resultFormat": "table",
"select": [
[
{
"params": [
"rtt.ares"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "pod_name",
"operator": "=~",
"value": "/$POD$/"
},
{
"condition": "AND",
"key": "deploy_scenario",
"operator": "=~",
"value": "/$SCENARIO$/"
}
]
}
],
"timeFrom": "7d",
"title": "$POD",
"transform": "table",
"transparent": false,
"type": "table"
}
],
"showTitle": false,
"title": "New row"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": "yardstick-vtc",
"editable": true,
"error": false,
"fill": 1,
"grid": {
"leftLogBase": 1,
"leftMax": null,
"leftMin": 0,
"rightLogBase": 1,
"rightMax": null,
"rightMin": null,
"threshold1": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2": null,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"height": "",
"id": 11,
"interval": "",
"isNew": true,
"leftYAxisLabel": "<sla_pass>",
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 2,
"nullPointMode": "connected",
"percentage": false,
"pointradius": 1,
"points": true,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "os-odl_l2-nofeature-ha",
"color": "#7EB26D"
},
{
"alias": "os-nosdn-nofeature-ha",
"color": "#E24D42"
},
{
"alias": "os-onos-nofeature-ha",
"color": "#6ED0E0"
},
{
"alias": "os-nosdn-ovs-ha",
"color": "#EAB839"
},
{
"alias": "os-odl_l3-nofeature-ha",
"color": "#E5A8E2"
},
{
"alias": "os-odl_l2-bgpvpn-ha",
"color": "#E0752D"
},
{
"alias": "os-odl_l2-sfc-ha",
"color": "#508642"
}
],
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "$tag_deploy_scenario",
"dsType": "influxdb",
"groupBy": [
{
"params": [
"24h"
],
"type": "time"
},
{
"params": [
"deploy_scenario"
],
"type": "tag"
},
{
"params": [
"pod_name"
],
"type": "tag"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "opnfv_yardstick_tc048",
"query": "SELECT mean(\"sla_pass\") FROM \"opnfv_yardstick_tc048\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"sla_pass"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "pod_name",
"operator": "=~",
"value": "/$POD$/"
},
{
"condition": "AND",
"key": "deploy_scenario",
"operator": "=~",
"value": "/$SCENARIO$/"
}
]
}
],
"timeFrom": "7d",
"timeShift": null,
"title": "$POD",
"tooltip": {
"shared": true,
"value_type": "individual"
},
"type": "graph",
"x-axis": true,
"y-axis": true,
"y_formats": [
"none",
"short"
]
}
],
"showTitle": false,
"title": ""
}
],
"time": {
"from": "now-7d",
"to": "now"
},
"timepicker": {
"now": true,
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"templating": {
"list": [
{
"allFormat": "regex values",
"current": {
"tags": [],
"text": "lf-pod2",
"value": "lf\\-pod2"
},
"datasource": "yardstick-vtc",
"hideLabel": false,
"includeAll": true,
"label": "",
"multi": true,
"multiFormat": "regex values",
"name": "POD",
"options": [
{
"selected": false,
"text": "All",
"value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)"
},
{
"selected": false,
"text": "elxg482ls42",
"value": "elxg482ls42"
},
{
"selected": false,
"text": "ericsson-pod1",
"value": "ericsson\\-pod1"
},
{
"selected": false,
"text": "ericsson-pod2",
"value": "ericsson\\-pod2"
},
{
"selected": false,
"text": "huawei-pod1",
"value": "huawei\\-pod1"
},
{
"selected": false,
"text": "huawei-pod2",
"value": "huawei\\-pod2"
},
{
"selected": false,
"text": "huawei-us-deploy-bare-1",
"value": "huawei\\-us\\-deploy\\-bare\\-1"
},
{
"selected": false,
"text": "intel-pod5",
"value": "intel\\-pod5"
},
{
"selected": false,
"text": "intel-pod6",
"value": "intel\\-pod6"
},
{
"selected": false,
"text": "lf-pod1",
"value": "lf\\-pod1"
},
{
"selected": true,
"text": "lf-pod2",
"value": "lf\\-pod2"
},
{
"selected": false,
"text": "opnfv-jump-1",
"value": "opnfv\\-jump\\-1"
},
{
"selected": false,
"text": "opnfv-jump-2",
"value": "opnfv\\-jump\\-2"
},
{
"selected": false,
"text": "orange-fr-pod2",
"value": "orange\\-fr\\-pod2"
},
{
"selected": false,
"text": "unknown",
"value": "unknown"
},
{
"selected": false,
"text": "zte-pod1",
"value": "zte\\-pod1"
}
],
"query": "SHOW TAG VALUES WITH KEY = \"pod_name\"",
"refresh": false,
"regex": "",
"type": "query",
"useTags": false
},
{
"allFormat": "regex values",
"current": {
"tags": [],
"text": "All",
"value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
},
"datasource": "yardstick-vtc",
"hideLabel": false,
"includeAll": true,
"label": "",
"multi": true,
"multiFormat": "regex values",
"name": "SCENARIO",
"options": [
{
"selected": true,
"text": "All",
"value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)"
},
{
"selected": false,
"text": "os-nosdn-nofeature-ha",
"value": "os\\-nosdn\\-nofeature\\-ha"
},
{
"selected": false,
"text": "os-nosdn-ovs-ha",
"value": "os\\-nosdn\\-ovs\\-ha"
},
{
"selected": false,
"text": "os-odl_l2-bgpvpn-ha",
"value": "os\\-odl_l2\\-bgpvpn\\-ha"
},
{
"selected": false,
"text": "os-odl_l2-nofeature-ha",
"value": "os\\-odl_l2\\-nofeature\\-ha"
},
{
"selected": false,
"text": "os-odl_l2-nofeature-noha",
"value": "os\\-odl_l2\\-nofeature\\-noha"
},
{
"selected": false,
"text": "os-odl_l2-sfc-ha",
"value": "os\\-odl_l2\\-sfc\\-ha"
},
{
"selected": false,
"text": "os-odl_l3-nofeature-ha",
"value": "os\\-odl_l3\\-nofeature\\-ha"
},
{
"selected": false,
"text": "os-onos-nofeature-ha",
"value": "os\\-onos\\-nofeature\\-ha"
}
],
"query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"",
"refresh": false,
"regex": "",
"type": "query",
"useTags": false
}
]
},
"annotations": {
"list": []
},
"refresh": "15m",
"schemaVersion": 8,
"version": 3,
"links": []
}