diff options
author | Manuel Buil <mbuil@suse.com> | 2018-05-02 09:04:48 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-05-10 22:20:23 +0200 |
commit | 2947e5a54c525f0205e341aa8340869322dd4ae8 (patch) | |
tree | a795f299dc50b870782ac2b27f9bed17b3c7d22b /xci | |
parent | d736028bd362959f219265b220f773fd76e46315 (diff) |
New SHA for ODL
We need a patch in the ODL role to be able to deploy a stable ODL.
Before this patch, it is not possible to deploy with a stable
version of ODL and we are always deploying with the tip of the branch.
However, it is useful to deploy with a version which we know for sure
that it is working.
deploy-scenario:os-odl-sfc
installer-type:osa
Change-Id: I539a5afa41598f54c3eeb2f1096022c73aa942b9
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/installer/osa/files/ansible-role-requirements.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/installer/osa/files/ansible-role-requirements.yml b/xci/installer/osa/files/ansible-role-requirements.yml index 21f6840b..f631c839 100644 --- a/xci/installer/osa/files/ansible-role-requirements.yml +++ b/xci/installer/osa/files/ansible-role-requirements.yml @@ -200,7 +200,7 @@ - name: opendaylight scm: git src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight - version: 1f0f943499dcdd28a1b6971992c46bb4513ce8fb + version: 9d5951c39da7722c71632a10ec53e7ab93b8ac9b - name: haproxy_endpoints scm: git src: https://github.com/logan2211/ansible-haproxy-endpoints |