Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folder policy orchestrator #13547

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yerniyazN
Copy link
Member

@yerniyazN yerniyazN commented Apr 4, 2025

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

`google_os_config_v2_policy_orchestrator_for_folder`

@yerniyazN yerniyazN marked this pull request as draft April 4, 2025 11:55
@github-actions github-actions bot requested a review from melinath April 4, 2025 11:56
Copy link

github-actions bot commented Apr 4, 2025

Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs.

@melinath, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 6 files changed, 7955 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 6 files changed, 7954 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 2279 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_os_config_v2_policy_orchestrator_for_folder (3 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_os_config_v2_policy_orchestrator_for_folder" "primary" {
  orchestrated_resource {
    os_policy_assignment_v1_payload {
      description = # value needed
      etag        = # value needed
      instance_filter {
        all = # value needed
        exclusion_labels {
          labels = # value needed
        }
        inclusion_labels {
          labels = # value needed
        }
        inventories {
          os_version = # value needed
        }
      }
      name = # value needed
      os_policies {
        allow_no_resource_group_match = # value needed
        description                   = # value needed
        resource_groups {
          inventory_filters {
            os_short_name = # value needed
            os_version    = # value needed
          }
          resources {
            exec {
              enforce {
                args = # value needed
                file {
                  allow_insecure = # value needed
                  gcs {
                    bucket     = # value needed
                    generation = # value needed
                    object     = # value needed
                  }
                  local_path = # value needed
                  remote {
                    sha256_checksum = # value needed
                    uri             = # value needed
                  }
                }
                interpreter      = # value needed
                output_file_path = # value needed
                script           = # value needed
              }
              validate {
                args = # value needed
                file {
                  allow_insecure = # value needed
                  gcs {
                    bucket     = # value needed
                    generation = # value needed
                    object     = # value needed
                  }
                  local_path = # value needed
                  remote {
                    sha256_checksum = # value needed
                    uri             = # value needed
                  }
                }
                interpreter      = # value needed
                output_file_path = # value needed
                script           = # value needed
              }
            }
            file {
              file {
                allow_insecure = # value needed
                gcs {
                  bucket     = # value needed
                  generation = # value needed
                  object     = # value needed
                }
                local_path = # value needed
                remote {
                  sha256_checksum = # value needed
                  uri             = # value needed
                }
              }
              permissions = # value needed
            }
            pkg {
              apt {
                name = # value needed
              }
              deb {
                pull_deps = # value needed
                source {
                  allow_insecure = # value needed
                  gcs {
                    bucket     = # value needed
                    generation = # value needed
                    object     = # value needed
                  }
                  local_path = # value needed
                  remote {
                    sha256_checksum = # value needed
                    uri             = # value needed
                  }
                }
              }
              desired_state = # value needed
              googet {
                name = # value needed
              }
              msi {
                properties = # value needed
                source {
                  allow_insecure = # value needed
                  gcs {
                    bucket     = # value needed
                    generation = # value needed
                    object     = # value needed
                  }
                  local_path = # value needed
                  remote {
                    sha256_checksum = # value needed
                    uri             = # value needed
                  }
                }
              }
              rpm {
                pull_deps = # value needed
                source {
                  allow_insecure = # value needed
                  gcs {
                    bucket     = # value needed
                    generation = # value needed
                    object     = # value needed
                  }
                  local_path = # value needed
                  remote {
                    sha256_checksum = # value needed
                    uri             = # value needed
                  }
                }
              }
              yum {
                name = # value needed
              }
              zypper {
                name = # value needed
              }
            }
            repository {
              apt {
                archive_type = # value needed
                components   = # value needed
                distribution = # value needed
                gpg_key      = # value needed
                uri          = # value needed
              }
              goo {
                name = # value needed
                url  = # value needed
              }
              yum {
                base_url     = # value needed
                display_name = # value needed
                gpg_keys     = # value needed
                id           = # value needed
              }
              zypper {
                base_url     = # value needed
                display_name = # value needed
                gpg_keys     = # value needed
                id           = # value needed
              }
            }
          }
        }
      }
      rollout {
        disruption_budget {
          fixed = # value needed
        }
      }
    }
  }
  orchestration_scope {
    selectors {
      resource_hierarchy_selector {
        included_folders  = # value needed
        included_projects = # value needed
      }
    }
  }
  orchestration_state {
    current_iteration_state {
      error {
        code = # value needed
        details {
          type_url = # value needed
          value    = # value needed
        }
        message = # value needed
      }
    }
    previous_iteration_state {
      error {
        code = # value needed
        details {
          type_url = # value needed
          value    = # value needed
        }
        message = # value needed
      }
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 6
Passed tests: 4
Skipped tests: 0
Affected tests: 2

Click here to see the affected service packages
  • osconfigv2

Action taken

Found 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccOSConfigV2PolicyOrchestratorForFolder_basic
  • TestAccOSConfigV2PolicyOrchestratorForFolder_osconfigv2PolicyOrchestratorForFolderBasicExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccOSConfigV2PolicyOrchestratorForFolder_basic [Error message] [Debug log]
TestAccOSConfigV2PolicyOrchestratorForFolder_osconfigv2PolicyOrchestratorForFolderBasicExample [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants