Alexandru Avadanii [Wed, 1 Jun 2016 14:43:17 +0000 (16:43 +0200)]
ISO: Use --joliet-long names.
Armband adds similar files, which tend to have long names and only
differ in suffixes (e.g. DEBs for amd64 vs arm64).
This works around ISO build error(s) like:
"genisoimage: Error:
./ubuntu/pool/main/g/golang-gogoprotobuf/golang-gogoprotobuf\
-dev_0.0~git20150828.0.
6cab0cc-1~u14.04+mos1_amd64.deb and
./ubuntu/pool/main/g/golang-gogoprotobuf/golang-gogoprotobuf\
-dev_0.0~git20150828.0.
6cab0cc-1~u14.04+mos1_arm64.deb
have the same Joliet name"
Change-Id: I89d9816d86176d80bcc76f5f90c8391b0664ab82
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Stefan K. Berg [Tue, 31 May 2016 14:49:36 +0000 (14:49 +0000)]
Merge "Build system uplift to Fuel 9.0/Mitaka"
Jonas Bjurel [Mon, 30 May 2016 19:26:12 +0000 (19:26 +0000)]
Merge "Remove residual Lab & configuration DEA and DHA from the unprotected Fuel repo"
Stefan K. Berg [Wed, 11 May 2016 10:48:40 +0000 (12:48 +0200)]
Build system uplift to Fuel 9.0/Mitaka
Switching to Fuel 9.0/Mitaka for the build system.
Overhaul of the patching mechanism. As bootstrap_admin_node.sh has
been transitioned into an RPM (fuel-support), the lazy designer found
it more simple to patch that script during the Fuel build phase than
at the OPNFV ISO generation. The patch mechanism has been changed to a
normal context diff instead of the orig/modified file tuples
previously used. Hopefully this will require fewer manual rebases (may
the fuzz be with us!).
Also the ks.cfg patching has transitioned to a context based ordinary
patch for the same reasons, but this is as before taking place during
OPNFV ISO generation.
Patch naming made more descriptive.
The reaping mechanism has been slightly modified due to a change in
the naming of the node files when these are generated by the Fuel CLI.
IMPORTANT 1: The package cache mechanism is currently disabled, it is
only possible to install Fuel with a direct internet connection. This
will be fixed in a later change set!
IMPORTANT 2: All plugins has been disabled! As you have re-certified
your plugin with Fuel 9.0, please re-enable it in build/Makefile!
Change-Id: Ia918d16a74b68f89d178e06befe6e8a7a9367bf9
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Jonas Bjurel [Wed, 25 May 2016 21:30:32 +0000 (21:30 +0000)]
Merge "More rigorous Fuel environment check"
Jonas Bjurel [Tue, 24 May 2016 17:41:48 +0000 (17:41 +0000)]
Merge "docs/install-instr: Add target specific cfg sect."
Peter Barabas [Fri, 20 May 2016 09:10:35 +0000 (11:10 +0200)]
More rigorous Fuel environment check
get_env() used to raise an unhandled exception when reap.py was run on a
Fuel node which didn't yet have an environment set up.
Change-Id: I07c37db2d80e416d26fa4fb4907f4e438f1c44e5
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Manuel Buil [Thu, 19 May 2016 11:30:25 +0000 (13:30 +0200)]
Remove coexistence configuration from post script
This is not more needed as the config comes from FUEL ODL plug-in
Change-Id: Ie09a52ac3919ac641924d41431dc000910e6d4f4
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Alexandru Avadanii [Thu, 12 May 2016 16:44:28 +0000 (18:44 +0200)]
docs/install-instr: Add target specific cfg sect.
Fuel 8.0 adds support for setting up "Offloading Modes" for
target nodes.
Document how this features should be used (and why/when it's
necessary), and also its common limitation of not being applied
during Verify Networks step (see related Fuel bug report [1]).
While at it, fix minor reference to branch in git tag checkout
instructions, as we'd be in detached HEAD and not on a new branch.
[1] https://jira.opnfv.org/browse/FUEL-134
[Alexandru.Avadanii@enea.com]
Only minor edits and prepared for upstreaming, this is mostly
based on previous work from Florin.
Change-Id: If7a8ca44541903dbeb6db36bc64fe56b132165cb
Signed-off-by: Florin Dumitrascu <florin.dumitrascu@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Jonas Bjurel [Thu, 12 May 2016 16:31:53 +0000 (16:31 +0000)]
Merge "docs/release-notes: Add protocol handler to ref."
Michal Skalski [Thu, 12 May 2016 14:46:37 +0000 (14:46 +0000)]
Merge "Adjust kernel numbers comparison"
Alexandru Avadanii [Wed, 11 May 2016 20:28:49 +0000 (22:28 +0200)]
docs/release-notes: Add protocol handler to ref.
Doc build fails to create a link for www.opnfv.org because it
does not explicitly specify the protocol handler.
Make doc build happy by adding "http://" prefix.
Change-Id: I7dc9c362f13bac1687d139942826eb1208556a37
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 11 May 2016 21:34:25 +0000 (23:34 +0200)]
docs/install-instr: Fix git clone URL for HTTPS.
Drop unnecessary <user>@, not needed for http downloads.
Also, fix typo (missing letter) in opnfv.org domain name.
While we're at it, fix small typo in Ceilometer name too.
Change-Id: I2c3341689b7a7808863906700342e62e707246e9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Jonas Bjurel [Thu, 12 May 2016 12:44:06 +0000 (12:44 +0000)]
Merge "docs/build-instr: Fix git clone URL for HTTPS."
Jonas Bjurel [Wed, 3 Feb 2016 23:31:04 +0000 (00:31 +0100)]
Remove residual Lab & configuration DEA and DHA from the unprotected Fuel repo
This needs testing!!!!
On a follow-up release, this also needs rebasement, the libvirt templates
are still in here - they shouldnt, sinse we dont want Lab specific
configs in the Fuel repo.
NOT VERIFIED
DO NOT MERGE
Change-Id: I069ced81b886405463f27f37a6ec78e3748b37b7
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Jonas Bjurel [Wed, 11 May 2016 19:28:27 +0000 (19:28 +0000)]
Merge "deployment.py: stdout not consumed when deploying changes"
Alexandru Avadanii [Wed, 11 May 2016 13:54:02 +0000 (15:54 +0200)]
docs/build-instr: Fix git clone URL for HTTPS.
Fix wrong https git clone URL, 29418 port should be used only for SSH.
While we're at it, add some bash code-block markup to bash commands.
Change-Id: Ie95a4c170b70bcc3da5d4d59260d61fbd5f2a9f3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Michal Skalski [Wed, 11 May 2016 12:41:58 +0000 (14:41 +0200)]
Adjust kernel numbers comparison
With current solution kernel 4.2.0 is treated as earlier version,
final comparison is: 42 < 319. This change will compare coresponding
numbers of installed kernel with required version.
Change-Id: Iac3aed0eb21ac8ad3138c2169299ca3b43e6e663
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Nikolas Hermanns [Wed, 11 May 2016 08:11:52 +0000 (08:11 +0000)]
Merge "The configuration of the coexistence between SFC and Netvirt is added"
Jonas Bjurel [Tue, 10 May 2016 18:33:56 +0000 (18:33 +0000)]
Merge "deploy.sh: do not expect a parameter for -h"
Manuel Buil [Tue, 10 May 2016 09:05:58 +0000 (11:05 +0200)]
The configuration of the coexistence between SFC and Netvirt is added
Change-Id: I3ce03c38677ac67df3aae0363048be21b7939bde
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Daniel Smith [Tue, 10 May 2016 16:02:13 +0000 (16:02 +0000)]
Merge "Reflect new deploy.py options in README"
Daniel Smith [Tue, 10 May 2016 16:02:06 +0000 (16:02 +0000)]
Merge "Use US keyboard layout on the console"
Stefan Berg [Mon, 9 May 2016 11:39:13 +0000 (11:39 +0000)]
Merge "Fix handling of relative ISO path on the CLI"
Peter Barabas [Mon, 9 May 2016 11:26:51 +0000 (13:26 +0200)]
Use US keyboard layout on the console
Change-Id: I40942c7181daf5efd1640a03471e91df82548073
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Peter Barabas [Fri, 6 May 2016 08:05:41 +0000 (10:05 +0200)]
Reflect new deploy.py options in README
Change-Id: Id22ae685f324b58d07bd0c5256f3dbf55672776e
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Josep Puigdemont [Tue, 3 May 2016 10:44:07 +0000 (12:44 +0200)]
deployment.py: stdout not consumed when deploying changes
During the automatic deployment, when the environment is ready to be
deployed, the deploy.py script will spawn a shell process that will
perform the command "fuel deploy-changes". The standard output of this
process is then piped to a "tee" process, which redirects the output
to the standard output of the shell process, and to a file named
cloud.log. The file is monitored by the deploy script to find out the
status of the deployment, and print it to the log file of the automatic
deployment script, including percentages for each node being
provisioned. However, the deploy script never consumes the standard
output of the shell process. If the shell process produces enough
output, its standard output buffer will fill up, thus making the tee
process block trying to write to its standard output, and the cloud.log
file will not be updated. At this point, the deploy process, which is
monitoring cloud.log, will not detect any progress in the deployment,
and eventually it will time out and assume the deployment failed,
although it might have finished fine after that.
The solution here is to remove the "tee" process from the shell command,
and instead redirect standard output to the cloud.log file.
Another solution would be to actually parse the standard output of the
shell command from the deploy script itself, but that would require a
bit more work, as reading a line at a time might block the script.
Finally, with this patch the cloud.log file won't be deleted unless the
shell process has already finished.
Change-Id: I03a77be42d220b1606e48fc4ca35e22d73a6e583
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Josep Puigdemont [Sat, 30 Apr 2016 17:16:10 +0000 (19:16 +0200)]
deploy.sh: do not expect a parameter for -h
If -h was given as a parameter to the script, it would report an error
as it expected a parameter, and if it was called as the only parameter,
it would run deploy.py as if "old style" parameters had been given, thus
showing the usage for the python script, instead of the expected usage
message for this script.
Update the usage message to include -h.
Change-Id: I0930936962c1cb479ec4409ff114cd60a386b276
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Jonas Bjurel [Fri, 29 Apr 2016 19:50:40 +0000 (19:50 +0000)]
Merge "Updating project lead, and link of approval"
Jonas Bjurel [Fri, 29 Apr 2016 17:01:32 +0000 (17:01 +0000)]
Merge "Add a dha adapter python file for ZTE hardware."
Aric Gardner [Fri, 29 Apr 2016 15:04:58 +0000 (11:04 -0400)]
Updating project lead, and link of approval
Change-Id: Id265bb022a4c509e642e8f8b61a65c5cfb05c1b7
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Jonas Bjurel [Thu, 28 Apr 2016 21:53:11 +0000 (21:53 +0000)]
Merge "Clean up scenario files"
Jonas Bjurel [Thu, 28 Apr 2016 17:14:44 +0000 (19:14 +0200)]
INFO file updated with Greg and Nikolas as committers
Change-Id: I9a64e5948e159362cb851777db6de41eccb2a599
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Peter Barabas [Thu, 28 Apr 2016 15:25:28 +0000 (17:25 +0200)]
Fix handling of relative ISO path on the CLI
Change-Id: I32878726432c3d883f0b33bdd2c836b0770e734f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Peter Barabas [Thu, 28 Apr 2016 08:32:02 +0000 (10:32 +0200)]
Clean up scenario files
- remove release from scenario files
- remove old versions of scenario files
- remove versions from scenario file names and update scenario.yaml
- update README
Change-Id: I5203ea0794b96fb44f6a9db25b33e5066c1d9574
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
wu.zhihui [Thu, 28 Apr 2016 07:27:15 +0000 (03:27 -0400)]
Add a dha adapter python file for ZTE hardware.
ZTE hardware need use IPMI command "chassis power cycle"
on function node_reset().
JIRA: FUEL-127
Change-Id: I286fd9cda43d2e1799b134f0a391f57d08cd1928
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Jonas Bjurel [Tue, 26 Apr 2016 19:06:02 +0000 (21:06 +0200)]
Updated documentation for Brahmaputra 3.0 follow-up release
READY TO MERGE
Change-Id: Ic481f02375af9be1642791fa6d96856a453c4f29
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Michal Skalski [Tue, 26 Apr 2016 15:27:17 +0000 (15:27 +0000)]
Merge "configure_environment.py: quote environment name"
Jonas Bjurel [Tue, 26 Apr 2016 13:18:07 +0000 (13:18 +0000)]
Merge "Using VLAN segmentation for the NFV-OVS scenarios. Unfortunately this scenario is hardwired to work with Ericsson POD-2 only"
Jonas Bjurel [Wed, 20 Apr 2016 12:59:49 +0000 (14:59 +0200)]
Using VLAN segmentation for the NFV-OVS scenarios.
Unfortunately this scenario is hardwired to work with Ericsson POD-2 only
Change-Id: I3a0b56d7ff71e0ec9cd97b8ef5946fb438d43e62
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Josep Puigdemont [Sun, 17 Apr 2016 09:22:27 +0000 (11:22 +0200)]
configure_environment.py: quote environment name
The Fuel environment name may contain spaces, putting the name in quote
marks prevents the second and subsequent words from being interpreted
as other parameters by the fuel command.
The name could contain double quotes too, so this doesn't solve all
problems, but arguably the most common case.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Stefan K. Berg [Fri, 22 Apr 2016 10:48:25 +0000 (12:48 +0200)]
Correction due to changed cpio behavior
As part of a security fix for cpio, its behavior has changed in terms
of how symlinks are handled.
This is affecting the Fuel build process, for which this commit is a
fix (reverting cpio back to its original behavior by adding the
argument "--extract-over-symlinks" in those instances where this is
needed).
For details, see https://jira.opnfv.org/browse/FUEL-125
Change-Id: I455b11a16ad52d8dd09165165447e4c4a661b45a
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Nikolas Hermanns [Fri, 15 Apr 2016 13:22:34 +0000 (15:22 +0200)]
[VPNSERVICE] Bugfix Broadcast Group
The local broadcast group was not updated
correctly in ODL. This commit includes the
bugfix.
Change-Id: I7857bcdc543217d513683bf91ab13fa93ba2ed42
Nikolas Hermanns [Thu, 14 Apr 2016 14:15:07 +0000 (16:15 +0200)]
Adding patch for Broadcast Storm of vpnservice
There is no persisten release from stable/beryllium
with the bugfix https://git.opendaylight.org/gerrit/#/c/37566/
included. So we have to overwrite the file we a own
build.
Change-Id: I637c333fa2175544f182cd1f7b774501d3fc2c25
Michal Skalski [Wed, 13 Apr 2016 11:15:17 +0000 (13:15 +0200)]
Fix odl haproxy configuration
In rare cases ODL haproxy configuration had been deployed before
haproxy service was ready. This patch should force proper order.
Change-Id: I7c90a57bab5e3388bf29aefabe6ed9380d1303f6
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Nikolas Hermanns [Mon, 11 Apr 2016 12:46:05 +0000 (14:46 +0200)]
Redo config of plugin build
- Split up config into a new config file
- add revision to better point to a branch
instrad of a revision.
Change-Id: I341138973b56fb0807478ee08cab039ab31d6503
Jonas Bjurel [Fri, 8 Apr 2016 09:59:41 +0000 (09:59 +0000)]
Merge "Remove duplicate import of hashlib"
Jonas Bjurel [Fri, 8 Apr 2016 09:58:14 +0000 (09:58 +0000)]
Merge "Cleanup and add bgpvpn to scenario file"
Nikolas Hermanns [Wed, 6 Apr 2016 15:03:32 +0000 (17:03 +0200)]
Cleanup and add bgpvpn to scenario file
Change-Id: I82ce16751b4d52d6fdb39883b730073164f9dfe0
Jonas Bjurel [Thu, 7 Apr 2016 19:09:22 +0000 (19:09 +0000)]
Merge "Fix wrong indentation"
Nikolas Hermanns [Thu, 7 Apr 2016 13:57:53 +0000 (15:57 +0200)]
Uplift fuel-plugin-bgpvpn repo
Change-Id: I8d888628f66e1661486eb6ef79240a61da83a211
Peter Barabas [Thu, 7 Apr 2016 07:14:12 +0000 (09:14 +0200)]
Fix wrong indentation
Change-Id: I215da0a101d94e2c3fd4aeea80b98f7c9aefe0fb
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Peter Barabas [Thu, 7 Apr 2016 06:09:25 +0000 (08:09 +0200)]
Remove duplicate import of hashlib
Change-Id: I306b8260ea37fb32ef8db8cf5d4628b50328027f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Daniel Smith [Wed, 6 Apr 2016 12:59:41 +0000 (12:59 +0000)]
Merge "Enable BGPVPN_extension/SDNVPN_feature"
Daniel Smith [Wed, 6 Apr 2016 12:59:16 +0000 (12:59 +0000)]
Merge "Fix for breaking deployment."
Jonas Bjurel [Wed, 6 Apr 2016 12:46:15 +0000 (12:46 +0000)]
Merge "Fix KVM/QEMU plugin bug"
Michal Skalski [Wed, 6 Apr 2016 12:22:39 +0000 (12:22 +0000)]
Merge "Use Opendaylight_SR-1"
Nikolas Hermanns [Mon, 7 Mar 2016 12:50:54 +0000 (13:50 +0100)]
Enable BGPVPN_extension/SDNVPN_feature
This commit includes the bugfixes and changes
for BGPVPN_extensions and SDNVPN_feature of ODL.
Change-Id: I9832680109edae497f7a344d5626568d3a335a15
Nikolas Hermanns [Wed, 6 Apr 2016 11:43:13 +0000 (13:43 +0200)]
Use Opendaylight_SR-1
In order to use the lates ODL build also the
fuel-plugin-opendaylight is uplifted.
Change-Id: Ic38d46818110c2b62920f2146cd406705d8e3673
Nikolas Hermanns [Wed, 6 Apr 2016 09:47:44 +0000 (11:47 +0200)]
Fix for breaking deployment.
If no vm definition is give,
nothing should happen.
Change-Id: I1fd01ef43fa3e5eab4a794c63254eaf6d80fc951
Daniel Smith [Tue, 5 Apr 2016 15:38:09 +0000 (15:38 +0000)]
Merge "Configure the infra VMs over DHA"
Daniel Smith [Tue, 5 Apr 2016 15:38:01 +0000 (15:38 +0000)]
Merge "Enable merge of the versions struct of a plugin"
Nikolas Hermanns [Wed, 16 Mar 2016 09:54:01 +0000 (09:54 +0000)]
Enable merge of the versions struct of a plugin
Redoing this the reverted patch. The original idea
that everyone which wants to merge lists has to
code that, is not wanted. So the Exception will
become a warning.
This reverts commit
552536f5319d6ead73118d0cfd701d648e99df28.
Change-Id: Ib15541199054da27c1a2aec68b5c1436da9622c9
davidjchou [Tue, 5 Apr 2016 07:11:15 +0000 (07:11 +0000)]
Fix KVM/QEMU plugin bug
1. fix deployment error issue for Ceph co-located with Compute node
Change-Id: Idd4985b92121fa46f6ae70894b65fdae358f8aa3
Signed-off-by: davidjchou <david.j.chou@intel.com>
Szilard Cserey [Thu, 24 Mar 2016 10:41:17 +0000 (10:41 +0000)]
Merge "small fix for deploy.py invocation"
davidjchou [Tue, 22 Mar 2016 11:20:09 +0000 (11:20 +0000)]
Fix KVM/QEMU plugin bug
1. fix nested virtualiztion in realtime kvm
Change-Id: Id4e2790e6640f142d0446667d0c7e8480f38ebbc
Signed-off-by: davidjchou <david.j.chou@intel.com>
Jonas Bjurel [Sat, 19 Mar 2016 14:47:25 +0000 (14:47 +0000)]
Merge "Storage fix for the KVM scenario"
Michal Skalski [Fri, 18 Mar 2016 13:35:45 +0000 (14:35 +0100)]
ODL Plugin: new branch for SR2 release
Change-Id: If868bfbe59711e198998945a9ef5e0de985939fc
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Nikolas Hermanns [Fri, 18 Mar 2016 09:26:37 +0000 (10:26 +0100)]
Configure the infra VMs over DHA
This commit enables the full configuration
of the VM(fuel/controller/compute)
defintion through the dha file.
Change-Id: I4e78334d1e5aec1e98667343390283587f0b3ea5
Jonas Bjurel [Tue, 15 Mar 2016 13:53:03 +0000 (14:53 +0100)]
Storage fix for the KVM scenario
- Ceph is used with a replication factor of 1
- In no-ha, a separate node is used for ceph-osd
- In ha, one of the controllers is used for ceph-osd
Change-Id: Ibb00b385fe138374e380839fbc12067fd71c2a26
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Jonas Bjurel [Tue, 15 Mar 2016 19:22:22 +0000 (19:22 +0000)]
Merge "Revert "Enable merge of the versions struct of a plugin""
Jonas Bjurel [Tue, 15 Mar 2016 19:18:30 +0000 (19:18 +0000)]
Revert "Enable merge of the versions struct of a plugin"
This reverts commit
0eabb596edefd6562a892f27f4e838d9d21c5243.
Change-Id: Ifc4cb5bd12bdf50f0dd903af66037a428aed0201
Jonas Bjurel [Mon, 14 Mar 2016 12:11:55 +0000 (12:11 +0000)]
Merge "Fix network connection check issue"
Szilard Cserey [Fri, 11 Mar 2016 08:49:05 +0000 (09:49 +0100)]
small fix for deploy.py invocation
Change-Id: I8587500c71f05ca69645422ae110651196e0cad2
Jonas Bjurel [Fri, 11 Mar 2016 13:06:12 +0000 (13:06 +0000)]
Merge "Enable merge of the versions struct of a plugin"
Jonas Bjurel [Fri, 11 Mar 2016 13:04:55 +0000 (13:04 +0000)]
Merge "Get user id without forking a shell."
Nikolas Hermanns [Mon, 7 Mar 2016 12:31:16 +0000 (13:31 +0100)]
Add no_deploy_environment option
For development reason it is useable to
have an option so that everything is done
except the deploy of the openstack
environment.
Change-Id: I1f1b7f9c89ee8c9ceea96353e25a51eee53b955c
Szilard Cserey [Fri, 11 Mar 2016 08:47:46 +0000 (08:47 +0000)]
Merge "Tell debconf not to be interactive"
Nikolas Hermanns [Fri, 4 Mar 2016 17:52:35 +0000 (18:52 +0100)]
Enable merge of the versions struct of a plugin
When the dic of a plugin is not fully merged
into the final dea file. When a list contains
dicts there is no merge. This commit
enables the versions list to be merged.
Change-Id: I20ff7bec74f8f71a8cd21010f44715953cd4616d
Peter Barabas [Thu, 10 Mar 2016 12:14:53 +0000 (13:14 +0100)]
Get user id without forking a shell.
Change-Id: I6789b81186b7ede124a838a5b6668ba8326e0c0b
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Michal Skalski [Thu, 10 Mar 2016 09:31:59 +0000 (09:31 +0000)]
Merge "Fix deploy.py return code"
Peter Barabas [Thu, 10 Mar 2016 09:08:14 +0000 (10:08 +0100)]
Tell debconf not to be interactive
Change-Id: If3d937ba895cb06834a9f8b7382d1033aac9714f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Szilard Cserey [Wed, 9 Mar 2016 20:05:12 +0000 (20:05 +0000)]
Merge "[BGPVPN] Correct BGPVPN plugin file"
Szilard Cserey [Wed, 9 Mar 2016 17:52:18 +0000 (17:52 +0000)]
Merge "Make number of cpus configurable in dha file"
Nikolas Hermanns [Fri, 4 Mar 2016 09:01:22 +0000 (10:01 +0100)]
Make number of cpus configurable in dha file
Some compones of openstack produce a lot of CPU load.
With this commit it is possible to
make more use of the Hypervisor where the virtual
nodes runs on.
Change-Id: Ide567dd0823c5526171c29073f2a36aa5f27d4b6
Jonas Bjurel [Tue, 8 Mar 2016 18:52:26 +0000 (18:52 +0000)]
Merge "Minor updates of poc.tacker-up.sh - Building auto-adapting to python source changes - TACKER_ENDPOINT_TYPE env variable added to tackerc generation - Cosmetic cleanups"
Nikolas Hermanns [Tue, 8 Mar 2016 13:42:04 +0000 (14:42 +0100)]
[BGPVPN] Correct BGPVPN plugin file
The plugin config 0.0.2 has some
missleading statements. At some point
in time we should delete it and
only use this one here.
Change-Id: I6ceb2d2b7379ad691e4c7116ed7bc552deffc099
Peter Barabas [Mon, 7 Mar 2016 14:32:04 +0000 (15:32 +0100)]
Fix deploy.py return code
Fixes https://jira.opnfv.org/browse/FUEL-100
Change-Id: Ic2e01372778720cde84d83738d8b2c85b005124a
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Ferenc Cserepkei [Tue, 1 Mar 2016 09:21:50 +0000 (10:21 +0100)]
Minor updates of poc.tacker-up.sh
- Building auto-adapting to python source changes
- TACKER_ENDPOINT_TYPE env variable added to tackerc generation
- Cosmetic cleanups
Signed-off-by: Ferenc Cserepkei <ferenc.cserepkei@ericsson.com>
Nikolas Hermanns [Thu, 25 Feb 2016 13:51:15 +0000 (14:51 +0100)]
Changing raw to qcow2 for vFuel/Controller/Compute
A lot of diskspace is allocated although never used
this commit changes to thin provisioning
for the virtual enviroment.
Change-Id: Ia128143a3bae9f3d85a9e749319c2f5343c1df4e
Stefan Berg [Mon, 29 Feb 2016 11:45:05 +0000 (11:45 +0000)]
Merge "Remove apparmor for vFuel"
Jonas Bjurel [Thu, 25 Feb 2016 19:12:49 +0000 (19:12 +0000)]
Merge "Fix KVM launch issue"
Nikolas Hermanns [Thu, 25 Feb 2016 13:53:55 +0000 (14:53 +0100)]
Remove apparmor for vFuel
Not every CPU supports apparmor and
there is no real benefit when using it
only for fuel.
Change-Id: Ibb3221b85d8565f718df9b087aa324d0f606bdee
Peter Barabas [Tue, 16 Feb 2016 12:33:46 +0000 (13:33 +0100)]
Add timeout option for deployment
Change-Id: I6f3f35680c9f90f99148865edf8ba905ecbb6c30
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Jonas Bjurel [Wed, 24 Feb 2016 14:10:44 +0000 (14:10 +0000)]
Merge "Several orchestration fixes"
Ferenc Cserepkei [Tue, 23 Feb 2016 19:39:27 +0000 (20:39 +0100)]
Several orchestration fixes
- Keystone uris
- Tacker service binding: Tacker listens on port 8808 in Fuel based deployment
- SQL database creation
Tacker server sources have been changed
Change-Id: I5dac018c373b99e927fc1b28ecfa0bcb7debed14
Signed-off-by: Ferenc Cserepkei <ferenc.cserepkei@ericsson.com>
Jonas Bjurel [Wed, 24 Feb 2016 09:39:42 +0000 (09:39 +0000)]
Merge "docs: fix figure placement and old format"
Ruijing Guo [Wed, 24 Feb 2016 07:56:15 +0000 (07:56 +0000)]
Fix KVM launch issue
Change-Id: I3ad25407ca2a6874b4591c026350bddc05ab4c9d
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
Jonas Bjurel [Tue, 23 Feb 2016 15:50:16 +0000 (15:50 +0000)]
Merge "Final release notes for Fuel Brahmaputra SR0"
Jonas Bjurel [Tue, 23 Feb 2016 10:36:54 +0000 (11:36 +0100)]
Final Fuel Brahmaputra SR0 documentation update
Change-Id: Iee51378f3689c32e82ce179885c2be1bb07ac2ae
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>