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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 45778fc4e [DATALAB-2938]: changed image status from 'created' to 
'active'
     new b4f122bf7 Merge pull request #1615 from a1expol/develop
45778fc4e is described below

commit 45778fc4ecebec648ee9df8c8e11d3cb77b86b54
Author: Oleksandr Polishchuk <[email protected]>
AuthorDate: Tue Jul 26 10:50:04 2022 +0300

    [DATALAB-2938]: changed image status from 'created' to 'active'
---
 .../src/general/scripts/aws/common_create_notebook_image.py             | 2 +-
 .../src/general/scripts/azure/common_create_notebook_image.py           | 2 +-
 .../src/general/scripts/gcp/common_create_notebook_image.py             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py
 
b/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py
index 824e6070b..8cf7b510a 100644
--- 
a/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py
+++ 
b/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py
@@ -79,7 +79,7 @@ if __name__ == "__main__":
                        "full_image_name": image_conf['full_image_name'],
                        "project_name": image_conf['project_name'],
                        "application": image_conf['application'],
-                       "status": "created",
+                       "status": "active",
                        "Action": "Create image from notebook"}
                 result.write(json.dumps(res))
     except Exception as err:
diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
 
b/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
index a3cddbd8d..2ad06be29 100644
--- 
a/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
+++ 
b/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
@@ -119,7 +119,7 @@ if __name__ == "__main__":
                        "user_name": image_conf['user_name'],
                        "project_name": image_conf['project_name'],
                        "application": image_conf['application'],
-                       "status": "created",
+                       "status": "active",
                        "Action": "Create image from notebook"}
                 result.write(json.dumps(res))
     except Exception as err:
diff --git 
a/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py
 
b/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py
index 35237aec8..8c7b1b041 100644
--- 
a/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py
+++ 
b/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py
@@ -90,7 +90,7 @@ if __name__ == "__main__":
                        "secondary_image_name": 
image_conf['expected_secondary_image_name'],
                        "project_name": image_conf['project_name'],
                        "application": image_conf['application'],
-                       "status": "created",
+                       "status": "active",
                        "Action": "Create image from notebook"}
                 result.write(json.dumps(res))
     except Exception as err:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to