557 Commits

Author SHA1 Message Date
Swapnil Kulkarni
f8c2e0d9bb Add build from source for Ceilometer
Change-Id: Iff364dfeb622f84dc797ff6f2846ee18075da856
Partially-implements: blueprint install-from-source
2015-07-24 04:14:27 +00:00
Jenkins
922093044e Merge "Properly use all configs with neutron" 2015-07-23 18:57:42 +00:00
Jenkins
c0a72cefb3 Merge "Fix compute permissions and start params" 2015-07-23 18:57:35 +00:00
Jenkins
99995d7ae3 Merge "Removed unused hautoproxy code" 2015-07-23 18:36:23 +00:00
Sam Yaple
3b30760e2d Fix compute permissions and start params
neutron-server was not properly using ml2_conf.ini

nova did not have ovs utils, and it had incorrect libvirt permissions

Change-Id: I43d2110d0b5fc1940d887dace95787e1ebbe142d
Partitially-Implements: blueprint ansible-service
2015-07-23 18:20:42 +00:00
Jenkins
23a16fbcde Merge "Glance installation from source" 2015-07-23 15:34:00 +00:00
Sam Yaple
d1f2ec8c8a Properly use all configs with neutron
Change-Id: Ie347964d42e7060c69047b1aeece1cf0ad311ae6
Partially-Implements: blueprint ansible-service
2015-07-23 15:22:01 +00:00
Jenkins
63035f7ce4 Merge "Adds the appropriate tools to addin the ovs bridge" 2015-07-23 13:40:57 +00:00
Jenkins
1c86345529 Merge "Allows neutron-agents l3 agent to communicate with OVS" 2015-07-23 13:28:19 +00:00
Jenkins
266ffe2d40 Merge "sudoers script was not properly running" 2015-07-23 13:15:47 +00:00
Steven Dake
4789f9188a Allows neutron-agents l3 agent to communicate with OVS
The neutron-agents l3 agent requires access to the OVS database via
access to /run.  It also needs to have ovs-vsctl binary available in
the container.

Change-Id: I903537b570cd60c9bb1088e9408a5f6ea4988d8f
Closes-Bug: #1477376
2015-07-23 05:53:51 -07:00
Sam Yaple
77f71b9f59 Adds the appropriate tools to addin the ovs bridge
Ansible will exec a script in the OVS container to ensure the bridge and
ports are properly setup. The script is idempotent.

Change-Id: I5adca595a4d2ef4edf26c9635cfa5ceb30ca4a59
Closes-Bug: #1466375
2015-07-23 12:15:31 +00:00
Sam Yaple
ca6a9fed75 sudoers script was not properly running
This issues presented as sudo requiring a TTY. We properly update the
sudoers config to remove the tty requirement

Change-Id: I7f31bccdc1774f8afd078267cf23704d95eda8b8
Closes-Bug: 1477351
2015-07-23 10:20:45 +00:00
Jenkins
79d1841128 Merge "Add get_or_create_domain for designate sink" 2015-07-23 09:58:39 +00:00
Jenkins
b9a1b76175 Merge "Add memcached image (required by Swift)" 2015-07-23 09:38:54 +00:00
akwasniewska
7285ac03bb Glance installation from source
Container with glance installed from source.
Co-Authored-By: Swapnil Kulkarni <me@coolsvap.net">
Partially Implements: blueprint install-from-source

Change-Id: I73071415023b141b760f6c4cc5b181a97a4f7552
2015-07-23 09:29:40 +00:00
Sam Yaple
1c7091dcd0 Removed unused hautoproxy code
Change-Id: Idcfc97567fc34a700259c13c54035a401d76e1e9
Closes-Bug: #1474679
2015-07-23 09:18:48 +00:00
Jenkins
6d4a55060e Merge "HAProxy container" 2015-07-22 18:25:56 +00:00
Jenkins
3803663c5d Merge "Add build from source for Neutron" 2015-07-22 16:29:55 +00:00
James McCarthy
ffad0a13a0 Add memcached image (required by Swift)
Co-Authored-By: Paul Bourke <paul.bourke@oracle.com>
Partially Implements: Blueprint swift-container

Change-Id: I9d732b120c6a6354fe450cfc3f00dd2469bb9265
2015-07-22 16:28:48 +01:00
Paul Bourke
affdac4ff0 Add build from source for Neutron
Change-Id: I49a336643737daaa20e835e44647ce74e2da2a81
Partially-implements: blueprint install-from-source
2015-07-22 14:45:15 +00:00
Jenkins
2313303397 Merge "Remove PIP cache for Magnum" 2015-07-22 14:21:31 +00:00
Jenkins
fe12ed2b5a Merge "Remove PIP cache for Heat" 2015-07-22 14:21:07 +00:00
Steven Dake
e63497dda0 Remove PIP cache for Magnum
We only install these pip files once so there is no need for
a 50MB PIP cache stored in the image permanently.

Change-Id: I75c8154c764db85b3115b4d28fc136855523df05
Partial-Bug: #1476840
2015-07-21 17:38:59 -07:00
Steven Dake
39378aa919 Remove PIP cache for Heat
We only install packages one time so there is no benefit to
storing 50MB of PIP cache data.

Change-Id: I294ad00464c7fd2312d6140140d334ff9bddb611
Partial-Bug: #1476480
2015-07-21 17:38:57 -07:00
Jenkins
7302891206 Merge "Ansible Neutron support" 2015-07-21 21:50:33 +00:00
Paul Bourke
7bc8af43c3 Remove RDO dependency from source images
It turns out the only dependencies we need from RDO in the source builds
are python-pip, python-cliff for crux, and crudini, all of which can be
pulled from pypi.

We should remove the dependency on RDO for these builds which is one of
the reasons for source builds in the first place.

Change-Id: I11e26e96e6c94a5df5db48204714229bbd85a9aa
Closes-Bug: #1476760
2015-07-21 18:11:07 +00:00
Michal Jastrzebski (inc0)
38bed674bd HAProxy container
This commit consists HAProxy container. It only supports config-external
as this requires orchiestration.

Change-Id: I0af28be4f3d4aa40c418f15c40c45630d0fd7c8d
Partially-implements: blueprint haproxy-container
2015-07-21 15:32:39 +02:00
Yongfeng Du
5ed4be129c Add get_or_create_domain for designate sink
Function get_or_create_domain is required by designate-sink service,
but get lost during later changes, so add it back.
Otherwise, there will be "get_or_create_domain: command not found" error
during designate sink start.

Change-Id: I0433f83d02a2891c9bad4b9e26f93c4709ff1325
Closes-Bug: #1476575
2015-07-21 17:22:02 +08:00
Jenkins
53bd3ee3bb Merge "Install python-pip" 2015-07-20 09:37:53 +00:00
Jenkins
5b46d8bca4 Merge "Allow libvirt to be configured externally" 2015-07-19 17:48:15 +00:00
Sam Yaple
f47fb972b6 Ansible Neutron support
Add initial Ansible support for Neutron

Change-Id: Idad011945bff914535d1ac0eb09cc9d3b0882fbe
Partially-Implements: blueprint ansible-service
2015-07-19 12:37:49 +00:00
Sam Yaple
5f3e46e818 Install python-pip
pip is no longer being pulled into the base for unknown reasons. My guess
would be a dep change in something upstream.

Change-Id: Ie0b13f606d69de604408fd0d86fbdbac7e539f30
Closes-Bug: #1475966
2015-07-19 12:37:49 +00:00
Jenkins
6d00f8a64b Merge "Add build from source for Magnum" 2015-07-19 11:49:31 +00:00
Jenkins
d6e6133182 Merge "Add missing symlinks in neutron-base" 2015-07-17 21:07:33 +00:00
Ryan Hallisey
e31edb4b15 Allow libvirt to be configured externally
config-enternal.sh for libvirt does not look for any
external config.

Change-Id: I5ab4ff93166a9d96a3c3a3073c47faf86493efae
Closes-Bug: 1475760
2015-07-17 15:18:58 -04:00
Jenkins
a6ccb90922 Merge "Start tgtd in cinder-volume container" 2015-07-17 15:32:42 +00:00
Jenkins
a5b6b2f0d7 Merge "Parttially implement ceilometer container code" 2015-07-17 11:33:45 +00:00
Steven Dake
75e7490df9 Add build from source for Magnum
Add build from source for Magnum for the CentOS platform.
Partially-implements: blueprint install-from-source

Change-Id: I4bdec4711806e8ad965b0cdaf946d4bc9bed6dcb
2015-07-16 11:35:28 -07:00
Swapnil Kulkarni
08a1414738 Parttially implement ceilometer container code
Added the compose yaml file
Added the genenv
Added fixes to run the containter

Change-Id: Ied3ea92e495fc0fc0274a0da736394d2ab52a754
Partially Implements: blueprint ceilometer-container
2015-07-16 15:27:19 +00:00
Paul Bourke
99730b62c8 Add missing symlinks in neutron-base
Change-Id: I5fb6a35ade17ea89e306d3d00694b0f922a58e4a
Closes-Bug: #1475332
2015-07-16 15:20:42 +00:00
Swapnil Kulkarni
51b7915ae8 Updated directory structure to make it consistent
Closes-Bug: #1474774
Change-Id: Id61d777a8b741c800e0d034e3ee889c11bcf5fbc
2015-07-16 11:37:40 +00:00
Swapnil Kulkarni
5c8561b1d7 Change docker ADD file instruction to COPY
Change-Id: I51c042d5947a5f0b30eb8c680ac3a1d97ccc3459
Closes-Bug: #1475155
2015-07-16 09:28:18 +00:00
Jenkins
a973075ab4 Merge "Add build from source for Heat" 2015-07-16 07:19:35 +00:00
Jenkins
9f3d98dcec Merge "Move keepalived common files to common dir" 2015-07-16 06:24:18 +00:00
Paul Bourke
613cdfe946 Add new Nova requirement 'futurist' to base
Change-Id: I6d9e2ce757df6a7cc8be0605b57c3a16c55106fc
Closes-Bug: #1474851
2015-07-15 15:31:04 +00:00
Steven Dake
4008ca8619 Start tgtd in cinder-volume container
The tgtd process was not being started in the cinder-volume container.
This results in iSCSI not being avialable for Cinder to operate
against.  Unfortunately cinder doesn't report the problem because LVM
is responsible for the iSCSI mapping.

Co-Authored-By: Ryan Hallisey <rhallise@redhat.com>

Closes-Bug: 1473090
Closes-Bug: 1469323
Change-Id: Ie3403c5c3f81beb48960e838b4274e0c5796e387
2015-07-15 10:35:31 -04:00
Jenkins
a8fc011ca7 Merge "Install cachetools via pip in base image" 2015-07-15 12:24:11 +00:00
Swapnil Kulkarni
c7e922125d Update executable permissions on scripts
Change-Id: I95ddd7d77d41d7239465a34abd9691abcdcfbb81
Closes-Bug: #1474233
2015-07-15 10:15:42 +00:00
Steven Dake
6437af47e7 Install cachetools via pip in base image
Another missing dependency in RDO.

Change-Id: I2e9afb6dc46fe5cf081e0ab50d039ad1a05246f0
Closes-Bug: #1474676
2015-07-14 23:02:01 -07:00