summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08Fix tacker installationMichal Skalski1-4/+7
Sometimes commands are exeucuted before last one was finished, for example here: https://build.opnfv.org/ci/job/fuel-deploy-virtual-daily-colorado/117/console Try set custom prompt to eliminate false matching and add additional sleep after git package installation. Change-Id: I0fd1b5410c7870ff2a074e050069efc3b61b0d79 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-01Install tacker on controller nodeMichal Skalski1-3/+1
In no-ha scenarios opendaylight role may not be collocated with controller Change-Id: Ic2040924949e7a0286ffeba795ea102face9bc0f Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-09Add BRIDGE parameter when deploy FuelJulien1-1/+1
Currently BRIDGE is hardcode with 'pxebr'. If the lab uses another bridge name, it can be use supported in releng. This parameter is supported in Fuel project already. JIRA: RELENG-134 Change-Id: Ie1df46a247eaebb1814506d555f73d03a1e5566e Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-07-19fuel: Fix the log argumentFatih Degirmenci1-1/+1
Change-Id: Iae50079427b9fb264b22ba19919cb66029a085fa Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-18fuel: Upload deployment logs to artifacts.opnfv.orgFatih Degirmenci1-4/+25
Change-Id: I99bb2f621c49e50d169d4d51d0811a4531988188 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-21Rename LF Jenkins slaves and update impacted jobsFatih Degirmenci1-5/+0
Change-Id: If58c84e6f431db88eed3376e446479826da71502 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-18Add fuel deployment daily jenkins job on zte-pod1.wu.zhihui1-2/+2
1. add zte-pod1 info and related triggers in fuel-ci-jobs.yml. 2. add zte-pod1 info in fuel-deploy.sh JIRA: RELENG-88 Change-Id: Id1d922da7d16ee705b4dfbf98254e67db6d2ffe4 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-02-24fuel: Hardcode the fuel poc-tacker.sh script to checkout the patchFatih Degirmenci1-2/+8
This will be removed once the manual runs are done. Change-Id: I2cc40373a2a5a05e42dca23e253fecbe3e3b7786 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-19fuel: Fix sfc expect script to make it work on JenkinsFatih Degirmenci1-5/+11
Change-Id: I57e30a811d7cab062b52ce65cd2859ab50a1aa0a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-18fuel: Fix pattern matching and node ip extraction for sfc scenarioFatih Degirmenci1-4/+5
Change-Id: Ib69806739462c74c616a5fad352bd8732d67e996 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-18fuel: Execute poc.tacker-up.sh script for sfc scenarioFatih Degirmenci1-2/+32
Change-Id: If9dcea92d17c1317e2ae8ee10c22957e4e6cf4cc Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-18fuel: Create job for os-odl_l2-sfc-ha scenarioFatih Degirmenci1-1/+11
The trigger times are configured as below due to addition of SFC scenario os-nosdn-nofeature-ha : 10:00, every day for both branches os-nosdn-ovs-ha : 15:00, every day for both branches os-odl_l2-bgpvpn-ha : 20:00, every day for both branches os-odl_l3-nofeature-ha : 06:00, every day for both branches os-odl_l2-nofeature-ha : 02:00, every 5th day for both branches os-onos-nofeature-ha : 14:00, every 5th day for both branches os-nosdn-kvm-ha (bm) : disabled os-nosdn-kvm-noha and os-odl_l2-sfc-ha triggers are currently disabled. Change-Id: Id0b945b85cf55d4d93b7146bb6f143c2adebb895 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-28Add license headerFatih Degirmenci1-0/+8
License headers are added. - Set company name based on the author who created the file first time - Add SPDX header for Apache 2.0 Change-Id: I8f357a2d6f75179171c681f4b53e0f4249eca5a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-20fuel: Clone securedlab repo using proper branchFatih Degirmenci1-2/+2
Change-Id: I975f7261cacf7367c8a4ca1bd7d7c107a0e2abdf Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-17fuel: Merge deployment scripts for daily and virtual deploymentsFatih Degirmenci1-8/+22
Change-Id: I84348614c2a03e7cca359e9f47d536d833328958 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-12fuel: Enable all available scenarios for brahmaputra branchFatih Degirmenci1-5/+33
This change - Enables all available scenarios for stable/brahmaputra branch on LF POD2 and Ericsson POD1. - Enables new node type, virtual, which is able to run available scenarios. - Adjusts build blocker for multijob projects. - Skips cloning of fuel repo for multijob projects. - Enables os_odl-l2_ha auto trigger for LF POD2, Ericsson POD1, and Ericsson POD2. - Enables the use of an already downloaded ISO if the ISO was previously downloaded to jumphost to speed up deployment. - Adds a generic job for fuel for easier CI development/troubleshooting which is kept disabled by default. - Removes SDN_CONTROLLER parameter. Change-Id: Icf26241216522b58db6908623a77405cdaac2ba2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-12Fuel: Enable the jobs for newly added scenariosFatih Degirmenci1-1/+1
Change-Id: Id587f14e6b3bee67558b46b3ea0e262461fbef3e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-11Fuel: Switch to new scenario/pod descriptions and enable 7 scenariosFatih Degirmenci1-1/+1
This change - enables 7 scenarios by creating jobs for them: os_ha, os_odl-l2_ha, os_odl-l3_ha, os_onos_ha, os_kvm_ha, os_ovs_ha, os_kvm_ovs_ha. - enables the use of new scenario descriptions - enables the use of new pod descriptions Please note that - all of the above is only valid for Ericsson POD2. - no triggers have been defined as of yet. Jobs will manually be triggered in the beginning for CI development purposes. Apart from this, new jjb file and shell script have been created temporarily in order not to break brahmaputra deployments. These files will be merged once the fuel changes are cherry-picked to brahmaputra branch. Change-Id: I86479bde24aaaab415ca669aa55d706ba06e7fe4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-07Enable fuel nosdn scenario for master and stable/brahmaputraFatih Degirmenci1-13/+5
This patch proposes below changes: - Run CI on opnfv-jump-2 against stable/brahmaputra branch - Run CI on ericsson-pod2 against master branch - Configure functest against both branches on both PODs - Enable yardstick against both branches on both PODs - Comment out additional controllers until nosdn scenario is verified - Rename OPNFV_FEATURE to DEPLOY_SCENARIO Change-Id: Ie3d4f946cd51271378b435f9a92af07aaf614c26 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Set nocache for fuel artifacts on artifacts.opnfv.orgFatih Degirmenci1-2/+1
Change-Id: I41d19eadbe151e27146e8aa5e8a1b7f250865edb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Add location of pod config files into slave-config & disable lab-reconfigFatih Degirmenci1-11/+11
Change-Id: I7e71a1bd3f909fac49c74ab0c8ef336a6b5fa711 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Fix the updated INSTALLER_TYPE variable in scriptsFatih Degirmenci1-1/+1
Change-Id: Ifa9a11dcf1ecd7e43b54a03f92f00c42c0cac41f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-25Adjust fuel ci scripts/jenkins jobs for new directory structureFatih Degirmenci1-3/+3
Change-Id: I67e081215b89e0bbcc67f0abba9eb511c64299ae Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-20Fix the bug while setting OPNFV_ARTIFACT_VERSIONFatih Degirmenci1-2/+3
JIRA: RELENG-56 Change-Id: I98ec9be78b6858002edbd826be5fcca0281c05cb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-05Fix genesis clone command for fuel-deploy-masterFatih Degirmenci1-2/+2
Change-Id: I98c28e0736e4099f95cda05963b0a9add659c3f0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-05Enable fuel daily runs on POD2Fatih Degirmenci1-0/+49
Change-Id: Iad31f257d1198e9730ea0db68a18737009c00a95 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>