2012-11-09 11:04:13 +00:00
|
|
|
CI needs for image building
|
|
|
|
===========================
|
|
|
|
|
2014-02-12 08:20:37 +00:00
|
|
|
Eventually, if/when TripleO becomes an official OpenStack project, all CI for
|
|
|
|
it should be on OpenStack systems. Until then we still need CI.
|
2012-11-09 11:04:13 +00:00
|
|
|
|
|
|
|
Jenkins
|
|
|
|
-------
|
|
|
|
|
|
|
|
* Jenkins from jenkins apt repo.
|
|
|
|
* IRC notification service, notify-only on #triple on freenode, port 7000 ssl.
|
|
|
|
* Github OAuth plugin, permit all from tripleo organisation, and organisation
|
|
|
|
members as service admins.
|
2015-07-22 08:27:50 +00:00
|
|
|
* Grant jenkins builders sudo [may want lxc containers or cloud instances for
|
2012-11-09 11:04:13 +00:00
|
|
|
security isolation]
|
|
|
|
* Jobs to build:
|
2013-04-05 02:27:18 +00:00
|
|
|
* base ubuntu VM.
|
2012-11-09 11:04:13 +00:00
|
|
|
|
2013-04-05 02:27:18 +00:00
|
|
|
disk-image-create vm base -o base -a i386
|
2012-11-09 11:04:13 +00:00
|
|
|
|
2013-04-05 02:27:18 +00:00
|
|
|
* ramdisk deploy image build
|
2012-11-09 22:36:24 +00:00
|
|
|
|
|
|
|
ramdisk-image-create deploy
|
2012-11-09 11:04:13 +00:00
|
|
|
|
2012-11-15 03:20:32 +00:00
|
|
|
Copyright
|
|
|
|
=========
|
|
|
|
|
2013-04-05 02:27:18 +00:00
|
|
|
Copyright 2012, 2013 Hewlett-Packard Development Company, L.P.
|
2012-11-15 03:20:32 +00:00
|
|
|
Copyright (c) 2012 NTT DOCOMO, INC.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
not use this file except in compliance with the License. You may obtain
|
|
|
|
a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|