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
1f3cb24a
Commit
1f3cb24a
authored
4 years ago
by
xiaojueguan
Browse files
Options
Downloads
Patches
Plain Diff
make murano work with endpoints with non-public CA
Change-Id: Ic0d0543b6ad93743eae2a144e8a3b07de54e6d96 Closes-Bug: #1878344
parent
7d73246f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/murano/tasks/import_library_packages.yml
+6
-3
6 additions, 3 deletions
ansible/roles/murano/tasks/import_library_packages.yml
with
6 additions
and
3 deletions
ansible/roles/murano/tasks/import_library_packages.yml
+
6
−
3
View file @
1f3cb24a
...
...
@@ -19,8 +19,9 @@
--os-username {{ openstack_auth.username }}
--os-password {{ keystone_admin_password }}
--os-project-name {{ openstack_auth.project_name }}
{% if openstack_cacert != '' %}--os-cacert {{ openstack_cacert }}{% endif %}
--os-auth-url {{ keystone_admin_url }}
--murano-url {{ admin_protocol }}://{{
api
_inter
face_address
| put_address_in_context('url') }}:{{ murano_api_port }}
--murano-url {{ admin_protocol }}://{{
kolla
_inter
nal_fqdn
| put_address_in_context('url') }}:{{ murano_api_port }}
package-list
register
:
status
changed_when
:
False
...
...
@@ -34,8 +35,9 @@
--os-username {{ openstack_auth.username }}
--os-password {{ keystone_admin_password }}
--os-project-name {{ openstack_auth.project_name }}
{% if openstack_cacert != '' %}--os-cacert {{ openstack_cacert }}{% endif %}
--os-auth-url {{ keystone_admin_url }}
--murano-url {{ admin_protocol }}://{{
api
_inter
face_address
| put_address_in_context('url') }}:{{ murano_api_port }}
--murano-url {{ admin_protocol }}://{{
kolla
_inter
nal_fqdn
| put_address_in_context('url') }}:{{ murano_api_port }}
package-import --exists-action u --is-public /io.murano.zip
run_once
:
True
delegate_to
:
"
{{
groups['murano-api'][0]
}}"
...
...
@@ -49,8 +51,9 @@
--os-username {{ openstack_auth.username }}
--os-password {{ keystone_admin_password }}
--os-project-name {{ openstack_auth.project_name }}
{% if openstack_cacert != '' %}--os-cacert {{ openstack_cacert }}{% endif %}
--os-auth-url {{ keystone_admin_url }}
--murano-url {{ admin_protocol }}://{{
api
_inter
face_address
| put_address_in_context('url') }}:{{ murano_api_port }}
--murano-url {{ admin_protocol }}://{{
kolla
_inter
nal_fqdn
| put_address_in_context('url') }}:{{ murano_api_port }}
package-import --exists-action u --is-public /io.murano.applications.zip
run_once
:
True
delegate_to
:
"
{{
groups['murano-api'][0]
}}"
...
...
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