Commit Graph

5 Commits

Author SHA1 Message Date
Clark Boylan e7e4f1a6d0 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: I67645a8378580ad79a58704e5eab86b6b8794767
2022-02-17 11:44:34 -08:00
Ian Wienand 46bfc54912 Fix httpd ordering, add rspec test
The ordering is wrong here, as the docroot tries to depend on the 503
file that inside the docroot.  I missed this because I was on a live
system where the file existed.  Move to a more standard "www_base"
like in other modules.

Add a deployment test to find things like this.

Change-Id: I9b048836fa9942f021f81f7a744bcc9af96a10be
2017-12-15 14:56:08 +11:00
Colleen Murphy 0ec1c6f0cd Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: Ib4e7bf5564fc1968a88a500be007b131fc1154ae
2017-08-18 10:41:43 +02:00
Colleen Murphy 49c5e043e5 Fix beaker on xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: Ieac2e6443316baae505ca648ef777b9486ff38c6
2017-06-24 15:46:34 +02:00
Colleen Murphy 0446a7f568 Add foundation for functional tests
Add beaker-rspec to the gemfile and add spec_helper_acceptance.rb and
nodesets to initialize beaker-rspec testing. This will get the
beaker-rspec jobs to pass but does not actually add any tests.

Story: 2000250

Change-Id: Ib615750130a76fafa0710f16d1fd3e37a5bca545
2016-04-13 09:16:26 -07:00