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'
|
||||
|
||||
env:
|
||||
- OPENSHIFT_VERSION=latest
|
||||
- OPENSHIFT_VERSION=v3.9
|
||||
- KUBERNETES_VERSION=latest
|
||||
- OPENSHIFT_VERSION=v3.9.0
|
||||
- KUBERNETES_VERSION=v1.9.0
|
||||
|
||||
script:
|
||||
|
@ -16,11 +14,12 @@ script:
|
|||
- export apb_name=APB_NAME
|
||||
|
||||
# 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
|
||||
|
||||
# Run tests.
|
||||
- ${PWD}/apb-test.sh
|
||||
|
||||
# Uncomment to allow travis to notify galaxy
|
||||
# notifications:
|
||||
# webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 1.0
|
||||
version: '1.0.0'
|
||||
name: {{ role_name }}
|
||||
description: {{ description }}
|
||||
bindable: False
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
apb_action: deprovision
|
||||
roles:
|
||||
- role: {{ role_name }}
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
apb_action: provision
|
||||
roles:
|
||||
- role: {{ role_name }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue