Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 06af89f5bd 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: Id36b11db5ae374cbf66606ad402a8ffe99fc7daa
2019-12-18 09:37:20 +01:00
Bartłomiej Piotrowski fe9dcb9fde Allow fuel-setup-network to configure repositories
This means it is fuel-setup-network no more and has been renamed to
more general fuel-setup. For the same reason MasterNode became
a top-level class that is expanded by particular commands with
required methods. Script requires now '-n' argument that specifies
environment name.

- 'network' works as old fuel-setup-network did.
- 'repos' expects MOS_REPOS and UBUNTU_LATEST environment variables
  to be set in the same way fuel-qa does it
- because user might want to run both of them, running verify_network
  has been split into its own command

The 'version' property of MasterNode requires requests library. All
other dependencies has been bumped to latest releases.

Change-Id: I9d0f5ba0a17b5821f8fb86b6a089c7d8adf802e1
2016-02-10 15:06:05 +01:00
Maciej Kwiek f3cfe04516 Add .py extension to fuel-setup-networks
It allows flake8 to check this file.

Change-Id: I15165d4db02dbbf839f1aec66d426ba2805d60fc
Partial-bug: #1522808
2015-12-04 13:34:52 +01:00
Jenkins de2104dd6b Merge "setup-network: Raise exception if there is no env" 2015-12-04 12:05:20 +00:00
Bartłomiej Piotrowski 891e5352c5 Fix comparison operator in requirements.txt
Also fix the name of ipaddress module for Python 2.

Change-Id: Ida0afc21519117c6144d05e0540dc2fd8b652d50
Closes-Bug: 1522803
2015-12-04 12:44:30 +01:00
Bartłomiej Piotrowski 7f4a2c0f94 setup-network: Raise exception if there is no env
Additionally do not import unused sys module.

Change-Id: I8157a4cd1c693eff31739b9f0402ee36da33337a
Closes-Bug: 1522742
2015-12-04 12:43:15 +01:00
Bartłomiej Piotrowski 77ce986dba Add fuel-setup-network to contrib directory
fuel-setup-network is a simple script that makes setting up networking
on master node deployed via fuel-devops easier.

It takes environment name as mandatory argument and allows to specify
environment id with -i (or --id).

Change-Id: I50fc4bb9f55baad8fc1e5606ec968ed207fb340a
2015-11-25 10:44:32 +01:00