Revert "scenario004: disable watcher"

This reverts commit 591f3c7c1f610659e179254be04b5caca140ff21.

Change-Id: I918b9590b2d13aa04a7367de663db0bd2058a064
This commit is contained in:
Emilien Macchi 2017-02-01 15:54:52 -05:00 committed by David Moreau Simard
parent 067e1a32a9
commit ab0111eeb2
2 changed files with 2 additions and 3 deletions

View File

@ -69,6 +69,7 @@ scenario](#all-in-one).
| ceph | X | | | X | |
| ceph rgw | | | | X | |
| mongodb | | X | | | |
| watcher | | | | X | |
When the Jenkins slave is created, the *run_tests.sh* script will executed.
This script will execute *install_modules.sh* that prepare /etc/puppet/modules

View File

@ -23,9 +23,7 @@ if $::operatingsystem == 'Ubuntu' {
} else {
$ssl_enabled = true
$ipv6 = true
# Re-enable Watcher when monascaclient is packaged in RDO and
# added to Watcher dependencies.
$watcher_enabled = false
$watcher_enabled = true
}
include ::openstack_integration