Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Jaeger 7b1764a7e6 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: I4454f1ae7c781689e5c43b6c2635f41723d9890d
2019-12-18 09:43:11 +01:00
mzhnichkov 599d801eb0 Added ability to update PXE DHCP parameters after deploy
It's possible to change PXE settings on post deploy stage, but, in fact,
dnsmasq configuration will not be changed. This patch introduce puppet
call to get these changes applied.

Function puppetApply was refactored to return Bool value,
previously it has returned None or False.

Change-Id: I3fc7097035f492ad24483205cedc0d2c773af24b
Closes-Bug: #1500667
Depends-On: I9200c90747dba1e5c5b4e5457e423cb4c3ff3062
2016-06-01 15:49:56 +03:00
Sergey Kulanov bb8c7c926b Bump version to 10.0
Change-Id: I3e12d8c691dd6b5292f8bafd6169ed134532fc80
Related-bug: #1558589
2016-03-27 20:30:52 +00:00
Fedor Zhadaev 8fe1220566 Remove direct copying default settings.yaml to astute.yaml
The astute.yaml should be generated from settings.yaml
  using fuelmenu. Without this change astute.yaml contains
  incorrect values if fuelmenu fails.

Change-Id: I5c0885c8991bc41cce5396e3c587f466ef0d3f92
Related-Bug: #1534517
2016-01-29 11:56:42 +00:00
Jenkins 2a8899bace Merge "Revert "Remove direct copying default settings.yaml to astute.yaml"" 2016-01-29 10:27:32 +00:00
Igor Kalnitsky 45d50ab81b Revert "Remove direct copying default settings.yaml to astute.yaml"
This reverts commit 2a72d9e3b0.

Change-Id: I7109f53b54835a8a536a6658ea9241b55776fbc0
2016-01-29 10:22:06 +00:00
Jenkins bf7baeb2be Merge "Remove direct copying default settings.yaml to astute.yaml" 2016-01-28 16:51:11 +00:00
Fedor Zhadaev 2a72d9e3b0 Remove direct copying default settings.yaml to astute.yaml
The astute.yaml should be generated from settings.yaml
  using fuelmenu. Without this change astute.yaml contains
  incorrect values if fuelmenu fails.

Change-Id: I73ed3c9b871e3dcc462bd968db7a234cab9e5458
Related-Bug: #1534517
2016-01-26 17:57:53 +03:00
Fedor Zhadaev 9ac2f0cf3d Use requests module for checking urls
Change-Id: Ia88155026f9f9889cee0bed4b4bbf46323d9cd1d
Closes-Bug: #1536505
2016-01-26 11:07:47 +00:00
Sergey Kulanov 4afe5cbda8 Bump version to 9.0
Change-Id: I5268a164c2348dffbcc44d21a40b265812f5efac
2015-12-18 15:59:03 +02:00
Vladimir Kozhukalov 2e525582bb Remove version.yaml related lines from bootstrapimg module
It is a part of version.yaml deprecation plan.

Change-Id: I07e740ce7f7f3c6a4fce11417bac58312cf65fb7
2015-11-10 14:37:31 +03:00
Vladimir Kozhukalov 153c91e884 Rename nailgun-net-check dependency
The package nailgun-net-check was renamed
into network-checker, so we need it to be
renamed here.

Change-Id: I21b83b2ff5aad073c30a02d5959e31fa67d3c766
Related-Bug: #1506896
2015-10-29 16:09:13 +03:00
Vladimir Kozhukalov 4000f153d9 Requires python-ordereddict only if Centos6
OrderedDict class is a part of collections module since at least
python2.7 which is default python version for Centos 7.
For making it possible to use this code both on python26
and on python27 we wrap ordereddict imports into try/except.

Change-Id: I877506a8f039e86480c287e03387b9a3689d870e
Closes-Bug: #1509464
2015-10-27 16:08:43 +03:00
Vladimir Kozhukalov 03971babed Fix rpm spec
Some line in the spec were literally copyied from
fuel-web/specs/fuel-nailgun.spec when moved fuel-menu
to the separate repository.

Change-Id: I86ab286ecfbc44d1b7991200440d06c8d2b60573
Related-Bug: #1506885
2015-10-22 13:57:22 +03:00
Vladimir Kozhukalov 16937be6b4 [fuelmenu] Create separate rpm spec
We are going to move fuelmenu directory into a separate repository.
This patch creates rpm spec in fuelmenu directory.

Related-Bug: #1506885
Change-Id: Ieeb1b75d706ba77168bc54ea1b3c0defbab6b5eb
2015-10-16 17:18:03 +03:00