mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
* Update tests for newer version of openshift (#254)
* Update tests for newer version of openshift
More recent versions of ocp no longer automatically create tokens for
service accounts. This updates the tests to manually create the tokens.
* Update nginx template version
The old image was EOL and the deployment was failing to deploy.
* Fix nginx version for all tasks
* Add missing var
* Remove openshift inventory plugin (#252)
* Remove openshift inventory plugin
This removes the openshift inventory plugin which has been deprecated
since version 3.0.0. The tests have been updated to retain coverage of
the connection plugin, which is still supported.
* Update version in Makefile
* CI fixes
* Update version info in build scripts
* Set ansible remote directory
The security policy on the pod is preventing ansible from writing to /.
Set it to /tmp which should be writable.
* Bump the ansible-lint version to 25.1.2 (#255)
* Bump the ansible-lint version to 25.1.2
* Update changelogs/fragments/ansible-lint-update.yml
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
---------
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* Add ansible-lint to tox linters (#258)
* Add ansible-lint to tox linters
* Bump black
* Black formatting
* fix linting
* prepare release 4.0.2 (#262) (#263)
(cherry picked from commit 55ccaf3394)
* Update k8s dependency upper bounds (#257)
---------
Co-authored-by: Mike Graves <mgraves@redhat.com>
Co-authored-by: GomathiselviS <gomathiselvi@gmail.com>
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
Co-authored-by: Bianca Henderson <beeankha@gmail.com>
38 lines
798 B
YAML
38 lines
798 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
requirements-file: requirements.yml
|
|
driver:
|
|
name: default
|
|
platforms:
|
|
- name: cluster
|
|
groups:
|
|
- k8s
|
|
provisioner:
|
|
name: ansible
|
|
log: true
|
|
options:
|
|
vvv: True
|
|
inventory:
|
|
host_vars:
|
|
localhost:
|
|
virtualenv: ${MOLECULE_EPHEMERAL_DIRECTORY}/virtualenv
|
|
virtualenv_command: '{{ ansible_playbook_python }} -m virtualenv'
|
|
virtualenv_interpreter: '{{ virtualenv }}/bin/python'
|
|
playbook_namespace: molecule-tests
|
|
env:
|
|
ANSIBLE_FORCE_COLOR: 'true'
|
|
ANSIBLE_COLLECTIONS_PATHS: ${OVERRIDE_COLLECTION_PATH:-$MOLECULE_PROJECT_DIRECTORY}
|
|
verifier:
|
|
name: ansible
|
|
scenario:
|
|
name: default
|
|
test_sequence:
|
|
- dependency
|
|
- syntax
|
|
- prepare
|
|
- converge
|
|
- idempotence
|
|
- verify
|