-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c39890
commit 4118201
Showing
2 changed files
with
18 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
# Placeholder to pass CI and allow bundle generation | ||
apiVersion: core/v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: awx-mesh-ingress | ||
namespace: awx | ||
data: | ||
TODO: "Implement AWXMeshIngress Sample" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
--- | ||
- name: Create the awx.ansible.com/v1alpha1.AWXMeshIngress | ||
k8s: | ||
state: present | ||
namespace: '{{ namespace }}' | ||
definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}" | ||
wait: yes | ||
wait_timeout: 300 | ||
wait_condition: | ||
type: Successful | ||
status: "True" | ||
vars: | ||
cr_file: 'awx_v1alpha1_awxmeshingress.yaml' | ||
# TODO: Add tests for AWXMeshIngress | ||
# --- | ||
# - name: Create the awx.ansible.com/v1alpha1.AWXMeshIngress | ||
# k8s: | ||
# state: present | ||
# namespace: '{{ namespace }}' | ||
# definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}" | ||
# wait: yes | ||
# wait_timeout: 300 | ||
# wait_condition: | ||
# type: Successful | ||
# status: "True" | ||
# vars: | ||
# cr_file: 'awx_v1alpha1_awxmeshingress.yaml' | ||
|
||
- name: Add assertions here | ||
assert: | ||
that: false | ||
fail_msg: FIXME Add real assertions for your operator | ||
# - name: Add assertions here | ||
# assert: | ||
# that: false | ||
# fail_msg: FIXME Add real assertions for your operator |