Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
EasyCloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DSDF
EasyCloud
Commits
b7c1c2d8
Commit
b7c1c2d8
authored
4 years ago
by
Massimo Canonico
Browse files
Options
Downloads
Plain Diff
Merge branch 'cinghio/easycloud-20018385_corrections'
parents
49a21dda
c8364ff2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
20018385 corrections
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/metamonitor.py
+1
-1
1 addition, 1 deletion
core/metamonitor.py
modules/gcp_libcloud/settings.cfg.template
+2
-2
2 additions, 2 deletions
modules/gcp_libcloud/settings.cfg.template
with
3 additions
and
3 deletions
core/metamonitor.py
+
1
−
1
View file @
b7c1c2d8
...
...
@@ -56,7 +56,7 @@ class MetaMonitor(ABC):
self
.
conf
=
conf
self
.
commands_queue
=
commands_queue
self
.
measurements_queue
=
measurements_queue
self
.
_metrics_file
=
metrics_file
if
metrics_file
is
not
None
else
DEFAULT_METRICS_FILE
self
.
_metrics_file
=
metrics_file
self
.
metrics
=
None
...
...
This diff is collapsed.
Click to expand it.
modules/gcp_libcloud/settings.cfg.template
+
2
−
2
View file @
b7c1c2d8
...
...
@@ -8,12 +8,12 @@
# (the name value is up to you). Click on "create" button and you will obtain "your client ID" and
# "your client secret" to paste into to gcp_access_key_id and gcp_secret_access_key respectively.
# The gpc_project is the id of the project that you can read by clicking on the project name at the top of the
# web console, just next to "google cloud platfom" wording. The last field, gcp_
datacenter can be "none"
.
# web console, just next to "google cloud platfom" wording. The last field, gcp_
zone must contain a valid zone (es: us-west1-a)
.
gcp_access_key_id =
gcp_secret_access_key =
gcp_project_id =
gcp_
datacenter
=
gcp_
zone
=
[alwaysfree]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment