Merge "Skip repo verification for distro install"
This commit is contained in:
commit
9f5b23a2e4
@ -91,13 +91,15 @@
|
||||
- 3
|
||||
- 100%
|
||||
tasks:
|
||||
- name: Run check only for source method
|
||||
when:
|
||||
- install_method == 'source'
|
||||
block:
|
||||
- name: Setup installation variables
|
||||
include_role:
|
||||
name: openstack.osa.install_defaults
|
||||
defaults_from: "{{ install_method }}"
|
||||
public: true
|
||||
vars:
|
||||
install_method: 'source'
|
||||
|
||||
# Repo release path points to the internal LB vip
|
||||
- name: Check the presence of upper constraints on your repos and check load balancing
|
||||
|
Loading…
Reference in New Issue
Block a user