Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-computing-msc-ai-examples
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Rieger
cloud-computing-msc-ai-examples
Commits
7c8feecf
Commit
7c8feecf
authored
1 year ago
by
Sebastian Rieger
Browse files
Options
Downloads
Patches
Plain Diff
added cloud.yaml example and renamed openrc example
parent
e63fa984
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CloudComp-example-openrc
+0
-0
0 additions, 0 deletions
CloudComp-example-openrc
clouds-example.yaml
+22
-0
22 additions, 0 deletions
clouds-example.yaml
with
22 additions
and
0 deletions
CloudComp-openrc
→
CloudComp-
example-
openrc
+
0
−
0
View file @
7c8feecf
File moved
This diff is collapsed.
Click to expand it.
clouds-example.yaml
0 → 100644
+
22
−
0
View file @
7c8feecf
# This is a clouds.yaml file, which can be used by OpenStack tools as a source
# of configuration on how to connect to a cloud. If this is your only cloud,
# just put this file in ~/.config/openstack/clouds.yaml and tools like
# python-openstackclient will just work with no further config. (You will need
# to add your password to the auth section)
# If you have more than one cloud account, add the cloud entry to the clouds
# section of your existing file and you can refer to them by name with
# OS_CLOUD=openstack or --os-cloud=openstack
clouds
:
openstack
:
auth
:
# auth_url: https://private-cloud.example.com:5000/v3
# auth_url: https://private-cloud2.example.com:5000/v3
auth_url
:
https://10.32.4.182:5000/v3
username
:
"
CloudComp0"
password
:
"
demo"
# project_id: bba62cf6bf0b447491829d207e1b05f9
project_name
:
"
CloudComp0"
user_domain_name
:
"
Default"
region_name
:
"
RegionOne"
interface
:
"
public"
identity_api_version
:
3
\ No newline at end of file
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