Skip to content

Commit 9b143dc

Browse files
author
huangtianhua
authored
Merge pull request apache#388 from theopenlab/change-flavor
Change flavor to boot server in FusionCloud job
2 parents 9530d70 + 22b69fb commit 9b143dc

File tree

1 file changed

+2
-2
lines changed
  • playbooks/terraform-provider-huaweicloud-acceptance-test-fusioncloud

1 file changed

+2
-2
lines changed

playbooks/terraform-provider-huaweicloud-acceptance-test-fusioncloud/run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
shopt -s expand_aliases
1818
alias openstack="openstack --insecure"
1919
20-
export OS_FLAVOR_ID_RESIZE='rds.s1.medium'
21-
export OS_FLAVOR_ID='rds.c2.medium'
20+
export OS_FLAVOR_ID='15c004fe-2f1d-435d-8ef5-d3643a277d0e' # 1U1G10G
21+
export OS_FLAVOR_ID_RESIZE='f6b3e920-d8ab-4dab-9286-0300805bebb5' # 2C4G60G
2222
export OS_POOL_NAME="DemoCenter_extenalNet"
2323
export OS_EXTGW_ID=`openstack network list -f value |grep ${OS_POOL_NAME} | awk -F ' ' '{print $1}'`
2424
export OS_IMAGE_NAME="cirros-0.4.0-x86_64-disk"

0 commit comments

Comments
 (0)