Update UPPER_CONSTRAINTS_FILE for stable/luminous

The new stable upper-constraints file is only available
after the openstack/requirements repository is branched.
This will happen around the RC1 timeframe.

Recheck and merge this change once the requirements
repository has been branched.

The CI system will work with this patch before the requirements
repository is branched because zuul configues the job to run
with a local copy of the file and defaults to the master branch.
However, accepting the patch will break the test configuration
on developers' local systems, so please wait until after the
requirements repository is branched to merge the patch.

Change-Id: Iccee3d8d1807cbbdc3d2d2687cecacc00cd2343d
This commit is contained in:
OpenStack Release Bot 2018-06-28 20:45:24 +00:00 committed by Tobias Urdin
parent 3acb16d45b
commit 0759c273a6
3 changed files with 10 additions and 11 deletions

View File

@ -29,7 +29,7 @@ The ceph module is intended to leverage all [Ceph](http://ceph.com/) has to offe
Module Description
------------------
The ceph module deploys a [Ceph](http://ceph.com/) cluster ( MON, OSD ), the [Cephfs](http://docs.ceph.com/docs/master/cephfs/) file system and the [RadosGW](http://docs.ceph.com/docs/firefly/radosgw/) object store. It provides integration with various environments ( OpenStack ... ) and components to be used by third party puppet modules that depend on a Ceph cluster.
The ceph module deploys a [Ceph](http://ceph.com/) cluster ( MON, OSD, MGR ), the [Cephfs](http://docs.ceph.com/docs/master/cephfs/) file system and the [RadosGW](http://docs.ceph.com/docs/firefly/radosgw/) object store. It provides integration with various environments ( OpenStack ... ) and components to be used by third party puppet modules that depend on a Ceph cluster.
Setup
-----

View File

@ -64,21 +64,20 @@
"version_requirement": ">=1.0.0 <2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.12.0 <5.0.0"
},
{
"name": "duritong/sysctl",
"version_requirement": ">=0.0.1 <1.0.0"
"name": "openstack/keystone",
"version_requirement": ">=9.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=9.0.0"
},
{
"name": "openstack/keystone",
"version_requirement": ">=9.0.0"
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.12.0 <5.0.0"
},
{
"name": "duritong/sysctl",
"version_requirement": ">=0.0.1 <1.0.0"
}
]
}

View File

@ -4,7 +4,7 @@ skipsdist = True
envlist = releasenotes
[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
[testenv:releasenotes]
basepython = python3