mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Also add -Z to script args for cloud tests
This commit is contained in:
parent
ed166ebd4f
commit
9ae27193d8
@ -7,4 +7,4 @@ azure-test:
|
|||||||
ssh_username: ''
|
ssh_username: ''
|
||||||
ssh_password: ''
|
ssh_password: ''
|
||||||
media_link: ''
|
media_link: ''
|
||||||
script_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
@ -2,4 +2,4 @@ digitalocean-test:
|
|||||||
provider: digitalocean-config
|
provider: digitalocean-config
|
||||||
image: 14.04 x64
|
image: 14.04 x64
|
||||||
size: 2GB
|
size: 2GB
|
||||||
scipt_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
@ -3,4 +3,4 @@ ec2-test:
|
|||||||
image: ami-98aa1cf0
|
image: ami-98aa1cf0
|
||||||
size: t1.micro
|
size: t1.micro
|
||||||
sh_username: ec2-user
|
sh_username: ec2-user
|
||||||
script_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
@ -2,4 +2,4 @@ gogrid-test:
|
|||||||
provider: gogrid-config
|
provider: gogrid-config
|
||||||
size: 512MB
|
size: 512MB
|
||||||
image: Ubuntu 14.04 LTS Server (64-bit) w/ None
|
image: Ubuntu 14.04 LTS Server (64-bit) w/ None
|
||||||
script_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
@ -3,4 +3,4 @@ joyent-test:
|
|||||||
size: Extra Small 512 MB
|
size: Extra Small 512 MB
|
||||||
image: ubuntu-certified-14.04
|
image: ubuntu-certified-14.04
|
||||||
location: us-east-1
|
location: us-east-1
|
||||||
script_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
@ -2,4 +2,4 @@ linode-test:
|
|||||||
provider: linode-config
|
provider: linode-config
|
||||||
size: Linode 2048
|
size: Linode 2048
|
||||||
image: Ubuntu 14.04 LTS
|
image: Ubuntu 14.04 LTS
|
||||||
script_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
@ -2,4 +2,4 @@ rackspace-test:
|
|||||||
provider: rackspace-config
|
provider: rackspace-config
|
||||||
size: 2 GB Performance
|
size: 2 GB Performance
|
||||||
image: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
|
image: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
|
||||||
script_args: '-P'
|
script_args: '-P -Z'
|
||||||
|
Loading…
Reference in New Issue
Block a user