fuel.git
8 years agoRemove coexistence configuration from post script 67/14367/2
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>
8 years agoMerge "docs/release-notes: Add protocol handler to ref."
Jonas Bjurel [Thu, 12 May 2016 16:31:53 +0000 (16:31 +0000)]
Merge "docs/release-notes: Add protocol handler to ref."

8 years agoMerge "Adjust kernel numbers comparison"
Michal Skalski [Thu, 12 May 2016 14:46:37 +0000 (14:46 +0000)]
Merge "Adjust kernel numbers comparison"

8 years agodocs/release-notes: Add protocol handler to ref. 45/14045/1
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>
8 years agodocs/install-instr: Fix git clone URL for HTTPS. 43/14043/1
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>
8 years agoMerge "docs/build-instr: Fix git clone URL for HTTPS."
Jonas Bjurel [Thu, 12 May 2016 12:44:06 +0000 (12:44 +0000)]
Merge "docs/build-instr: Fix git clone URL for HTTPS."

8 years agoMerge "deployment.py: stdout not consumed when deploying changes"
Jonas Bjurel [Wed, 11 May 2016 19:28:27 +0000 (19:28 +0000)]
Merge "deployment.py: stdout not consumed when deploying changes"

8 years agodocs/build-instr: Fix git clone URL for HTTPS. 31/13931/1
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>
8 years agoAdjust kernel numbers comparison 23/13923/1
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>
8 years agoMerge "The configuration of the coexistence between SFC and Netvirt is added"
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"

8 years agoMerge "deploy.sh: do not expect a parameter for -h"
Jonas Bjurel [Tue, 10 May 2016 18:33:56 +0000 (18:33 +0000)]
Merge "deploy.sh: do not expect a parameter for -h"

8 years agoThe configuration of the coexistence between SFC and Netvirt is added 37/13837/3
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>
8 years agoMerge "Reflect new deploy.py options in README"
Daniel Smith [Tue, 10 May 2016 16:02:13 +0000 (16:02 +0000)]
Merge "Reflect new deploy.py options in README"

8 years agoMerge "Use US keyboard layout on the console"
Daniel Smith [Tue, 10 May 2016 16:02:06 +0000 (16:02 +0000)]
Merge "Use US keyboard layout on the console"

8 years agoMerge "Fix handling of relative ISO path on the CLI"
Stefan Berg [Mon, 9 May 2016 11:39:13 +0000 (11:39 +0000)]
Merge "Fix handling of relative ISO path on the CLI"

8 years agoUse US keyboard layout on the console 83/13783/1
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>
8 years agoReflect new deploy.py options in README 07/13707/1
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>
8 years agodeployment.py: stdout not consumed when deploying changes 27/13627/1
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>
8 years agodeploy.sh: do not expect a parameter for -h 79/13479/1
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>
8 years agoMerge "Updating project lead, and link of approval"
Jonas Bjurel [Fri, 29 Apr 2016 19:50:40 +0000 (19:50 +0000)]
Merge "Updating project lead, and link of approval"

8 years agoMerge "Add a dha adapter python file for ZTE hardware."
Jonas Bjurel [Fri, 29 Apr 2016 17:01:32 +0000 (17:01 +0000)]
Merge "Add a dha adapter python file for ZTE hardware."

8 years agoUpdating project lead, and link of approval 47/13447/1
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>
8 years agoMerge "Clean up scenario files"
Jonas Bjurel [Thu, 28 Apr 2016 21:53:11 +0000 (21:53 +0000)]
Merge "Clean up scenario files"

8 years agoINFO file updated with Greg and Nikolas as committers 07/13407/1
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>
8 years agoFix handling of relative ISO path on the CLI 03/13403/2
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>
8 years agoClean up scenario files 87/13387/6
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>
8 years agoAdd a dha adapter python file for ZTE hardware. 79/13379/1
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>
8 years agoUpdated documentation for Brahmaputra 3.0 follow-up release 85/12685/3
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>
8 years agoMerge "configure_environment.py: quote environment name"
Michal Skalski [Tue, 26 Apr 2016 15:27:17 +0000 (15:27 +0000)]
Merge "configure_environment.py: quote environment name"

8 years agoMerge "Using VLAN segmentation for the NFV-OVS scenarios. Unfortunately this scenario...
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"

8 years agoUsing VLAN segmentation for the NFV-OVS scenarios. 83/12483/7
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>
8 years agoconfigure_environment.py: quote environment name 09/12409/2
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>
8 years agoCorrection due to changed cpio behavior 69/12569/2
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>
8 years ago[VPNSERVICE] Bugfix Broadcast Group 41/12341/1
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

8 years agoAdding patch for Broadcast Storm of vpnservice 89/12289/1
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

8 years agoFix odl haproxy configuration 31/12231/1
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>
8 years agoRedo config of plugin build 45/12145/5
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

8 years agoMerge "Remove duplicate import of hashlib"
Jonas Bjurel [Fri, 8 Apr 2016 09:59:41 +0000 (09:59 +0000)]
Merge "Remove duplicate import of hashlib"

8 years agoMerge "Cleanup and add bgpvpn to scenario file"
Jonas Bjurel [Fri, 8 Apr 2016 09:58:14 +0000 (09:58 +0000)]
Merge "Cleanup and add bgpvpn to scenario file"

8 years agoCleanup and add bgpvpn to scenario file 49/11949/2
Nikolas Hermanns [Wed, 6 Apr 2016 15:03:32 +0000 (17:03 +0200)]
Cleanup and add bgpvpn to scenario file

Change-Id: I82ce16751b4d52d6fdb39883b730073164f9dfe0

8 years agoMerge "Fix wrong indentation"
Jonas Bjurel [Thu, 7 Apr 2016 19:09:22 +0000 (19:09 +0000)]
Merge "Fix wrong indentation"

8 years agoUplift fuel-plugin-bgpvpn repo 95/11995/1
Nikolas Hermanns [Thu, 7 Apr 2016 13:57:53 +0000 (15:57 +0200)]
Uplift fuel-plugin-bgpvpn repo

Change-Id: I8d888628f66e1661486eb6ef79240a61da83a211

8 years agoFix wrong indentation 77/11977/1
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>
8 years agoRemove duplicate import of hashlib 75/11975/1
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>
8 years agoMerge "Enable BGPVPN_extension/SDNVPN_feature"
Daniel Smith [Wed, 6 Apr 2016 12:59:41 +0000 (12:59 +0000)]
Merge "Enable BGPVPN_extension/SDNVPN_feature"

8 years agoMerge "Fix for breaking deployment."
Daniel Smith [Wed, 6 Apr 2016 12:59:16 +0000 (12:59 +0000)]
Merge "Fix for breaking deployment."

8 years agoMerge "Fix KVM/QEMU plugin bug"
Jonas Bjurel [Wed, 6 Apr 2016 12:46:15 +0000 (12:46 +0000)]
Merge "Fix KVM/QEMU plugin bug"

8 years agoMerge "Use Opendaylight_SR-1"
Michal Skalski [Wed, 6 Apr 2016 12:22:39 +0000 (12:22 +0000)]
Merge "Use Opendaylight_SR-1"

8 years agoEnable BGPVPN_extension/SDNVPN_feature 95/10995/10
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

8 years agoUse Opendaylight_SR-1 45/11945/2
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

8 years agoFix for breaking deployment. 43/11943/1
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

8 years agoMerge "Configure the infra VMs over DHA"
Daniel Smith [Tue, 5 Apr 2016 15:38:09 +0000 (15:38 +0000)]
Merge "Configure the infra VMs over DHA"

8 years agoMerge "Enable merge of the versions struct of a plugin"
Daniel Smith [Tue, 5 Apr 2016 15:38:01 +0000 (15:38 +0000)]
Merge "Enable merge of the versions struct of a plugin"

8 years agoEnable merge of the versions struct of a plugin 59/11359/6
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

8 years agoFix KVM/QEMU plugin bug 79/11879/1
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>
8 years agoMerge "small fix for deploy.py invocation"
Szilard Cserey [Thu, 24 Mar 2016 10:41:17 +0000 (10:41 +0000)]
Merge "small fix for deploy.py invocation"

8 years agoFix KVM/QEMU plugin bug 87/11487/1
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>
8 years agoMerge "Storage fix for the KVM scenario"
Jonas Bjurel [Sat, 19 Mar 2016 14:47:25 +0000 (14:47 +0000)]
Merge "Storage fix for the KVM scenario"

8 years agoODL Plugin: new branch for SR2 release 27/11427/2
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>
8 years agoConfigure the infra VMs over DHA 21/11421/2
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

8 years agoStorage fix for the KVM scenario 43/11343/5
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>
8 years agoMerge "Revert "Enable merge of the versions struct of a plugin""
Jonas Bjurel [Tue, 15 Mar 2016 19:22:22 +0000 (19:22 +0000)]
Merge "Revert "Enable merge of the versions struct of a plugin""

8 years agoRevert "Enable merge of the versions struct of a plugin" 53/11353/1
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

8 years agoMerge "Fix network connection check issue"
Jonas Bjurel [Mon, 14 Mar 2016 12:11:55 +0000 (12:11 +0000)]
Merge "Fix network connection check issue"

8 years agosmall fix for deploy.py invocation 07/11107/2
Szilard Cserey [Fri, 11 Mar 2016 08:49:05 +0000 (09:49 +0100)]
small fix for deploy.py invocation

Change-Id: I8587500c71f05ca69645422ae110651196e0cad2

8 years agoMerge "Enable merge of the versions struct of a plugin"
Jonas Bjurel [Fri, 11 Mar 2016 13:06:12 +0000 (13:06 +0000)]
Merge "Enable merge of the versions struct of a plugin"

8 years agoMerge "Get user id without forking a shell."
Jonas Bjurel [Fri, 11 Mar 2016 13:04:55 +0000 (13:04 +0000)]
Merge "Get user id without forking a shell."

8 years agoAdd no_deploy_environment option 93/10993/12
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

8 years agoMerge "Tell debconf not to be interactive"
Szilard Cserey [Fri, 11 Mar 2016 08:47:46 +0000 (08:47 +0000)]
Merge "Tell debconf not to be interactive"

8 years agoEnable merge of the versions struct of a plugin 77/10977/2
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

8 years agoGet user id without forking a shell. 91/11091/1
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>
8 years agoMerge "Fix deploy.py return code"
Michal Skalski [Thu, 10 Mar 2016 09:31:59 +0000 (09:31 +0000)]
Merge "Fix deploy.py return code"

8 years agoTell debconf not to be interactive 89/11089/1
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>
8 years agoMerge "[BGPVPN] Correct BGPVPN plugin file"
Szilard Cserey [Wed, 9 Mar 2016 20:05:12 +0000 (20:05 +0000)]
Merge "[BGPVPN] Correct BGPVPN plugin file"

8 years agoMerge "Make number of cpus configurable in dha file"
Szilard Cserey [Wed, 9 Mar 2016 17:52:18 +0000 (17:52 +0000)]
Merge "Make number of cpus configurable in dha file"

8 years agoMake number of cpus configurable in dha file 59/10959/10
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

8 years agoMerge "Minor updates of poc.tacker-up.sh - Building auto-adapting to python source...
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"

8 years ago[BGPVPN] Correct BGPVPN plugin file 11/11011/1
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

8 years agoFix deploy.py return code 97/10997/2
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>
8 years agoMinor updates of poc.tacker-up.sh 09/10909/1
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>
8 years agoChanging raw to qcow2 for vFuel/Controller/Compute 39/10839/4
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

8 years agoMerge "Remove apparmor for vFuel"
Stefan Berg [Mon, 29 Feb 2016 11:45:05 +0000 (11:45 +0000)]
Merge "Remove apparmor for vFuel"

8 years agoMerge "Fix KVM launch issue"
Jonas Bjurel [Thu, 25 Feb 2016 19:12:49 +0000 (19:12 +0000)]
Merge "Fix KVM launch issue"

8 years agoRemove apparmor for vFuel 33/10833/1
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

8 years agoAdd timeout option for deployment 59/10059/2
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>
8 years agoMerge "Several orchestration fixes"
Jonas Bjurel [Wed, 24 Feb 2016 14:10:44 +0000 (14:10 +0000)]
Merge "Several orchestration fixes"

8 years agoSeveral orchestration fixes 33/10533/4
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>
8 years agoMerge "docs: fix figure placement and old format"
Jonas Bjurel [Wed, 24 Feb 2016 09:39:42 +0000 (09:39 +0000)]
Merge "docs: fix figure placement and old format"

8 years agoFix KVM launch issue 61/10561/1
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>
8 years agoMerge "Final release notes for Fuel Brahmaputra SR0"
Jonas Bjurel [Tue, 23 Feb 2016 15:50:16 +0000 (15:50 +0000)]
Merge "Final release notes for Fuel Brahmaputra SR0"

8 years agoFinal Fuel Brahmaputra SR0 documentation update 71/10471/3
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>
8 years agodocs: fix figure placement and old format 69/10469/3
Ryota MIBU [Tue, 23 Feb 2016 10:03:56 +0000 (19:03 +0900)]
docs: fix figure placement and old format

This patch makes figures in the same place written in source rst files,
and also fixes old format of rst files and logo images.

Note: lisence headers should be added in another change with relevant
copyrights.

Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Change-Id: Ibc5ca44031ef5946079bdf251935100f762a87b6

8 years agoFinal release notes for Fuel Brahmaputra SR0 65/10465/2
Jonas Bjurel [Tue, 23 Feb 2016 10:24:29 +0000 (11:24 +0100)]
Final release notes for Fuel Brahmaputra SR0

Change-Id: Id5286c2a7e11eb29d7a7f187decfe475ae6acd6c
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
8 years agoFix network connection check issue 57/10257/4
Ruijing Guo [Mon, 22 Feb 2016 06:24:51 +0000 (06:24 +0000)]
Fix network connection check issue

Change-Id: Id42af08e9fe76db7f9d7dbae3b8b5bf60b079b14
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
8 years agoCorrection of biweek caching logic 73/10373/5
Stefan Berg [Mon, 22 Feb 2016 09:15:23 +0000 (10:15 +0100)]
Correction of biweek caching logic

Change-Id: I7c7466da3d07587da322467e294cd0a793a3fc37
Signed-off-by: Stefan Berg <sfb@consultron.com>
8 years agoUse official Beryllium release 27/10327/1
Michal Skalski [Sat, 20 Feb 2016 13:02:52 +0000 (14:02 +0100)]
Use official Beryllium release

Change-Id: Ie3889df286a47e3b27865fe5c246f8f5ba98e165

8 years agoFixing SFC post-install ssh permission errors 09/10309/1
Brady Johnson [Fri, 19 Feb 2016 18:40:32 +0000 (19:40 +0100)]
Fixing SFC post-install ssh permission errors

Change-Id: I07ae1a18ae29b2e89757e5b91576b26cb7b39884
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
8 years agoMinor fix to SFC Tacker post-install script 97/10297/3
Brady Johnson [Fri, 19 Feb 2016 15:45:37 +0000 (16:45 +0100)]
Minor fix to SFC Tacker post-install script

- Dont try to install crudini via apt-get. It will be
  installed via wget and dpkg.
- patch set 2 : removed extra single quote
- patch set 3 : fixing ssh/scp permission errors by using sshpass

Change-Id: I3bfd59c44c4c1a5da6473b5f620b71e7c8e3680c
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
8 years agoMoved tacker install script to prototypes directory 05/10205/1
Jonas Bjurel [Thu, 18 Feb 2016 13:50:33 +0000 (14:50 +0100)]
Moved tacker install script to prototypes directory

Change-Id: I2dc062a8b4ad7c7bc0782781565fd182d5993014
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
8 years agoMerge "Adding Tacker service with POC orchestration to OPNFV cluster"
Jonas Bjurel [Thu, 18 Feb 2016 13:34:43 +0000 (13:34 +0000)]
Merge "Adding Tacker service with POC orchestration to OPNFV cluster"