7349 Commits

Author SHA1 Message Date
Steven Dake
9a88c2919a Improve README.md
This improves the README.md file to document what has been completed.
2014-09-20 21:10:29 -07:00
Steven Dake
6355a63ac0 Fix building of swift images
The swift images are not in the global build script
2014-09-20 20:16:59 -07:00
Steven Dake
90013491e4 Fix building of glance images
The rebuild on fedora-rdo-base broke glance building
2014-09-20 20:15:56 -07:00
Steven Dake
ed602e7e65 Provide script to build docker images
Build all docker images one at a time or with one top level call
2014-09-20 18:57:08 -07:00
Lars Kellogg-Stedman
1207ecaadd Merge pull request #6 from sdake/master
Add link to heat-kubernetes and add LICENSE text so project can be merged into stackforge
2014-09-20 20:35:19 -04:00
Steven Dake
310f02d451 Add ASL license
Set the license which was previously missing.
2014-09-20 17:29:35 -07:00
Steven Dake
a2590218e2 Add link to heat-kubernetes
The heat-kubernetes repository deploys Kubernetes in a Heat template.
Neutron is required.
2014-09-20 17:28:46 -07:00
Lars Kellogg-Stedman
572c586256 removed openstack-selinux, which is probably unnecessary inside a container 2014-09-20 19:48:16 -04:00
Steven Dake
3b9c556254 Add heat api and engine docker boilerplates
This adds a directory layout for Heat based on the Glance setup,
but does not actually attempt to build functional images at this time.
2014-09-20 19:44:22 -04:00
Steven Dake
3c7e0da467 Add swift boilerplate
Add swift boilerplate for Docker building and Kubernetes support
2014-09-20 19:37:37 -04:00
Steven Dake
87276efbbd The cinder image build started cinder during building
The cinder image build started cinder during building.  Instead it should
only be started during runtime.  Further it installed a bunch of infrastructure
dependencies (mysql, rabbitmq) that are likely not needed in the cinder image.
2014-09-20 19:37:37 -04:00
Steven Dake
ce94f823d4 Base images from Fedora 20 + RDO Icehouse
Previously images were based from RHEL OSP + RDO Icehouse.  This presents
a problem in that internal urls are used to access the rhel7 repositories.
For new contributors, we need something that can be accessed without special
rhel7 permissions.

mariadb and rabbitmq can from fedora
cinder, glance, keystone can from fedora-rdo-base

This patch also uses the RDO repositories from upstream.  This patch also
udpates the base fedora image with latest bits.
2014-09-20 13:49:13 -07:00
Steven Dake
da62e71bf8 Tidy up README.md
Edit README.md to provide a link to deploying kubernetes with Heat in VMs

Provide link to heat-kubernetes that Lars put together
Also explain directory layout
2014-09-20 13:49:10 -07:00
rthallisey
d2cf83a6ef Fix cinder's log file 2014-09-19 14:59:02 -04:00
rthallisey
0cd9f0e5da Merge branch 'master' of https://github.com/jlabocki/superhappyfunshow 2014-09-19 14:01:36 -04:00
rthallisey
cea0158189 Incorporate crudini into cinder's start.sh 2014-09-19 13:58:00 -04:00
James Labocki
f0ec6a5a0a Update README.md 2014-09-19 13:52:33 -04:00
Lars Kellogg-Stedman
0d9a47cd74 parameterize ADMIN_TENANT_NAME 2014-09-18 21:41:52 -04:00
Lars Kellogg-Stedman
25cfe70226 added a bunch of glance stuff 2014-09-18 21:41:38 -04:00
Lars Kellogg-Stedman
2b686c5ffd generate database passwod if one is not provided 2014-09-18 16:32:41 -04:00
Lars Kellogg-Stedman
174c301ede start work on glance image 2014-09-18 16:32:27 -04:00
Lars Kellogg-Stedman
aeb927872f added a couple additional deps 2014-09-18 16:08:21 -04:00
Lon Hohberger
084ed6491b Merge pull request #3 from lhh/master
Add RHEL OSP base dockerfile
2014-09-18 16:02:27 -04:00
Lon Hohberger
fd2b9d7089 Add rhel-osp-base Dockerfile
Signed-off-by: Lon Hohberger <lon@redhat.com>
2014-09-18 16:01:30 -04:00
Lars Kellogg-Stedman
dd1a6bb063 added kube configs 2014-09-18 15:49:09 -04:00
Lars Kellogg-Stedman
6564ab4acb added rabbitmq 2014-09-18 15:30:23 -04:00
rhallisey@redhat.com
1393e1da90 Preliminary docker file for cinder 2014-09-18 15:20:50 -04:00
Lars Kellogg-Stedman
f57aa69b2c removed '-e' from bash command line
the keystone commands will fail if the keystone principals already
exist
2014-09-18 15:01:13 -04:00
Lars Kellogg-Stedman
3b24b75955 json does not like single quotes 2014-09-18 15:00:45 -04:00
Lars Kellogg-Stedman
c7e996c261 fixed typo in var name 2014-09-18 14:02:43 -04:00
Lars Kellogg-Stedman
53673304ae fixed openssl invocation 2014-09-18 13:51:13 -04:00
Lars Kellogg-Stedman
1a79210fc1 talk to db remotely 2014-09-18 13:49:47 -04:00
Lars Kellogg-Stedman
d9c627e805 just go away 2014-09-18 13:43:50 -04:00
Lars Kellogg-Stedman
e02ada9423 it turns out that openstack-db is terrible 2014-09-18 13:22:47 -04:00
Lars Kellogg-Stedman
60b9ffa262 re-create dockerfile that was on server and not committed 2014-09-18 13:09:35 -04:00
Lars Kellogg-Stedman
88b832b2b8 need unique service ids 2014-09-18 13:05:20 -04:00
Lars Kellogg-Stedman
f4e25f793c set a default admin token 2014-09-18 13:03:31 -04:00
Lars Kellogg-Stedman
21931d36f8 fixed to work with recently fixed mysql service discovery 2014-09-18 12:45:52 -04:00
Lars Kellogg-Stedman
ba1fb44a98 Merge branch 'master' of git://github.com/jlabocki/superhappyfunshow 2014-09-18 11:49:33 -04:00
Lars Kellogg-Stedman
dd259a8430 added kubernetes .json files 2014-09-18 11:48:58 -04:00
James Labocki
0576aa5e67 Merge pull request #2 from larsks/master
updated based on official mysql image
2014-09-18 11:38:19 -04:00
Lars Kellogg-Stedman
060c057a0c updated based on official mysql image 2014-09-18 11:20:23 -04:00
Lars Kellogg-Stedman
1e72f8cb8e updated based on official mysql image 2014-09-18 10:56:30 -04:00
James Labocki
2c24439573 lots o changes 2014-09-18 10:32:41 -04:00
James Labocki
4e906316a4 so I can rebase 2014-09-18 09:41:44 -04:00
James Labocki
decff743aa Merge pull request #1 from lhh/master
Add MariaDB for RHEL OSP Dockerfile and bits
2014-09-18 09:40:22 -04:00
Lon Hohberger
089a4c0a94 Add MariaDB for RHEL OSP Dockerfile and bits
Signed-off-by: Lon Hohberger <lon@metamorphism.com>
2014-09-18 09:34:02 -04:00
root
2a27886421 adding things 2014-09-17 22:03:46 -04:00
James Labocki
cabedebe1a Initial commit 2014-09-17 08:01:48 -04:00