From: Jackie Huang Date: Tue, 28 Apr 2020 11:38:01 +0000 (+0800) Subject: openstack-ras: change the source repo from starlingx X-Git-Tag: bronze-rc0~58 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5bbda814fefa04e938a21a4a22c1e84da38cdc41;p=pti%2Frtp.git openstack-ras: change the source repo from starlingx change the source repo from starlingx to align with stx 3.0 Issue-ID: INF-52 Signed-off-by: Jackie Huang Change-Id: I981a2752a522101bd14964aa0ff3f8a8cfb18b17 --- diff --git a/meta-stx/recipes-core/stx-upstream/openstack-ras_git.bb b/meta-stx/recipes-core/stx-upstream/openstack-ras_git.bb index 94c49e3..03d840c 100644 --- a/meta-stx/recipes-core/stx-upstream/openstack-ras_git.bb +++ b/meta-stx/recipes-core/stx-upstream/openstack-ras_git.bb @@ -17,16 +17,15 @@ DESCRIPTION = "Pacemaker High Availability resource agents for OpenStack" SUMMARY = "Openstack Resource Agents from Madkiss" PROTOCOL = "https" -BRANCH = "stable-grizzly" -SRCNAME = "openstack-resource-agents" -SRCREV = "6db39a959438326ef16ae671f02ebbce22309e21" +BRANCH = "master" +SRCREV = "cc6f677570b4f0e7ba44a91d5dff33164b8b76bc" S = "${WORKDIR}/git" PV = "1.0.0" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://github.com/madkiss/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" +SRC_URI = "git://github.com/starlingx-staging/stx-openstack-ras.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" do_configure() { :