Skip to content

Commit

Permalink
document implementation details of the operator (#661)
Browse files Browse the repository at this point in the history
* Create IMPLEMENTATION.adoc

init

* Update DEVELOPING.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* Update IMPLEMENTATION.adoc

Co-authored-by: Jay Shaughnessy <[email protected]>

* explain versions

---------

Co-authored-by: Jay Shaughnessy <[email protected]>
  • Loading branch information
jmazzitelli and jshaughn authored Jun 20, 2023
1 parent e5a7af7 commit b12c2f8
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ NOTE: If you have never run the Molecule tests before, the Molecule container im
- [ ] Changes made to the link:./roles/default[`default`] Ansible role should be duplicated to the versioned Ansible role (e.g. link:./roles/v1.24[`v1.24`])
- [ ] Cherry-pick changes you made in the link:./roles/default[`default`] Ansible role and versioned Ansible roles (e.g. link:./roles/v1.24[`v1.24`]) to the appropriate git branch.
### Are You Adding Support For a New Ansible Role Version?

- [ ] 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]
### Are You Removing Support For an Old Ansible Role Version?

- [ ] Delete the role directory (link:./roles/[one of these])
Expand Down
Loading

0 comments on commit b12c2f8

Please sign in to comment.