Skip to content

Commit

Permalink
Add missing part of the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matbu committed Apr 22, 2024
1 parent a0910b4 commit 4a0297f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@
- nova-cell1-compute-config
- nova-migration-ssh-key
playbook: osp.edpm.nova
{% if enable_tlse %}
tlsCert:
contents:
- dnsnames
- ips
networks:
- ctlplane
issuer: osp-rootca-issuer-internal
caCerts: combined-ca-bundle
{% endif %}
EOF
- name: Create OpenStackDataPlaneNodeSet

Check warning on line 169 in tests/roles/dataplane_adoption/tasks/main.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

jinja[spacing]

Jinja2 spacing could be improved: {{ shell_header }}
Expand All @@ -166,7 +176,7 @@
metadata:
name: openstack
spec:
tlsEnabled: false
tlsEnabled: {{ enable_tlse }}
networkAttachments:
- ctlplane
preProvisioned: true
Expand Down

0 comments on commit 4a0297f

Please sign in to comment.