Initial ci-management upload
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 30 Jan 2017 20:59:38 +0000 (12:59 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 30 Jan 2017 21:20:32 +0000 (13:20 -0800)
commitebc710af742601214491c5b2b9a4f6847d235d6c
tree49e8acc7c5b170d186ac65d88debe94a4d935b16
parentdcd560890f549f999e0ebe437dcc180bbc628d0b
Initial ci-management upload

* Configure initial jobs and validate Jenkins environment
* Do not hook up packer build jobs at this time

Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
34 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
jenkins-scripts/README [new file with mode: 0644]
jenkins-scripts/basic_settings.sh [new file with mode: 0755]
jenkins-scripts/create_jenkins_user.sh [new file with mode: 0755]
jenkins-scripts/jenkins-init-script.sh [new file with mode: 0755]
jenkins-scripts/system_type.sh [new file with mode: 0755]
jenkins.ini.example [new file with mode: 0644]
jjb/ci-management/ci-management-macros.yaml [new file with mode: 0644]
jjb/ci-management/ci-management.yaml [new file with mode: 0644]
jjb/global-defaults.yaml [new file with mode: 0644]
jjb/global-macros.yaml [new file with mode: 0644]
jjb/global-templates-java.yaml [new file with mode: 0644]
jjb/global-templates-python.yaml [new file with mode: 0644]
jjb/include-raw-deploy-archives.sh [new file with mode: 0644]
packer/README.markdown [new file with mode: 0644]
packer/provision/basebuild.sh [new file with mode: 0644]
packer/provision/basebuild/.dummy [new file with mode: 0644]
packer/provision/baseline.sh [new file with mode: 0644]
packer/provision/null_data.sh [new file with mode: 0644]
packer/provision/redis-server.sh [new file with mode: 0644]
packer/provision/rh-user_data.sh [new file with mode: 0644]
packer/provision/robot.sh [new file with mode: 0644]
packer/provision/system_reseal.sh [new file with mode: 0644]
packer/templates/basebuild.json [new file with mode: 0644]
packer/templates/redis.json [new file with mode: 0644]
packer/templates/robot.json [new file with mode: 0644]
packer/vars/.gitignore [new file with mode: 0644]
packer/vars/centos.json [new file with mode: 0644]
packer/vars/cloud-env.json.example [new file with mode: 0644]
packer/vars/ubuntu-14.04.json [new file with mode: 0644]
packer/vars/ubuntu-16.04.json [new file with mode: 0644]
scripts/.gitignore [new file with mode: 0644]
scripts/check-unicode.sh [new file with mode: 0755]