Skip to content

Commit 4aa25d9

Browse files
committed
Example nxos appliance job
Signed-off-by: Paul Belanger <[email protected]>
1 parent 74a4df2 commit 4aa25d9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.zuul.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
- job:
2+
name: sandbox-nxos-test
3+
run: playbooks/sandbox-nxos-test/run.yaml
4+
nodeset:
5+
nodes:
6+
- name: fedora-latest
7+
label: dib-fedora-29-minimal
8+
- name: applicance
9+
label: ansible-network-nxos
10+
111
- project:
212
templates:
313
- build-tox-docs
14+
check:
15+
jobs:
16+
- sandbox-nxos-test
417
post:
518
jobs:
619
- tox-docs

playbooks/sandbox-nxos-test/run.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- hosts: fedora-latest
2+
tasks:
3+
- name: hello
4+
shell: echo world

0 commit comments

Comments
 (0)