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 @@ -444,6 +444,40 @@ profiles:
444
444
db :
445
445
endpoints :
446
446
- http://10.57.32.74:5001
447
+ aliases :
448
+ - downstream
449
+ - extra
450
+
451
+ cobalt-hosted-al3-lin-app :
452
+ variables :
453
+ serverAddress : 10.57.32.95
454
+ cores : 56
455
+ agents :
456
+ application :
457
+ endpoints :
458
+ - http://10.57.32.95:5001
459
+ aliases :
460
+ - main
461
+
462
+ cobalt-hosted-al3-lin-load :
463
+ variables :
464
+ secondaryAddress : 10.57.32.96
465
+ agents :
466
+ load :
467
+ endpoints :
468
+ - http://10.57.32.96:5001
469
+ aliases :
470
+ - warmup
471
+ - secondary
472
+
473
+ cobalt-hosted-al3-lin-db :
474
+ variables :
475
+ databaseServer : 10.57.32.94
476
+ downstreamAddress : 10.57.32.94
477
+ agents :
478
+ db :
479
+ endpoints :
480
+ - http://10.57.32.94:5001
447
481
aliases :
448
482
- downstream
449
483
- extra
Original file line number Diff line number Diff line change @@ -691,3 +691,59 @@ profiles:
691
691
aliases :
692
692
- db
693
693
- downstream
694
+
695
+ aspnet-cobalt-hosted-al3-lin :
696
+ variables :
697
+ mainAddress : 10.57.32.95
698
+ secondaryAddress : 10.57.32.96
699
+ extraAddress : 10.57.32.94
700
+ serverAddress : 10.57.32.95
701
+ databaseServer : 10.57.32.94
702
+ downstreamAddress : 10.57.32.94
703
+ cores : 56
704
+ agents :
705
+ main :
706
+ endpoints :
707
+ - http://10.57.32.95:5001
708
+ aliases :
709
+ - application
710
+ secondary :
711
+ endpoints :
712
+ - http://10.57.32.96:5001
713
+ aliases :
714
+ - load
715
+ - warmup
716
+ extra :
717
+ endpoints :
718
+ - http://10.57.32.94:5001
719
+ aliases :
720
+ - db
721
+ - downstream
722
+
723
+ aspnet-cobalt-hosted-al3-lin-relay :
724
+ variables :
725
+ mainAddress : 10.57.32.95
726
+ secondaryAddress : 10.57.32.96
727
+ extraAddress : 10.57.32.94
728
+ serverAddress : 10.57.32.95
729
+ databaseServer : 10.57.32.94
730
+ downstreamAddress : 10.57.32.94
731
+ cores : 56
732
+ agents :
733
+ main :
734
+ endpoints :
735
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinserver_azurelinux3
736
+ aliases :
737
+ - application
738
+ secondary :
739
+ endpoints :
740
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinclient_azurelinux3
741
+ aliases :
742
+ - load
743
+ - warmup
744
+ extra :
745
+ endpoints :
746
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlindb_azurelinux3
747
+ aliases :
748
+ - db
749
+ - downstream
Original file line number Diff line number Diff line change @@ -671,3 +671,53 @@ profiles:
671
671
aliases :
672
672
- warmup
673
673
- secondary
674
+
675
+ aspnet-cobalt-hosted-al3-lin :
676
+ variables :
677
+ serverAddress : 10.57.32.95
678
+ cores : 56
679
+ jobs :
680
+ db :
681
+ endpoints :
682
+ - http://10.57.32.94:5001
683
+ aliases :
684
+ - downstream
685
+ - extra
686
+ application :
687
+ endpoints :
688
+ - http://10.57.32.95:5001
689
+ variables :
690
+ databaseServer : 10.57.32.94
691
+ aliases :
692
+ - main
693
+ load :
694
+ endpoints :
695
+ - http://10.57.32.96:5001
696
+ aliases :
697
+ - warmup
698
+ - secondary
699
+
700
+ aspnet-cobalt-hosted-al3-lin-relay :
701
+ variables :
702
+ serverAddress : 10.57.32.95
703
+ cores : 56
704
+ jobs :
705
+ db :
706
+ endpoints :
707
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlindb_azurelinux3
708
+ aliases :
709
+ - downstream
710
+ - extra
711
+ application :
712
+ endpoints :
713
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinserver_azurelinux3
714
+ variables :
715
+ databaseServer : 10.57.32.94
716
+ aliases :
717
+ - main
718
+ load :
719
+ endpoints :
720
+ - https://aspnetperf.servicebus.windows.net/cobalthostedlinclient_azurelinux3
721
+ aliases :
722
+ - warmup
723
+ - secondary
You can’t perform that action at this time.
0 commit comments