Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 1c1a103a7c 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: I1ed27af26dc9b8284bf180a523b0e0cc6ab58069
2019-12-18 20:09:51 +01:00
Artem Savinov 13e306e40c Update and enable upstream puppet modules packaged in our a plugin
Change-Id: I380c9566577293f20865f89abbd3d4bb93adc3a8
2016-05-13 14:17:49 +00:00
Igor Zinovik 09fff0d2ec Switch upstream module to 'stable/mitaka' branch
Neutron module is out of date, it does not work with currently available
puppet manifests.

Switch upstream following puppet modules to 'stable/mitaka' branch:
* neutron
* openstacklib
* nova
* keystone

Closes-bug: #1570890
Change-Id: I1d4614124e67aeeabac8636cecc5804ffc7ff6df
2016-04-15 17:26:35 +03:00
Artem Savinov 2e90bf82f2 Select listen ip for metadata server.
Metadata proxy can accsess to metadata server via:
1) Public network from routed ip(need set ip,netmask,gw)
2) Management network from routed ip(need set ip,netmask,gw)
3) Management network from management ip(automatic allocation)

* Add checkbox to choose route to metadata server via public or
  management networks.
* Add checkbox to reservation ip address in management network
  for use with NSXv metadata proxy.

Change-Id: I71675dd0871266bf6efcbbbbb2b3d2d49c4944f4
2016-03-31 14:52:24 +03:00
Igor Zinovik 436a11952a Embed puppet modules necessary for plugin into plugin package
- Specify upstream modules that plugin use in Puppetfile; right now
  this file is taken from fuel-library/ repository on 05 Feb 2016
- upstream modules that plugin use are:
  puppet-neutron
  puppet-nova
  puppetlabs-stdlib
  puppetlabs-inifile
  puppet-openstacklib
  puppet-keystone
- for modules update we utilize modified update_modules.sh script
  from fuel-library/
- add remove_modules.sh script that will clean repository
- hook update_modules.sh and remove_modules.sh into pre_build_hook
- add note about puppet-librarian in plugin build guidelines

Change-Id: Ib38037c77a981d74c4da0e8d74652b51947e2203
2016-02-15 16:46:37 +03:00