Initial version of the ci-management repo
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 16 Aug 2016 16:26:19 +0000 (18:26 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 17 Aug 2016 11:27:14 +0000 (13:27 +0200)
commit46ae6ad6151e3a05d80a0d7cfd9e44841fb4bcfd
tree1b2c52cd19639f490c2b56cde493e0a959885fc0
parent245ec5ec552c8c97e867c03aa9645834886cbf2b
Initial version of the ci-management repo

Based on the open-o template. Modified for AGL.

v2 fixed host key and only pushing ci-management jobs.
- fix macro vs. definition in file

Change-Id: I2de02a572a5d8ca1bf6b7a56bfd2e30bfe18fa9a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
26 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.yaml [new file with mode: 0644]
jjb/ci-management/include-raw-jjb-update.sh [new file with mode: 0644]
jjb/global-defaults.yaml [new file with mode: 0644]
jjb/global-macros.yaml [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/rh-user_data.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/vars/.gitignore [new file with mode: 0644]
packer/vars/cloud-env.json.example [new file with mode: 0644]
packer/vars/ubuntu-16.04.json [new file with mode: 0644]
scripts/.gitkeep [new file with mode: 0644]
scripts/check-unicode.sh [new file with mode: 0755]
test [new file with mode: 0644]