Ability to get image from secured source
PROD-31387
Change-Id: Ic52f473e8f0986a743a911c65d9ac8349e317740
diff --git a/tests/pillar/control_virt.sls b/tests/pillar/control_virt.sls
index 7587594..0d108ff 100644
--- a/tests/pillar/control_virt.sls
+++ b/tests/pillar/control_virt.sls
@@ -16,6 +16,11 @@
host: config01.dc01.domain.com
control:
enabled: true
+ common_image_source:
+ protocol: https
+ user: foo1
+ password: bar1
+ url_prefix: mirror.com
virt_enabled: true
size:
small:
@@ -51,3 +56,19 @@
provider: node03.domain.com
image: meowbuntu.qcom2
size: medium_three_disks
+ ubuntu4:
+ provider: node04.domain.com
+ size: small
+ image_source:
+ secured: true
+ protocol: http
+ user: foo
+ password: bar
+ url_prefix: mirror.com
+ url_path: xenial/image.qcow2
+ ubuntu5:
+ provider: node05.domain.com
+ size: small
+ image_source:
+ secured: true
+ url_path: stretch/debian.qcow2