Brandon B. Jozsa
bdc5564542
adding apache-lic header for ceph
2017-02-03 09:48:17 -05:00
Marcellin Tchassem
fc21a2e924
Add resources limits and requests for some charts ( #163 )
...
* Add resources limits and requests for each chart
* Refactor the resources limits and requests to follow a patern
* Fix some coding issues
* fix issues resulting from feedback on the resources PR
* Reset some variables to a static value in the neutron chart.
* Substituting variable entrypoint by dependency_check in the concerned files
* Few adjustments
* Update deploy-region.yaml
* Update deployment.yaml
* Add resources limits and requests for each chart
Squah all commits in one.
* Add resources limits and requests for some charts
* cleaning
* Fix indendation issue
* Update deployment.yaml
* Update daemonset-ovs-vswitchd.yaml
2017-02-01 19:47:59 -08:00
Brandon B. Jozsa
a5d7e1ca36
Merge pull request #162 from wilkers-steve/add_owners
...
Add OWNERS file to openstack-helm
2017-02-01 12:14:46 -05:00
Brandon B. Jozsa
f49b60cce1
Merge pull request #166 from eeiden/doc-fix
...
Resolves issue #165
2017-02-01 12:01:09 -05:00
Eiden, Elise (ee550x)
aa400cca74
Resolves issue #165
2017-02-01 08:44:18 -06:00
Brandon B. Jozsa
14f5bb4f5a
Merge pull request #161 from alanmeadows/docs_mission
...
Documentation 1.1: add mission document
2017-01-31 23:45:36 -05:00
Alan Meadows
27453ccc4d
Update mission document with feedback
2017-01-31 16:14:17 -08:00
Steve Wilkerson
b8d74f7241
Add OWNERS file to openstack-helm
...
Add the OWNERS file to openstack-helm to match other similar repos
2017-01-31 14:35:06 -06:00
maris-accenture
1e7203a523
#106 CPU and memory resources ( #106 )
...
* resource requests and limits for cinder, heat, nova
2017-01-30 16:22:51 -08:00
Alan Meadows
54557ec907
Update mission document
2017-01-30 16:19:08 -08:00
Greg Althaus
43fee7bfed
CEPH Mons autodetection doesn't work reliably across all ( #156 )
...
We should use known parameters for the custer POD ips and the MON_IP to make MON IP discovery more consistent.
2017-01-30 15:16:36 -08:00
Brandon B. Jozsa
1e2967cfe1
Update README.md
2017-01-30 17:59:58 -05:00
Brandon B. Jozsa
fc5a3a7c39
Update README.md
2017-01-30 17:59:08 -05:00
Brandon B. Jozsa
5b67145c3d
Update README.md
2017-01-30 17:57:36 -05:00
Brandon B. Jozsa
12001f52eb
Update README.md
2017-01-30 17:26:33 -05:00
Alan Meadows
566953bce0
Documentation 1.1: add mission document
2017-01-30 11:56:55 -08:00
Brandon B. Jozsa
b221f4598a
Merge pull request #157 from galthaus/ceph-container
...
BUGFIX: Change the ceph images from the custom ATT to the ceph-docker upstream.
2017-01-30 11:23:18 -05:00
Greg Althaus
c020362465
Lock version down to a tagged version.
2017-01-30 10:14:09 -06:00
Darla
d18f333bbf
Rename JoinListWithColon to JoinListWithComma
2017-01-29 11:27:36 -08:00
Greg Althaus
0cf9463c8a
Update ceph ansible with some changes for the upstream. ( #155 )
...
1. fix a container name
2. Fix mds networking parameters.
3. Make rgw not a host network container.
2017-01-29 10:46:52 -08:00
Brandon B. Jozsa
f4e3d82888
make minikube tldr section easier to copy/paste ( #151 )
...
* make minikube tldr section easier to copy/paste
* adding additional label for ovs
* small mods to dev and gs guides in docs
2017-01-29 10:43:10 -08:00
Brandon B. Jozsa
98b3d212ec
Merge pull request #147 from wilkers-steve/pr/issue_template
...
Add templates for pull requests and issues
2017-01-29 09:46:14 -05:00
root
0eeb1fbf9c
Change the ceph images from the custom ATT to the ceph-docker upstream.
...
It seems work.
2017-01-27 14:17:24 -06:00
Brandon B. Jozsa
73ca6d8fee
Initial Commit for Community Readme Docs ( #146 )
...
* initial readme.md for docs
* initial readme.md for docs
* initial readme.md for docs
* formatting, updates, and additions to minikube docs
2017-01-25 14:39:06 -06:00
Brandon B. Jozsa
7277c349c9
Merge pull request #139 from portdirect/0.1.1/db-jobs-standardise-names
...
Standardize DB Job names
2017-01-25 14:09:06 -06:00
Alan Meadows
563722e890
Merge pull request #138 from portdirect/0.1.1/neutron-init-containers
...
Neutron: Move to use init-containers for dependency checking
2017-01-24 18:58:13 -06:00
Alan Meadows
c000c23b1d
Merge pull request #137 from portdirect/0.1.1/init-daemonsets
...
Add support for daemonsets to the Kubernetes-Entrypoint init-container.
2017-01-24 18:57:42 -06:00
Steve Wilkerson
7e8681c76f
Add templates for pull requests and issues
...
To establish standards for working on the project going forward,
this pull request adds basic templates for both pull requests and
reported issues for openstack-helm. These templates will enable
automatic labelling and reporting at a later time
2017-01-24 15:37:52 -06:00
Brandon B. Jozsa
e748fb5547
Merge pull request #141 from v1k0d3n/master
...
docs: updating readme.md
2017-01-22 14:55:01 -06:00
Brandon B. Jozsa
0325a7f26f
adding freenode channel to readme.md
2017-01-22 15:52:59 -05:00
Pete Birley
8317202e3d
Standardise DB Job names
...
Standardise the DB creation job name to service-db-init for all services.
2017-01-22 05:45:30 +00:00
Pete Birley
2d5fd2da73
Neutron: Move to use init-containers for dependency checking
...
Brings Neutron inline with other services, by moving the dependency checks to an init-container.
2017-01-22 05:39:25 +00:00
Pete Birley
1a13f9ba83
Add support for daemonsets to the Kubernetes-Entrypoint init-container.
...
It also makes two other changes:
* Moves the entrypoint container manifest snippet to its own file to reduce loading on the _funcs.tpl file
* Changes dep-check-init-cont to dep_check_init_cont to match the formatting of other defines used in OpenStack Helm
2017-01-22 05:35:31 +00:00
Brandon B. Jozsa
ca1360c9f3
Merge pull request #129 from alanmeadows/release_tag_fixes
...
Bugfixes for functional release tagging
0.1.0
2017-01-20 09:36:57 -06:00
Alan Meadows
2edf1bcc99
Bugfixes for functional release tagging
...
* Allow glance to support using default secrets
if none are provided
* Resolve configmap mounting issue with glance
ceph secrets
* Ensure keystone wsgi workers/threads are set to
reasonable numbers for a container implementation
2017-01-20 09:30:08 -06:00
Alan Meadows
0fc1dd50ae
Merge pull request #109 from portdirect/upstream/memcached
...
Use Upstream Memcached Image
2017-01-19 20:54:21 -06:00
Alan Meadows
206215cee4
Merge pull request #127 from portdirect/glance/command
...
Fix glance containers entrypoints
2017-01-19 20:51:11 -06:00
Pete Birley
09efab76ca
Add glance registry config mounts
2017-01-20 01:21:48 +00:00
Pete Birley
b1ce9b093b
Add glance registry config
2017-01-20 01:19:37 +00:00
Pete Birley
b31a365aea
Fix glance containers entrypoints
...
Also improves glance containers volume specification yaml.
2017-01-20 01:05:07 +00:00
Alan Meadows
fc81612392
Merge pull request #126 from portdirect/init-container/typos3
...
fix typos in init-container merge
2017-01-19 18:04:53 -06:00
Pete Birley
f498fcb6dd
fix typos in init-container merge
2017-01-19 23:49:22 +00:00
Alan Meadows
d1e1736413
Merge pull request #114 from portdirect/yaodu/keystone
...
Keystone: Configmap Updates
2017-01-19 17:36:30 -06:00
Alan Meadows
db44f022cd
Merge pull request #118 from wilkers-steve/glance_changes
...
Culmination of glance changes related to the template/configmap refactor
2017-01-19 17:34:27 -06:00
Alan Meadows
28a8fb6afd
Merge pull request #124 from portdirect/pull-policy-fix
...
Fixing image pull policy inconsistency & WS
2017-01-19 17:33:41 -06:00
Steve Wilkerson
182a27ea7f
Add glance config-dir
...
Added --config-dir flag to the glance-api command
2017-01-19 17:32:58 -06:00
Pete Birley
61a9562bce
Pin Memcached to 1.4
2017-01-19 23:20:23 +00:00
Pete Birley
e9ae4bb3ca
pull-policy-fix
2017-01-19 23:15:52 +00:00
Alan Meadows
ce47732a6b
Merge branch 'upstream_master' into glance_changes
2017-01-19 17:09:55 -06:00
Pete Birley
eca1f8e31a
Merge branch 'master' of https://github.com/att-comdev/openstack-helm into yaodu/keystone
2017-01-19 23:08:18 +00:00