You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update naas docs to call out expectations on network attachments
We have cases where users will have network
attachments with a list of projects allowed on it.
We are making changes to the service to handle
this better and float the error to the user.
This change calls out what the user sees and
should do in a situation where flow they have
project allowlists on the network attachment.
Copy file name to clipboardExpand all lines: content/nginxaas-google/getting-started/create-deployment/deploy-console.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Before you can deploy NGINXaaS, follow the steps in the [Prerequisites]({{< ref
18
18
19
19
### Create a network attachment
20
20
21
-
NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to connect your consumer Virtual Private Cloud (VPC) network and your NGINXaaS deployment's VPC network.
21
+
NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to connect your NGINXaaS deployment to your VPC network.
22
22
23
23
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
24
24
1. Create a consumer VPC network and subnetwork. See [Google's documentation on creating a VPC and subnet](https://cloud.google.com/vpc/docs/create-modify-vpc-networks#console_1) for a step-by-step guide.
25
-
- The region you choose in this step must match the region where your NGINXaaS deployment will be created.
26
-
1. Create a network attachment in your new subnet that automatically accepts connections. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#console_1) for a step-by-step guide.
25
+
- The region you choose in this step **must match** the region where you want your NGINXaaS deployment to be created in.
26
+
1. Create a network attachment in your new subnet. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments) for a step-by-step guide.
27
27
1. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
28
28
29
29
{{< call-out "caution" >}}NGINXaaS for Google Cloud currently supports the following regions:
@@ -68,6 +68,8 @@ Next, create a new NGINXaaS deployment using the NGINXaaS Console:
68
68
69
69
Your new deployment will appear in the list of deployments. The status of the deployment will be "Pending" while the deployment is being created. Once the deployment is complete, the status will change to "Ready".
70
70
71
+
{{< call-out "important" >}}**If your network attachment has a list of allowed Google project IDs**, you will have to allow the **NGINXaaS deployment project** in the network attachment for the deployment to provision successfully. The NGINXaaS deployment project ID can be found under the `Cloud Info` section for your deployment. Failing to do so will leave the deployment in a `pending` state, with details provided on the necessary actions required to proceed.{{< /call-out >}}
Copy file name to clipboardExpand all lines: content/nginxaas-google/glossary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ This document provides definitions for terms and acronyms commonly used in F5 NG
18
18
| GC (Geographical Controller)| Geographical Controller (GC) is a control plane that serves users in a given geographical boundary while taking into account concerns relating to data residency and localization. Example: A US geographical controller serves US customers. We currently have presence in two Geographies: **US** and **EU**. |
19
19
| NGINXaas Account | Represents a Google Cloud procurement with an active Marketplace NGINXaaS subscription, linked to a billing account. To create an account, see the signup documentation in [prerequisites]({{< ref "/nginxaas-google/getting-started/prerequisites.md" >}}). |
20
20
| NGINXaaS User | NGINXaaS Users are granted access to all resources in the NGINXaaS Account. User authentication is performed securely via Google Cloud, requiring a matching identity. Individuals can be added as users to multiple NGINXaaS Accounts, and can switch between them using the steps documented below. |
21
-
| Network attachment | A Google Cloud resource that enables a VM instance to connect to a VPC network. [More information](https://cloud.google.com/vpc/docs/about-network-attachments). |
22
21
| VPC network | A Virtual Private Cloud (VPC) network is a virtual version of a physical network, implemented within Google Cloud. It provides networking functionality for your Google Cloud resources. [More information](https://cloud.google.com/vpc/docs/vpc). |
22
+
| Network attachment | A Google Cloud resource that connects your NGINXaaS deployment to upstream applications in your VPC network. [More information](https://cloud.google.com/vpc/docs/about-network-attachments). |
0 commit comments