innernet-playbook/.drone.yml
2022-07-19 12:00:23 +02:00

93 lines
1.8 KiB
YAML

---
kind: pipeline
type: docker
name: test LDAP connection
clone:
disable: true
node:
cont: test
steps:
- name: test LDAP connection from meitner
pull: if-not-exists
image: bitnami/openldap:2.4
environment:
LDAP_PW_FRED:
from_secret: ldap_pw_fred
commands:
- ldapwhoami -vvv -h 10.200.64.9 -p 389 -D uid=fred.bloggs,ou=fellowship,dc=fsfe,dc=org -x -w $LDAP_PW_FRED
---
kind: pipeline
type: docker
name: test from cont.test (meitner)
clone:
disable: true
node:
cont: test
steps:
- name: test innernet connections from meitner
pull: if-not-exists
image: nixery.dev/shell/fping
commands:
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.7 10.200.64.8 10.200.64.9 10.200.64.11
---
kind: pipeline
type: docker
name: test from cont1.noris
clone:
disable: true
node:
cont1: noris
steps:
- name: test innernet connections from cont1.noris
pull: if-not-exists
image: nixery.dev/shell/fping
commands:
- fping 10.200.64.1 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8 10.200.64.9 10.200.64.11
---
kind: pipeline
type: docker
name: test from cont2.noris
clone:
disable: true
node:
cont2: noris
steps:
- name: test innernet connections from cont2.noris
pull: if-not-exists
image: nixery.dev/shell/fping
commands:
- fping 10.200.64.1 10.200.64.2 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8 10.200.64.9 10.200.64.11
---
kind: pipeline
type: docker
name: test from cont1.plutex
clone:
disable: true
node:
cont1: plutex
steps:
- name: test innernet connections from cont1.plutex
pull: if-not-exists
image: nixery.dev/shell/fping
commands:
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8 10.200.64.9 10.200.64.11