aac03ceffc
Provide the option to verify the SSL certificate when accessing an external server from Tacker. Several parameters have been added to config to allow verification of SSL certificates when accessing external NFVO servers, heat servers, and notification endpoints from Tacker. Implements: blueprint enhance-http-client Change-Id: I55b2b53cfe0dc794040d0e46ac13a20524b1d9f0
24 lines
731 B
YAML
24 lines
731 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-db-cli-installed
|
|
- setup-k8s-nodes
|
|
- orchestrate-devstack
|
|
- modify-heat-policy
|
|
- setup-k8s-oidc
|
|
- setup-default-vim
|
|
- setup-helm
|
|
- role: setup-fake-prometheus-server
|
|
when: prometheus_setup is defined and prometheus_setup | bool
|
|
- role: setup-multi-tenant-vim
|
|
when: setup_multi_tenant is defined and setup_multi_tenant | bool
|
|
- role: setup-multi-az
|
|
when: setup_multi_az is defined and setup_multi_az | bool
|
|
- role: setup-fake-https-server
|
|
when: https_setup is defined and https_setup | bool
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- ensure-tox
|
|
- ensure-java
|
|
- show-net-setup
|