Remove leftover UCA variables

Previously the repo_build role implemented its own tasks for
setting up the UCA repository. It was later shifted to the
pip_install role and for Queens it's in the openstack_hosts
role.

In Queens these variables are no longer used. In Pike and
before these variables interfere with the values set out in
the pip_install role which are the canonical values.

As such, we remove them from the role and this patch will
need to be ported back.

Change-Id: If499287a5d346bb7c5d0775c21f55a1f73d6db89
(cherry picked from commit 1948d899a5)
This commit is contained in:
Marc Gariepy 2018-02-07 09:08:06 -05:00 committed by Jesse Pretorius (odyssey4me)
parent f49ffa9d44
commit 8608b4b046
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@
## APT Cache options
cache_timeout: 600
# Ubuntu Cloud Archive variables
uca_openstack_release: ocata
uca_repo_dist: "{{ ansible_lsb.codename }}-updates/{{ uca_openstack_release }}"
uca_repo: "deb {{ uca_apt_repo_url }} {{ uca_repo_dist }} main"
repo_build_distro_packages:
- build-essential
- cmake