Commit Graph

10 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 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 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 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
John Hua 1cfe3c701c Move checks to pre-deployment stage
Some checks, such as the SSH password, SR type and hotfixes
installed could be moved to a pre-deployment stage. If we move
them there, then failures should occur earlier in the process
rather than waiting to the end of the deployment.

Change-Id: I831e79fdc1132fc938141a20837ee345fe276020
2016-08-18 15:14:03 +08:00
John Hua 8c42bc72b9 Use with-open statement to write file
To prevent FD leaking

Change-Id: Iacbba183e7c9b58bdbf667bb23ec8f8d4e8c8440
2016-08-15 10:28:13 +08:00
John Hua c4b4e5c986 Upgrade to MOS 9
This upgrade includes the following changes:

* Rename ml2_conf.ini to openvswitch_agent.ini
* Remove sm patch because XS 6.5 is no longer supported
* Fix multipathd device pattern
* Rename neutron-plugin-openvswitch-agent to
  neutron-openvswitch-agent

Change-Id: Ic8048254949cbd124f65eb469dd2979704c49ddb
2016-08-12 16:55:26 +08:00
John Hua eac05bedc1 Check local storage type
Fail the deployment if local sr type is not a file-based SR type

Change-Id: Ia6e289befa2fecda89d8f8ad2e38a62f57b548f0
2016-08-10 11:17:20 +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