Skip to content

manifests: prefix manifests used by CVO with a 0000_xx_NAME prefix#388

Merged
openshift-merge-robot merged 1 commit into
openshift:masterfrom
paulfantom:manifests
Jun 26, 2019
Merged

manifests: prefix manifests used by CVO with a 0000_xx_NAME prefix#388
openshift-merge-robot merged 1 commit into
openshift:masterfrom
paulfantom:manifests

Conversation

@paulfantom
Copy link
Copy Markdown
Contributor

Just a minor clarification on what runlevel cmo is running on and unifying manifests naming across openshift org.

From https://coreos.slack.com/archives/C0VMT03S5/p1561474960242800

/cc @brancz @metalmatze @squat

@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 25, 2019
@paulfantom
Copy link
Copy Markdown
Contributor Author

/retest

@brancz
Copy link
Copy Markdown
Contributor

brancz commented Jun 26, 2019

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2019
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brancz, paulfantom

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@paulfantom
Copy link
Copy Markdown
Contributor Author

I need to hold it for a moment to check SM definitions in OLM
/hold

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 26, 2019
@paulfantom
Copy link
Copy Markdown
Contributor Author

/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 26, 2019
@openshift-merge-robot openshift-merge-robot merged commit 089040e into openshift:master Jun 26, 2019
@paulfantom paulfantom deleted the manifests branch June 26, 2019 17:54
wking added a commit to wking/cluster-monitoring-operator that referenced this pull request Aug 17, 2020
…g-operator"

The regular expression for the component portion is [1]:

  [a-z0-9\-]+

or [2]:

  [a-zA-Z0-9]+(-[a-zA-Z0-9]+)*?)

Either way, it cannot include underscores, so manifests like
0000_50_cluster_monitoring_operator_01-namespace.yaml end up in the
'cluster' component.  With this change, they will end up in the
'cluster-monitoring-operator' component.

The outgoing, underscore form landed in 9fd35c2 (manifests: prefix
manifests used by CVO with a 0000_xx_NAME prefix, 2019-06-25, openshift#388).

Generated with:

  $ rename cluster_monitoring_operator cluster-monitoring-operator manifests/*.yaml
  $ sed -i 's/cluster_monitoring_operator/cluster-monitoring-operator/g' Documentation/data-collection.md Makefile README.md hack/build-jsonnet.sh hack/build-jsonnet.sh hack/local-cmo.sh hack/telemeter_query.go

[1]: https://github.com/openshift/cluster-version-operator/blob/71aef74480d199fe96a590f2f1e4e8056a9cb687/docs/dev/operators.md#what-is-the-order-that-resources-get-createdupdated-in
[2]: https://github.com/openshift/cluster-version-operator/blob/71aef74480d199fe96a590f2f1e4e8056a9cb687/pkg/payload/task_graph.go#L21
wking added a commit to wking/cluster-monitoring-operator that referenced this pull request Aug 26, 2020
…g-operator"

The regular expression for the component portion is [1]:

  [a-z0-9\-]+

or [2]:

  [a-zA-Z0-9]+(-[a-zA-Z0-9]+)*?)

Either way, it cannot include underscores, so manifests like
0000_50_cluster_monitoring_operator_01-namespace.yaml end up in the
'cluster' component.  With this change, they will end up in the
'cluster-monitoring-operator' component.

The outgoing, underscore form landed in 9fd35c2 (manifests: prefix
manifests used by CVO with a 0000_xx_NAME prefix, 2019-06-25, openshift#388).

Generated with:

  $ rename cluster_monitoring_operator cluster-monitoring-operator manifests/*.yaml
  $ sed -i 's/cluster_monitoring_operator/cluster-monitoring-operator/g' Documentation/data-collection.md Makefile README.md hack/build-jsonnet.sh hack/build-jsonnet.sh hack/local-cmo.sh hack/telemeter_query.go

[1]: https://github.com/openshift/cluster-version-operator/blob/71aef74480d199fe96a590f2f1e4e8056a9cb687/docs/dev/operators.md#what-is-the-order-that-resources-get-createdupdated-in
[2]: https://github.com/openshift/cluster-version-operator/blob/71aef74480d199fe96a590f2f1e4e8056a9cb687/pkg/payload/task_graph.go#L21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants