Commit Graph

26 Commits

Author SHA1 Message Date
Andreas Jaeger e61cc055ab 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: I10917e42829b459c41ca46514faa72fc46abf7be
2019-12-18 09:52:23 +01:00
Vladimir Kozhukalov 502d152f41 Add python-distributed package as nailgun dependency
Change-Id: I852ad5491b2225c8a211f7216d1a17b2b6c53487
Closes-Bug: #1676300
2017-03-27 08:17:12 +00:00
Alexander Tsamutali 66957aade3 Remove version cap for python-networkx-core
Change-Id: I5f379b81b803132f1d6a8b4add72c723c10b4a1d
Closes-Bug: #1623865
2016-09-15 20:47:46 +03:00
Alexander Tsamutali ac55be5c46 RPM package build requires python-devel
Change-Id: I8780468dc5cdb730269f3cdb7d12485053d8e113
2016-09-06 20:32:32 +03:00
Alexander Tsamutali 41327e9d78 Cleanup %files section in spec
Don't use --record during install, don't use -f in %files. Specify
nailgun files/directories explicitly.

Change-Id: Ib4adc96fdea1987de08f67ff934a7fa35258f4d1
Closes-Bug: #1614926
2016-08-24 21:56:05 +03:00
Igor Yozhikov 28daa6b57d Add python-uwsgidecorators as runtime dependency.
Change-Id: Iaeef75e70004865f9c7ff3dab33e5795c77d4ed8
Closes-Bug: #1572997
2016-05-13 16:17:14 +00:00
Vitaly Parakhin d9e1ac25c6 Remove downloading debian-installer components
In Fuel 7.0 we dropped classic provisioning mode,
fully switching to IBP. Remove pre-provision task
of downloading of debian-installer parts and related
script.

Related-Bug: #1549346
Depends-On: I36ff56c1e4a0437b33fc8e31da3df6f311607307
Change-Id: I1001225edd737a29edc263fee48715ba52f53af7
2016-04-18 10:18:20 +00:00
Sergey Kulanov be453a2c64 Bump version to 10.0
Change-Id: Ie2ed9798aa6fdfbdfcb4f7de6add6f46911878fd
Related-bug: #1558589
2016-04-01 11:28:16 +03:00
Igor Yozhikov e97bbacef4 Add user/group/folders creation
* nailgun user creation
 * additional directories creation at /etc and /var

Change-Id: I2216031b626b4065326f06ce9f4e0bd5b6c6742e
Closes-Bug: #1520513
2016-03-31 09:56:48 +03:00
Bulat Gaifullin 055359b58f Introduced YAQL helpers
Added syntax sugar to simplify YAQL expressins.

Change-Id: Ifb5ace0302dcf4e041d3962271faec669d494252
Implements: blueprint computable-task-fields-yaql
2016-03-24 19:39:26 +03:00
slava a2235e1d49 Remove compatibility fixes for python 2.6
As soon as CentOS7 gets merged we should remove
all compatibility fixes from fuel-web

Change-Id: I51d8f9f71fcef6efa3b1acfe3fdf358820af8de7
Closes-Bug: #1521592
2016-03-11 14:39:58 +00:00
Dmitry Burmistrov 4b03f7ff96 Remove UI stuff from rpm spec
Change-Id: I2c42b8905a6412a59d521157d3e7b4d7322be2ad
Implements: blueprint separate-fuel-ui-repo
2016-03-01 17:42:13 +00:00
Sergey Kulanov 5aacecefdc Bump version to 9.0
Related update for fuel-library version:
https://review.openstack.org/#/c/259431/

Change-Id: Icbbd04ecd1aef95c63a060735daf633c3c1340c3
2015-12-23 14:51:45 +03:00
Vladimir Kozhukalov fbd8538e3d Remove fuel_package_updates module
This functionality is going to be covered by packetary
https://github.com/openstack/fuel-mirror/tree/master/packetary
which implements low level logic for manipulating of
rpm/deb packages and repositories. Packetary can be used
both for creating partial and full mirrors of upstream and MOS
repos.

Change-Id: I8f4ccc71a27a486e6b0042eed6ce2ca8098deb48
DocImpact
Closes-Bug: #1517552
2015-12-07 17:34:33 +03:00
Ivan Suzdal 2daa7afc98 Systemd support for nailgun services
Add systemd service units for nailgun components.

Also fix rhel macros condition in RPM spec.

Blueprint: master-on-centos7

Compatible with CentOS6 master node

Change-Id: I4dc45774fba16037e0d4ccd077ca786a18f58ec2
2015-11-30 13:47:32 +00:00
Dmitry Teselkin 7d4a5e8e62 CentOS7 Compatibility
python2.7, which is default in CentOS7, provides
the following modules out of box:
* argparse
* orderecdict

There is no such packages on CentOS7 so we don't need to
declare them as requirements.

Blueprint: master-on-centos7

Compatible with CentOS6 master node

Change-Id: Ia1659a5c423698747929465f6f85074c5894bcf5
2015-11-30 13:38:09 +00:00
Jenkins 3565b8733a Merge "Deprecate version.yaml" 2015-11-17 19:35:09 +00:00
Sergey Kulanov 5122adec38 Add nodejs to BuildRequires section of fuel-nailgun package
Closes-bug: #1516960

Change-Id: Ib2dd908de6dbfe75e296111d47e0e5736317655f
2015-11-17 12:29:54 +02:00
Vladimir Kozhukalov 1a8801a870 Deprecate version.yaml
At the moment feature_groups are defined during
ISO build in version.yaml file. We need to avoid
using build time defined parameters because
we are moving to the package based delivery approach.

Depends-On: I05e841d4279bc61645cefb68f411a93b67e57189
Related-Bug: #1513737
Related-Bug: #1515517
Change-Id: I4f96fec73f991094bca65de5f1d1014662fbb2b4
2015-11-17 01:05:39 +03:00
Jenkins 5710dca0df Merge "nodejs for nailgun bundled together" 2015-11-06 16:33:33 +00:00
Artem Silenkov 12d63767f9 nodejs for nailgun bundled together
Change-Id: I65ced1fd29ed391eefebb85ffc658baae4c4fa92
2015-11-06 16:40:29 +03:00
Igor Kalnitsky 6bad1cb427 Drop openstack.common, use oslo.db instead
The libraries we use from oslo-incubator project has been evolved into
separate libraries long time ago. Let's drop incubator, and use oslo.*
projects instead. It reduces our tech-debt, and introduce possibility
to fit upstream criteria.

Change-Id: Ib0bffc1d3e7c46f1028e06cda9bc0900acc26ee4
Closes-Bug: #1511427
2015-11-03 16:11:08 +02:00
Vladimir Kozhukalov ff842dd813 Deprecate network_checker directory
Change-Id: I549f6c177a4e1fd459666410954accea9c30ae3c
Related-Bug: #1506896
2015-10-30 11:58:07 +03:00
Vladimir Kozhukalov 65b07097b2 Deprecate shotgun directory
Change-Id: Ib1260df78a45e9cc8bf6bdfd9627508ce50ae812
Related-Bug: #1506894
2015-10-27 13:09:34 +03:00
Vladimir Kozhukalov 3119b6f5bc Deprecate fuelmenu directory
Change-Id: Ia6affb462ada7b09e531e9cd096a2e109ac51a9a
Related-Bug: #1506885
2015-10-23 18:35:30 +03:00
Maksim Malchuk e07775a82b Rename package 'nailgun' into 'fuel-nailgun'
Change-Id: If273e46b528478f9f6bbf5c76bd394e0c040379d
Closes-Bug: #1439679
2015-09-23 13:23:43 +03:00