Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d73cd9a73 | |||
| 263b6310e5 | |||
| 74d068c2ac | |||
| 91c5ddd393 | |||
| 503638e944 | |||
| 09259b4776 | |||
| 2d94c12e06 | |||
| dca2c0699c | |||
| bee831bff1 | |||
| f5df7526f9 | |||
| 42ac68310e | |||
| 626595638e | |||
| c21ba018cf | |||
| 6fcc9ecbaa | |||
| 1ed399566b | |||
| 467d99ace4 | |||
| 688d464381 | |||
| 95a6d99acd | |||
| 7884a13693 | |||
| f5a23433ca | |||
| 10715d67d1 | |||
| 8476aaee97 | |||
| 11df7c6e04 | |||
| b8367fc835 | |||
| 736316ea87 | |||
| 82d0454992 | |||
| 475a1fb3ec | |||
| 9c91f7f320 | |||
| d5823fe75a | |||
| bd73e8b1d5 | |||
| d2d59188ba | |||
| 6d1a276d10 | |||
| c326b8c747 | |||
| 8b301a4534 | |||
| 3682583200 | |||
| eee1344804 | |||
| 840dd95258 | |||
| c6dce428e4 |
@@ -5,7 +5,7 @@ name: Upload to the upload server
|
|||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [develop, main]
|
branches: develop
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -50,16 +50,7 @@ jobs:
|
|||||||
run: zip -r ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip . -x '*.git*' '*.idea*'
|
run: zip -r ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip . -x '*.git*' '*.idea*'
|
||||||
- name: echo-step
|
- name: echo-step
|
||||||
run: echo "${{ github.event.release.target_commitish }}"
|
run: echo "${{ github.event.release.target_commitish }}"
|
||||||
- name: uploading archive to prod
|
|
||||||
if: ${{ steps.branch_name.outputs.branch == 'main' || github.event.release.target_commitish == 'main'}}
|
|
||||||
uses: wlixcc/SFTP-Deploy-Action@v1.0
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
server: ${{ secrets.SERVER }}
|
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip
|
|
||||||
remote_path: '${{ secrets.PROD_UPLOAD_URL }}'
|
|
||||||
args: '-o ConnectTimeout=5'
|
|
||||||
- name: uploading archive to staging
|
- name: uploading archive to staging
|
||||||
if: ${{ steps.branch_name.outputs.branch == 'develop' || github.event.release.target_commitish == 'develop' }}
|
if: ${{ steps.branch_name.outputs.branch == 'develop' || github.event.release.target_commitish == 'develop' }}
|
||||||
uses: wlixcc/SFTP-Deploy-Action@v1.0
|
uses: wlixcc/SFTP-Deploy-Action@v1.0
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
booktitle=Zerto In-Cloud (ZIC) for Amazon Web Services (AWS) v1.1 - Installation, Configuration and Operation Guide
|
booktitle=ZIC for AWS Installation Guide - GitHub version
|
||||||
spreadsheet.xml=classification.xml
|
spreadsheet.xml=classification.xml
|
||||||
manual.name=ZIC_1.1.HTML
|
manual.name=ZIC_1.1.HTML
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
## Configuring ZIC To Use Access Token from Keycloak
|
|
||||||
|
|
||||||
Zerto In-Cloud overcomes the AWS 20 concurrent snapshot copy limits between source and target regions by allowing you to use multiple AWS Accounts as Scale Accounts. Scale Accounts effectively multiply the number of concurrent snapshots that can be replicated for much lower RPOs.
|
Zerto In-Cloud overcomes the AWS 20 concurrent snapshot copy limits between source and target regions by allowing you to use multiple AWS Accounts as Scale Accounts. Scale Accounts effectively multiply the number of concurrent snapshots that can be replicated for much lower RPOs.
|
||||||
|
|
||||||
Use these steps to configure Zerto In-Cloud an IAM Policy and assign roles for ZIC Scale Accounts.
|
Use these steps to configure a Zerto In-Cloud IAM Policy and assign roles for ZIC Scale Accounts.
|
||||||
|
|
||||||
1. Log into the scale account.
|
1. Log into the scale account.
|
||||||
2. Navigate to **IAM - Policies**.
|
2. Navigate to **IAM - Policies**.
|
||||||
@@ -11,7 +9,7 @@ Use these steps to configure Zerto In-Cloud an IAM Policy and assign roles for Z
|
|||||||
|
|
||||||
#### Create a Policy
|
#### Create a Policy
|
||||||
|
|
||||||
1. Navigate to the JSON tab, copy and paste the following:
|
- Navigate to the JSON tab, copy and paste the following:
|
||||||
```{
|
```{
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
@@ -77,19 +75,20 @@ Use these steps to configure Zerto In-Cloud an IAM Policy and assign roles for Z
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
2. Name the policy **ZicScaleAccountPolicy** and **Save**.
|
- Name the policy **ZicScaleAccountPolicy** and **Save**.
|
||||||
|
|
||||||
#### Create Roles
|
#### Create Roles
|
||||||
|
|
||||||
1. Go to **Roles**.
|
1. Go to **Roles**.
|
||||||
2. Create role - **Another AWS account**.
|
2. Create role - **Another AWS account**.
|
||||||
3. In **Account ID** insert the Deployment account. Click **Next**.
|
3. In **Account ID** insert the Deployment account. Click **Next**.
|
||||||

|
|
||||||
|
|
||||||
4. Select the policy you created. Click **Next**.
|

|
||||||
|
|
||||||

|
- Select the policy you created. Click **Next**.
|
||||||
|
|
||||||
5. Name the Role **ZicScaleAccountRole**.
|

|
||||||
|
|
||||||

|
- Name the Role **ZicScaleAccountRole**.
|
||||||
|
|
||||||
|

|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
1. Connect to ZIC using the URL [https://zic-ip-address](https://zic-ip-address) to validate it is online.
|
||||||
|
2. The installer will prompt you for a username and password. Log in with the username and password generated in the ZIC download page in myZerto.
|
||||||
|
3. The online installer will pull the latest code from myZerto and perform the installation.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Log in using the default "admin" for both user and password for the first time.
|
||||||
|
3. At the prompt change the admin password.
|
||||||
@@ -1,6 +1,16 @@
|
|||||||
# Deploying the ZIC Instance
|
#### Obtain the Image Pull Image
|
||||||
|
|
||||||
First you must Obtaining the Image Pull Key Secret. After you receive the email notification that your AWS Account ID was added to the privately published AMI, continue with the following configuration, deployment and installation steps.
|
The image pull key secret is used in the deployment to enable downloading Zerto’s component images. Follow these steps to obtain the image pull key secret.
|
||||||
|
|
||||||
|
1. Log in to myZerto.
|
||||||
|
2. Navigate to **Support & Downloads > Software Downloads > Zerto In-Cloud**.
|
||||||
|
3. Click **Download Online Installer** to download the installer.
|
||||||
|
4. Click **Download Primary Account IAM Policy** to download the policy files.
|
||||||
|
5. Click **Download Collection** to download collection for Postman.
|
||||||
|
6. Click **Username and Password** and generate keys.
|
||||||
|
7. Copy the Username and Password keys to a local file so you have access to them when you need this information later when installing Zerto software.
|
||||||
|
|
||||||
|
The account team will send an email notification that your AWS Account ID was added to the privately published AMI. After you receive the email notification continue with the following configuration, deployment and installation steps.
|
||||||
|
|
||||||
#### AWS Configuration
|
#### AWS Configuration
|
||||||
|
|
||||||
@@ -48,14 +58,4 @@ First you must Obtaining the Image Pull Key Secret. After you receive the email
|
|||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
When the installation completes, it will display “Starting ZIC 1.0.x” and continue displaying status until it displays “ZIC 1.0.x started”. You can now connect to ZIC.
|
When the installation completes, it will display “Starting ZIC 1.0.x” and continues displaying the status until it displays “ZIC 1.0.x started”. You can now connect to ZIC.
|
||||||
|
|
||||||
#### Connecting to ZIC
|
|
||||||
|
|
||||||
1. Connect to ZIC using the URL [https://zic-ip-address](https://zic-ip-address) to validate it is online.
|
|
||||||
2. The installer will prompt you for a username and password. Log in with the username and password generated in the ZIC download page in myZerto.
|
|
||||||
3. The online installer will pull the latest code from myZerto and perform the installation.
|
|
||||||

|
|
||||||
4. Log in using the default "admin" for both user and password for the first time.
|
|
||||||
3. At the prompt change the admin password.
|
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 421 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 182 KiB |