Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger ae84af7fb4 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: Ic1a73a0127e813fa5907e0639c47e61b1326add2
2019-12-18 19:36:10 +01:00
Jenkins 78178faae9 Merge "Add tests for plugin" 2016-03-30 16:29:35 +00:00
Swann Croiset 4283e9f5f9 Fix tox.ini to clean repositories before building plugin
Because tox doesn't support the shell glob

Change-Id: I8294287e7c9ecd6097d2c5f24eec70044be68ae1
2016-03-23 16:32:18 +01:00
vgusev 10a0c271b0 Add tests for plugin
Added smoke/bvt, integration and functional tests.
Also added run_tests scripts

Change-Id: Iadd96cc51a52342abfadb755149db9ddcfbd0149
2016-03-23 09:27:14 +00:00
Simon Pasquier a451511201 Update tox.ini
This change fixes the bundle working directory and deletes the
temporary files before building the plugin.

Change-Id: I59fcc4706f6e04fddea7078799533c378e443b8c
2015-10-09 11:00:18 +02:00
Simon Pasquier 8dfbbbe16e Add tox environment to test Puppet manifests
This change adds syntax checking and lint tests for the Puppet
manifests located in deployment_scripts/puppet/manifests.

Change-Id: Iccd19816a7b936bba30d7b1c4ec016caae4a8dcf
2015-09-16 17:22:19 +02:00
Simon Pasquier d3c1338e24 Add a tox environment to build the plugin
This change also updates the various .gitignore files to discard the
files and directories created by the fpb script.

Change-Id: Ica96a7262893529d8afce35cef877355c73f641c
2015-09-16 17:08:58 +02:00
Simon Pasquier 7d9aa593a2 Add documentation placeholder
Change-Id: I9cb97f9604bba26966cc45b352966cb5edc63775
2015-09-16 16:04:31 +02:00
Swann Croiset fe2e8948af Switch to custom role elasticsearch_kibana
- Use plugin version 3.0.0 and remove compatibility with MOS 6.1
- Leverage common tasks to configure disk and network
- Update README

Change-Id: I7f185de0cfbe3098c9fee2d0f7a792df5b0a95e0
2015-09-09 09:31:07 +02:00
Simon Pasquier a630a235be Fix tests when executed by Jenkins slaves
The Puppet tests fail on Jenkins because bundler tries to install the
Ruby gems to the default GEM_HOME which is protected. This change sets
the GEM_HOME variable to a local directory.

Change-Id: I65d65358ca0c0fb9d01ed73bb156334fa5fa6edc
2015-09-07 10:02:47 +02:00
Simon Pasquier f89264be98 Add tests for the disk_management Puppet module
Change-Id: I2e4539650ac36265462e9778d88aa1c91f7bcce5
2015-08-17 11:00:06 +02:00
Simon Pasquier 6662bd6641 Add tox.ini
This change adds a tox.ini file so it is possible to launch all the
tests by running `tox`. Note that to launch the Puppet tests, bundler
[1] needs to be installed.

[1] http://bundler.io/

Change-Id: I86013f60d67b338188840bd632d1d5b00ff6dd99
2015-08-17 10:43:32 +02:00