Commit Graph

9 Commits

Author SHA1 Message Date
Clark Boylan 29c864240c Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: I6a1d385c8dc3a457af2ef3b8a376470fecc754d4
2022-02-17 12:53:01 -08:00
Ian Wienand 5027bd0fc5 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Id84741d2ed983ec966643903e5fcbdb37965a561
2019-03-24 20:35:45 +00:00
Andreas Jaeger ffddbd2d87 Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places
that use github instead. Fix URL as well.

Change-Id: I914696b7a7d91a77f3a2e8d62ccecc12f7c27688
2015-12-29 21:42:07 +01:00
Paul Van Eck e1482bf068 Remove virtualenv and install RefStack on system
The stankevich/puppet-python module was causing issues,
so this patch removed the dependency on it. Now pip is used
to install directly onto the system instead of in a virtualenv.

Change-Id: I8f9922ab05429f15cc718561ed3b324ffe8ea746
2015-08-24 17:04:10 -07:00
Michael Krotscheck 7cd53e46c6 Added HTTP Modules. 2015-04-22 14:34:34 -07:00
Michael Krotscheck f6f54e540d Added mysql database. 2015-04-20 18:10:46 -07:00
Michael Krotscheck 452d9770f3 Added vcsrepo module.
Included the OpenStack-CI VCSRepo module, so we can checkout our
git repository.
2015-04-20 17:23:38 -07:00
Michael Krotscheck 5553086cb7 Added python 2.7
Created an 'api' module, which explicitly declares a dependency on python.
The version of python is parameterized in ::refstack::params
2015-04-20 17:17:25 -07:00
Michael Krotscheck e8ca9bed67 Blank module
Includes various license files, manifests, vagrantfile for dev, and
empty documentation. Run 'vagrant up' or 'vagrant provision' in the
root directory, and you will get a VM that runs the puppet module and
has a local network IP address of 192.168.99.88.
2015-04-20 16:39:04 -07:00