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
9c22d474
Commit
9c22d474
authored
5 years ago
by
sguazt
Browse files
Options
Downloads
Patches
Plain Diff
[openstack] Added template file for OpenStack settings
parent
8f13703a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/openstack_libcloud/settings.cfg.template
+43
-0
43 additions, 0 deletions
modules/openstack_libcloud/settings.cfg.template
with
43 additions
and
0 deletions
modules/openstack_libcloud/settings.cfg.template
0 → 100644
+
43
−
0
View file @
9c22d474
[openstack]
# OpenStack Parameters
#
# API keys and default region definition. Keys can be obtained through the
# OpenStack Dashboard under Compute > Access & Security > Show Credentials
os_auth_url =
os_username =
os_password =
# Project ID/Name can sometimes be referred as Tenant ID/Name
os_project_name =
os_project_id =
# Region (e.g., in Chameleon Cloud it can be RegionOne, CHI@TACC or CHI@UC)
os_region =
# The client used to connect to the metering service; one of:
# - ceilometerclient: this is the Python bindings to Ceilometer API v2
# - gnocchi: this is the Gnocchi client [default]
#os_telemetry_metering = "ceilometerclient"
os_telemetry_metering = "gnocchi"
[re_demo]
# Reservation ID for cloning an instance with the Agent
# You can find this ID under Reservation > Leases >
# <Your Lease Name> > Reservations > id
demo_reservation_id =
[options]
# Time in seconds between measurements fetches
monitor_fetch_period = 60
# Granularity of the measurements in seconds
# Note: minimum value is 60 seconds
granularity = 60
# How many measurements are retrieved for a single metric each time
window_size = 5
# Minimum number of measurements (1-window_size) positive to a rule
# that must be positive in order to trigger an action
minimum_positive = 3
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