Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Vladimir Khlyunev 92725b64bc Bump devops version to 3.0.5
This version contains fixes for ntp

Depends-on: I225be57f3790f36009bbb41d8e732bd9c210a893
Change-Id: I4b45eff2fd255752f621042ff20906b725661f03
2017-03-31 10:06:57 +00:00
Vladimir Khlyunev 18e34ff508 Bump required devops to 3.0.4
3.0.4 devops contains fix that unlocks usb installation of fuel

Change-Id: Ie8928182889f9c78a1d13d9a0b4dd3374d635a9c
2017-03-28 18:48:45 +04:00
Vladimir Khlyunev 96ab09c348 Bump devops requirement to 3.0.3
Finally we are ready to move to the future!

Change-Id: I6b996f95b1db745ceae14d85fe7662e06983f42c
2017-03-06 12:37:13 +00:00
Vladimir Khlyunev faab4aa067 Bump fuel-devops requirement to 2.9.24
2.9.24 contains bugfix for non-decodable non-ascii symbols.

Change-Id: I04f974b054cd217443351fe1c16c973fa6ad16bd
2017-02-21 12:33:27 +00:00
Alexey Stepanov c0875e4640 Move on fuel-devops 2.9.23
Custom tests PASS and changes is required for tests

Change-Id: I29c874a46a31d121430c32a0a9724f5fbb64efe9
2016-08-08 14:07:57 +00:00
Dennis Dmitriev 7e95a86d0f Bump fuel-devops source requirements to 2.9.21
- requirements-devops-source.txt bumped to 2.9.21 to update
  fuel-devops on CI
- requirements-devops.txt keep >=2.9.20 to let tests run on 2.9.20
  It is just for check the minimal requirements and can be updated
  later, when 2.9.21 will be installed on all CI nodes.

Change-Id: I0e20367079e07daca08eefdceb532fe008d7d7e8
2016-07-12 13:29:39 +03:00
Dennis Dmitriev 5a62e85194 Update packages from requirements.txt with 'system_tests.sh -N'
Default behaviour of the system_tests.sh is unchanged,
but with -N it will update requirements on each run (without
--upgrade).
If fuel-devops has incorrect version or not installed, then
script will fail with -N option (until fuel-devops is not packed
to PyPi repository).

- Removed dependency on fuel-devops located on github.
  This dependency splitted into two requirements:

  requirements-devops.txt : will be used with -N option to
      controll the installed fuel-devops version;

  requirements-devops-source.txt : will be used for tox tests
      and update python virtual environments on CI.

- Update system_tests.sh with two new options: -R and -N:
  REQUIREMENTS_DIR or -R : name of the dir where requirements.txt
  and constraints.txt are located (fuelweb_test by default)
  UPDATE_REQUIREMENTS or -N : 'yes' or 'no' (-N == 'yes').
  Perform update PyPi packages from requirements.txt.
  Default : 'no'

- remove unused variables and code that was used for build ISO

Change-Id: Ib9efd2136226fb43b506db390079f1b72a06069d
Related-Bug:#1575065
2016-07-11 14:36:10 +03:00