You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datalab.apache.org by "Vira Vitanska (Jira)" <ji...@apache.org> on 2021/11/29 07:41:00 UTC

[jira] [Created] (DATALAB-2622) [GCP] SSN creation fails on stage of VPC creation

Vira Vitanska created DATALAB-2622:
--------------------------------------

             Summary: [GCP] SSN creation fails on stage of VPC creation
                 Key: DATALAB-2622
                 URL: https://issues.apache.org/jira/browse/DATALAB-2622
             Project: Apache DataLab
          Issue Type: Bug
      Security Level: Public (Regular Issues)
          Components: DataLab Main
    Affects Versions: v.2.5.2
            Reporter: Vira Vitanska
            Assignee: Leonid Frolov
             Fix For: v.2.5.2


*Steps to reproduce:*
 # Create SSN on GCP via Jenkins job

*Actual result:*
 # SSN creation fails:

{code:java}
Traceback (most recent call last):
  File "/root/scripts/ssn_prepare.py", line 109, in <module>
    ssn_conf['vpc_selflink'] = GCPMeta.get_vpc(ssn_conf['vpc_name'])['selfLink']
TypeError: string indices must be integers
Traceback (most recent call last):
  File "/root/fabfile.py", line 42, in run
    subprocess.run("~/scripts/{}.py --ssn_unique_index {}".format('ssn_prepare', ssn_config['ssn_unique_index']),
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args, {code}
*Expected result:*
 # SSN creation is successful

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@datalab.apache.org
For additional commands, e-mail: dev-help@datalab.apache.org