Known Issues in Panorama Plugin for AWS 3.0.1
Table of Contents
Expand all | Collapse all
-
-
-
-
- Features Introduced in Zero Touch Provisioning 2.0
- Known Issues in the Zero Touch Provisioning 2.0.4 Release
- Known Issues in the Zero Touch Provisioning 2.0.3 Release
- Known Issues in the Zero Touch Provisioning 2.0.2 Release
- Known Issues in the Zero Touch Provisioning 2.0.1 Release
- Known Issues in the Zero Touch Provisioning 2.0.0 Release
- Limitations
-
-
Known Issues in Panorama Plugin for AWS 3.0.1
The following list describes known issues
in the Panorama Plugin for AWS 3.0.1.
PLUG-9182
Using the CLI command debug plugins aws debug-aws-orchestration name <> before
or during a deployment return error messages similar to the following:
Before deployment
<response status="success"><result>Traceback (most recent call last): File "/installed/aws/scripts/op/debug_aws_orchestration.py", line 532, in <module> get_deployment_info(deploy_name, config_xml, db) File "/installed/aws/scripts/op/debug_aws_orchestration.py", line 64, in get_deployment_info if len(deploy_entry)!=0: TypeError: object of type 'NoneType' has no len()
During deployment
{{<response status="success"><result>Traceback (most recent call last): File "/installed/aws/scripts/op/debug_aws_orchestration.py", line 543, in <module> out_dict = describe_stacks(stack_name, access_key, secret_key, region, role_arn)[0] File "/installed/aws/scripts/op/debug_aws_orchestration.py", line 166, in describe_stacks cloudwatch_client, elbv2_client, tgw_id, cross_ec2_client, role_arn) File "/installed/aws/scripts/op/debug_aws_orchestration.py", line 459, in list_stack_resources tgw_rtbID=tgw_attach_response['TransitGatewayAttachments'][0]['Association']['TransitGatewayRouteTableId'] KeyError: 'Association' }}
Workaround: Use this command after a successful deployment.
PLUG-9327
When configuring Security VPC, if you
select only one Availability Zone (AZ), the deployment fails and
returns an error message—An error occurred (ValidationError) when calling the CreateStack operation: Parameter 'NumberOfAZs' must be a number not less than 2.
Workaround:
- Undeploy the deployment.
- Add two or more AZs in the Security VPC configuration.
- Commit the configuration to Panorama.
- Redeploy the deployment.