tripleo-common/tripleo_common/tests
Michele Baldessari 39e5bec0fe Add a PacemakerRemoteAuthkey to the default passwords
This key must never be regenerated at re-deploy time, so add it to the
tripleo-common list of passwords. The length is set to 4096 bytes
as recommended here:

- http://clusterlabs.org/doc/en-US/Pacemaker/1.1/html-single/Pacemaker_Remote/#_mile_high_view_of_configuration_steps
  recommends a 4096 bytes key (32768 bits)

- Since we use the passlib generate_password module and it uses the
  lower/uppercase letters + numbers it provides ~5.95 bits of entropy per
  byte, in the end we will have ~24000 bits of entropy which should be
  largely sufficient.

We also make sure to test a key of that length (4096) in the unit tests.

Change-Id: I581552dfa64160e2f82f6a9b8f2ae521c3d6da8d
2017-01-19 15:51:02 +01:00
..
actions Add a PacemakerRemoteAuthkey to the default passwords 2017-01-19 15:51:02 +01:00
fake_nova Add capabilities filter for Nova 2016-03-04 15:51:33 +00:00
image Set imageext for IPA ramdisk 2017-01-17 00:18:18 +00:00
utils Merge "Fix flavor matching for object-storage role" 2016-12-21 13:50:52 +00:00
__init__.py Initial Cookiecutter Commit. 2015-04-29 13:34:49 +02:00
base.py Initial Cookiecutter Commit. 2015-04-29 13:34:49 +02:00
test_filters.py Add capabilities filter for Nova 2016-03-04 15:51:33 +00:00
test_scale.py Set a default timeout for 240 minutes for Heat Updates 2015-12-02 09:36:28 +00:00
test_stack_update.py Rename stack_update to _stack_update 2015-12-17 09:49:53 +00:00
test_update.py Refresh DeployIdentifier as well on update 2016-10-14 15:12:55 -04:00