Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
120 stars 99 forks source link

[question] Is there any way to use this with fixed IPs? #28

Closed johnvlittle closed 4 years ago

johnvlittle commented 4 years ago

the website we want to test is not public, and we have to whitelist IPs. for this reason we cant use the normal azure load tests services, in addition to the azure load test jmeter offering being too limited (no custom listeners or samplyers, and only jmeter 3.2).

Does this tool have any way to use it with fixed outgoing IPs?

allantargino commented 4 years ago

Hey,

The JMeter workers are deployed in a private VNET and you can define both VNET and Subnet IP ranges: https://github.com/Azure-Samples/jmeter-aci-terraform/blob/2584ef3c6777bf1ddfbdff8f4ae081042dc5b618/terraform/variables.tf#L16-L24

Does this help you?

allantargino commented 4 years ago

Closing this issue @johnvlittle, please let me know if you still have questions.