
This begins the conversion process. We keep the bulk of the nodejs and apache configuration. Remove mysql and replace with redis and so on. This is not a complete conversion, future work should include authenticated redis configuration and systemd support. However, this should be able to get the service running with a basic set of features and functionality. Change-Id: Id10247211d9643e81bb1b6e8fb67377ba6de873a
16 lines
504 B
JSON
16 lines
504 B
JSON
{
|
|
"name": "openstackinfra-ethercalc",
|
|
"version": "0.0.1",
|
|
"author": "Openstack CI",
|
|
"summary": "Puppet module for Ethercalc",
|
|
"license": "Apache 2.0",
|
|
"source": "git://git.openstack.org/openstack-infra/puppet-ethercalc.git",
|
|
"project_page": "http://docs.openstack.org/infra/system-config/",
|
|
"issues_url": "https://storyboard.openstack.org/#!/project/858",
|
|
"dependencies": [
|
|
{"name":"openstackinfra/httpd"},
|
|
{"name":"openstackinfra/redis"},
|
|
{"name":"voxpupuli/nodejs"}
|
|
]
|
|
}
|