Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
sometimes, then, the command 'rmmod kvm_intel' fails."
|
|
Build Fuel OpenDaylight plugin and make it accessible on Fuel Master
inside /opt/opnfv directory.
JIRA: FUEL-30
Change-Id: I5297c0fa70207c3631a0cdf205559fcb55d13554
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
|
|
Change-Id: I3a609029080111c282d209c2feefcadeae34283e
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
There might be VMs leftovers sometimes, then, the command
'rmmod kvm_intel' fails.
Change-Id: Iaacfa2182a8f867f5f28a79930f5520d9689156f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
The patch files were modifying behavior already addressed by changes
in the Fuel config in terms of boot arguments.
Change-Id: Icb5af0e3a75a71e8c26fb646fc734189bf16b7c8
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
Starting with Fuel 6.1, the Ubuntu repositories are no longer stored
on the Fuel ISO, but by default fetched from the Internet during
installation (the exact URI can be modified in the Fuel configuration).
In order to being able to handle a deployment scenario where the Fuel
node has no Internet connectivity, the OPNFV Fuel ISO is adding the
necessary repositories into /var/www/nailgun by fetching them during
the generation of the ISO.
The actual fetching is done by a Fuel provided package,
fuel-createmirror.deb, which can be found in /opt of the Fuel master
(but which is run outside Fuel in the context of the build process
when generating the OPNFV ISO).
An additional OPNFV post installation script is added as
/opt/opnfv/bootstrap/post.d/03_install_repo.sh
which will populate /var/www/nailgun with these repositories in the
late stage of the bootstrap_admin_node process.
Important!
In order to use these repositories For deployment, the default Fuel
repo configuration must be changed as below:
Repository "mos-updates"
URI="deb http://10.20.0.2:8080/mos-ubuntu mos6.1-updates main restricted"
Repository "mos-security"
URI="deb http://10.20.0.2:8080/mos-ubuntu mos6.1-security main restricted"
Repository "mos-holdback"
URI="deb http://10.20.0.2:8080/mos-ubuntu mos6.1-holdback main restricted"
Repository "ubuntu"
URI="deb http://10.20.0.2:8080/ubuntu-part trusty main"
Repository "ubuntu-security"
URI="deb http://10.20.0.2:8080/ubuntu-part trusty main"
Repository "ubuntu-updates"
URI="deb http://10.20.0.2:8080/ubuntu-part trusty main"
Change-Id: I25211bd3f277b560808fd838180aa52e278af404
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
OPNFV Arno SR1 uses ODL Helium SR4, so link to the Helium CBS repo.
Also add links to the RPM building logic in Integration/Packaging.
JIRA: APEX-21
Change-Id: Iaa4b7bc890ced2deb17fa7b0c2f6ba676dbe69c6
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit 14ffa4eeb4c5b03ab972f2449546891b0598409a)
|
|
|
|
OPNFV Arno SR1 uses ODL Helium SR4, so link to the Helium CBS repo.
Also add links to the RPM building logic in Integration/Packaging.
JIRA: APEX-21
Change-Id: Iaa4b7bc890ced2deb17fa7b0c2f6ba676dbe69c6
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
|
|
JIRA: APEX-21
Change-Id: Iea656b3a6f8bc9571920afa8f5ba63036ac5c653
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 37c01214db85cbd5a3940bf5cdb9ff12e260149e)
|
|
|
|
Bug where default gateway was always being set to the first IP in the
subnet. Now should detect correct public gateway. This only impacts
the default gateway configured on the external neturon
"provider_subnet".
JIRA: APEX-37
Change-Id: I0296fa7149679a0f2eb47f7d65e0011f366c1147
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit f5032bce67f6b7b8f8c5186b6f64e83bd113338e)
|
|
JIRA: APEX-21
Change-Id: Iea656b3a6f8bc9571920afa8f5ba63036ac5c653
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Bug where default gateway was always being set to the first IP in the
subnet. Now should detect correct public gateway. This only impacts
the default gateway configured on the external neturon
"provider_subnet".
JIRA: APEX-37
Change-Id: I0296fa7149679a0f2eb47f7d65e0011f366c1147
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
Change-Id: I7eb03139d947fbf8fbe1562eb87bf484a2799faa
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Change-Id: I7eb03139d947fbf8fbe1562eb87bf484a2799faa
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Puppet relies on facter to gather host facts, including domain name.
Unfortunately facter gathers domain name by looking at the first domain
listed in /etc/resolv.conf, rather than the domain name set on the host.
This fix corrects the domain in that file.
JIRA: APEX-36
Change-Id: If4e4a0b9f82e562463d97ceeee6b7dfd445e3bdc
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit d4ccd3bdf95f4250747f72d0ca98a19f3656d128)
|
|
Puppet relies on facter to gather host facts, including domain name.
Unfortunately facter gathers domain name by looking at the first domain
listed in /etc/resolv.conf, rather than the domain name set on the host.
This fix corrects the domain in that file.
JIRA: APEX-36
Change-Id: If4e4a0b9f82e562463d97ceeee6b7dfd445e3bdc
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Starting with Fuel 6.1, the Ubuntu repositories are no longer stored
on the Fuel ISO, but by default fetched from the Internet during
installation (the exact URI can be modified in the Fuel configuration).
In order to being able to handle a deployment scenario where the Fuel
node has no Internet connectivity, the OPNFV Fuel ISO is adding the
necessary repositories into /var/www/nailgun by fetching them during
the generation of the ISO.
The actual fetching is done by a Fuel provided package,
fuel-createmirror.deb, which can be found in /opt of the Fuel master
(but which is run outside Fuel in the context of the build process
when generating the OPNFV ISO).
An additional OPNFV post installation script is added as
/opt/opnfv/bootstrap/post.d/03_install_repo.sh
which will populate /var/www/nailgun with these repositories in the
late stage of the bootstrap_admin_node process.
Important!
In order to use these repositories For deployment, the default Fuel
repo configuration must be changed as below:
Repository "mos-updates"
URI="deb http://10.20.0.2:8080/mos-ubuntu mos6.1-updates main restricted"
Repository "mos-security"
URI="deb http://10.20.0.2:8080/mos-ubuntu mos6.1-security main restricted"
Repository "mos-holdback"
URI="deb http://10.20.0.2:8080/mos-ubuntu mos6.1-holdback main restricted"
Repository "ubuntu"
URI="deb http://10.20.0.2:8080/ubuntu-part trusty main"
Repository "ubuntu-security"
URI="deb http://10.20.0.2:8080/ubuntu-part trusty main"
Repository "ubuntu-updates"
URI="deb http://10.20.0.2:8080/ubuntu-part trusty main"
Change-Id: I25211bd3f277b560808fd838180aa52e278af404
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
|
|
Change-Id: I6737a2a2300ceba22bc3858fb947d409a3caa927
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Change-Id: I6737a2a2300ceba22bc3858fb947d409a3caa927
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Simply use a new argument "-single_baremetal_nic <nic name>" to define which NIC to
bridge to on your host. Also ensure when using this arg that your
ksgen_settings file has mac_address and private_mac as the same value
for your controllers (since you are using a single interface).
JIRA: APEX-33
Change-Id: I69095ccc4b907ae3c6ea3e88b2d1c9af9894c5cb
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit f6947d7d35d5b0dd3a8a38152a367d9422b81279)
|
|
|
|
|
|
|
|
Change-Id: I429d41ea9942321fb4768a5a4d46d0976adbf47d
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Change-Id: I429d41ea9942321fb4768a5a4d46d0976adbf47d
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
- config.mk
- cache.mk
- Upstream fuel commit-id
This should avoid any cache flapping, and insted produce a unique cache for any permutation of the above identities.
Change-Id: Ieb28748ae9075725e54f6a5e87740281bf81116e
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
- config.mk
- cache.mk
- Upstream fuel commit-id
This should avoid any cache flapping, and insted produce a unique cache for any permutation of the above identities.
Change-Id: Ieb28748ae9075725e54f6a5e87740281bf81116e
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: Ia1ded0e6de426b97de6aec9c0ff5225ea63a8c91
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
into stable/arno
|
|
|
|
Change-Id: Ia1ded0e6de426b97de6aec9c0ff5225ea63a8c91
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Simply use a new argument "-single_baremetal_nic <nic name>" to define which NIC to
bridge to on your host. Also ensure when using this arg that your
ksgen_settings file has mac_address and private_mac as the same value
for your controllers (since you are using a single interface).
JIRA: APEX-33
Change-Id: I69095ccc4b907ae3c6ea3e88b2d1c9af9894c5cb
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Move plugin installation in Fuel installer
Change-Id: Ibb24da448681fb70686a1f59738bd9fdda12e9d0
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
-Remove pre-deploy mechanism
-Update reaping mechanism
-Remove old DEA, DHA configuration files
Change-Id: Ibc28d148bc23992e940e0247873a226d92fb7af7
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
Move plugin installation in Fuel installer
Change-Id: Ibb24da448681fb70686a1f59738bd9fdda12e9d0
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
|
|
BGS-84
After the changes to br-ex on the control nodes. The default route
was no longer correct on the control nodes in bare metal deployments.
Added an admin_network paramater for barmetal deployments.
Added logic on br-ex in to set DEROUTE=no on the admin network
in the extern_net_presetup.
Tested on HA physical deployment.
Change-Id: Ic4b1ef521da2c55590990411f3f2444d4c94b019
Signed-off-by: randyl <r.levensalor@cablelabs.com>
(cherry picked from commit 7dc718a545c2da1b7bf150bf652705aeb98b245c)
|
|
Change-Id: Ief101627e2af51c4b565dcb5d230922c5f113c8d
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 0011674c45680df6c1fe9491c974eb3e57a4a0fe)
|
|
Change-Id: Ief101627e2af51c4b565dcb5d230922c5f113c8d
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: I715f47461622f2d26a492eb61d68b20ca84825aa
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 4d23d9a0079735322c88e53a8ebb1c4d2c0b1566)
|
|
Change-Id: I715f47461622f2d26a492eb61d68b20ca84825aa
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: I904a4b8ebcab5aedefef287ff8bb5357dae8e3ff
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: I904a4b8ebcab5aedefef287ff8bb5357dae8e3ff
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|
|
Change-Id: I69689767e423cf469b5fdf2e40bb0cc931628002
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
|