Jonas Bjurel [Wed, 1 Jul 2015 17:34:51 +0000 (19:34 +0200)]
Added libvirt boot watchdog definition to provide more robust deployment in case of dhcp/pxe time-out
Change-Id: Id505a0ee89b72460bc65c7181ceae40e5443a515
JIRA:
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit
ed3731988cdc90066aa4c8e6147f1acbc6622df8)
Jonas Bjurel [Wed, 1 Jul 2015 17:34:51 +0000 (19:34 +0200)]
Added libvirt boot watchdog definition to provide more robust deployment in case of dhcp/pxe time-out
Change-Id: Id505a0ee89b72460bc65c7181ceae40e5443a515
JIRA:
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Frank Brockners [Tue, 30 Jun 2015 15:34:52 +0000 (15:34 +0000)]
Merge "add a complete cleanup scripts for compass"
Frank Brockners [Tue, 30 Jun 2015 15:34:09 +0000 (15:34 +0000)]
Merge "Add ODL Deployment stack docs to Foreman guide"
Frank Brockners [Tue, 30 Jun 2015 15:33:14 +0000 (15:33 +0000)]
Merge "Moved 80% of Foreman deploy.sh into functions"
carey.xu [Tue, 30 Jun 2015 06:53:17 +0000 (14:53 +0800)]
update ansible roles directory for supporting commpass-core installing
BGS-80
Change-Id: I97a5d2a9b1f6c799c1976ec1cf6e687b108e0d0f
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
m00133142 [Fri, 26 Jun 2015 02:40:48 +0000 (10:40 +0800)]
add a complete cleanup scripts for compass
JIRA: BGS-79
Change-Id: I9b7e3b5244056971b54b2ea9e0d0c9a9db31c47a
Signed-off-by: m00133142 <meimei@huawei.com>
Stefan Berg [Mon, 29 Jun 2015 14:34:16 +0000 (14:34 +0000)]
Merge "change in Fuel VM name"
Szilard Cserey [Mon, 29 Jun 2015 12:44:10 +0000 (14:44 +0200)]
change in Fuel VM name
for eliminating the conflict between prototype and production autodeployers
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: Ib12d3643dd07a3dcbc8b8d19593385348b583ad2
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Mon, 29 Jun 2015 12:44:10 +0000 (14:44 +0200)]
change in Fuel VM name
for eliminating the conflict between prototype and production autodeployers
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: Ib12d3643dd07a3dcbc8b8d19593385348b583ad2
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Jonas Bjurel [Sun, 28 Jun 2015 19:19:29 +0000 (21:19 +0200)]
Removed security policies from autodeploy prototype libvirt fuel example libvirt template, preventing
fuel node to boot on Ubuntu 14.04 libvirt.
Change-Id: If9083fba89cca855ef3a4502b820583227cab950
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Jonas Bjurel [Fri, 26 Jun 2015 15:09:54 +0000 (15:09 +0000)]
Merge "Revert "Adding in support for Lithium container." since it doesnt deploy"
Jonas Bjurel [Fri, 26 Jun 2015 12:26:09 +0000 (12:26 +0000)]
Merge "Add create vm script and foreman config"
arnaudmorin [Fri, 29 May 2015 13:56:50 +0000 (15:56 +0200)]
Add create vm script and foreman config
Add a script to create a KVM machine and install foreman in it.
This is the beginning of the OpenSteak installation mecanism.
It is very similare as what is done in the Foreman/Quickstack approach
with small differences:
- Ubuntu as base OS (instead of CentOS)
- Foreman v1.8 (instead of 1.7.5
- KVM (libvirt) virtual machine (instead of Vagrant)
- Only python/bash scripts to manage all the stuff (instead of
Khaleesi/Ansible/Astaport playbooks)
Change-Id: Ie66b1da4288372927e30163f82f5a0f45e2e73d0
JIRA: BGS-9
Signed-off-by: arnaudmorin <arnaud.morin@gmail.com>
Jonas Bjurel [Fri, 26 Jun 2015 09:03:36 +0000 (09:03 +0000)]
Revert "Adding in support for Lithium container."
since it doesnt deploy
This reverts commit
eb887812da568cfb4908f6ae14449b2ceaeb5bc0.
Change-Id: Ia7490d86c1d91abca1f50d90f43bdf3e4917f23a
Jonas Bjurel [Thu, 25 Jun 2015 17:06:58 +0000 (17:06 +0000)]
Merge "Corrected links associated with release docs. To be updated along with the previous patch for the doc and cherry picked to stable/arno."
Jonas Bjurel [Thu, 25 Jun 2015 17:06:33 +0000 (17:06 +0000)]
Merge "Fetching exit code from deploy.py in deploy.sh"
randyl [Wed, 24 Jun 2015 18:55:53 +0000 (12:55 -0600)]
Moved 80% of Foreman deploy.sh into functions
To help with readability and troubleshooting, the 80% of the
script that was not in a function were added to functions
based on logical blocks.
Neither functional nor order of execution changes were made
to the script.
Since most of the file and other Foreman CI scripts use a
2 space indent, that was also applied uniformly across the
file.
Change-Id: I83b96e231d484813025f6aa900cf2ffc92e94397
Signed-off-by: randyl <r.levensalor@cablelabs.com>
Daniel Farrell [Wed, 24 Jun 2015 14:41:47 +0000 (10:41 -0400)]
Add ODL Deployment stack docs to Foreman guide
JIRA: BGS-59
Change-Id: Ia2541f7b56077f2ce95acc4dd042d72bb8cbbf2c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Szilard Cserey [Mon, 22 Jun 2015 15:37:50 +0000 (17:37 +0200)]
Fetching exit code from deploy.py in deploy.sh
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I9b4f7f27fc8ad271fc9bb37f4cb1910af5068a73
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Mon, 22 Jun 2015 15:37:50 +0000 (17:37 +0200)]
Fetching exit code from deploy.py in deploy.sh
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I9b4f7f27fc8ad271fc9bb37f4cb1910af5068a73
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Jonas Bjurel [Sat, 20 Jun 2015 16:39:26 +0000 (16:39 +0000)]
Merge "Fixing network configuration bug in dea.yaml"
Jonas Bjurel [Sat, 20 Jun 2015 16:38:21 +0000 (16:38 +0000)]
Merge "Fix typo: conatiner => container"
Jonas Bjurel [Sat, 20 Jun 2015 16:37:45 +0000 (16:37 +0000)]
Merge "Updating ci deploy script + argument parsing improvements"
Jonas Bjurel [Sat, 20 Jun 2015 16:36:48 +0000 (16:36 +0000)]
Merge "Catching exit status from remote deployment process"
Prakash Ramchandran [Fri, 19 Jun 2015 17:54:43 +0000 (17:54 +0000)]
Merge "Add openstack HA installer code with ansible for compass adapter"
Szilard Cserey [Fri, 19 Jun 2015 16:11:34 +0000 (18:11 +0200)]
Fixing network configuration bug in dea.yaml
it kept failing whenever I tried to deploy in HA mode
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I94f2b49ef4caf6674c636568601aac69c0339617
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Fri, 19 Jun 2015 16:11:34 +0000 (18:11 +0200)]
Fixing network configuration bug in dea.yaml
it kept failing whenever I tried to deploy in HA mode
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I94f2b49ef4caf6674c636568601aac69c0339617
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Thu, 18 Jun 2015 20:04:25 +0000 (22:04 +0200)]
Fix typo: conatiner => container
Change-Id: If7a29b0c88a7009ef7587a460ecfeff4ba3f3661
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Thu, 18 Jun 2015 15:05:03 +0000 (17:05 +0200)]
Updating ci deploy script + argument parsing improvements
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I891d574a5f8593a83edc89bb145bde90943c593f
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Thu, 18 Jun 2015 15:05:03 +0000 (17:05 +0200)]
Updating ci deploy script + argument parsing improvements
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I891d574a5f8593a83edc89bb145bde90943c593f
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Thu, 18 Jun 2015 09:32:57 +0000 (11:32 +0200)]
Catching exit status from remote deployment process
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I21997df2534ef3cb0ae9ed47a01e6625b8404af9
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Thu, 18 Jun 2015 09:32:57 +0000 (11:32 +0200)]
Catching exit status from remote deployment process
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I21997df2534ef3cb0ae9ed47a01e6625b8404af9
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
randyl [Wed, 17 Jun 2015 21:23:45 +0000 (15:23 -0600)]
Fixing verification of vbox drivers JIRA: BGS-74
With the foreman install the vboxdrv module is not loaded
then the deploy.sh script attempts to load the driver by
running ‘/etc/init.d/vboxdrv setup’
and checks the return code for success.
However, /etc/init.d/vboxdrv will return 0 as long a valid parameter was passed on the command line. In the case of a
failure, a failure message will be logged and the return code
will still be 0.
For instance if the kvm module is already loaded, the
VirtualBox driver will never install.
deploy.sh will now check for the VirtualBox kernel module
with lsmod after the setup script is installed.
The deploy.sh will now exit if the vboxdrv is not loaded.
Change-Id: I702819cbf28afb08e0035e08918390af85c07674
Signed-off-by: randyl <r.levensalor@cablelabs.com>
Frank Brockners [Wed, 17 Jun 2015 18:06:38 +0000 (18:06 +0000)]
Merge "Fixes external network bridge and adds quota limits"
Szilard Cserey [Wed, 17 Jun 2015 10:14:54 +0000 (12:14 +0200)]
Fuel Config Reap + Additional Refactoring for Autodeployment
1. Refactor the whole autodeployment code in such a way that
the preparation of Fuel VM + networking and the autodeployment itself
can be executed all at once
2. Functionality added that allows reaping of Fuel configuration from
an existing environment and create DHA and DEA configuration files from it
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: Ia22ae9b050085aaa4cadb4ee6c7bfd556c4bc18a
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Szilard Cserey [Thu, 21 May 2015 13:57:35 +0000 (15:57 +0200)]
Fuel Config Reap + Additional Refactoring for Autodeployment
1. Refactor the whole autodeployment code in such a way that
the preparation of Fuel VM + networking and the autodeployment itself
can be executed all at once
2. Functionality added that allows reaping of Fuel configuration from
an existing environment and create DHA and DEA configuration files from it
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I7101295ac4becfc5fa10eda757cec0c2ad127940
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
baigk [Thu, 11 Jun 2015 06:13:24 +0000 (14:13 +0800)]
Add openstack HA installer code with ansible for compass adapter
patch 2: add service monitor and adjust monitor timelen
BGS-25
Change-Id: I4239576b3888a0a7f6b697fe7fffffb677ef7dab
Signed-off-by: baigk <baiguoku@huawei.com>
Dan Smith [Fri, 12 Jun 2015 17:08:42 +0000 (13:08 -0400)]
Adding in support for Lithium container.
Both will be present on the controller nodes and can be started/switches on and off at will. Networking scripts are not updated - will be deprecated in
favour of plugin method of enabling / setting up VXLAN / OVSDB integration
pulling from the latest nightly artifact at time of commit - will work on automated pulling each night to see if that makes sense.
Change-Id: Ie911cdf61cd97a99b975c30c55c664daf70eb3ee
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
ChristopherPrice [Tue, 9 Jun 2015 20:17:57 +0000 (22:17 +0200)]
Corrected links associated with release docs. To be updated along with the previous patch for the doc and cherry picked to stable/arno.
JIRA: BGS-64
Change-Id: Ifb5a5d115559097d361aeca83d9b6a0807bbf3d7
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Tim Rozet [Mon, 8 Jun 2015 17:11:56 +0000 (13:11 -0400)]
Fixes external network bridge and adds quota limits
Issue where external network router port was being placed on br-int.
Port will now be properly added to br-ex. Patch also includes increased
quota limits for neutron.
JIRA: BGS-65
Change-Id: I30de85e4ef241b567a90011d08c0cb4ad97fe411
Signed-off-by: Tim Rozet <trozet@redhat.com>
ChristopherPrice [Fri, 5 Jun 2015 13:49:13 +0000 (15:49 +0200)]
Corrected the "support" e-mail address. Will need to be cherry picked and merged to arno stable then updated on the release pages once approved and generated.
JIRA: BGS-64
Change-Id: Ie6c48fb863f726e5d2331e53a5b0764f9fb479b4
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Jonas Bjurel [Wed, 3 Jun 2015 22:40:08 +0000 (22:40 +0000)]
Merge "Fix formatting to '_sha1_', '_date_' where needed"
jonasbjurel [Wed, 3 Jun 2015 22:20:54 +0000 (22:20 +0000)]
Merge "Very final review before cutting the release Very-very final review :-) Update of release-notes"
jonasbjurel [Wed, 3 Jun 2015 16:56:23 +0000 (18:56 +0200)]
Final installation instructions commit taged 1.0.0
Very final installation instruction commit
Change-Id: Ie60e936c04cbaf17e5d5b4e19846b7ced2ae86de
Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
jonasbjurel [Wed, 3 Jun 2015 15:53:51 +0000 (17:53 +0200)]
Very final review before cutting the release
Very-very final review :-)
Update of release-notes
Change-Id: Ia5e6dc35495b92dcfbb402ecb96e8f41786848d0
Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
Ildiko Vancsa [Wed, 3 Jun 2015 20:38:30 +0000 (22:38 +0200)]
Fix formatting to '_sha1_', '_date_' where needed
JIRA: BGS-48
Change-Id: Ic67f7935a37014c54357a478a596a280773f0580
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Ildiko Vancsa [Wed, 3 Jun 2015 15:39:12 +0000 (17:39 +0200)]
Add references to the User Guide
JIRA: BGS-48
Change-Id: I195fc3796f146bcb796fe9773dd5a996fe43d31e
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Tim Rozet [Wed, 3 Jun 2015 17:59:09 +0000 (17:59 +0000)]
Merge "Update Reference section for the Install Guides"
Frank Brockners [Wed, 3 Jun 2015 17:33:59 +0000 (17:33 +0000)]
Merge "Fixes release tags and versions"
jonasbjurel [Wed, 3 Jun 2015 15:32:39 +0000 (17:32 +0200)]
Last build instruction commit for Arno, now tagged as 1.0.0
Final review of the Fuel build instructions
JIRA:
Change-Id: I75903a69fe8a77b35008ceed38464c3cb8727978
Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
Ildiko Vancsa [Wed, 3 Jun 2015 15:23:18 +0000 (17:23 +0200)]
Update Reference section for the Install Guides
JIRA: BGS-48
Change-Id: Ice04e177f4451d8bb3170a5e3ef3e8418deead3e
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Tim Rozet [Wed, 3 Jun 2015 16:06:27 +0000 (12:06 -0400)]
Fixes release tags and versions
JIRA:
Change-Id: I1bb931f2c9cf028c7cb935bb24ffc8425913be97
Signed-off-by: Tim Rozet <trozet@redhat.com>
jonasbjurel [Wed, 3 Jun 2015 14:55:52 +0000 (16:55 +0200)]
Final review for the fuel installation instructions
JIRA:
Change-Id: I7a525ca56e20a92b004620e85de48f3ff3b3d64e
Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
Dan Smith [Wed, 3 Jun 2015 14:42:21 +0000 (10:42 -0400)]
Fixed scripts inside ODL container to match SR3 release naming.
Change-Id: I3c9b7acb8972bd34afc01f3aad9a1f5ec9a1b99f
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
Frank Brockners [Wed, 3 Jun 2015 14:40:05 +0000 (14:40 +0000)]
Merge "Adding some doc fixes."
Frank Brockners [Wed, 3 Jun 2015 14:37:40 +0000 (14:37 +0000)]
Merge "Fix ISO name in Fuel Install Instruction"
Tim Rozet [Wed, 3 Jun 2015 14:32:45 +0000 (14:32 +0000)]
Merge "Fix indentation in user-guide.rst"
Tim Rozet [Wed, 3 Jun 2015 14:29:03 +0000 (14:29 +0000)]
Merge "Add ISO reference to Foreman Install Instruction"
Frank Brockners [Wed, 3 Jun 2015 14:03:44 +0000 (14:03 +0000)]
Merge "Changes deploy to use frozen Arno release versions for Foreman related tools"
Frank Brockners [Wed, 3 Jun 2015 14:03:20 +0000 (14:03 +0000)]
Merge "Adds external router and fixes metadata server"
Ildiko Vancsa [Wed, 3 Jun 2015 11:42:43 +0000 (13:42 +0200)]
Add ISO reference to Foreman Install Instruction
JIRA: BGS-48
Change-Id: Ic81ef4dc4899fca3eb8f3239c37e058c9364add4
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Ildiko Vancsa [Wed, 3 Jun 2015 11:58:14 +0000 (13:58 +0200)]
Fix ISO name in Fuel Install Instruction
JIRA: BGS-48
Change-Id: I14a82f22c08de2b50cfc0b1365ec9c1cb2fb7209
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Ildiko Vancsa [Wed, 3 Jun 2015 08:21:29 +0000 (10:21 +0200)]
Fix indentation in user-guide.rst
Change-Id: I4b20c289606901016fdbcda80bbdc0380ad5bfb7
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
ChristopherPrice [Wed, 3 Jun 2015 13:02:19 +0000 (15:02 +0200)]
Adding some doc fixes.
JIRA: BGS-48
Change-Id: Ibac3c55f85849c3e1b90d7d47dd04f33b439294a
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Jonas Bjurel [Wed, 3 Jun 2015 11:21:41 +0000 (11:21 +0000)]
Merge "Adding relevant links and tags into the doc."
ChristopherPrice [Wed, 3 Jun 2015 07:51:25 +0000 (09:51 +0200)]
Adding relevant links and tags into the doc.
JIRA: BGS-48
Change-Id: I261021f3dea9fee25cb7b6b01e200dbccf28ec35
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Tim Rozet [Tue, 2 Jun 2015 22:22:18 +0000 (18:22 -0400)]
Changes deploy to use frozen Arno release versions for Foreman related
tools
JIRA: BGS-56
Change-Id: I4af161c7294c7a576920a8400b2d608ccbcbb323
Signed-off-by: Tim Rozet <trozet@redhat.com>
Jonas Bjurel [Tue, 2 Jun 2015 22:15:52 +0000 (22:15 +0000)]
Merge "Amended documents with further alignment of structure and some editorials. Prepared for final content updates and relase information. Added documentation tracking."
Dan Smith [Tue, 2 Jun 2015 20:01:54 +0000 (16:01 -0400)]
Adding fix to ensure S3 is built and deployed.
Adding change.sh (for automation of ODL after deployemt) and updates odl_docker.pp file
Change-Id: I7868f8e7381d726f1ce7fd9600ba048ee3119ab7
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
Tim Rozet [Tue, 2 Jun 2015 17:31:19 +0000 (13:31 -0400)]
Adds external router and fixes metadata server
External router is needed for rally to execute correctly even though it
is not required for tenants to access external networks. This patch
creates that router. Also, metadata server was not being used because
password was not set.
JIRA: BGS-55
Change-Id: If25f4f8ee2be3e49193e9e49c370cce68dde45cf
Signed-off-by: Tim Rozet <trozet@redhat.com>
ChristopherPrice [Tue, 2 Jun 2015 11:01:34 +0000 (13:01 +0200)]
Amended documents with further alignment of structure and some editorials. Prepared for final content updates and relase information.
Added documentation tracking.
JIRA: BGS-48
Change-Id: Ia49a64db4a23dd3507f7ec5d42189aa781c75f09
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Daniel Farrell [Mon, 1 Jun 2015 17:58:16 +0000 (13:58 -0400)]
Pin software dep versions, various Foreman scripts
Software released under 'Arno' should be pinned to at least
the major version, to guarantee API backwards compatibility.
I believe this commit covers the remaining dependency installs
done by Foreman.
JIRA: BGS-54
Change-Id: I616f4d201dab2ebf6c0b38b9a5aaa1510ba59bfd
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Daniel Farrell [Mon, 1 Jun 2015 17:30:32 +0000 (13:30 -0400)]
Pin software dep versions in Foreman bootstrap
Software released under 'Arno' should be pinned to at least
the major version, to guarantee API backwards compatibility.
This also moves some pip-based installs to yum, for simplicity
and consistency.
JIRA: BGS-54
Change-Id: If4f20a5740b989bd7e369a2ec5aefd559eb505b1
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Daniel Farrell [Mon, 1 Jun 2015 17:08:20 +0000 (13:08 -0400)]
Pin software dependency versions in Foreman deploy
Software released under 'Arno' should be pinned to at least
the major version, to guarantee API backwards compatibility.
JIRA: BGS-54
Change-Id: Iad027f1dc40b17c611ef183ffbae834b0dd1b970
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Daniel Farrell [Mon, 1 Jun 2015 14:06:36 +0000 (10:06 -0400)]
Copy Foreman deploy logic from bgs_vagrant repo
This code was developed in a scratch space GitHub
repo, mostly by Tim. As part of the clean-up process
for Arno, it should be migrated to Genesis and all
future work should be done via Genesis.
This is trozet/bgs_vagrant as of f27548.
I didn't copy the clean.sh, deploy.sh and build.sh scripts
from bgs_vagrant in this commit. They differ from those
in Genesis and need more attention for a proper migration.
See: https://github.com/trozet/bgs_vagrant
JIRA: BGS-53
Change-Id: I512e0ea0d02f8d99048db771221abc88aa60e2d5
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Dan Smith [Mon, 1 Jun 2015 13:14:12 +0000 (13:14 +0000)]
Merge "Updated scripts for ODL enablement on FUEL"
Dan Smith [Mon, 1 Jun 2015 13:12:59 +0000 (09:12 -0400)]
Updated scripts for ODL enablement on FUEL
Change-Id: Ia8c82a664056e8fd0c40ffd061e2945a9fd1f8ce
JIRA:0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
Daniel Smith [Mon, 1 Jun 2015 12:19:38 +0000 (12:19 +0000)]
Merge "Corrected a syntax error on the table of contents."
ChristopherPrice [Mon, 1 Jun 2015 11:51:48 +0000 (13:51 +0200)]
Corrected a syntax error on the table of contents.
JIRA: BGS-48
Change-Id: I5b0dcdcc405de970f65e402b79220cb6688f8fd8
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Daniel Smith [Mon, 1 Jun 2015 11:38:48 +0000 (11:38 +0000)]
Merge "Adding a skeleton draft of the OPNFV user guide for comments and additions. This is a draft intended to establish the document and elicit input and feedback as to it's content. Filled out some basic operational instructions and links to upstream documentation."
ChristopherPrice [Thu, 28 May 2015 16:12:00 +0000 (18:12 +0200)]
Adding a skeleton draft of the OPNFV user guide for comments and additions. This is a draft intended to establish the document and elicit input and feedback as to it's content.
Filled out some basic operational instructions and links to upstream documentation.
JIRA: BGS-46
Change-Id: I85c547111078ccbdbb733e1c5061937cd7e54835
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
jose.lausuch [Sun, 31 May 2015 22:13:41 +0000 (00:13 +0200)]
ODL scripts bugfixes
JIRA: 0
Change-Id: I00f0cca283f7334dcf6ce98b3867af9aa6054c37
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
ChristopherPrice [Wed, 27 May 2015 17:04:36 +0000 (19:04 +0200)]
JIRA: BGS-46
Adjusted the formatting and layout of the installation instructions to be simillar across installers. Adjusted the language and layout of the foreman install instructions. Corrected random spelling grammar issues.
Still requires final content adjustment in both docs at release ready.
Added additional fixes to other release docs.
Change-Id: I4863dcf36c38d33b476017947b39b37df2e66bbd
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Aric Gardner [Thu, 28 May 2015 13:51:22 +0000 (09:51 -0400)]
Found the line that was killing rst2pdf
Change-Id: Ibd48cd07a2c4b16bed855cbcc3709a7d983e18ef
JIRA:0000
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Dan Smith [Wed, 27 May 2015 19:12:38 +0000 (15:12 -0400)]
Fixed typo in previous commit in odl_docker.pp (so that its used the correct filename)
Change-Id: Idd74bbe3bc270a93db5a9325c36a0f3439077452
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
Dan Radez [Tue, 26 May 2015 17:28:17 +0000 (17:28 +0000)]
Merge "Delivering script for use with ODL automation to start ODL in daemon mode only."
Dan Radez [Tue, 26 May 2015 17:18:29 +0000 (17:18 +0000)]
Merge "Adds Heat and external network support"
Dan Radez [Tue, 26 May 2015 17:18:09 +0000 (17:18 +0000)]
Merge "Really kill VBoxHeadless process"
Dan Radez [Tue, 26 May 2015 17:15:26 +0000 (17:15 +0000)]
Merge "Refactor Foreman install guide reStructuredText"
Dan Radez [Tue, 26 May 2015 17:14:45 +0000 (17:14 +0000)]
Merge "Add .gitignore for Vim tmp files"
Dan Smith [Mon, 25 May 2015 16:50:17 +0000 (12:50 -0400)]
Delivering script for use with ODL automation to start ODL in daemon mode only.
To start ODL after a fuel deployment simply run "/opt/opnfv/odl/stage_odl.sh" and the DLUX GUI
will be listening at http://<br-ex ip>:8181/dlux/index.html
Usage / Order:
- after you have deployed login to controller and run config_net.sh
- do the same for your compute nodes
- login to controller and run stage_odl.sh
note: Ensure that you are able to reach the internet / and resolv.conf is set to a valid DNS
- create neutron networks and look in gui that your Nodes show up.
Change-Id: Iba3d99152052e9e31a6f709b510a30c8b080aa26
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
Stefan K. Berg [Mon, 25 May 2015 13:56:51 +0000 (15:56 +0200)]
Updated Neutron quota settings for Fuel
Updated the following Neutron quotas in the Fuel defaults
of neutron.conf:
security_groups 10 to 50
floating ip 50 to 100
network 10 to 50
router 10 to 50
subnet 10 to 50
JIRA: BGS-51
Change-Id: I133625187ee95fc0d81fa874b20e293a4de3102c
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
blsaws [Thu, 21 May 2015 22:09:49 +0000 (15:09 -0700)]
Fix editorial issues, hyperlinks, RST formatting etc
JIRA:BGS-52
Change-Id: Iab72adf4e92f32937dfec22bca0e281cda4a239c
Signed-off-by: blsaws <bs3131@att.com>
Dan Smith [Thu, 21 May 2015 21:52:07 +0000 (17:52 -0400)]
FIXED broken Softlink pointing to "nowhere" that is causing issues with Git/Bash (non-linux intrepreters)
Change-Id: I8f2cc270ce4f91b69d86b7db26ccf6f980146b01
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
Tim Rozet [Thu, 21 May 2015 21:05:53 +0000 (17:05 -0400)]
Adds Heat and external network support
Patch changes behavior to do the following
External Network:
- openvswitch is now installed at the beginning of the puppet run
- public interface config is changed to be an ovsport on br-ex
- br-ex is created with the IP address formerly on public interface
- neutron is configured to use br-ex
- after neutron is running, an external provider_network and
provider_subnet are created
New global parameters required (only if external_network_flag is true):
- public_gateway
- public_dns
- public_network
- public_subnet
- public_allocation_start
- public_allocation_end
Heat is now in HA and added to deployment by default:
Introduces 6 new required global params:
- heat_admin_vip
- heat_private_vip
- heat_public_vip
- heat_cfn_admin_vip
- heat_cfn_private_vip
- heat_cfn_public_vip
JIRA: BGS-31
Change-Id: Ic4428b31c2a3028aa46c4da73e4d0f338b6651d3
Signed-off-by: Tim Rozet <trozet@redhat.com>
Frank Brockners [Thu, 21 May 2015 15:31:27 +0000 (15:31 +0000)]
Merge "Adds external network support for OPNFV"
Stefan K. Berg [Thu, 21 May 2015 12:16:58 +0000 (12:16 +0000)]
Merge "New and corrected DEA templates for LF Pod 1"
Stefan K. Berg [Thu, 21 May 2015 11:35:16 +0000 (13:35 +0200)]
New and corrected DEA templates for LF Pod 1
- Renamed the HA DEA from dea.yaml to dea_ha.yaml.
- Introduced a non HA DEA as dea_no-ha.yaml, having one
controller and four computes.
- Narrowed the Public IP range to just one IP address,
172.30.9.70, to assure that the public APIs always end
up at the same IP.
JIRA
Change-Id: Iebbeb11f5a3ea1b69d9a616ddc8a7010fc0783aa
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Jonas Bjurel [Thu, 21 May 2015 11:12:01 +0000 (11:12 +0000)]
Merge "JIRA:BGS-46 Adding small updates and edits to the installation-instuctions doc for Fuel deploy Adding an edit to identify the Fuel server when restarting the jump host."