File tree Expand file tree Collapse file tree 3 files changed +140
-0
lines changed Expand file tree Collapse file tree 3 files changed +140
-0
lines changed Original file line number Diff line number Diff line change @@ -413,3 +413,37 @@ profiles:
413
413
aliases :
414
414
- warmup
415
415
- secondary
416
+
417
+ cobalt-hosted-lin-app :
418
+ variables :
419
+ serverAddress : 10.57.32.73
420
+ cores : 56
421
+ agents :
422
+ application :
423
+ endpoints :
424
+ - http://10.57.32.73:5001
425
+ aliases :
426
+ - main
427
+
428
+ cobalt-hosted-lin-load :
429
+ variables :
430
+ secondaryAddress : 10.57.32.72
431
+ agents :
432
+ load :
433
+ endpoints :
434
+ - http://10.57.32.72:5001
435
+ aliases :
436
+ - warmup
437
+ - secondary
438
+
439
+ cobalt-hosted-lin-db :
440
+ variables :
441
+ databaseServer : 10.57.32.74
442
+ downstreamAddress : 10.57.32.74
443
+ agents :
444
+ db :
445
+ endpoints :
446
+ - http://10.57.32.74:5001
447
+ aliases :
448
+ - downstream
449
+ - extra
Original file line number Diff line number Diff line change @@ -635,3 +635,59 @@ profiles:
635
635
aliases :
636
636
- db
637
637
- downstream
638
+
639
+ aspnet-cobalt-hosted-lin :
640
+ variables :
641
+ mainAddress : 10.57.32.73
642
+ secondaryAddress : 10.57.32.72
643
+ extraAddress : 10.57.32.74
644
+ serverAddress : 10.57.32.73
645
+ databaseServer : 10.57.32.74
646
+ downstreamAddress : 10.57.32.74
647
+ cores : 56
648
+ agents :
649
+ main :
650
+ endpoints :
651
+ - http://10.57.32.73:5001
652
+ aliases :
653
+ - application
654
+ secondary :
655
+ endpoints :
656
+ - http://10.57.32.72:5001
657
+ aliases :
658
+ - load
659
+ - warmup
660
+ extra :
661
+ endpoints :
662
+ - http://10.57.32.74:5001
663
+ aliases :
664
+ - db
665
+ - downstream
666
+
667
+ aspnet-cobalt-hosted-lin-relay :
668
+ variables :
669
+ mainAddress : 10.57.32.73
670
+ secondaryAddress : 10.57.32.72
671
+ extraAddress : 10.57.32.74
672
+ serverAddress : 10.57.32.73
673
+ databaseServer : 10.57.32.74
674
+ downstreamAddress : 10.57.32.74
675
+ cores : 56
676
+ agents :
677
+ main :
678
+ endpoints :
679
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinserver
680
+ aliases :
681
+ - application
682
+ secondary :
683
+ endpoints :
684
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinclient
685
+ aliases :
686
+ - load
687
+ - warmup
688
+ extra :
689
+ endpoints :
690
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlindb
691
+ aliases :
692
+ - db
693
+ - downstream
Original file line number Diff line number Diff line change @@ -621,3 +621,53 @@ profiles:
621
621
aliases :
622
622
- warmup
623
623
- secondary
624
+
625
+ aspnet-cobalt-hosted-lin :
626
+ variables :
627
+ serverAddress : 10.57.32.73
628
+ cores : 56
629
+ jobs :
630
+ db :
631
+ endpoints :
632
+ - http://10.57.32.74:5001
633
+ aliases :
634
+ - downstream
635
+ - extra
636
+ application :
637
+ endpoints :
638
+ - http://10.57.32.73:5001
639
+ variables :
640
+ databaseServer : 10.57.32.74
641
+ aliases :
642
+ - main
643
+ load :
644
+ endpoints :
645
+ - http://10.57.32.72:5001
646
+ aliases :
647
+ - warmup
648
+ - secondary
649
+
650
+ aspnet-cobalt-hosted-lin-relay :
651
+ variables :
652
+ serverAddress : 10.57.32.73
653
+ cores : 56
654
+ jobs :
655
+ db :
656
+ endpoints :
657
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlindb
658
+ aliases :
659
+ - downstream
660
+ - extra
661
+ application :
662
+ endpoints :
663
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinserver
664
+ variables :
665
+ databaseServer : 10.57.32.74
666
+ aliases :
667
+ - main
668
+ load :
669
+ endpoints :
670
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinclient
671
+ aliases :
672
+ - warmup
673
+ - secondary
You can’t perform that action at this time.
0 commit comments