-
Notifications
You must be signed in to change notification settings - Fork 38
Add support for multi-node Data Guard deployments #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bb855f2
Add support for multi-node Data Guard deployments
AlexBasinov bae7699
Merge remote-tracking branch 'upstream/master' into data-guard-support
AlexBasinov 6d8b11a
Use subnetwork1 and zone1 for single-instance and primary node in mul…
AlexBasinov a3fbd76
update subnetwork1 in terraform.tfvars.example
AlexBasinov 37981fe
update validation block for subnetwork1
AlexBasinov b060ec6
create wlmagent user only on the primary node
AlexBasinov 45ffaed
skip creating wlmagent db user on the standby node
AlexBasinov 0577949
Merge remote-tracking branch 'upstream/master' into data-guard-support
AlexBasinov effd179
Merge remote-tracking branch 'upstream/master' into data-guard-support
AlexBasinov 4012f9b
set var.data_guard_protection_mode in main.tf
AlexBasinov 5b2b7b9
remove delegate_to from create_db_user.yml
AlexBasinov 754a123
refactor terraform's main.tf and startup.sh
AlexBasinov e6ad6ec
add newline to setup.sh.tpl and remove traling spaces from main.tf
AlexBasinov 29d51ca
Use -gt for numeric comparison and exit with actual exit code
AlexBasinov 4b5b1d6
output database VM names and also update terraform.md
AlexBasinov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I marked this as resolved too soon. I just wanted to add some visual separation between the scheduling {} block and the basic parameter settings.