mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-13 04:10:55 +00:00
Remove molecule dependencies
SUMMARY
Depends-on: ansible-collections/cloud.common#92
Molecule is overwriting the cloud.common dependency installed by zuul,
which is causing issues with the CI job for turbo mode. We still need to
find a way to test against the latest released version of cloud.common.
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: None <None>
(cherry picked from commit ff43353de6)
36 lines
687 B
YAML
36 lines
687 B
YAML
---
|
|
driver:
|
|
name: delegated
|
|
options:
|
|
managed: false
|
|
login_cmd_template: 'docker exec -ti {instance} bash'
|
|
ansible_connection_options:
|
|
ansible_connection: docker
|
|
platforms:
|
|
- name: instance-kind
|
|
provisioner:
|
|
name: ansible
|
|
log: true
|
|
config_options:
|
|
inventory:
|
|
enable_plugins: kubernetes.core.k8s,yaml
|
|
lint: {}
|
|
inventory:
|
|
hosts:
|
|
plugin: kubernetes.core.k8s
|
|
host_vars:
|
|
localhost:
|
|
ansible_python_interpreter: '{{ ansible_playbook_python }}'
|
|
env:
|
|
ANSIBLE_FORCE_COLOR: 'true'
|
|
options:
|
|
vvv: True
|
|
scenario:
|
|
name: default
|
|
test_sequence:
|
|
- dependency
|
|
- syntax
|
|
- prepare
|
|
- converge
|
|
- verify
|