Fixed prepare.sh and other small fixes
List of fixes:
- Use -g option to set ext gw info for heat-router in prepare.sh
- Fixed -H option in prepare.sh
- Fixed default working directory in prepare.sh
- Use admin_username from env vars in prepare.sh
- Set additional quotas for cvp.project
- Use mirantis busybox image from mirantis registry
- Fixed FIXED_NET variable in rally templates
Related-PROD: PROD-37187
Change-Id: I3d3ea6a520cf1677aabfa356bc40c19ae04822b4
diff --git a/k8s/rally-files/k8s-mos-scn-i1.yaml b/k8s/rally-files/k8s-mos-scn-i1.yaml
index efe3252..1394958 100644
--- a/k8s/rally-files/k8s-mos-scn-i1.yaml
+++ b/k8s/rally-files/k8s-mos-scn-i1.yaml
@@ -1,4 +1,4 @@
-{% set image_box = "busybox" %}
+{% set image_box = "mirantis.azurecr.io/general/external/e2e-test-images/registry.k8s.io/e2e-test-images/busybox:1.29-4" %}
{% set image_pause = "mirantis.azurecr.io/general/external/pause:3.1" %}
{% set image_cirros = "virtlet/download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img" %}
{% set concurrency = 1 %}