Skip to content

Commit c0f6021

Browse files
author
Shawn Hurley
authored
Adding ansible operator workflow to the README (#667)
**Description of the change:** Adding workflow for the ansible operator in the README. **Motivation for the change:** Making the workflow just as obvious as golang /cc @hasbro17
1 parent 24fd6c0 commit c0f6021

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,19 @@ The Operator SDK is a framework that uses the [controller-runtime][controller_ru
2525

2626
The SDK provides workflows to develop operators in Go or Ansible.
2727

28-
The following workflow is for a new Go operator:
28+
The following workflow is for a new **Go** operator:
2929
1. Create a new operator project using the SDK Command Line Interface(CLI)
3030
2. Define new resource APIs by adding Custom Resource Definitions(CRD)
3131
3. Define Controllers to watch and reconcile resources
3232
4. Write the reconciling logic for your Controller using the SDK and controller-runtime APIs
3333
5. Use the SDK CLI to build and generate the operator deployment manifests
3434

35+
The following workflow is for a new **Ansible** operator:
36+
1. Create a new operator project using the SDK Command Line Interface(CLI)
37+
2. Write the reconciling logic for your object using ansible playbooks and roles
38+
3. Use the SDK CLI to build and generate the operator deployment manifests
39+
4. Optionally add additional CRD's using the SDK CLI and repeat steps 2 and 3
40+
3541
## Prerequisites
3642

3743
- [dep][dep_tool] version v0.5.0+.

0 commit comments

Comments
 (0)