Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
okeanos-LoD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
okeanos-LoD
Commits
bc8822f9
Commit
bc8822f9
authored
Jul 29, 2015
by
Paschalis Korosoglou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix in master instance name
parent
bcf5e42b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/fokia/cluster_creator.py
core/fokia/cluster_creator.py
+1
-1
No files found.
core/fokia/cluster_creator.py
View file @
bc8822f9
...
@@ -28,7 +28,7 @@ if __name__ == "__main__":
...
@@ -28,7 +28,7 @@ if __name__ == "__main__":
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
provisioner
=
Provisioner
(
cloud_name
=
args
.
cloud
)
provisioner
=
Provisioner
(
cloud_name
=
args
.
cloud
)
provisioner
.
create_lambda_cluster
(
'
test_vm
'
,
slaves
=
args
.
slaves
,
provisioner
.
create_lambda_cluster
(
'
lambda-master
'
,
slaves
=
args
.
slaves
,
cluster_size
=
args
.
cluster_size
,
cluster_size
=
args
.
cluster_size
,
vcpus_master
=
args
.
vcpus_master
,
vcpus_master
=
args
.
vcpus_master
,
vcpus_slave
=
args
.
vcpus_slave
,
vcpus_slave
=
args
.
vcpus_slave
,
...
...
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