File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
inventory/group_vars/overcloud Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
# tries to use a local pulp repo on the seed VM
4
4
# before the seed vm has been provisioned
5
5
dnf_custom_repos: "{{ stackhpc_dnf_repos }}"
6
+
7
+ enable_docker_repo: false
Original file line number Diff line number Diff line change 1
1
# yamllint disable-file
2
2
---
3
3
4
- # To work around issue of trying to install docker from
5
- # empty pulp server, use upstream docker dnf repo on
6
- # non-overcloud hosts
7
- enable_docker_repo : " {% raw %}{{ 'overcloud' not in group_names or ansible_facts.os_family == 'Debian' }}{% endraw %}"
8
-
9
4
# kolla_base_distro must be set here to be resolvable on a per-host basis
10
5
# This is necessary for os migrations where mixed clouds might be deployed
11
6
kolla_base_distro : " {% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments