diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-02-28 07:38:05 -0800 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-03-01 08:01:23 -0800 |
commit | f0edf98fb3aeec720c18636a600f91f5031e9f88 (patch) | |
tree | 2d086c36607953cdd9a68b9ef8c09eec62d56434 /ansible/prepare_env.yml | |
parent | 6289ae851034b987bf5b69a4e38a5027d358e9d8 (diff) |
remove releng from Dockerfile and elsewhere
Current CI does openrc fetching before starting
the Docker container and then passes openrc
via Docker mount
JIRA: YARDSTICK-691
Change-Id: Id0649130f48db5a5586149b237c5252b953e57be
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'ansible/prepare_env.yml')
-rw-r--r-- | ansible/prepare_env.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ansible/prepare_env.yml b/ansible/prepare_env.yml index a1299c38e..321521334 100644 --- a/ansible/prepare_env.yml +++ b/ansible/prepare_env.yml @@ -28,10 +28,6 @@ - fail: msg="{{ INSTALLER_TYPE }} not in {{ INSTALLERS }}" when: not openrc_present and (INSTALLER_TYPE not in INSTALLERS) - - name: fetch OS credentials - command: "{{ RELENG_REPO_DIR }}/utils/fetch_os_creds.sh {{ '-v' if DEPLOY_TYPE == 'virt' else '' }} -d {{ OPENRC }} -i {{ INSTALLER_TYPE }} -a {{ INSTALLER_IP }}" - when: not openrc_present - roles: - role: convert_openrc |