You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/02/28 08:13:56 UTC

[incubator-dlab] branch DLAB-1595 updated (c8ec5ac -> 23e1cad)

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a change to branch DLAB-1595
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


 discard c8ec5ac  [DLAB-1595]: removed dependency for nif and sg
 discard 20698b1  [DLAB-1595]: added dependency for nif
 discard df3bfd0  [DLAB-1595]: added dependency for sg
     new 23e1cad  [DLAB-1595]: added dependency for nif

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c8ec5ac)
            \
             N -- N -- N   refs/heads/DLAB-1595 (23e1cad)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 infrastructure-provisioning/terraform/azure/endpoint/main/network.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: [DLAB-1595]: added dependency for nif

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-1595
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 23e1cadfad820fd9cd0076329ce294a0965990a6
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 28 10:13:40 2020 +0200

    [DLAB-1595]: added dependency for nif
---
 infrastructure-provisioning/terraform/azure/endpoint/main/network.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
index 23557a0..4ab798b 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
@@ -79,7 +79,7 @@ resource "azurerm_network_interface" "endpoint-nif" {
   name                      = local.endpoint_nif_name
   location                  = data.azurerm_resource_group.data-endpoint-resource-group.location
   resource_group_name       = data.azurerm_resource_group.data-endpoint-resource-group.name
-
+  depends_on                = [azurerm_virtual_network.endpoint-network]
   ip_configuration {
     name                          = "configuration"
     subnet_id                     = data.azurerm_subnet.data-endpoint-subnet.id


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org