summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11Merge "Various YAML/tools documentation improvements"Kaspars Skels2-19/+32
2019-12-10Fix: Add restart docker after genesis cleanupKaspars Skels1-0/+2
Change-Id: Ib38b7d0d4a85eb6884569eb17a39de7e4714e187 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-12-10Various YAML/tools documentation improvementsKaspars Skels2-19/+32
Change-Id: I72b10d5333284bb0652d0d509c884b9b79c1c74b Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-12-10Label correctionSofia Wallin1-1/+1
Corrected the release note label Signed-off-by: Sofia Wallin <sofia.wallin@est.tech> Change-Id: I87ceaae2012b2c8bae78fba374721e827093469a
2019-12-04Remove tenant_id from Nova endpointKaspars Skels2-76/+1
Change-Id: I6d7a52cf002cc418ff07b57a75511ef72976e8d3 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-12-04Merge "Deploy ovs-dpdk to pod18"Kaspars Skels17-58/+998
2019-12-04Deploy ovs-dpdk to pod18Roy Tang17-58/+998
This ps creates artifacts needed to support deployment of ovs-dpdk. Most of the common artifacts are under cntt umbrella, but currently only deploys to pod18. Signed-off-by: Roy Tang <roy.s.tang@att.com> Change-Id: Id02abc1b907ad33b423466acae21ad6c88dbd246
2019-12-03Fix: Set Nova API endpoints to v2.1Kaspars Skels1-1/+1
Change-Id: I3cb8456c433ec1bc21cd80d40dc660f74411c1dc Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-11-25Uplift intel-pod17 to v1.6Kaspars Skels3-2/+3
Change-Id: Ide0c4f1786967d91c8cad896e4b66fe05054e68e Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
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-20Initial documentation framework for passing Milestone 4 of Iruya ReleaseBIN HU4-0/+130
Signed-off-by: BIN HU <bin.hu@att.com> Change-Id: Ia0625f5e036e11cffe16127f87105e0a5cf51675
2019-11-20Merge "Deploy Script for all Sites."Kaspars Skels3-12/+28
2019-11-20Deploy Script for all Sites.Sridhar K. N. Rao3-12/+28
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-20Fix for POD10 SR-IOV init issueKaspars Skels1-0/+2
This needs to be looked into in more detail. + ethtool --set-priv-flags eno3 vf-true-promisc-support off ethtool: bad command line argument(s) For more information run ethtool -h Change-Id: I6f0490d0102ee5d351675d764d2cae2b88195a1f Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-11-14Intel Pod10: SRIOV Enabling at neutron.yamlSridhar K. N. Rao1-43/+43
This patch fixes an indentation issue. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I67413e8ec2ab98ce25cd9f3c5eccc15e6047d575
2019-11-09Site: Intel Pod-10 Cleanup and Enable SRIOVSridhar K. N. Rao4-82/+80
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-11-04Site-Intel-Pod10: IXGBE Driver Install.Sridhar K. N. Rao3-0/+268
This patch adds support to install ixgbe driver as part of bootactions 1. Script similar to i40e is added in type/cntt/scripts 2. Versions.yaml is updated with url to download ixgbe driver. 3. New bootaction as part of pod-10 is created. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: Id6d759390b832f23a0dbdaf172c4a25f650ce7e6
2019-10-28Site definition for Intel Pod-10Sridhar K. N. Rao147-6/+6433
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-03Reduce size of PVCs for osh-infraKaspars Skels2-2/+2
Change-Id: I512fad5ff28dc4467c47fbd50539157fbc4f908c Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
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-24Add bootaction to install i40e driver for cnttRoy Tang4-0/+288
Change-Id: I04245d64d28539e917169058506362e969be3cba Signed-off-by: Roy Tang <roy.s.tang@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-20Add SRIOV related updates to cnttRoy Tang5-3/+107
Summary: - Update config of openstack libvirt, nova and neutron components - Add required kernel parameters to grub - Add new label to data plane host profile - Add large hugepages to data plane nodes Signed-off-by: Roy Tang <roy.s.tang@att.com> Change-Id: I5ffa00f71c890edf96ca1b72659903640c54549b
2019-09-16Minor fixes to code commentsKaspars Skels3-15/+12
Change-Id: I8ddb0b2deca4e4f0b2a254c490da880f0d7def21 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-12Correct certs for pod18Kaspars Skels1-3388/+1652
Change-Id: Iaf9b0188d003108afd2fc91f0e9bb2089d70f721 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-11Update certs for pod18Roy Tang1-144/+1880
Signed-off-by: Roy Tang <roy.s.tang@att.com> Change-Id: Ic0639f276796fd91021871c35f33cb693d31d9a2
2019-09-11Merge "Update documentation comments in site manfiests"Kaspars Skels3-157/+101
2019-09-11Create initial set of site artifacts for pod18Roy Tang110-0/+5163
Change-Id: If297227865597354c85467b918405cf5cf170355 Signed-off-by: Roy Tang <roy.s.tang@att.com>
2019-09-11Update documentation comments in site manfiestsKaspars Skels3-157/+101
Change-Id: If384d7a12d01054caea73c5bf1d4c4f0d19909bd 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-06Fix OpenStack admin endpointsKaspars Skels1-21/+61
Change-Id: Ieee29c20d3e024e21be54d8857265070d0dc67d6 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-04Uplift intel-pod17 to latest airship v1.4Kaspars Skels1-2/+2
Change-Id: I355620c60fe7ddaa0d7e2c0105a9ad0a6cb509db 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-04Add SSH key for JenkinsKaspars Skels2-5/+25
Change-Id: I11682abd440eefeada155c9ed05fc263ea2bccf3 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-04Move genesis from pod17-jump to pod17-node1Kaspars Skels8-1732/+1702
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>
2019-08-21Configure OSH Infra for HAKaspars Skels7-87/+42
Change-Id: Ib950014bd8f921cc534ec142090dbbf3036f02bf Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-08-21Add SSH keys for Intel team to access POD17Kaspars Skels3-0/+40
Adding both keys and divingbell entries for the following persons - jorgex.a.sarabia@intel.com - trung.ducx.tran@intel.com Change-Id: I1b6a9efd12ced7159f2a7e9e331bd6d94337dbe0 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-08-15Move ceph to SSD disk and CNTT type polishKaspars Skels14-55/+50
Change-Id: Id661d4107efac128fd973c98f06805c44083e93f Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-08-13Initial site reference manifests for intel-pod17Kaspars Skels136-0/+7971
This includes cntt type definition as well as site manifests. Change-Id: I4829c80199795af0c841419b8fd19557295fe244 Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-07-11Adding preliminary INFO file.Aric Gardner1-0/+80
Committers listed in this INFO file must accept their invitation and vote on this change for it to be merged Change-Id: Iead0e48bef39e3cabef5ebcae51208f68974d55e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2019-07-09Forcing .gitreview into repoAric Gardner1-0/+5
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2019-07-09Initial empty repositoryAric Gardner0-0/+0