From d848806e8d7def67762b7b14d7be18b28fdd2277 Mon Sep 17 00:00:00 2001 From: Yaguang Tang Date: Mon, 28 Dec 2015 15:37:57 +0800 Subject: [PATCH] Update CentOS 7 update and security packages repo url Start from Fuel 8.0, we are using CentOS 7 instead of CentOS 6 for host OS, update repo url for this change. Change-Id: I00e7c6fcc0e984f0a70ee3d6f592a996277e0c54 Closes-Bug: #1529564 --- nailgun/nailgun/fixtures/openstack.yaml | 4 ++-- nailgun/nailgun/test/integration/test_attributes.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml index e67683c19e..8da3610ce7 100644 --- a/nailgun/nailgun/fixtures/openstack.yaml +++ b/nailgun/nailgun/fixtures/openstack.yaml @@ -1939,11 +1939,11 @@ priority: null - type: "rpm" name: "mos-updates" - uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos{cluster.release.environment_version}-centos6/updates/x86_64" + uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos{cluster.release.environment_version}-centos7-fuel/updates/x86_64" priority: null - type: "rpm" name: "mos-security" - uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos{cluster.release.environment_version}-centos6/security/x86_64" + uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos{cluster.release.environment_version}-centos7-fuel/security/x86_64" priority: null - type: "rpm" name: "Auxiliary" diff --git a/nailgun/nailgun/test/integration/test_attributes.py b/nailgun/nailgun/test/integration/test_attributes.py index 1a3004655f..cbd38ba4f8 100644 --- a/nailgun/nailgun/test/integration/test_attributes.py +++ b/nailgun/nailgun/test/integration/test_attributes.py @@ -464,14 +464,14 @@ class TestAlwaysEditable(BaseIntegrationTest): 'type': 'rpm', 'name': 'mos-updates', 'uri': 'http://mirror.fuel-infra.org/mos-repos/centos/' - 'mos8.0-centos6/updates/x86_64', + 'mos8.0-centos7-fuel/updates/x86_64', 'priority': None, }, { 'type': 'rpm', 'name': 'mos-security', 'uri': 'http://mirror.fuel-infra.org/mos-repos/centos/' - 'mos8.0-centos6/security/x86_64', + 'mos8.0-centos7-fuel/security/x86_64', 'priority': None, }, {