Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger 32ca1f64ab 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: I274ce8f03b58ad770221219c197336055e263d38
2019-12-18 09:42:48 +01:00
Georgy Kibardin 6bad843b48 Add Timmy to the master node
Change-Id: If6dd02eff29368b7fca3d204d2dddf1a079a9198
Implements: blueprint shotgun-retirement
2016-08-25 17:36:29 +03:00
Vladimir Kozhukalov 629ca1f785 Remove fuel-mirror package
Since now Packetary is a recommended tool to build/clone
rpm/deb repositories and Fuel client is to be used
to modify default repository settings.

Change-Id: Ifd4ee718e70ff7dc8b4724c2a00f2aaeb3813b7f
2016-06-27 16:23:28 +03:00
Sergey Kulanov edbff9a9a9 Get rid of fuel-provisioning-scripts package
In Fuel 7.0 we dropped classical provisioning mode,
fully switching to IBP. fuel-provisioning-scripts was removed in
patch [1]. https://review.openstack.org/#/c/294087/

Change-Id: Ie5b532ce18e6f2458e7e7dc425a03a3b5ffcb536
Partial-bug: #1549346
2016-05-05 14:08:34 +03:00
Vladimir Kozhukalov acc46cd3d0 Install send2syslog package instead of copying file
Change-Id: Ia2e56584499260d01186526c5f452c6c9697ab90
Closes-Bug: #1549817
2016-02-25 17:22:00 +03:00
Vladimir Kozhukalov c23c6c7a46 Remove Docker related code
We got rid of using docker containers
on the master node. Now we deploy all
Fuel service directly on the host.

Implements blueprint: get-rid-docker-containers

Change-Id: Ie636d33d091a95fb0ff8fbd71e49cbccf1cb34fa
2016-02-10 19:35:40 +03:00
Sergey Kulanov 773bedcdd1 Remove CentOS bootstrap image
Related-bug: #1536658
Implements: blueprint remove-centos-bootstrap-from-fuel

Change-Id: If9becaa06d0fd382d191dd5cbb3bb19697d8c544
2016-02-10 15:07:12 +02:00
Sergey Kulanov 024d63b6ae Add fuel-umm package to requirements
Change-Id: Iabddd3db9cfcf026c678b7537f4b9f930e9a0dd3
Related-bug: #1508274
2015-12-18 10:26:08 +00:00
Sergey Kulanov b34032b520 Update fuel packages list
* Align packages list with CentOS 7
* Update packages regarding fuel-craetemirror deprecation
* Add late artifacts

Related-bug: #1460480

Change-Id: I3956be2b24309864e308069865b461f0df1708e1
2015-12-11 11:00:06 +00:00
bgaifullin d1cda9fa50 fuel-createmirror is replaced by fuel-mirror
fuel-package-updates is also replaced by fuel-mirror

Depends-On: #I296a5f356ca805deda28ea984df15c0b63b43a80
Closes-Bug: #1487077
Implements: blueprint refactor-local-mirror-scripts
Doc-Impact

Change-Id: I72e9ced2c20c615e841ec73b9c7e7bca022918cf
2015-12-02 08:46:20 +00:00
alexz 312406cfd2 Add fuel-bootstrap-cli.rpm package into iso
Implements: blueprint bootstrap-images-support-in-cli
Change-Id: I4cf76c544d24567e0a4b8657e60eece0e8561593
2015-11-27 16:28:39 +02:00
Sergey Kulanov 6e1f632f83 Fix BUILD_PACKAGES flag
Build iso with BUILD_PACKAGES=0:

* Late packages:
  - fuel-bootstrap-image,
  - fuel-docker-images,
  should be always built in spite of  BUILD_PACKAGES flag,
  since they depend on the first level artifacts (packages)
  and are not updated in the mirrors yet;

* Build fuel-bootstrap-image-builder package for astute container

* Update requirements-*.txt file by adding all fuel packages only in case
  BUILD_PACKAGES=0

* Update docker-images spec to support fakeroot rpmbuild approach

Related-bug: #1460480

Change-Id: I00ea15c9df9277d48a294f8379d87352c017becb
2015-11-16 16:28:09 +02:00