Skip to content

Commit 244ae86

Browse files
geerlingguyfabianvf
authored andcommitted
Issue #1910: Add status to Ansible proposal docs with relevant docs links. (#1920)
1 parent 05a106a commit 244ae86

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

doc/proposals/ansible-operator-status.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Ansible Operator Status Proposal
22

3-
4-
## Current status
5-
The operator can currently surface basic information from the Ansible code in a generic fashion - it can set the conditions and it can surface a failure message if the run failed.
3+
> Status: **completed**
4+
>
5+
> The operator can surface basic information from the Ansible code in a generic fashion - it can set the conditions and it can surface a failure message if the run failed. See documentation in the Developer Guide: [Custom Resource Status Management](../ansible/dev/developer_guide.md#custom-resource-status-management).
66
77
## Problem
88

doc/proposals/ansible-operator-testing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Ansible Operator Testing
22

3+
> Status: **completed**
4+
>
5+
> Ansible-based operators can be tested with Molecule. Please see the testing documentation: [Testing Ansible Operators with Molecule](../ansible/dev/testing_guide.md).
6+
37
## Background
48
All operators should fit into the e2e testing framework used by operator-sdk, including Ansible Operator.
59

doc/proposals/ansible-operator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Ansible Operator Proposal
22

3+
> Status: **completed**
4+
>
5+
> This proposal has been completed, please see the [Ansible User Guide for Operator SDK](../ansible/user-guide.md) for current documentation.
6+
37
### Background
48

59
Not everyone is a golang developer, and therefore gaining adoption for the operator-sdk is capped by the number of golang developers. Also, tooling for Kubernetes in other languages is lacking support for things such as informers, caches, and listers.

0 commit comments

Comments
 (0)