Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cd3_automation_toolkit/cd3Validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ def validate_cd3(choices, filename, var_file, prefix, outdir, ct1): #config1, si
log("\n============================= Verifying Buckets Tab ==========================================\n")
print("\nValidating Buckets Tab..")
buckets_check = validate_buckets(filename,ct.ntk_compartment_ids)
errors = budgets_check
errors = buckets_check

# Prints the final result; once the validation is complete
if any([comp_check, groups_check, policies_check, tags_check, instances_check, dns_check, bvs_check,fss_check, vcn_check, vcn_cidr_check, vcn_peer_check, subnet_check, subnet_cidr_check, dhcp_check, drgv2_check,buckets_check, kms_check]) or False in final_check:
Expand Down
Binary file modified cd3_automation_toolkit/example/CD3-CIS-template.xlsx
Binary file not shown.
Binary file modified cd3_automation_toolkit/example/CD3-HubSpoke-template.xlsx
Binary file not shown.
Binary file modified cd3_automation_toolkit/example/CD3-SingleVCN-template.xlsx
Binary file not shown.
Loading