summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-12-18Fix: Add restart docker after genesis cleanupKaspars Skels1-0/+2
Change-Id: Ib38b7d0d4a85eb6884569eb17a39de7e4714e187 Signed-off-by: Kaspars Skels <kaspars.skels@att.com> (cherry picked from commit 8a605dda14aa984c6c33f218a7ac31be8bd04784)
2019-11-23Allow running deploy.sh out of toolsCédric Ollivier1-10/+10
It completes "Deploy Script for all Sites." which adds this dependency [1]. [1] https://build.opnfv.org/ci/job/airship-deploy-daily-latest/46/console Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ib8dae7b60e4bcef6f4e573762907ef12c5fdae5d
2019-11-20Merge "Deploy Script for all Sites."Kaspars Skels1-12/+14
2019-11-20Deploy Script for all Sites.Sridhar K. N. Rao1-12/+14
This patch modified deploy script to be used for all sites. Expectation: Every site should include <site_name>.env in its home folder. Change in Arguments: With this patch deploy script take site_name as first arugment. Ex: deploy.sh intel-pod10 deploy_site Added .env files for all 3 sites. Pod10 env was already present Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I917b19c0b656e4495f7643ff2d2b73ad9ae03a11
2019-11-09Site: Intel Pod-10 Cleanup and Enable SRIOVSridhar K. N. Rao1-7/+0
This patch performs some cleanup and enable SRIOV for pod10. pod10prep.sh script is removed. Added environment file intel-pod10.env, which could be used by deploy.sh Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I4c9759edf69511a426315a227012b5fbe9dea498
2019-10-28Site definition for Intel Pod-10Sridhar K. N. Rao2-0/+77
This patch adds site definition for Intel Pod-10. Updated publickeys of luc and trevor Updated site-definition Updated divingbell Modifying common parts - FOR TESTING ONLY - Will be removed Trying with only 1 disk (bootdisk) Trying with 2 disks - /dev/sda as bootdisk, /dev/sdb as datadisk Change ceph config from directory to /dev/sdb (OSD-data only) Change ceph config from directory to /dev/sdb (OSD-Journl too) Reduce footprint of osh-infra (reduce disk pressure) Move ceph to site specific manifests Fix pod10 host/hardware profiles to be site local Fix Nova/Neutron parts to be site local Fix glance cirros image pull Fix type to site layer names for moved files Rename pod10 hardware/host profiles Move ceph fully to /dev/sdb Disable SR-IOV configuration Optimize disk storage for Nova VMs (use root disk or 3T) Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I2160e56744917510d4627cefca32031904188f77
2019-10-03Set jump to be default GW for the public networkKaspars Skels1-2/+2
Change-Id: I69777db996e61d231e69da51df0c2b5097aec32b Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-23Update deploy.sh to be more Jenkins friendlyKaspars Skels1-0/+2
Change-Id: I4a3abd85d9dddd0139cf88e2662814b452ef67f1 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-11Precise BLOCK_MIGRATION=False in envCédric Ollivier1-0/+1
It takes Ceph into account in Functest inputs. It completes the previous patch modifying tempest configuration [1]. [1] https://git.opnfv.org/airship/commit/?id=8ffc8773c0b66123a2d24ba477e684ebebd2cc53 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I94d353f1f024ee32fb33c7effaf8bb44e8f8349b
2019-09-10Disable Swift discoverability in tempestCédric Ollivier1-0/+2
It allows passing most of Swift tests even if bucket info is missing. Additional modifications should be applied to SUT [1]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1252600 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I28cd5de5cda47324a5c0589b32394232c78786a3
2019-09-10Precise tempest_conf.yaml to verify AirshipCédric Ollivier1-1/+29
It sets all max microversions according to Ocata [1][2][3] and takes ceph into account (OpenStack and Functest gates leverage on iSCSI [4]). [1] https://docs.openstack.org/cinder/latest/contributor/api_microversion_history.html [2] https://docs.openstack.org/nova/latest/reference/api-microversion-history.html [3] https://docs.openstack.org/placement/latest/placement-api-microversion-history.html [4] https://git.opnfv.org/functest/tree/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml?h=stable%2Fhunter#n24 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ic5a8a501d83fbefadcad24d58bbc5c1e3ffcd6ce
2019-09-10Force running Functest vs public endpointsCédric Ollivier1-3/+6
It sets OS_INTERFACE to force the use of public endpoints as the internal and management endpoints are unreachable from jumphost. It also sets OS_REGION_NAME to avoid the fallback mechanism in tempest selecting the first endpoint listed in catalog (here internal) [1] EXTERNAL_NETWORK is defined to allow running Functest testcases in parallel. [1] https://github.com/openstack/tempest/blob/21.0.0/tempest/lib/auth.py#L583 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I9933316479d1830d3f37dcae19940be0c8f185b1
2019-09-09Fixes for tests/deploy scriptsKaspars Skels2-1/+2
Change-Id: Idb80f8b401592c8e5a2e1682051164719ae70405 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-06Update test/deploy scriptsKaspars Skels3-12/+88
Change-Id: Ia53ec842c5b56f9cc9e42f88ceaf7b45171dd8e6 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-05Add wrapper script for functional tests (Functest)Kaspars Skels1-0/+67
This enables running healthcheck and smoke tests for intel-pod17 https://wiki.opnfv.org/pages/viewpage.action?pageId=29098314 Change-Id: Ibb40aa12f8c8ba5f1aee68554acae2edd722bd80 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-04Use Shipyard flags to enable more robust site updatesKaspars Skels1-2/+5
Change-Id: I0b0ec2172767cc0ecbea23ae6752a37cfda43949 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-04Move genesis from pod17-jump to pod17-node1Kaspars Skels1-3/+3
Adjust installation to comply with Pharos specification http://artifacts.opnfv.org/pharos/colorado/docs/specification/index.html The jump host is intended to serve as a node where installer runs. This then is used as a worker node for Jenkins. This patchset re-configures genesis to move to pod17-node1, and reduces compute nodes from 3 to 2. Change-Id: Ie5f65ad7cc0e6f688c913705babab6dc25925b4e Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-03Add deploy script for intel-pod17Kaspars Skels1-0/+158
Change-Id: Ie9f594a8bd76d91a945ccc26f715b84894e52641 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>