Commit Graph

17 Commits

Author SHA1 Message Date
Andreas Jaeger 81eb842140 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

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/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: I5a23c6a1f8cd3b055b686e16714a8ff5ccf23d86
2019-12-18 19:48:13 +01:00
Huan Xie fea2e5d9a5 Use XCP as platform name in build supplementak packages
As we will support both XenServer and branded products at the same
time, so when building the supplemenatl packages, using the common
XCP as platform name is better, this fix to to use XCP

Change-Id: Ib8b79608c6cfdb85f3718c7daefaccc120a3e775
2017-03-13 23:49:13 -07:00
Huan Xie 84a5086e3d Support HYPERVISOR_NAME contains blank space
We changed our branding.inc not including speech marks "", e.g.
HYPERVISOR_NAME=XXX YYY, but will add the necessary "" in script
get_plugin_version.sh, however this made the building failed as
there is blank space in sed, e.g. s/@HYPERVISOR_NAME@/XXX YYY/g \,
this patch is to fix this problem

Change-Id: I3fad385f50e1c7c3c929e4f19658b92cd2b2c991
2017-03-05 18:18:26 -08:00
Huan Xie 2142efbe52 Support both Ely and Dundee in MOS9
Ely has changed the way of building supplemental package, this patch
is to support both Ely and Dundee with MOS9
1. Change build-xenserver-suppack.sh to build ely package
2. Change the source code to install correct supplemental package

Change-Id: Ieafb9f1c407b05c92bbf6769d35d8ccef06fc5f5
2017-02-27 21:40:31 -08:00
John Hua 0542a6a533 Rebrand suppack builder
Parameterize host product to make suppacks built to be across platform.

Change-Id: Idfff6c7416189ccc243e17e5437704ddcbe66017
2016-11-14 10:26:14 +08:00
Bob Ball 994a91ac8c Fix md5 sum and multiple rebuild bug
Change-Id: I4bf5cd49152ee4cdd7f9ba208505215457f6359f
2016-10-04 13:58:56 +01:00
Bob Ball 78a249ab82 Auto generate MD5 in test report
Change-Id: I07711ecfce5c2c4f53d3304f87d55748287e7787
2016-10-04 11:22:59 +01:00
Bob Ball 38696e7e51 Automatically generate MD5 sums
Change-Id: I9cf667aeb6e737a37119d369ba6945f8f2523844
2016-10-03 17:08:41 +01:00
Bob Ball 5090de8fc6 Update docs as requested by Mirantis
Change-Id: I5725fa1992d6562a5ffb89a6f0897e04e1240277
2016-10-03 16:50:08 +01:00
Huan Xie f319c058d2 Clean conntrak-tools.iso related files in make clean
Change-Id: I64b5a6939e8d9628a83664ab377f2d962a69549e
2016-09-09 07:29:05 +00:00
Jenkins 3057f7fc58 Merge "Add support of conntrack-tools in Dom0" 2016-09-08 10:30:23 +00:00
Huan Xie c78ebe6e8b Add support of conntrack-tools in Dom0
1. Only support conntrack-tools with XS7.0 and above
2. Install conntrack-tools
3. Start conntrackd service
4. Appply neutron-ovs-agent patch in compute node
5. Add make conntrack-tools.iso in Makefile

Change-Id: I6d4569b1325c290525c17a5c560d3862c1c3de15
2016-09-07 09:09:03 +00:00
John Hua 3f4b41c802 Check hotfixes for given platform
Hotfixes are platform specific, thus needed to be specified in branding.inc.

Change-Id: Ifb753c3cab3618471a8b642d42ecf9a815e3da28
2016-09-07 16:16:31 +08:00
Bob Ball b772bc52ef Refactor and fix pep8 failures.
Create a utils.py file, and move all common code there
Add flake8 checking to Makefile (requires "pip install flake8")
Fixed all flake8 failures (except XenAPI.py, which is excluded)

Change-Id: I5ca50930ffadcb021719f746b7750d7af9839844
2016-09-05 09:15:19 +01:00
John Hua c60e97f59d Build the ISO as part of the makefile
Change-Id: Id2be52de5c8b86af1ca76cb0e70cd0ed80bac3a2
2016-08-31 02:02:43 +00:00
Bob Ball d2577d38eb Make branding based on the branch, to remove the PLUGIN_REVISION variable
By checking which branch we are on, we can automatically determine the
revision based on the length of history between the root of the branch
and this change.

Normally (and in development environments) this isn't guaranteed as you can
create arbitrary branches (e.g. branch a and branch b could have the same
merge base) but if run against code checked out from github will give a
consistent version number

Change-Id: I6eff6befce1408dac144dd7dfb3f3055820960a8
2016-08-29 10:27:50 +01:00
Bob Ball 1725b5aaba Add branding and version number templating support
Note: This changes the build method, and so the CI will be broken.  Once this
patch set is merged, the CI can be updated to store the documentation and RPM
built by the Makefile, and also updated to use the RPM from the new location

Change-Id: Ic1721f161c42fb323a7d3fd730dcff1dd76ba583
2016-08-08 10:03:01 +01:00