38 Commits

Author SHA1 Message Date
Nadine Dove 3d73cd9a73 Update Connecting_to_ZIC.md 2022-11-24 08:42:46 +02:00
Nadine Dove 263b6310e5 Update mkdocs.yml 2022-11-24 08:30:34 +02:00
Nadine Dove 74d068c2ac Update Connecting_to_ZIC.md 2022-11-23 14:39:25 +02:00
Nadine Dove 91c5ddd393 Update Connecting_to_ZIC.md 2022-11-23 14:38:02 +02:00
Nadine Dove 503638e944 Update introduction.md 2022-11-23 11:53:09 +02:00
Nadine Dove 09259b4776 Update mkdocs.yml 2022-11-23 11:48:16 +02:00
Nadine Dove 2d94c12e06 Rename Connecting_to_ZIC to Connecting_to_ZIC.md 2022-11-23 11:40:53 +02:00
Nadine Dove dca2c0699c Update mkdocs.yml 2022-11-23 11:31:40 +02:00
Nadine Dove bee831bff1 Update Connecting_to_ZIC 2022-11-23 11:31:07 +02:00
Nadine Dove f5df7526f9 Update Deploying_the_ZIC_Instance.md 2022-11-23 11:30:44 +02:00
Nadine Dove 42ac68310e Create Connecting_to_ZIC 2022-11-23 11:29:31 +02:00
Nadine Dove 626595638e Update custom.properties 2022-11-23 11:23:53 +02:00
Nadine Dove c21ba018cf delete file incorporated in another file 2022-11-23 11:22:55 +02:00
Nadine Dove 6fcc9ecbaa Update mkdocs.yml 2022-11-23 11:17:16 +02:00
Nadine Dove 1ed399566b change file name 2022-11-23 11:15:59 +02:00
Nadine Dove 467d99ace4 Update Use_access_token_from_keycloak.md 2022-11-23 11:08:31 +02:00
Nadine Dove 688d464381 Update mkdocs.yml 2022-11-23 11:02:46 +02:00
Nadine Dove 95a6d99acd Update mkdocs.yml 2022-11-23 10:58:02 +02:00
Nadine Dove 7884a13693 Update Deploying_the_ZIC_Instance.md 2022-11-23 10:55:46 +02:00
Nadine Dove f5a23433ca Update Obtaining_the_Image_Pull_Key_Secret.md 2022-11-23 10:52:49 +02:00
Nadine Dove 10715d67d1 Update Deploying_the_ZIC_Instance.md 2022-11-23 10:51:33 +02:00
Nadine Dove 8476aaee97 Update Deploying_the_ZIC_Instance.md 2022-11-23 10:51:03 +02:00
Nadine Dove 11df7c6e04 Update Obtaining_the_Image_Pull_Key_Secret.md 2022-11-23 10:49:52 +02:00
Nadine Dove b8367fc835 Update ZIC_installation_components.md 2022-11-23 10:42:34 +02:00
Nadine Dove 736316ea87 Update ZIC_installation_components.md 2022-11-23 10:42:07 +02:00
Nadine Dove 82d0454992 Update Prerequisites_&_Requirements.md 2022-11-23 10:39:14 +02:00
Nadine Dove 475a1fb3ec Update Deploying_the_ZIC_Instance.md 2022-11-23 10:31:05 +02:00
Nadine Dove 9c91f7f320 Update Use_access_token_from_keycloak.md 2022-11-23 10:30:11 +02:00
Nadine Dove d5823fe75a Update Use_access_token_from_keycloak.md 2022-11-23 10:29:13 +02:00
Nadine Dove bd73e8b1d5 Update Use_access_token_from_keycloak.md 2022-11-23 10:24:32 +02:00
Nadine Dove d2d59188ba name changes 2022-11-23 10:20:44 +02:00
Nadine Dove 6d1a276d10 Update custom.properties 2022-11-23 10:15:42 +02:00
Nadine Dove c326b8c747 Update mkdocs.yml 2022-11-23 09:36:57 +02:00
Nadine Dove 8b301a4534 Update publish.yml 2022-11-23 09:28:11 +02:00
Nadine Dove 3682583200 Update publish.yml 2022-11-22 16:13:47 +02:00
Nadine Dove eee1344804 Update Use access token from keycloak.md 2022-11-22 15:58:36 +02:00
Nadine Dove 840dd95258 Add files via upload 2022-11-22 15:57:06 +02:00
Nadine Dove c6dce428e4 Update introduction.md 2022-11-22 15:45:45 +02:00
109 changed files with 46 additions and 67 deletions
+2 -11
View File
@@ -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 -1
View File
@@ -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**.
![Create_role](Images/ZIC_create_Role.png?raw=true) ![Create_role](Images/ZIC_create_Role.png?raw=true)
4. Select the policy you created. Click **Next**. - Select the policy you created. Click **Next**.
![Create_Policy](Images/ZIC_create_Policy.png?raw=true) ![Create_Policy](Images/ZIC_create_Policy.png?raw=true)
5. Name the Role **ZicScaleAccountRole**. - Name the Role **ZicScaleAccountRole**.
![ZicScaleAccountRole](Images/ZIC_ZicScaleAccountRole.png?raw=true) ![ZicScaleAccountRole](Images/ZIC_ZicScaleAccountRole.png?raw=true)
+8
View File
@@ -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.
![Connect](Images/ZIC_connect_to_ZIC.png?raw=true)
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 Zertos 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
``` ```
![image](https://user-images.githubusercontent.com/100526941/197971309-92fe7a12-09f2-446b-82f1-7fec4df1d32d.png) ![image](https://user-images.githubusercontent.com/100526941/197971309-92fe7a12-09f2-446b-82f1-7fec4df1d32d.png)
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.
![image](https://user-images.githubusercontent.com/100526941/197971688-e0b33543-373d-4d34-a3b1-d00f44cf6fe8.png)
4. Log in using the default "admin" for both user and password for the first time.
3. At the prompt change the admin password.
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Some files were not shown because too many files have changed in this diff Show More