Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
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
Kayobe
Commits
3cdc055b
"...kolla-ansible.git" did not exist on "e2452906f3389e0ae2fa704ee4ce431e1c9f832b"
Commit
3cdc055b
authored
7 years ago
by
Kevin TIBI
Browse files
Options
Downloads
Patches
Plain Diff
add conf regex for build image
parent
1b96a208
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/group_vars/all/kolla
+26
-2
26 additions, 2 deletions
ansible/group_vars/all/kolla
ansible/roles/kolla-ansible/vars/main.yml
+1
-0
1 addition, 0 deletions
ansible/roles/kolla-ansible/vars/main.yml
with
27 additions
and
2 deletions
ansible/group_vars/all/kolla
+
26
−
2
View file @
3cdc055b
...
...
@@ -106,18 +106,28 @@ seed_container_image_sets:
# List of regular expressions matching names of container images to build for
# controllers.
controller_container_image_regex_map:
- regex: aodh
enabled: "{{ kolla_enable_aodh | bool }}"
- regex: barbican
enabled: "{{ kolla_enable_barbican | bool }}"
- regex: ceilometer
enabled: "{{ kolla_enable_ceilometer | bool }}"
- regex: cinder
enabled: True
- regex: cron
enabled: True
- regex: designate
enabled: "{{ kolla_enable_designate | bool }}"
- regex: dnsmasq
enabled: True
- regex: elasticsearch
enabled: "{{ kolla_enable_elasticsearch | bool }}"
- regex: fluentd
enabled: True
- regex: glance
enabled: "{{ kolla_enable_glance | bool }}"
- regex: gnocchi
enabled: "{{ kolla_enable_gnocchi | bool }}"
- regex: haproxy
enabled: True
- regex: heat
...
...
@@ -132,6 +142,8 @@ controller_container_image_regex_map:
enabled: True
- regex: keystone
enabled: True
- regex: kibana
enabled: "{{ kolla_enable_kibana | bool }}"
- regex: kolla-toolbox
enabled: True
- regex: magnum
...
...
@@ -155,6 +167,8 @@ controller_container_image_regex_map:
enabled: True
- regex: sahara
enabled: "{{ kolla_enable_sahara | bool }}"
- regex: skydive
enabled: "{{ kolla_enable_skydive | bool }}"
- regex: swift
enabled: "{{ kolla_enable_swift | bool }}"
- regex: tgtd
...
...
@@ -242,18 +256,28 @@ kolla_openstack_logging_debug: "False"
###############################################################################
# Kolla feature flag configuration.
kolla_enable_aodh: "no"
kolla_enable_barbican: "no"
kolla_enable_central_logging: "no"
kolla_enable_ceph: "no"
kolla_enable_ceilometer: "no"
kolla_enable_designate: "no"
kolla_enable_elasticsearch: "{{ 'yes' if kolla_enable_central_logging | bool or kolla_enable_freezer | bool or kolla_enable_osprofiler | bool or kolla_enable_skydive | bool else 'no' }}"
kolla_enable_freezer: "no"
kolla_enable_glance: "yes"
kolla_enable_gnocchi: "no"
kolla_enable_haproxy: "yes"
kolla_enable_heat: "yes"
kolla_enable_horizon: "yes"
kolla_enable_ironic: "yes"
kolla_enable_neutron: "yes"
kolla_enable_nova: "yes"
kolla_enable_kibana: "{{ 'yes' if kolla_enable_central_logging | bool else 'no' }}"
kolla_enable_magnum: "no"
kolla_enable_murano: "no"
kolla_enable_neutron: "yes"
kolla_enable_nova: "yes"
kolla_enable_osprofiler: "no"
kolla_enable_sahara: "no"
kolla_enable_skydive: "no"
kolla_enable_swift: "no"
###############################################################################
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/kolla-ansible/vars/main.yml
+
1
−
0
View file @
3cdc055b
...
...
@@ -88,6 +88,7 @@ kolla_feature_flags:
-
influxdb
-
ironic
-
karbor
-
kibana
-
kuryr
-
magnum
-
manila
...
...
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