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
c9e5b1ba
Commit
c9e5b1ba
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Set internal vip to vagrant private network"
parents
62ffe35c
5718356e
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
dev/vagrant/bootstrap.sh
+2
-0
2 additions, 0 deletions
dev/vagrant/bootstrap.sh
doc/vagrant-dev-env.rst
+1
-1
1 addition, 1 deletion
doc/vagrant-dev-env.rst
with
3 additions
and
1 deletion
dev/vagrant/bootstrap.sh
+
2
−
0
View file @
c9e5b1ba
...
@@ -154,6 +154,8 @@ function configure_kolla {
...
@@ -154,6 +154,8 @@ function configure_kolla {
# Set network interfaces
# Set network interfaces
sed
-i
-r
"s,^[# ]*network_interface:.+
$,
network_interface:
\"
eth1
\"
,"
/etc/kolla/globals.yml
sed
-i
-r
"s,^[# ]*network_interface:.+
$,
network_interface:
\"
eth1
\"
,"
/etc/kolla/globals.yml
sed
-i
-r
"s,^[# ]*neutron_external_interface:.+
$,
neutron_external_interface:
\"
eth2
\"
,"
/etc/kolla/globals.yml
sed
-i
-r
"s,^[# ]*neutron_external_interface:.+
$,
neutron_external_interface:
\"
eth2
\"
,"
/etc/kolla/globals.yml
# Set VIP address to be on the vagrant private network
sed
-i
-r
"s,^[# ]*kolla_internal_vip_address:.+
$,
kolla_internal_vip_address:
\"
172.28.128.254
\"
,"
/etc/kolla/globals.yml
}
}
# Configure the operator node and install some additional packages.
# Configure the operator node and install some additional packages.
...
...
This diff is collapsed.
Click to expand it.
doc/vagrant-dev-env.rst
+
1
−
1
View file @
c9e5b1ba
...
@@ -141,7 +141,7 @@ Validate OpenStack is operational::
...
@@ -141,7 +141,7 @@ Validate OpenStack is operational::
source /etc/kolla/admin-openrc.sh
source /etc/kolla/admin-openrc.sh
openstack user list
openstack user list
Or navigate to http://1
0.10.10
.254/ with a web browser.
Or navigate to http://1
72.28.128
.254/ with a web browser.
Further Reading
Further Reading
===============
===============
...
...
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