Bug 1152267 - Support multiple instances of couchdb
Summary: Support multiple instances of couchdb
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: couchdb
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-13 18:26 UTC by Thomas Vander Stichele
Modified: 2021-12-13 11:45 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-12-13 11:45:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
older style init file (3.54 KB, application/x-shellscript)
2014-10-13 18:26 UTC, Thomas Vander Stichele
no flags Details
a systemd ctl file for multiple instances (532 bytes, text/plain)
2014-10-13 18:27 UTC, Thomas Vander Stichele
no flags Details

Description Thomas Vander Stichele 2014-10-13 18:26:33 UTC
Created attachment 946532 [details]
older style init file

Description of problem:

couchdb is often used as a supporting database for different software which recommends using a different separate instance for various reasons.  Examples I know of are:

 - hood.ie which uses different parameters for the config of couchdb
 - feat, a clustering agent which uses python view servers which need to be custom-configured
 - desktopcouch, which uses per-user couch instances
 - puppet can use it as an ENC


I'm adding an init file (for older Fedora and pre-7 RHEL), and a systemd multiple instances file.

In my puppet modules for couchdb, I also add some selinux rules for these differently named instances, which potentially might make sense to just put in selinux-policy-targeted instead.

Comment 1 Thomas Vander Stichele 2014-10-13 18:27:16 UTC
Created attachment 946533 [details]
a systemd ctl file for multiple instances

Comment 2 Thomas Vander Stichele 2014-10-13 18:28:54 UTC
For reference, the puppet rules I have to set couchdb types:

  selinux::filecontext { "/var/log/${name}":
    seltype => 'couchdb_log_t'
  }

  selinux::filecontext { "/etc/${name}(/.*)?":
    seltype => 'couchdb_conf_t'
  }

  selinux::filecontext { "/var/lib/${name}(/.*)?":
    seltype => 'couchdb_var_lib_t'
  }

In selinux-policy, the file couchdb.fc could be adapted:

/etc/couchdb(/.*)?      gen_context(system_u:object_r:couchdb_conf_t,s0)

/etc/rc\.d/init\.d/couchdb      --      gen_context(system_u:object_r:couchdb_initrc_exec_t,s0)

/usr/bin/couchdb        --      gen_context(system_u:object_r:couchdb_exec_t,s0)

/var/lib/couchdb(/.*)?  gen_context(system_u:object_r:couchdb_var_lib_t,s0)

/var/log/couchdb(/.*)?  gen_context(system_u:object_r:couchdb_log_t,s0)

/var/run/couchdb(/.*)?  gen_context(system_u:object_r:couchdb_var_run_t,s0)

line 1/4/5 should be changed to accept couchdb-.* instead of just couchdb

Comment 3 Jaroslav Reznik 2015-03-03 16:21:56 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 4 Fedora Admin user for bugzilla script actions 2020-11-22 14:52:18 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 5 Fedora Admin user for bugzilla script actions 2020-12-03 02:52:31 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 6 Fedora Admin user for bugzilla script actions 2021-11-01 12:04:33 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 7 Miro Hrončok 2021-12-13 11:45:44 UTC
Automation has figured out the package is retired in rawhide.

If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement


Note You need to log in before you can comment on or make changes to this bug.