【发布时间】:2021-11-16 03:28:20
【问题描述】:
当尝试在本地运行 taskcat 时,我得到:
[WARN ] : No stacks were created... skipping cleanup.
[ERROR ] : ValueError cannot find suitable AWS partition
从控制台。我使用的是 0.9.25 版。主模板 yaml 是我的云形成模板。我的 .taskcat.yml 在下面。
project:
name: automation
parameters:
"ParameterKey": "VPCId"
"ParameterValue": "123"
regions:
["us-east-2", "us-east-1"]
template: ./ci/templates/master.template.yaml
tests:
my-test:
template: ./ci/templates/master.template.yaml
我不确定错误发生在哪里,我的 .taskcat.yml 中是否缺少某些内容?
【问题讨论】:
标签: python amazon-web-services automation amazon-cloudformation