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
0361037b
Commit
0361037b
authored
Jul 29, 2015
by
Ioannis Tsafaras
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from pkoro/master_name_fix
Fix in master instance name
parents
bcf5e42b
396b1aec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
core/README.md
core/README.md
+4
-2
core/fokia/cluster_creator.py
core/fokia/cluster_creator.py
+1
-1
No files found.
core/README.md
View file @
0361037b
...
...
@@ -40,13 +40,13 @@ The script is responsible for creating the entire lambda instance.
```
[global]
default_cloud = lambda
ca_certs = /path/to/certs
;
ca_certs = /path/to/certs
[cloud "lambda"]
url = https://accounts.okeanos.grnet.gr/identity/v2.0
token = your-okeanos-token
```
Note that you may retrieve your ~okeanos API token, after logging into the service, by visiting
[
this page
][
api_link
]
.
-
Install required packages. Within the
`core`
directory execute
`sudo pip install -r requirements.txt`
.
-
Install package using
`sudo python setup.py install`
...
...
@@ -66,3 +66,5 @@ To test the library we use `tox`. In order to run the tests:
-
Run
`tox`
This will automatically create the testing environments required and run the tests
[
api_link
]:
https://accounts.okeanos.grnet.gr/ui/api_access
\ No newline at end of file
core/fokia/cluster_creator.py
View file @
0361037b
...
...
@@ -28,7 +28,7 @@ if __name__ == "__main__":
args
=
parser
.
parse_args
()
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
,
vcpus_master
=
args
.
vcpus_master
,
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