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
6 changed files with 24 additions and 39 deletions
-12
View File
@@ -51,17 +51,6 @@ jobs:
- 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.STG_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
@@ -72,4 +61,3 @@ jobs:
local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip
remote_path: '${{ secrets.STG_UPLOAD_URL }}' remote_path: '${{ secrets.STG_UPLOAD_URL }}'
args: '-o ConnectTimeout=5' args: '-o ConnectTimeout=5'
+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
+8 -7
View File
@@ -9,7 +9,7 @@ Use these steps to configure a Zerto In-Cloud IAM Policy and assign roles for ZI
#### 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": [
@@ -75,19 +75,20 @@ Use these steps to configure a Zerto In-Cloud IAM Policy and assign roles for ZI
] ]
} }
``` ```
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)
4. Select the policy you created. Click **Next**. ![Create_role](Images/ZIC_create_Role.png?raw=true)
![Create_Policy](Images/ZIC_create_Policy.png?raw=true) - Select the policy you created. Click **Next**.
5. Name the Role **ZicScaleAccountRole**. ![Create_Policy](Images/ZIC_create_Policy.png?raw=true)
![ZicScaleAccountRole](Images/ZIC_ZicScaleAccountRole.png?raw=true) - Name the Role **ZicScaleAccountRole**.
![ZicScaleAccountRole](Images/ZIC_ZicScaleAccountRole.png?raw=true)
+13 -13
View File
@@ -1,6 +1,16 @@
# Deploying the ZIC Instance #### Obtain the Image Pull Image
First you must obtain 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 obtain the image pull key secret. After you receive the email not
``` ```
![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.
-4
View File
@@ -1,7 +1,3 @@
## ZIC Installation
The installation installs the following components:
- **Zerto In-Cloud Manager** </br> - **Zerto In-Cloud Manager** </br>
A containerized application that manages everything required for the orchestration and replication between the protected and recovery availability zones, regions, and accounts in AWS. ZIC leverages native AWS platform snapshots and manages the SLA using the Zerto journal and familiar Zerto protection components and methods. A containerized application that manages everything required for the orchestration and replication between the protected and recovery availability zones, regions, and accounts in AWS. ZIC leverages native AWS platform snapshots and manages the SLA using the Zerto journal and familiar Zerto protection components and methods.