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
69145496
Commit
69145496
authored
1 year ago
by
Zuul
Committed by
Gerrit Code Review
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge "Use dummy1 as bridge port instead of eth1"
parents
280e84be
06f405dc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/contributor/automated.rst
+8
-8
8 additions, 8 deletions
doc/source/contributor/automated.rst
with
8 additions
and
8 deletions
doc/source/contributor/automated.rst
+
8
−
8
View file @
69145496
...
...
@@ -76,8 +76,8 @@ your environment for use with Vagrant and bring up a Vagrant VM.
If not using Vagrant, the default development configuration expects the
presence of a bridge interface on the OpenStack controller host to carry
control plane traffic. The bridge should be named ``breth1`` with a single
port ``
eth
1``, and an IP address of ``192.168.33.3/24``. This can be
modified
by editing
port ``
dummy
1``, and an IP address of ``192.168.33.3/24``. This can be
modified
by editing
``config/src/kayobe-config/etc/kayobe/inventory/group_vars/controllers/network-interfaces``.
This can be added using the following commands::
...
...
@@ -85,9 +85,9 @@ This can be added using the following commands::
sudo ip l add breth1 type bridge
sudo ip l set breth1 up
sudo ip a add 192.168.33.3/24 dev breth1
sudo ip l add
eth
1 type dummy
sudo ip l set
eth
1 up
sudo ip l set
eth
1 master breth1
sudo ip l add
dummy
1 type dummy
sudo ip l set
dummy
1 up
sudo ip l set
dummy
1 master breth1
Configuration
-------------
...
...
@@ -254,9 +254,9 @@ Alternatively, this can be added using the following commands::
sudo ip l add breth1 type bridge
sudo ip l set breth1 up
sudo ip a add 192.168.33.5/24 brd 192.168.33.255 dev breth1
sudo ip l add
eth
1 type dummy
sudo ip l set
eth
1 up
sudo ip l set
eth
1 master breth1
sudo ip l add
dummy
1 type dummy
sudo ip l set
dummy
1 up
sudo ip l set
dummy
1 master breth1
Usage
-----
...
...
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