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

add service catalog file #1293

Merged
merged 1 commit into from
Jul 16, 2024
Merged
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
56 changes: 56 additions & 0 deletions service.datadog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
schema-version: v2.2
dd-service: datadog-operator
team: container-ecosystems
contacts:
- type: slack
contact: https://dd.slack.com/archives/C037CDX0WJV
- type: email
contact: team-containerecosystems@datadoghq.com
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be updated at a later time

links:
- name: Runbook
type: runbook
url: https://datadoghq.atlassian.net/wiki/spaces/ContEco/pages/2446754987/Runbooks
- name: datadog-operator
type: repo
provider: github
url: https://github.com/DataDog/datadog-operator
- name: deployment
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: internal-chart
type: repo
provider: github
url: https://github.com/DataDog/k8s-resources/tree/master/k8s/datadog-operator
- name: internal-image
type: repo
provider: github
url: https://github.com/DataDog/images/tree/master/datadog-operator
- name: On Call documentation
type: doc
provider: confluence
url: https://datadoghq.atlassian.net/wiki/spaces/ContEco/pages/2445645960/On+Call
tags:
- app:datadog-operator
- service:datadog-operator
- team:container-ecosystems
integrations:
pagerduty:
service-url: https://datadog.pagerduty.com/service-directory/PFZC0QZ
extensions:
datadoghq.com/sdp:
conductor:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this currently does nothing, first i want to verify that the service is ack'd by conductor

slack: "container-ecosystems"
options:
rollout_strategy: "installation"
targets:
- name: "nightly-build"
# For now, this config is mandatory, even if the target is not a ci_pipeline CNAB object.
# Setting this to a placeholder value for now, the intended pipeline that will be triggered will
# be the one that is defined in the main .gitlab-ci.yml file.
ci_pipeline: "//fake_placeholder:fake_placeholder"
parent_environments:
- "staging"
branch: "main"
schedule: "10 3 * * SUN-THU"
# workflows:
Loading