Create daily job for infra deployment, remove sandbox jobs and fix bugs 61/19661/7
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 26 Aug 2016 22:25:37 +0000 (00:25 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 31 Aug 2016 10:06:45 +0000 (12:06 +0200)
commite977155378fcbbd0826fa4a192b25273648d3782
treee0877d31e042132403ccc18fa07f2b3ca742a3cc
parent2db98ec846c009a95085d69e32c4e0518095a50c
Create daily job for infra deployment, remove sandbox jobs and fix bugs

This change
- creates upstream daily job to trigger and control the execution of jobs
that provision nodes using bifrost, deployment using puppet-infracloud,
and simple smoke test job.
- fixes the hashbang placement in 2 of the scripts.
- removes sandbox dummy jobs as the infra jobs can serve as examples now.

Only the node provisioning job is functional at the moment.

Change-Id: I311d159956d8b7ce3f7a500fac5a7dcb459104cf
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
20 files changed:
jjb/infra/infra-daily-jobs.yml [new file with mode: 0644]
jjb/infra/infra-deploy.sh [new file with mode: 0755]
jjb/infra/infra-provision.sh [new file with mode: 0755]
jjb/infra/infra-smoketest.sh [new file with mode: 0755]
jjb/opnfv/installer-params.yml
jjb/opnfv/slave-params.yml
jjb/sandbox/basic.sh [deleted file]
jjb/sandbox/build.sh [deleted file]
jjb/sandbox/deploy.sh [deleted file]
jjb/sandbox/functest.sh [deleted file]
jjb/sandbox/merge.sh [deleted file]
jjb/sandbox/promote.sh [deleted file]
jjb/sandbox/sandbox-daily-jobs.yml [deleted file]
jjb/sandbox/sandbox-merge-jobs.yml [deleted file]
jjb/sandbox/sandbox-verify-jobs.yml [deleted file]
jjb/sandbox/sandbox-weekly-jobs.yml [deleted file]
jjb/sandbox/test.sh [deleted file]
jjb/sandbox/yardstick.sh [deleted file]
prototypes/bifrost/scripts/destroy_env.sh
prototypes/bifrost/scripts/test-bifrost-deployment.sh