openstack-operator/playbooks/functional/run.yaml

11 lines
289 B
YAML

- hosts: all
roles:
- role: helm-template
vars:
helm_release_name: openstack-operator
helm_chart: ./chart
tasks:
# TODO(mnaser): Generate all manifests and ensure git is not dirty
- include_tasks: tests/memcached.yaml
- import_playbook: devstack.yaml