Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IronicDrivers
ci-project-config
Commits
e2523332
Commit
e2523332
authored
Mar 06, 2017
by
Ricardo Araujo
Browse files
Merge branch 'patch-1' into 'master'
Fix name device interface eth1 -> ens3 See merge request
!10
parents
484ca178
7f79532a
Changes
1
Hide whitespace changes
Inline
Side-by-side
jenkins/jobs/ironic.yaml
View file @
e2523332
...
...
@@ -269,10 +269,10 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"DEFAULT_IMAGE_NAME={user-image-name}"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"DEFAULT_INSTANCE_USER=ubuntu"
sudo ip addr add {ironic-net-prefix}.254/24 dev e
th1
sudo ip addr add {ironic-net-prefix}.254/24 dev e
ns3
# public network
export DEVSTACK_LOCAL_CONFIG+=$'\n'"PUBLIC_INTERFACE=e
th1
"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"PUBLIC_INTERFACE=e
ns3
"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IP_VERSION=4"
# Neutron options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment