Update APB templates (#41559)
This commit is contained in:
parent
8357ae69e7
commit
00b397cfdb
4 changed files with 4 additions and 7 deletions
|
@ -6,9 +6,7 @@ python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- OPENSHIFT_VERSION=latest
|
- OPENSHIFT_VERSION=v3.9.0
|
||||||
- OPENSHIFT_VERSION=v3.9
|
|
||||||
- KUBERNETES_VERSION=latest
|
|
||||||
- KUBERNETES_VERSION=v1.9.0
|
- KUBERNETES_VERSION=v1.9.0
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -16,11 +14,12 @@ script:
|
||||||
- export apb_name=APB_NAME
|
- export apb_name=APB_NAME
|
||||||
|
|
||||||
# Download test shim.
|
# Download test shim.
|
||||||
- wget -O ${PWD}/apb-test.sh https://raw.githubusercontent.com/djzager/apb-test-shim/ansible-galaxy/apb-test.sh
|
- wget -O ${PWD}/apb-test.sh https://raw.githubusercontent.com/ansibleplaybookbundle/apb-test-shim/master/apb-test.sh
|
||||||
- chmod +x ${PWD}/apb-test.sh
|
- chmod +x ${PWD}/apb-test.sh
|
||||||
|
|
||||||
# Run tests.
|
# Run tests.
|
||||||
- ${PWD}/apb-test.sh
|
- ${PWD}/apb-test.sh
|
||||||
|
|
||||||
|
# Uncomment to allow travis to notify galaxy
|
||||||
# notifications:
|
# notifications:
|
||||||
# webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
# webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: 1.0
|
version: '1.0.0'
|
||||||
name: {{ role_name }}
|
name: {{ role_name }}
|
||||||
description: {{ description }}
|
description: {{ description }}
|
||||||
bindable: False
|
bindable: False
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
apb_action: deprovision
|
apb_action: deprovision
|
||||||
roles:
|
roles:
|
||||||
- role: {{ role_name }}
|
- role: {{ role_name }}
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
apb_action: provision
|
apb_action: provision
|
||||||
roles:
|
roles:
|
||||||
- role: {{ role_name }}
|
- role: {{ role_name }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue