Skip to content

Commit

Permalink
Merge pull request #130 from oracle-devrel/develop
Browse files Browse the repository at this point in the history
Automation Toolkit Release v2024.4.1
  • Loading branch information
bhlohumi authored Oct 1, 2024
2 parents fe313e8 + be52355 commit 8a54274
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
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.

0 comments on commit 8a54274

Please sign in to comment.