Browse code

Remove hack for ubuntu cloud archive

There is a hack here to set up ubuntu cloud archive, pinning it to
mirror.dfw.rax.openstack.org. The mirror-info role seems to be doing
this correctly now though, so let's remove the hack and let things work
normally.

Change-Id: I283cb3452245b64e9492806f06404b484f21c358

Monty Taylor authored on 2018/01/19 08:41:04
Showing 1 changed files
... ...
@@ -18,15 +18,3 @@
18 18
     - setup-devstack-cache
19 19
     - start-fresh-logging
20 20
     - write-devstack-local-conf
21
-  # TODO(jeblair): remove when configure-mirrors is fixed
22
-  tasks:
23
-    - name: Hack mirror_info
24
-      shell:
25
-        _raw_params: |
26
-          mkdir /etc/ci
27
-          cat << "EOF" > /etc/ci/mirror_info.sh
28
-          export NODEPOOL_UCA_MIRROR=http://mirror.dfw.rax.openstack.org/ubuntu-cloud-archive
29
-          EOF
30
-      args:
31
-        executable: /bin/bash
32
-      become: true