diff --git a/.zuul.yaml b/.zuul.yaml index d4faf74..00ec235 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,19 @@ +- job: + name: sandbox-nxos-test + run: playbooks/sandbox-nxos-test/run.yaml + nodeset: + nodes: + - name: fedora-latest + label: dib-fedora-29-minimal + - name: applicance + label: ansible-network-nxos + - project: templates: - build-tox-docs + check: + jobs: + - sandbox-nxos-test post: jobs: - tox-docs diff --git a/playbooks/sandbox-nxos-test/run.yaml b/playbooks/sandbox-nxos-test/run.yaml new file mode 100644 index 0000000..02ef2e2 --- /dev/null +++ b/playbooks/sandbox-nxos-test/run.yaml @@ -0,0 +1,4 @@ +- hosts: fedora-latest + tasks: + - name: hello + shell: echo world