puppet-heat/spec
Colleen Murphy 2aaab3d4d5 Unpin beaker-rspec
The latest version of beaker tries to manage sshd_config[1] in order to
pass through environment variables. JJB also tries to manage
sshd_config by adding Match blocks to securely allow root SSH[2]. When
beaker tries to append the PermitUserEnvironment line after the Match
blocks, SSH fails to open port 22 and beaker can't SSH in to the
node[3]. This patch unpins beaker-rspec and adds set_env: false to the
nodepool nodesets so that the set_env method is never called and does
not try to mess with the sshd_config.

[1] https://github.com/puppetlabs/beaker/blob/master/lib/beaker/host_prebuilt_steps.rb#L528
[2] http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/puppet-module-jobs.yaml#n42
[3] http://logs.openstack.org/61/185161/1/check/gate-puppet-nova-puppet-beaker-rspec-dsvm-centos7/cd81608/console.html.gz#_2015-05-22_22_05_46_933
[4] https://github.com/puppetlabs/beaker/blob/master/lib/beaker/host_prebuilt_steps.rb#L502

Change-Id: I4064e8fe27eb2a2c2be6d8437ce7f97709529b45
2015-06-08 13:43:51 -07:00
..
acceptance Unpin beaker-rspec 2015-06-08 13:43:51 -07:00
classes Run db_sync when heat-common is upgraded 2015-06-06 12:35:03 +00:00
unit/provider/heat_domain_id_setter Fix tabs included in d7e9fe0e 2015-03-11 18:49:32 +01:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-02 13:54:32 +01:00
spec_helper_acceptance.rb Bring Redhat support to acceptance tests 2015-05-14 13:20:13 -04:00
spec_helper.rb Implement Keystone domain creation 2014-09-18 12:27:20 +02:00