20 Commits

Author SHA1 Message Date
Nadine Dove b8e41340fd Rename Use_access_token_from_keycloak.md to Configuring_Scale_Accounts.md 2022-11-24 08:44:35 +02:00
Nadine Dove 43c2b7dcaf Update Connecting_to_ZIC.md 2022-11-24 08:42:58 +02:00
Nadine Dove b142dcc2aa Update Connecting_to_ZIC.md 2022-11-24 08:41:49 +02:00
Nadine Dove 1cd2982e14 Add files via upload 2022-11-24 08:36:04 +02:00
Nadine Dove f45836d002 Update mkdocs.yml 2022-11-24 08:31:02 +02:00
Nadine Dove 31ce8d39c8 Update introduction.md 2022-11-23 11:52:54 +02:00
Nadine Dove dc64ddbedc remove file added to another 2022-11-23 11:51:32 +02:00
Nadine Dove 0abcf8d616 Create Connecting_to_ZIC.md 2022-11-23 11:49:21 +02:00
Nadine Dove e6534ba441 Update mkdocs.yml 2022-11-23 11:47:54 +02:00
Nadine Dove f257f572e5 Update Use_access_token_from_keycloak.md 2022-11-23 11:07:39 +02:00
Nadine Dove 70de8b8f56 Update Prerequisites_&_Requirements.md 2022-11-23 10:38:42 +02:00
Nadine Dove 46fcc325d5 Update Deploying_the_ZIC_Instance.md 2022-11-23 10:19:39 +02:00
Nadine Dove 353aac94fd change names 2022-11-23 10:11:51 +02:00
Nadine Dove 0313ffc87a Merge pull request #1 from ZertoPublic/NadineDove-patch-1
Update publish.yml
2022-11-23 09:57:16 +02:00
Nadine Dove 6621cf5061 Update publish.yml 2022-11-23 09:55:14 +02:00
Nadine Dove eed90c093e Update mkdocs.yml 2022-11-23 09:36:10 +02:00
Nadine Dove 9aacf78031 Update publish.yml 2022-11-23 09:29:10 +02:00
Nadine Dove 81e9677c03 Create publish.yml 2022-11-23 09:18:04 +02:00
Nadine Dove 80433c78c4 Delete .github/workflows directory 2022-11-22 16:04:15 +02:00
Nadine Dove 4d4d094e70 Update introduction.md 2022-11-22 15:45:10 +02:00
6 changed files with 39 additions and 24 deletions
+12
View File
@@ -51,6 +51,17 @@ 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
@@ -61,3 +72,4 @@ 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'
+2 -2
View File
@@ -1,3 +1,3 @@
booktitle=ZIC for AWS Installation Guide - GitHub version booktitle=Zerto In-Cloud (ZIC) for Amazon Web Services (AWS) v1.1 - Installation, Configuration and Operation Guide
spreadsheet.xml=classification.xml spreadsheet.xml=classification.xml
manual.name=ZIC_1.1.HTML manual.name=ZIC_1.1.HTML
+7 -8
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
- Navigate to the JSON tab, copy and paste the following: 1. Navigate to the JSON tab, copy and paste the following:
```{ ```{
"Version": "2012-10-17", "Version": "2012-10-17",
"Statement": [ "Statement": [
@@ -75,20 +75,19 @@ Use these steps to configure a Zerto In-Cloud IAM Policy and assign roles for ZI
] ]
} }
``` ```
- Name the policy **ZicScaleAccountPolicy** and **Save**. 2. 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)
+1 -1
View File
@@ -3,6 +3,6 @@
3. The online installer will pull the latest code from myZerto and perform the installation. 3. The online installer will pull the latest code from myZerto and perform the installation.
![Connect](Images/ZIC_connect_to_ZIC.png?raw=true) ![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. 4. Log in using the default "admin" for both user and password for the first time.
3. At the prompt change the admin password. 3. At the prompt change the admin password.
+13 -13
View File
@@ -1,16 +1,6 @@
#### Obtain the Image Pull Image # Deploying the ZIC Instance
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. 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.
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
@@ -58,4 +48,14 @@ The account team will send an email notification that your AWS Account ID was ad
``` ```
![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 continues displaying the 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 continue displaying 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,3 +1,7 @@
## 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.