Skip to content

Commit 89571b1

Browse files
authored
Merge pull request #245 from oracle-devrel/paalonso-fsdr-ops2
Paalonso fsdr ops2
2 parents 7ab4e6b + 9e145eb commit 89571b1

File tree

4 files changed

+100
-0
lines changed

4 files changed

+100
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# Full Stack Disaster Recovery Service (FSDR)
3+
4+
The Full Stack Disaster Recovery Service is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery capabilities for application stacks at all layers, including infrastructure, middleware, database and application.
5+
6+
As an orchestration service it provides an automated way to change the role between primary and standby environment, where beside the out-of-the-box Oracle built-in DR Plan steps, can be customized with another user-defined steps supported by scripts or OCI Functions.
7+
8+
The Operations Advisory practice provides guidance on how to work and operate the FSDR Service.
9+
10+
11+
# License
12+
13+
Copyright (c) 2023 Oracle and/or its affiliates.
14+
15+
Licensed under the Universal Permissive License (UPL), Version 1.0.
16+
17+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2023 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
# Full Stack Disaster Recovery (FSDR) Operations Workshop
3+
4+
## Objectives
5+
6+
* Overview of OCI Full Stack Disaster Recovery Service
7+
* Gain knowledge on DR concepts and terminology and FSDR components
8+
* Understand the different OCI interfaces available to manage FSDR service
9+
* Explains how the service works
10+
* Shows some typical use cases and supported OCI services OOB
11+
* Shows how the provisioning operations can be done with the Console/OCI CLI
12+
* Shows how the DR plan executions operations can be done with the Console/OCI CLI
13+
* Provided OCI CLI Cheat Sheets
14+
15+
## Pre-requirements
16+
17+
* Basic knowledge of OCI Compute, Storage and DB Services
18+
* Knowledge on Disaster Recovery practices are desired
19+
20+
## Inputs
21+
22+
N/A
23+
24+
## Outputs
25+
26+
[WorkshopFSDROperations_v0.2.pdf](./files/EXP#01o_WorkshopFSDROperations_v0.2.pdf)
27+
28+
## Stakeholders
29+
30+
* Architect teams
31+
* Operation teams
32+
* Development teams
33+
34+
## Guidelines
35+
36+
N/A
37+
38+
# Release notes
39+
40+
2023-07-12 (version 0.2). Initial public release.
41+
42+
# License
43+
44+
Copyright (c) 2023 Oracle and/or its affiliates.
45+
46+
Licensed under the Universal Permissive License (UPL), Version 1.0.
47+
48+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)