diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-04-11 16:38:52 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-04-20 15:09:36 -0300 |
commit | 895a55c23fb7ae202ed3d6b4660f5e37410b05f2 (patch) | |
tree | 98c288eb18331c320dc5744a3fd3953181e986ad /playbooks/common | |
parent | aed1986722797b9be72004046b79850e82d622e7 (diff) | |
download | openshift-895a55c23fb7ae202ed3d6b4660f5e37410b05f2.tar.gz openshift-895a55c23fb7ae202ed3d6b4660f5e37410b05f2.tar.bz2 openshift-895a55c23fb7ae202ed3d6b4660f5e37410b05f2.tar.xz openshift-895a55c23fb7ae202ed3d6b4660f5e37410b05f2.zip |
Fix legacy cli_docker_* vars not migrating.
No hosts were matching this renamed host group, so the oo_lookup module
was not being triggered to migrate these to their new openshift_docker
prefix.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 6f908fa7f..99b36098a 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -4,7 +4,7 @@ - include: validate_hostnames.yml - name: Set oo_options - hosts: oo_hosts_to_config + hosts: oo_all_hosts tasks: - set_fact: openshift_docker_additional_registries: "{{ lookup('oo_option', 'docker_additional_registries') }}" |