Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
cfbd96bb
Commit
cfbd96bb
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Move manila variable"
parents
c1400757
d786ac94
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/roles/manila/defaults/main.yml
+2
-2
2 additions, 2 deletions
ansible/roles/manila/defaults/main.yml
ansible/roles/manila/templates/manila.conf.j2
+2
-2
2 additions, 2 deletions
ansible/roles/manila/templates/manila.conf.j2
etc/kolla/passwords.yml
+0
-7
0 additions, 7 deletions
etc/kolla/passwords.yml
with
4 additions
and
11 deletions
ansible/roles/manila/defaults/main.yml
+
2
−
2
View file @
cfbd96bb
...
@@ -38,7 +38,7 @@ manila_v2_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{
...
@@ -38,7 +38,7 @@ manila_v2_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{
manila_logging_debug
:
"
{{
openstack_logging_debug
}}"
manila_logging_debug
:
"
{{
openstack_logging_debug
}}"
manila_keystone_user
:
"
manila"
manila_keystone_user
:
"
manila"
manila_service_instance_user
:
"
manila"
manila_
tenant_name
:
"
manila
_tenant
"
manila_
service_instance_password
:
"
manila"
openstack_manila_auth
:
"
{'auth_url':'{{
openstack_auth.auth_url
}}','username':'{{
openstack_auth.username
}}','password':'{{
openstack_auth.password
}}','project_name':'{{
openstack_auth.project_name
}}'}"
openstack_manila_auth
:
"
{'auth_url':'{{
openstack_auth.auth_url
}}','username':'{{
openstack_auth.username
}}','password':'{{
openstack_auth.password
}}','project_name':'{{
openstack_auth.project_name
}}'}"
This diff is collapsed.
Click to expand it.
ansible/roles/manila/templates/manila.conf.j2
+
2
−
2
View file @
cfbd96bb
...
@@ -67,8 +67,8 @@ driver_handles_share_servers = False
...
@@ -67,8 +67,8 @@ driver_handles_share_servers = False
# service VMs in Nova. And following are data for some specific image.
# service VMs in Nova. And following are data for some specific image.
# We used one defined in [1]
# We used one defined in [1]
# [1] https://github.com/openstack/manila/blob/6785cad9/devstack/plugin.sh#L86
# [1] https://github.com/openstack/manila/blob/6785cad9/devstack/plugin.sh#L86
service_instance_password = {{ service_instance_password }}
service_instance_password = {{
manila_
service_instance_password }}
service_instance_user = {{ service_instance_user }}
service_instance_user = {{
manila_
service_instance_user }}
service_image_name = manila-service-image
service_image_name = manila-service-image
# These will be used for keypair creation and inserted into service VMs.
# These will be used for keypair creation and inserted into service VMs.
...
...
This diff is collapsed.
Click to expand it.
etc/kolla/passwords.yml
+
0
−
7
View file @
cfbd96bb
...
@@ -69,13 +69,6 @@ manila_keystone_password: "password"
...
@@ -69,13 +69,6 @@ manila_keystone_password: "password"
memcache_secret_key
:
"
password"
memcache_secret_key
:
"
password"
####################
# Manila options
####################
service_instance_password
:
"
manila"
service_instance_user
:
"
manila"
####################
####################
# RabbitMQ options
# RabbitMQ options
####################
####################
...
...
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