Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger ebe42c6e20 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: I8537c50c55b5303474fbdf70a43d459f87b02e9d
2019-12-18 20:06:05 +01:00
Igor Gajsin 9781f34e0a clean pre_build_hook from manilaclient building
Change-Id: I402ad53681f0b46160857e1619da97a38e1eb5b1
2016-10-07 17:42:36 +03:00
Igor Gajsin 4158d13114 rename the manila packages
The plugin build it's own packages for manila instead stored in the
ubuntu repositories. For avoiding confusing between them plugin's
packages were renaimed.

Change-Id: Iba2add1e01a7f5677bf7793e12c97ce3d3fb8ac1
2016-09-26 17:25:26 +03:00
Igor Gajsin 565af9b042 fix horizon
Apply patch 06c81a4a071270f4ba9ffabf218f0b187e141e22 from
openstack/manila-ui with commit message:

   Fix get_disabled_quotas

  Disabled quotas should be treated as a set, not as a list, or else
  instead of action buttons we'll get a traceback:

  File "/manila-ui/manila_ui/dashboards/project/shares/__init__.py",
      line 129, in get_disabled_quotas
      disabled_quotas.extend(_get_manila_disabled_quotas(request))
  AttributeError: 'set' object has no attribute 'extend'

  Closes-Bug: #1611368

Change-Id: I262c0dc15073c89b8c4df4b57bd147384ec4cc9f
2016-09-14 17:17:10 +03:00
Igor Gajsin 02992d6c80 fix requirements.txt in manila-ui and python-manilaclient
That packages has  requirements. It makes the fpm build wrong
packages for ubuntu. Easiest way to avoid problem --- just ignore some
requirements when building the packages. It's simple and it works
because we know that on ubuntu that dependencies already satisfied.

Change-Id: I0a2885531444806d4a17cdd5e601db08417e3a6b
2016-08-15 16:13:17 +03:00
Igor Gajsin c6fda073b6 install manila packages
Add manila projects as submodules and switch its to stable/mitaka.
Fix requirements to be compatible with ubuntu 14.04.
Change pre_build_hook to building deb packages from python source
code.

Change-Id: I3300c3f58d9df39ed452d64e60846fad20056fca
2016-07-27 19:59:09 +03:00
“ugoday” e792d146dd add something 2016-07-08 11:21:25 +03:00
“ugoday” 736f5adcae add build dependencies with plugin 2016-07-07 12:09:28 +03:00
“ugoday” 5f5dd338bb edit pre_build_hook to update the manila submodule 2016-07-07 11:39:52 +03:00
Igor Gajsin ac654252e9 change pre_build_hook to update submodule puppet-manila 2016-07-06 14:25:07 +03:00
Igor Gajsin f9710db004 add the populate_hiera functiona and some jump around puppets 2016-07-06 13:46:53 +03:00
Igor Gajsin cbfd9bcb34 Add skeleton of the plugin 2016-07-04 13:18:42 +03:00