Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Jan 24, 2025
1 parent 675eb83 commit d58c3dc
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/platform/howto/manage-org-vpc-peering-aws.md
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ Run the `avn organization vpc peering-connection create` command:
```bash
avn organization vpc peering-connection create \
--organization-id AIVEN_ORGANIZATION_ID \
--vpc-id AIVEN_ORGANIZATION_VPC_ID \
--project-vpc-id AIVEN_ORGANIZATION_VPC_ID \
--peer-cloud-account AWS_ACCOUNT_ID \
--peer-vpc AWS_VPC_ID
```
4 changes: 2 additions & 2 deletions docs/platform/howto/manage-org-vpc-peering-google.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ creating the peering both from the VPC in Aiven and from the VPC in Google Cloud

### Collect data from Google Cloud

To [create a peering in Aiven](/docs/platform/howto/manage-org-vpc-peering-google#create-a-peering-in-aiven),
To [create a peering in Aiven](/docs/platform/howto/manage-org-vpc-peering-google#create-the-peering-in-aiven),
first collect required data from Google Cloud:

<CollectDataGoogle/>
@@ -72,7 +72,7 @@ Run the `avn organization vpc peering-connection create` command:
```bash
avn organization vpc peering-connection create \
--organization-id AIVEN_ORGANIZATION_ID \
--vpc-id AIVEN_ORGANIZATION_VPC_ID \
--project-vpc-id AIVEN_ORGANIZATION_VPC_ID \
--peer-cloud-account GOOGLE_CLOUD_PROJECT_ID \
--peer-vpc GOOGLE_CLOUD_VPC_NETWORK_NAME
```
4 changes: 2 additions & 2 deletions docs/platform/howto/manage-org-vpc-peering-upcloud.md
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ type networks.

### Collect data from UpCloud

To [create a peering in Aiven](/docs/platform/howto/manage-org-vpc-peering-upcloud#create-a-peering-in-aiven),
To [create a peering in Aiven](/docs/platform/howto/manage-org-vpc-peering-upcloud#create-the-peering-in-aiven),
first collect required data from UpCloud using either the
[UpCloud Control Panel](https://hub.upcloud.com/) or the
[UpCloud API](https://developers.upcloud.com/1.3/):
@@ -96,7 +96,7 @@ Run the `avn organization vpc peering-connection create` command:
```bash
avn organization vpc peering-connection create \
--organization-id AIVEN_ORGANIZATION_ID \
--vpc-id AIVEN_ORGANIZATION_VPC_ID \
--project-vpc-id AIVEN_ORGANIZATION_VPC_ID \
--peer-cloud-account upcloud \
--peer-vpc UPCLOUD_SDN_NETWORK_UUID
```
8 changes: 4 additions & 4 deletions docs/platform/howto/manage-organization-vpc.md
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ Run [avn service create](/docs/tools/cli/service-cli#avn-cli-service-create):
```bash
avn service create SERVICE_NAME \
--project PROJECT_NAME \
--vpc-id ORGANIZATION_VPC_ID \
--project-vpc-id ORGANIZATION_VPC_ID \
--type SERVICE_TYPE \
--plan SERVICE_PLAN \
--cloud CLOUD_PROVIDER_REGION
@@ -211,7 +211,7 @@ Run [avn service update](/docs/tools/cli/service-cli#avn-cli-service-update):

```bash
avn service update SERVICE_NAME \
--vpc-id ORGANIZATION_VPC_ID
--project-vpc-id ORGANIZATION_VPC_ID
```

Replace the following:
@@ -275,13 +275,13 @@ Run the `avn organization vpc delete` command:
```bash
avn organization vpc delete \
--organization-id ORGANIZATION_ID \
--vpc-id VPC_ID
--project-vpc-id ORGANIZATION_VPC_ID
```

Replace the following:

- `ORGANIZATION_ID` with the ID of your Aiven organization, for example, `org1a2b3c4d5e6`
- `VPC_ID` with the ID of your Aiven organization VPC, for example,
- `ORGANIZATION_VPC_ID` with the ID of your Aiven organization VPC, for example,
`12345678-1a2b-3c4d-5f6g-1a2b3c4d5e6f`

</TabItem>
2 changes: 1 addition & 1 deletion docs/platform/howto/vpc-peering-gcp.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ creating the peering both from the VPC in Aiven and from the VPC in Google Cloud

### Collect data from Google Cloud

To [create a peering in Aiven](/docs/platform/howto/vpc-peering-gcp#create-a-peering-in-aiven),
To [create a peering in Aiven](/docs/platform/howto/vpc-peering-gcp#create-the-peering-in-aiven),
first collect required data from Google Cloud:

<CollectDataGoogle/>
2 changes: 1 addition & 1 deletion docs/platform/howto/vpc-peering-upcloud.md
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ type networks.

### Collect data from UpCloud

To [create a peering in Aiven](/docs/platform/howto/vpc-peering-upcloud#create-a-peering-in-aiven),
To [create a peering in Aiven](/docs/platform/howto/vpc-peering-upcloud#create-the-peering-in-aiven),
first collect required data from UpCloud using either the
[UpCloud Control Panel](https://hub.upcloud.com/) or the
[UpCloud API](https://developers.upcloud.com/1.3/):
4 changes: 2 additions & 2 deletions static/includes/vpc/accept-peering-upcloud.md
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@ POST /1.3/network-peering HTTP/1.1
| ------------------- | -------------------------- | ------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| `configured_status` | `active` or `disabled` | `active` | No | Controls whether the peering is administratively up or down. | `active` |
| `name` | String of 1-255 characters | None | Yes | Descriptive name for the peering | `peering upcloud->aiven` |
| `network.uuid` | Valid network UUID | None | Yes | Sets the local network of the peering. Use the UUID you acquired in [Get UpCloud SDN network UUID](/docs/platform/howto/vpc-peering-upcloud#upcloud-uuid). | `03126dc1-a69f-4bc2-8b24-e31c22d64712` |
| `peer_network.uuid` | Valid network UUID | None | Yes | Sets the peer network of the peering. Use the UUID you acquired in [Set up VPC peering from Aiven](/docs/platform/howto/vpc-peering-upcloud#avn-uuid). | `03585987-bf7d-4544-8e9b-5a1b4d74a333` |
| `network.uuid` | Valid network UUID | None | Yes | Sets the local network of the peering. Use the UpCloud SDN network UUID. | `03126dc1-a69f-4bc2-8b24-e31c22d64712` |
| `peer_network.uuid` | Valid network UUID | None | Yes | Sets the peer network of the peering. Use the Aiven VPC network ID. | `03585987-bf7d-4544-8e9b-5a1b4d74a333` |

#### Expected response

0 comments on commit d58c3dc

Please sign in to comment.