summaryrefslogtreecommitdiffstats
path: root/nsb_setup.sh
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Fix CLI argument handling in nsb_setup.shPatrice Buriez1-10/+67
2018-06-21Bump ansible version to 2.5.5Rodolfo Alonso Hernandez1-1/+1
2018-06-20NSB setup inventory name changedRodolfo Alonso Hernandez1-1/+1
2018-04-26nsb_setup: parametrize docker imageRoss Brattain1-0/+8
2018-02-12Bump pip packages installed in "nsb_setup.sh" scriptRodolfo Alonso Hernandez1-1/+1
2018-01-27Adding support to pull docker images behind proxyDeepak S1-0/+10
2018-01-25Remove img_modify_playbook from nsb_setup.sh scriptMytnyk, Volodymyr1-1/+1
2017-12-14Bugfix:proxy env, ansible multinode supportMalanik Jan1-18/+29
2017-11-17Fix controller IP parsing in "nsb_setup.sh" scriptRodolfo Alonso Hernandez1-1/+1
2017-10-17Resolve full path to adminrc file if full path is not providedCharlie Kang1-2/+2
2017-09-20nsb_setup.sh: update to Ansible 2.3.2Ross Brattain1-1/+1
2017-09-05nsb_setup: fixup typoRoss Brattain1-1/+1
2017-09-05nsb_setup: pin pip versions for ansible, shade, dockerRoss Brattain1-1/+1
2017-09-05Introduced ansible playbook to setup NSB.Maciej Skrocki1-226/+30
2017-08-24Standardized TRex client library pathMaciej Skrocki1-4/+2
2017-08-15Moving trex to latest version (v2.28) to support new NICsDeepak S1-1/+1
2017-08-15Download the right dpdk bind tool before starting the test caseDeepak S1-0/+6
2017-07-17Fix adding right deb repo based on the distro we are running onDeepak S1-1/+1
2017-04-26Point to user guide to get started on VNF testingDeepak S1-1/+1
2017-03-09Bugfix: Using the right trex version to support both py2.7 & py3Deepak S1-5/+6
2017-03-05update trex version for constants.so import bugRoss Brattain1-1/+1
2017-01-19Setup yardstick_virtual environments for Network Service TestingDeepak S1-0/+244
<table class="table " width="100%" dw-loading="key" dw-loading-options="{text:'loading'}"> <tr style="background-color:#f9f9f9"> <td style="font-weight:700">Name</td> <td style="font-weight:700"> Status</td> <td style="font-weight:700">Action</td> </tr> <tr dir-paginate="task in finalTaskListDisplay | orderBy:'-id' | itemsPerPage: 6 " pagination-id="table"> <td width="20%"> <a ng-click="gotoDetail(task.uuid)" style="color:#4dc5cf"> {{task.name}} </a></td> <td width="70%"> <div class="progree-parent" ng-show="task.status!=2"> <div class="progree-child" ng-style="{'width':task.stausWidth}"> </div> </div> <div class="progree-parent" ng-show="task.status==2" style="background-color:red"> <div class="progree-child" style="width:0"> </div> </div> </td> <td width="10%"> <div class="btn-group" uib-dropdown is-open="status.isopen"> <button id="single-button" type="button" class="btn btn-default btn-sm" uib-dropdown-toggle> modify <span class="caret"></span> </button> <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button"> <li role="menuitem" ng-show="task.status!=0"><a ng-click="runAtaskForTable(task.uuid)">run</a></li> <li role="menuitem" ng-show="task.status!=0"><a ng-click="gotoModify(task.uuid)">modify</a></li> <li role="menuitem" ng-show="task.status!=-1"><a ng-click="gotoLog(task.uuid)">log</a></li> <li role="menuitem" ng-show="task.status!=-1 && task.status!=0"><a ng-click="gotoReport(task.uuid)" style="color:#2ecc71">reporting</a></li> <li role="menuitem"><a ng-click="openDeleteEnv(task.uuid,'task')">delete</a></li> </ul> </div> <!-- <button class="btn btn-default btn-sm" ng-click="runAtask(task.uuid)" ng-disabled="task.status!=-1">run</button> <button class="btn btn-default btn-sm" ng-click="gotoDetail(task.uuid)">detail</button> <button class="btn btn-default btn-sm" ng-click="gotoModify(task.uuid)" ng-disabled="task.status==0">modify</button> <button class="btn btn-default btn-sm" ng-click="gotoReport(task.uuid)" style="color:#2ecc71" ng-disabled="task.status==-1 || task.status==0">reporting</button> <button class="btn btn-default btn-sm" ng-click="openDeleteEnv(task.uuid,'task')">delete</button> --> </td> </tr> </table> </div> <center> <dir-pagination-controls pagination-id="table"></dir-pagination-controls> </center> </div> </div> <toaster-container></toaster-container> <style> .progree-parent { width: 50%; background-color: #dfe3e4; height: 10px; border-radius: 10px; } .progree-child { width: 50%; background-color: #2ecc71; /* background-color: white; */ height: 10px; border-radius: 5px; } </style>