summaryrefslogtreecommitdiffstats
path: root/docs/submodules/releng
AgeCommit message (Collapse)AuthorFilesLines
2017-05-16Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: bifrost: Remove OPNFV specific group_vars file" - prototypes: bifrost: Remove OPNFV specific group_vars file The only reason we had this file was because we had to define our own 'ssh_public_key_path' variable to look in the /root directory since we were running everything as root. Since we are now moving away from this approach, this file is not needed anymore. Change-Id: Ic938c4c8c877c95ce261721dc32fc5147081e236 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-05-16Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: configure-localhost: Use 'connection: local'" - prototypes: xci: configure-localhost: Use 'connection: local' Since we are operating on localhost, there is no need to do that via ssh so we use 'connection: local' instead. Moreover, we do not need to execute everything as root so we drop the remote user directive. Change-Id: Ib2127edad29e2da1cd1beebf42cb8f0d278ce3ad Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-05-16Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: provision-vm-nodes: Do not provision VMs as root." - prototypes: xci: provision-vm-nodes: Do not provision VMs as root. There is no need to provision VM nodes as root. The only thing that we need to run as root is the destroy-env.sh script and for that we move it to its own play so we can use Ansible's become directive. Moreover, since this playbook operates on localhost we can use 'connection: local' so we don't have to execute everything via ssh and possibly speed up the whole process. Change-Id: Ia9efd5f30e95385b5cf193dde352f93551846c0e Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-05-16Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: user-vars: Move root directory away from /opt" - prototypes: xci: user-vars: Move root directory away from /opt Having everything in the /opt implies root privileges. However, xci should work as normal user and as such we use the /tmp directory as the root directory. Change-Id: I985ded289208e1de53ad0ba878afd5bfd745c3fd Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-05-16Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: xci-deploy: Do not use sudo when connecting to remote hosts" - prototypes: xci: xci-deploy: Do not use sudo when connecting to remote hosts In preparation for running xci-deploy as normal user, we do not need to gain elevated privileges in order to connect to remote hosts. SSH keys will be placed in user's ssh directory so we can ssh as normal user. Change-Id: Ieb705515ec191955a646839e8f195d089df184bd Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-05-16Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: Do not require root privileges in xci-deploy" - prototypes: xci: Do not require root privileges in xci-deploy There is no good reason to run the script as root. If elevated privileges are required then we will do it on a per case basis. Change-Id: I7195fb3a0026ea20ce04e0b652dd3c1c56ca5741 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-05-16Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: add ramdisk and kernel to upload Change-Id: I81e89f9fe313977d6a06c6283cc5301f672a77c3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-16Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "refactor config parser to facilitate adding new configs" - refactor config parser to facilitate adding new configs refactor hardcoded config.py to facilitate adding new configurations come along with web portal and Authentication features Change-Id: Ibc16166ade0d6e730bb4c9d81e9b9bc9b297faa1 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-16Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fix clean cmds in deploy Change-Id: I7da324903df1cc0c26cfba4433748dab459bbeb1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-16Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: add gerrit to deploy Change-Id: I9260d053c74584e1c80e880d73d8671e3515b4c2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-16Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes node parameters and git revision on verify Change-Id: I02243d359b4204ab38dee143332c8d1bac86ac8e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-16Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: adds missing deploy env vars Change-Id: I515afe7a8f230ebbece8ee4d99ca7744a6a35fb8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-16Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes upload artifact Change-Id: Ib12722ec85fe46d1b6dccb7bfc2da748386dac97 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes build directory in upload artifact Change-Id: I5d3c5c76159a1bc4b83ef5855ad412962d00fcb6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "KVMFORNFV: Common build packages for daily test cases" - KVMFORNFV: Common build packages for daily test cases This patch is used to upload the metadata file only for the artifacts built by daily build job. Also used to add seperate checks for the artifacts uploaded by build and test phases. Change-Id: I4c760e2269f3251fd0de91a803123167fb2ad225 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-15Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fix apex upload for images Change-Id: Ibff76b1ce7cb4e071e576fd111bfff8af2cc2021 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: updates cache to unique name Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes dev label names for artifacts Change-Id: I2dae20c688ccd2cb690c01a843cb75d5743e129b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes checking dev for verify build Change-Id: I8f283f6db366fc55a7eb52789affed7426521d17 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes building rpms for patches Change-Id: I2de72d983035cbf79f9f09850cd98dfd349783ca Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Update git submoduleskalyanreddy1-0/+0
* Update docs/submodules/releng from branch 'master' - KVMFORNFV: Common build packages for daily test cases This patch is used to upload the metadata file only for the artifacts built by daily build job so that both the kvmfornfv cyclictest and packet forwarding test cases will download the same artifacts uploaded by the daily build job for testing on the test pod. Change-Id: Ic2d58eca4fc86a257877159bb6910a2d8e8f3887 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-15Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "KVMFORNFV: Common build packages for daily test cases" - KVMFORNFV: Common build packages for daily test cases This patch is used to implement the common daily build job so that both the kvmfornfv cyclictest and packet forwarding test cases will download the same artifacts uploaded by the daily build job for testing on the test pod. Change-Id: Ifbe3ab1d6c62bd73c982065242cbfe29ce5dea1e Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-14Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: adds timeouts to deploy and build jobs Change-Id: I760952825e9f3d36d66ecb51e26a66b8ad69aaac Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-13Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes build directory assumption in upload artifact Change-Id: Iae230e37137b0408a74ba74bd551a88dd6ffa076 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-13Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: changes build job to use git-scm-gerrit Change-Id: I2701ecea73ae58dc6115a93cbfc8b35ef7949b3b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-12Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "re-enable testapi auto update" - re-enable testapi auto update Change-Id: Ied3c2f0c0ba1bd8cbaaa44bfff52ea52614db56c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-12Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "add web portal framework for TestAPI" - add web portal framework for TestAPI Change-Id: I62cea8b59ffe6a6cde98051c130f4502c07d3557 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-12Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "big fixes: wrong path" - big fixes: wrong path - remove link to daisy for storperf results - fix yardstick installer page links Change-Id: Idae2163862c681db05cfc24c5c29eaea793d3c88 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-12Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "clarify schema base on swagger1.2 specification" - clarify schema base on swagger1.2 specification Change-Id: I98e165ae943b54d6a38783f2a3822d381c247ee4 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-12Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "KVMFORNFV: Disable packet forwarding daily build job." - KVMFORNFV: Disable packet forwarding daily build job. This patch is used to disable the kvmfornfv packet forwarding daily build job to avoid seperate rpm building for cyclictest and packet forwarding test cases. Both the test cases will use the rpms uploaded to artifacts as a part of cyclictest daily build job for testing. Change-Id: Ia6c1ce2ddc435aa5ae3cbf88b5cfedf6f6d3c106 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-11Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: remove global build slave Change-Id: I2d4216e63a16baafcebe636107449b334c953f04 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-11Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: remove blocking on daily jobs Change-Id: I6ee953c983fce4280d0e2e4653458cfbe6998710 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-11Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes promote jobs missing upload snapshot Change-Id: I850a287f4226d59968e06ff31e268d7d2b485e3d Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-11Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Sub repo for security gate, add lhinds as commiter" - Sub repo for security gate, add lhinds as commiter As discussed during the OPNFV plugtest, this patch seeks to create a releng sub repo [1] to host the anteater code for CI gate checks around security and licence header checks. The patch also seeks to add lhinds (security PTL) as a committer, so they can maintain anteater code. [1] releng-anteater Change-Id: Ice92e3f717f5cb0e231932017975d4568249ab52 Signed-off-by: Luke Hinds <lhinds@redhat.com>
2017-05-11Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Allow Asynchronous Apex Builds" - Allow Asynchronous Apex Builds - Remove any build blockers on 'apex-build-*' jobs. - Adds script to download latest build artifacts before deployment. - Make each deploy download the needed artifacts before running. - ARTIFACT_VERSION now set to dev for verify builds to indicate tarball should be uploaded to artifacts repo - apex.yml jjb is now generated by using apex-jjb-renderer - scenarios are managed in scenarios.yaml JIRA: APEX-328 Change-Id: I4a51565686bd2011a310c3926d8260cd4641dca5 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-05-11Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "leverage tornado framework to simply impl of TestAPI" - leverage tornado framework to simply impl of TestAPI 1) make better use of initialize() method 2) better naming global arguments Change-Id: I89dc72a358bcb2a5688a1ffeb3ed5d735d875a4a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-11Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "correct the import impl of TestAPI" - correct the import impl of TestAPI Change-Id: Ia721ff61e02b1819c32d228f5f8910364c139c8a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-11Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "change swagger urls based on v1.2 specification" - change swagger urls based on v1.2 specification According to swagger1.2 specification, The Swagger specification is comprised of two file types: The Resources Listing and The API Declaration. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/1.2.md Change-Id: I8f92897e41dbf6d4d2c3b1fe64ea6729f04cf3ad Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-11Update git submodulesxudan1-0/+0
* Update docs/submodules/releng from branch 'master' - Bugfix: Error when create pod.yaml file JIRA: DOVETAIL-426 1. ImportError: No module named netaddr 2. rm: cannot remove '/home/opnfv/dovetail/userconfig/*': No such file or directory Change-Id: I81ad703667c798589855fdafc1668644e9a342b9 Signed-off-by: xudan <xudan16@huawei.com>
2017-05-10Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Bug Fixes: remove Db name + path" - Bug Fixes: remove Db name + path as case have been renamed in testcases.yaml no more need or translation name/Db name Change-Id: I0656ec478369224d44d9c3cdf0c6426f140e4029 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-10Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "add qtip reporting" - add qtip reporting Change-Id: Ie573486080fbd36857ff0709d53f6bdcdd43363e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-10Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add short_description field to testcase in test API" - Add short_description field to testcase in test API this field will be used for the catalogue Description may be too long - displayed in case of roll over name is often not explicit enough for humanes Change-Id: Ibb1f74208376c93616fc89fa10fdeecaf0f8c8fb Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-10Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Bugfix: Error when create pod.yaml file" - Bugfix: Error when create pod.yaml file JIRA: DOVETAIL-426 os.path.makedirs(os.path.dirname(args.filepath)) AttributeError: 'module' object has no attribute 'makedirs' Change-Id: I2b75576f05b7926b76148ea6152e4479215344f5 Signed-off-by: xudan <xudan16@huawei.com>
2017-05-10Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add arm support in functest reporting pages" - Add arm support in functest reporting pages Create different pages for installer@architectures - x86 - aarch64 JIRA: FUNCTEST-821 Change-Id: I3c4ebba3f7969f6c1a5d04c4d5b5a63db5a3e7c2 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-09Update git submodulesagardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Wild card needed now that compass4nfv configs have been added Change-Id: I490b7b1de44e7a04ea631ffa4808f633353f94c5 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-05-09Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - XCI: change functest job to use master Change-Id: If0ce98b4d6f86a0bb6ad5b7b78bf134ef87c1fd9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-09Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - 3rd Party CI: Adds carbon branch to ODL xci Change-Id: I53ddedb80f19ec9f8224cb0e22e4657b1472169f Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-09Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: Make sure Ansible dependencies are installed" - prototypes: xci: Make sure Ansible dependencies are installed 'pip install ansible' is not enough on newly installed hosts which may lack the necessary build tools to install Ansible's dependencies. As such, we add a script similar to the bifrost/scripts/install-deps.sh one to pull in all the necessary distro-specific packages so Ansible and it's dependencies can be installed from scratch. Change-Id: I4b1e74644db9ace451ad763e4c54f1a3a43214fd
2017-05-09Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "jjb: xci: Run bifrost provisioning as normal user" - jjb: xci: Run bifrost provisioning as normal user Ansible can request elevated privileges using the 'become' directive. As such there is no need to run ansible using sudo. Furthermore, OpenStack CI runs all jobs as normal user and we need to do the same in order to compare behavior and results properly. Change-Id: Id198efd1d6fdf4619de931fbedc7caba8d68d2a0
2017-05-09Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "prototypes: bifrost: Write clouds.yaml file for regular users" - prototypes: bifrost: Write clouds.yaml file for regular users This is similar to commit 6769ae9bcbf6 ("prototypes: bifrost: Add keystone roles"). In preparation for running the bifrost jobs as normal user we need to write a clouds.yaml file to users home directory. This is similar to the bifrost upstream testing playbook. Change-Id: Iae4bc73906649707667925280a19282ec5c93998