Skip to content

Commit

Permalink
update DEVELOPING and IMPLEMENTATION docs with new ossmc info (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Oct 24, 2023
1 parent e016058 commit 7657327
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 33 deletions.
6 changes: 4 additions & 2 deletions DEVELOPING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,12 @@ NOTE: If you have never run the Molecule tests before, the Molecule container im

- [ ] Add the new role directory by copying the link:./roles[default] role and naming the new role with the form `vX.Y`.
- [ ] Add the new RELATED_IMAGE reference for the version being added to the link:./manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml/[the CSV]
- [ ] Add the new version to link:./playbooks/default-supported-images.yml[default-supported-images.yml]
- [ ] Add the new version to link:./playbooks/kiali-default-supported-images.yml[kiali-default-supported-images.yml]
- [ ] Add the new version to link:./playbooks/ossmconsole-default-supported-images.yml[ossmconsole-default-supported-images.yml]
### Are You Removing Support For an Old Ansible Role Version?

- [ ] Delete the role directory (link:./roles/[one of these])
- [ ] Remove the RELATED_IMAGE reference for the version being removed from link:./manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml/[the CSV]
- [ ] Remove the version from link:./playbooks/default-supported-images.yml[default-supported-images.yml]
- [ ] Remove the version from link:./playbooks/kiali-default-supported-images.yml[kiali-default-supported-images.yml]
- [ ] Remove the version from link:./playbooks/ossmconsole-default-supported-images.yml[ossmconsole-default-supported-images.yml]
Loading

0 comments on commit 7657327

Please sign in to comment.