1001 Commits

Author SHA1 Message Date
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
ea0c1a14cc Merge "Copy ml2_conf.ini to correct location" 2015-07-23 13:27:33 +00:00
Jenkins
266ffe2d40 Merge "sudoers script was not properly running" 2015-07-23 13:15:47 +00:00
Steven Dake
ad57661d51 Copy ml2_conf.ini to correct location
The ml2_conf.ini file which sets OpenVswitch as the mechanism driver
was not being copied to the corect place.  This patch resolves that
problem.

Change-Id: Ia276916a3183564c9b7d8d6aa9595c384ed99cf6
Closes-Bug: #1477399
2015-07-23 13:01:07 +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
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
Jenkins
f7b73f3c83 Merge "Remove docker-py so docker-compose can grab the right version" 2015-07-21 21:10:59 +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
Ryan Hallisey
af9e334d95 Remove docker-py so docker-compose can grab the right version
Docker compose will fail with a version error if docker-py
is not 1.2.3.  Using >= 1.2.0 will get docker-py 1.3.0 causing
compose to fail.

Change-Id: I54ba1fe95b9c7a5a242b8339e153fbee80ff6c3b
Closes-Bug: #1473856
2015-07-21 07:29:53 -04: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
3dd31aad8a Merge "Document dependencies for Ansible deploys" 2015-07-21 05:02:54 +00:00
Paul Bourke
fc1e479592 Document dependencies for Ansible deploys
Note, these should eventually make their way into a script or other form
of orchestration, this is mainly to help smooth the path for developers
getting started with the Ansible deployment.

Change-Id: I3b6b8167858a3cf6a63e31e29848f1b2e60aa49f
Closes-Bug: #1471827
2015-07-20 18:09:28 +01:00
Jenkins
2e6bb0a885 Merge "Removed all validate-contents tests from pep8 test" 2015-07-20 17:07:22 +00:00
Borne Mace
0cd4e9bc7c Removed all validate-contents tests from pep8 test
Change-Id: I2762ecf64fab090f3594bf4330dea101ba1434dd
Partially-Implements: blueprint rename-pep8-validate
2015-07-20 08:42:08 -07: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
Jenkins
e70b08b662 Merge "Fix checking out custom refs in gen-source-tar" 2015-07-17 21:05:38 +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
Jenkins
2d765e4cb3 Merge "Correct spacing in glance compose" 2015-07-17 11:33:43 +00:00
Jenkins
ed0b23f75e Merge "Remove workaround for lp1456360 in devenv" 2015-07-17 11:33:38 +00:00
Paul Bourke
58678fb2b4 Fix checking out custom refs in gen-source-tar
It seems using --git-dir to execute commands on a repo different to
where you currently are also inexplicably requires --work-tree
(https://stackoverflow.com/questions/1386291/git-git-dir-not-working-as-expected)

Change-Id: I42806e7d8a169ad9fc1878a0f4e0c03c57beb88b
Closes-Bug: #1475385
2015-07-17 11:28:32 +00:00
Christian Berendt
8227f6c33b Remove workaround for lp1456360 in devenv
Fix for #1456360 committed (I82df44607f016fdcd14934133bb51727bcb69ece),
workaround can be removed.

Closes-bug: #1475573

Change-Id: Ifa8b17a3664930246845faf390ca8afc2c89a6f5
2015-07-17 10:15:50 +00:00
Christian Berendt
57093e8dfe Only use default values for MY_IP/MY_DEV in genenv if not set
This way it is possible to manually specify MY_IP/MY_DEV when running
the genenv script.

Closes-bug: #1475572

Change-Id: I291815a4ed1ea15adbddf94905706c77c8bb5a09
2015-07-17 10:14:19 +00:00
Swapnil Kulkarni
da83a29f6b Correct spacing in glance compose
Change-Id: I3d49b9f03ebcf66ec53a5e5b8e2e164dda73818b
Closes-Bug: #1475550
2015-07-17 09:14:09 +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