From 4b0e51aad0707b6ae220924ed7f214fed51256cb Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 3 Jan 2019 16:20:38 +0000 Subject: [PATCH] Switch ovb_repo_version to the new branch stable/1.0 This will allow ovb to develop the new dev-2.0 version as master and continue supporting the stable. Once master is no longer use by CI jobs, we can finally migrate the repository via https://review.openstack.org/#/c/620613/ This setup matches the branch naming pattern used by other openstack projects. Change-Id: I8e9199d59d512202842e8fa11d258c1f97549325 Story: https://tree.taiga.io/project/tripleo-ci-board/task/527 --- roles/ovb-manage-stack/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ovb-manage-stack/defaults/main.yml b/roles/ovb-manage-stack/defaults/main.yml index c8694b38c..c34ee5bd3 100644 --- a/roles/ovb-manage-stack/defaults/main.yml +++ b/roles/ovb-manage-stack/defaults/main.yml @@ -1,6 +1,6 @@ --- release: master -ovb_repo_version: a3786bca1604d6048562af80eca3bcad119e5065 +ovb_repo_version: stable/1.0 tmp: idnum: "{{ 100000 |random }}"