Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
public-items
ansible-sc_pack-public
Commits
9c797c24
Commit
9c797c24
authored
Mar 01, 2021
by
Carlos Torres
Browse files
Rearranging parameters.
parent
d93fed04
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/install_accelerator_client/files/accelerator_client/py-src/cloud_credentials/accelerator_utils.py
View file @
9c797c24
...
...
@@ -10,10 +10,10 @@ DEFAULT_REQUESTS_TIMEOUT = 300 # In seconds
def
create_deployment_site
(
authentication_token
,
description
=
''
,
tags
=
''
,
shimmercat_listen_port
,
shimmercat_http2https_port
shimmercat_http2https_port
,
description
=
''
,
tags
=
''
):
"""
Will create a deployment site instance on our cloud environment, and return
...
...
roles/install_accelerator_client/files/accelerator_client/py-src/cloud_credentials/entry_point.py
View file @
9c797c24
...
...
@@ -119,12 +119,11 @@ def main():
if
create_deployment
:
deployment_data
=
create_deployment_site
(
auth_token
,
description
=
description
,
tags
=
deployment_tags
,
shimmercat_listen_port
,
shimmercat_http2https_port
shimmercat_http2https_port
,
description
=
description
,
tags
=
deployment_tags
)
###todo
if
deployment_data
and
'error'
not
in
deployment_data
.
keys
():
deployment_id
=
deployment_data
[
'deployment_id'
]
link_deployment_site_to_domains
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment