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
96e08e77
Commit
96e08e77
authored
6 years ago
by
Zuul
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Use overlay Docker storage driver for seed-base"
parents
f97582c4
b2a5ef3d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
playbooks/kayobe-seed-base/overrides.yml.j2
+0
-6
0 additions, 6 deletions
playbooks/kayobe-seed-base/overrides.yml.j2
playbooks/kayobe-seed-base/pre.yml
+0
-11
0 additions, 11 deletions
playbooks/kayobe-seed-base/pre.yml
with
0 additions
and
17 deletions
playbooks/kayobe-seed-base/overrides.yml.j2
+
0
−
6
View file @
96e08e77
...
...
@@ -12,9 +12,3 @@ kolla_upper_constraints_file: "/tmp/upper-constraints.txt"
# NOTE(mgoddard): We're using a cirros image, which doesn't require the
# resolv.conf work around used for CentOS.
overcloud_host_image_workaround_resolv_enabled: false
# NOTE(mgoddard): Use a loopback-mounted LVM volume for docker storage since
# the overlay driver doesn't work with the ansible template module until
# ansible 2.4.0, and this is required by bifrost.
seed_lvm_group_data_disks:
- /dev/loop0
This diff is collapsed.
Click to expand it.
playbooks/kayobe-seed-base/pre.yml
+
0
−
11
View file @
96e08e77
...
...
@@ -66,17 +66,6 @@
src
:
bifrost-overrides.yml.j2
dest
:
"
{{
kayobe_config_src_dir
}}/etc/kayobe/kolla/config/bifrost/bifrost.yml"
# NOTE(mgoddard): Create a loopback device backed by a file for docker
# storage. We do this since the overlay driver doesn't work with the
# ansible template module until ansible 2.4.0, and this is required by
# bifrost.
-
name
:
Ensure a docker storage backing file exists
command
:
truncate -s 20G /tmp/docker-storage
-
name
:
Ensure the docker storage loopback device is created
command
:
losetup /dev/loop0 /tmp/docker-storage
become
:
true
# NOTE(mgoddard): The kayobe dev config by default expects a bridge -
# breth1 - to exist on the seed with an IP address of 192.168.33.5.
-
name
:
Ensure all-in-one network bridge interface exists
...
...
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