Skip to content

Commit

Permalink
update of README
Browse files Browse the repository at this point in the history
  • Loading branch information
leistnerova committed Oct 17, 2017
1 parent 12bc29c commit 90e4605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/ovirt-engine-local-to-remote-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ovirt_engine_to_remote_db: [True, False] Change from local to remote engine data
ovirt_engine_dwh_to_remote_db: [True, False] Change from local to remote DWH database (default: False)

ovirt_engine_reset: [True, False] True - set back engine to local db (default: False)
ovirt_engine_drop_local_db: [True, False] Drop local databases after engine is set to remote db, dump will be stored (default: True)
ovirt_engine_dont_remove_db: [True, False] Don't drop local databases after engine is set to remote db, dump will be stored (default: False)

This comment has been minimized.

Copy link
@StLuke

StLuke Oct 17, 2017

Collaborator

Remove the _dont and change the values True<->False and reverse default

```
Dependencies
Expand All @@ -46,6 +46,7 @@ Example Playbook
ovirt_engine_dwh_to_remote_db: True
ovirt_engine_version: "4.2"
# var for ovirt-common, this is not a must for ovirt <= 4.1
ovirt_engine_dont_remove_db: True
roles:
- ovirt-engine-local-to-remote-db
```
Expand Down

1 comment on commit 90e4605

@StLuke
Copy link
Collaborator

@StLuke StLuke commented on 90e4605 Oct 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I liked the old one :(

Please sign in to comment.