summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-06-24Moved 80% of Foreman deploy.sh into functionsrandyl1-435/+509
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>
2015-06-24Add ODL Deployment stack docs to Foreman guideDaniel Farrell1-1/+5
JIRA: BGS-59 Change-Id: Ia2541f7b56077f2ce95acc4dd042d72bb8cbbf2c Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
2015-06-23Fetching exit code from deploy.py in deploy.shSzilard Cserey1-3/+2
JIRA: [BGS-2] Create Fuel deployment script Change-Id: I9b4f7f27fc8ad271fc9bb37f4cb1910af5068a73 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-06-20Merge "Fixing network configuration bug in dea.yaml"Jonas Bjurel4-4/+4
2015-06-20Merge "Fix typo: conatiner => container"Jonas Bjurel5-7/+7
2015-06-20Merge "Updating ci deploy script + argument parsing improvements"Jonas Bjurel4-32/+28
2015-06-20Merge "Catching exit status from remote deployment process"Jonas Bjurel3-5/+9
2015-06-19Merge "Add openstack HA installer code with ansible for compass adapter"Prakash Ramchandran134-2/+10876
2015-06-19Fixing network configuration bug in dea.yamlSzilard Cserey4-4/+4
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>
2015-06-18Fix typo: conatiner => containerSzilard Cserey5-7/+7
Change-Id: If7a29b0c88a7009ef7587a460ecfeff4ba3f3661 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-06-18Updating ci deploy script + argument parsing improvementsSzilard Cserey4-32/+28
JIRA: [BGS-2] Create Fuel deployment script Change-Id: I891d574a5f8593a83edc89bb145bde90943c593f Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-06-18Catching exit status from remote deployment processSzilard Cserey3-5/+9
JIRA: [BGS-2] Create Fuel deployment script Change-Id: I21997df2534ef3cb0ae9ed47a01e6625b8404af9 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-06-17Fixing verification of vbox drivers JIRA: BGS-74randyl1-1/+2
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>
2015-06-17Merge "Fixes external network bridge and adds quota limits"Frank Brockners1-0/+13
2015-06-17Fuel Config Reap + Additional Refactoring for AutodeploymentSzilard Cserey46-721/+5191
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>
2015-06-16Add openstack HA installer code with ansible for compass adapterbaigk134-2/+10876
patch 2: add service monitor and adjust monitor timelen BGS-25 Change-Id: I4239576b3888a0a7f6b697fe7fffffb677ef7dab Signed-off-by: baigk <baiguoku@huawei.com>
2015-06-12Adding in support for Lithium container.Dan Smith23-0/+1509
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>
2015-06-09Corrected links associated with release docs. To be updated along with the ↵ChristopherPrice1-5/+5
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>
2015-06-08Fixes external network bridge and adds quota limitsTim Rozet1-0/+13
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>
2015-06-05Corrected the "support" e-mail address. Will need to be cherry picked and ↵ChristopherPrice1-6/+5
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>
2015-06-03Merge "Fix formatting to '_sha1_', '_date_' where needed"arno.2015.1.0Jonas Bjurel1-2/+2
2015-06-03Merge "Very final review before cutting the release Very-very final review ↵jonasbjurel1-27/+45
:-) Update of release-notes"
2015-06-04Final installation instructions commit taged 1.0.0jonasbjurel1-24/+6
Very final installation instruction commit Change-Id: Ie60e936c04cbaf17e5d5b4e19846b7ced2ae86de Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
2015-06-03Very final review before cutting the releasejonasbjurel1-27/+45
Very-very final review :-) Update of release-notes Change-Id: Ia5e6dc35495b92dcfbb402ecb96e8f41786848d0 Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
2015-06-03Fix formatting to '_sha1_', '_date_' where neededIldiko Vancsa1-2/+2
JIRA: BGS-48 Change-Id: Ic67f7935a37014c54357a478a596a280773f0580 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2015-06-03Add references to the User GuideIldiko Vancsa1-3/+11
JIRA: BGS-48 Change-Id: I195fc3796f146bcb796fe9773dd5a996fe43d31e Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2015-06-03Merge "Update Reference section for the Install Guides"Tim Rozet2-7/+23
2015-06-03Merge "Fixes release tags and versions"Frank Brockners1-4/+7
2015-06-03Last build instruction commit for Arno, now tagged as 1.0.0jonasbjurel1-60/+62
Final review of the Fuel build instructions JIRA: Change-Id: I75903a69fe8a77b35008ceed38464c3cb8727978 Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
2015-06-03Update Reference section for the Install GuidesIldiko Vancsa2-7/+23
JIRA: BGS-48 Change-Id: Ice04e177f4451d8bb3170a5e3ef3e8418deead3e Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2015-06-03Fixes release tags and versionsTim Rozet1-4/+7
JIRA: Change-Id: I1bb931f2c9cf028c7cb935bb24ffc8425913be97 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-06-03Final review for the fuel installation instructionsjonasbjurel1-9/+53
JIRA: Change-Id: I7a525ca56e20a92b004620e85de48f3ff3b3d64e Signed-off-by: jonasbjurel <jonas.bjurel@ericsson.com>
2015-06-03Fixed scripts inside ODL container to match SR3 release naming.Dan Smith3-4/+4
Change-Id: I3c9b7acb8972bd34afc01f3aad9a1f5ec9a1b99f JIRA: 0 Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
2015-06-03Merge "Adding some doc fixes."Frank Brockners1-1/+1
2015-06-03Merge "Fix ISO name in Fuel Install Instruction"Frank Brockners1-6/+6
2015-06-03Merge "Fix indentation in user-guide.rst"Tim Rozet1-1/+1
2015-06-03Merge "Add ISO reference to Foreman Install Instruction"Tim Rozet1-2/+5
2015-06-03Merge "Changes deploy to use frozen Arno release versions for Foreman ↵Frank Brockners2-3/+3
related tools"
2015-06-03Merge "Adds external router and fixes metadata server"Frank Brockners2-0/+9
2015-06-03Add ISO reference to Foreman Install InstructionIldiko Vancsa1-2/+5
JIRA: BGS-48 Change-Id: Ic81ef4dc4899fca3eb8f3239c37e058c9364add4 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2015-06-03Fix ISO name in Fuel Install InstructionIldiko Vancsa1-6/+6
JIRA: BGS-48 Change-Id: I14a82f22c08de2b50cfc0b1365ec9c1cb2fb7209 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2015-06-03Fix indentation in user-guide.rstIldiko Vancsa1-1/+1
Change-Id: I4b20c289606901016fdbcda80bbdc0380ad5bfb7 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2015-06-03Adding some doc fixes.ChristopherPrice1-2/+2
JIRA: BGS-48 Change-Id: Ibac3c55f85849c3e1b90d7d47dd04f33b439294a Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
2015-06-03Merge "Adding relevant links and tags into the doc."Jonas Bjurel1-9/+14
2015-06-03Adding relevant links and tags into the doc.ChristopherPrice1-9/+14
JIRA: BGS-48 Change-Id: I261021f3dea9fee25cb7b6b01e200dbccf28ec35 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
2015-06-02Changes deploy to use frozen Arno release versions for Foreman relatedTim Rozet2-3/+3
tools JIRA: BGS-56 Change-Id: I4af161c7294c7a576920a8400b2d608ccbcbb323 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-06-02Merge "Amended documents with further alignment of structure and some ↵Jonas Bjurel5-162/+211
editorials. Prepared for final content updates and relase information. Added documentation tracking."
2015-06-02Adding fix to ensure S3 is built and deployed.Dan Smith3-2/+226
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>
2015-06-02Adds external router and fixes metadata serverTim Rozet2-0/+9
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>
2015-06-02Amended documents with further alignment of structure and some editorials. ↵ChristopherPrice5-162/+211
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>