[PKG-Openstack-devel] Bug#785072: [BTS#785072] templates://cobbler/{cobbler.templates} : Final update for English review

Christian PERRIER bubulle at debian.org
Tue Jun 9 04:51:27 UTC 2015


Dear Debian maintainer,

On Thursday, May 21, 2015, I notified you of the beginning of a review process
concerning debconf templates for cobbler.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading cobbler with these changes
right now.

The second phase of this process will begin on Friday, June 12, 2015, when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Friday, July 03, 2015. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Saturday, July 04, 2015, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


-------------- next part --------------
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english at lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: cobbler/password
Type: password
_Description: New password for the "cobbler" user:
 It is highly recommended that you set a password for the administrative
 "cobbler" user.
 .
 It can be reconfigured later using "dpkg-reconfigure -plow cobbler", and
 users can be added to cobbler with
 .
  htdigest /etc/cobbler/users.digest Cobbler USERNAME

Template: cobbler/server
Type: string
Default: localhost
_Description: Address of the Cobbler server:
 Please specify the hostname or IP address that clients will use for
 this server during installs.
 .
 This address will be written into "/etc/cobbler/settings" as the
 value of the "server" field. For Kickstart features to work properly,
 it must be set to something other than localhost.

Template: cobbler/next_server
Type: string
Default: 127.0.0.1
_Description: IP address of the boot server:
 Please specify the local IP address of the boot server on the PXE
 network.
 .
 This address will be written into "/etc/cobbler/settings" as the
 value of the "next_server" field. For PXE features to work properly,
 it must be set to something other than 127.0.0.1.
-------------- next part --------------
Source: cobbler
Section: admin
Priority: optional
Maintainer: PKG OpenStack <openstack-devel at lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo at debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               git-core,
               po-debconf,
               python-all (>= 2.6.6-3~),
               python-setuptools
Build-Depends-Indep: lsb-release,
                     python-cheetah,
                     python-netaddr,
                     python-nose,
                     python-simplejson,
                     python-twisted,
                     python-urlgrabber,
                     python-yaml
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cobbler.git
Vcs-Git: git://anonscm.debian.org/openstack/cobbler.git
Homepage: http://www.cobblerd.org

Package: python-cobbler
Section: python
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: hardlink,
         lsb-release,
         openssl,
         python-cheetah,
         python-distro-info,
         python-django,
         python-netaddr,
         python-simplejson,
         python-twisted,
         python-urlgrabber,
         python-yaml,
         rsync,
         ${misc:Depends},
         ${python:Depends}
Description: network boot, install, and update server - Python modules
 Cobbler is a network install server supporting PXE, virtualized installs,
 and reinstalling existing Linux machines (the last two modes use an
 integrated helper tool, "koan"). Cobbler's advanced features include
 importing distributions from DVDs and rsync mirrors, Kickstart templating,
 integrated yum mirroring, and built-in DHCP/DNS management. It has a
 Python and XMLRPC API for integration with other applications, and there
 is also a web interface.
 .
 This package provides the Python libraries for Cobbler.

Package: cobbler-common
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser, python-cobbler (= ${binary:Version}), ${misc:Depends}
Provides: ${python:Provides}
Description: network boot, install, and update server - common files
 Cobbler is a network install server supporting PXE, virtualized installs,
 and reinstalling existing Linux machines (the last two modes use an
 integrated helper tool, "koan"). Cobbler's advanced features include
 importing distributions from DVDs and rsync mirrors, Kickstart templating,
 integrated yum mirroring, and built-in DHCP/DNS management. It has a
 Python and XMLRPC API for integration with other applications, and there
 is also a web interface.
 .
 This package provides the common files.

Package: cobbler-web
Architecture: all
Depends: apache2,
         apache2-utils,
         openssl,
         cobbler-common (= ${binary:Version} ),
         ${misc:Depends}
Provides: ${python:Provides}
Description: network boot, install, and update server - web interface
 Cobbler is a network install server supporting PXE, virtualized installs,
 and reinstalling existing Linux machines (the last two modes use an
 integrated helper tool, "koan"). Cobbler's advanced features include
 importing distributions from DVDs and rsync mirrors, Kickstart templating,
 integrated yum mirroring, and built-in DHCP/DNS management. It has a
 Python and XMLRPC API for integration with other applications, and there
 is also a web interface.
 .
 This package provides the web interface and its configuration files.

Package: cobbler
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
         apache2,
         apache2-utils,
         debmirror,
         hardlink,
         libapache2-mod-python,
         libapache2-mod-wsgi,
         libjs-jquery,
         libjs-jquery-ui,
         cobbler-common (= ${binary:Version}),
         syslinux | syslinux-common,
         tftpd-hpa,
         ${misc:Depends},
         ${ostack-lsb-base},
         ${python:Depends}
Recommends: dnsmasq,
            fence-agents,
            powerwake,
Suggests: bind9,
          createrepo,
          dhcp3-server,
          genisoimage,
          mkisofs-hpa,
          rsync,
Description: network boot, install, and update server - daemon
 Cobbler is a network install server supporting PXE, virtualized installs,
 and reinstalling existing Linux machines (the last two modes use an
 integrated helper tool, "koan"). Cobbler's advanced features include
 importing distributions from DVDs and rsync mirrors, Kickstart templating,
 integrated yum mirroring, and built-in DHCP/DNS management. It has a
 Python and XMLRPC API for integration with other applications, and there
 is also a web interface.
 .
 This package provides the Cobbler daemon.

Package: python-koan
Section: python
Architecture: all
Depends: python-ethtool,
         python-libvirt,
         python-simplejson,
         python-urlgrabber,
         ${misc:Depends},
         ${python:Depends}
Provides: ${python:Provides}
Description: Kickstart-Over-A-Network - Python libraries
 Cobbler is a network install server supporting PXE, virtualized installs,
 and reinstalling existing Linux machines (the last two modes use an
 integrated helper tool, "koan"). Cobbler's advanced features include
 importing distributions from DVDs and rsync mirrors, Kickstart templating,
 integrated yum mirroring, and built-in DHCP/DNS management. It has a
 Python and XMLRPC API for integration with other applications, and there
 is also a web interface.
 .
 Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports
 virtualized guest installs and reinstalling existing Linux machines.
 .
 This package provides the Python libraries for koan.

Package: koan
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libvirt-bin,
         lvm2,
         python,
         python-netaddr,
         python-yaml,
         syslinux | syslinux-common,
         virtinst,
         python-koan (= ${binary:Version}),
         ${misc:Depends},
         ${ostack-lsb-base},
         ${python:Depends}
Suggests: createrepo, dhcp3-server, mkisofs-hpa, rsync, selinux-utils, tftpd-hpa
Description: kickstart-over-a-network (koan)
 Cobbler is a network install server supporting PXE, virtualized installs,
 and reinstalling existing Linux machines (the last two modes use an
 integrated helper tool, "koan"). Cobbler's advanced features include
 importing distributions from DVDs and rsync mirrors, Kickstart templating,
 integrated yum mirroring, and built-in DHCP/DNS management. It has a
 Python and XMLRPC API for integration with other applications, and there
 is also a web interface.
 .
 Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports
 virtualized guest installs and reinstalling existing Linux machines.
-------------- next part --------------
--- cobbler.old/debian/cobbler.templates	2015-05-12 07:41:05.726393726 +0200
+++ cobbler/debian/cobbler.templates	2015-06-09 06:50:57.468580212 +0200
@@ -1,31 +1,41 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: cobbler/password
 Type: password
 _Description: New password for the "cobbler" user:
- It is highly recommended that you set a password for the
- administrative "cobbler" user.
+ It is highly recommended that you set a password for the administrative
+ "cobbler" user.
  .
- You can also run password reconfiguration later by executing
- 'dpkg-reconfigure -plow cobbler'.
+ It can be reconfigured later using "dpkg-reconfigure -plow cobbler", and
+ users can be added to cobbler with
  .
- Note that you can easily add users to cobbler later with:
-  sudo htdigest /etc/cobbler/users.digest "Cobbler" USERNAME
+  htdigest /etc/cobbler/users.digest Cobbler USERNAME
 
-Template: cobbler/server_and_next_server
+Template: cobbler/server
 Type: string
-Default: 127.0.0.1
-_Description: Set the Boot and PXE server IP address:
- For kickstart and PXE features to work properly, it is
- important to set the correct IP addresses in the fields
- "server" and "next_server" in  "/etc/cobbler/settings".
- .
- The "server" field must be set to something other than
- localhost, or kickstart features will not work.  This should
- be a resolvable hostname or IP for the boot server as
- reachable by all machines that will use it.
+Default: localhost
+_Description: Address of the Cobbler server:
+ Please specify the hostname or IP address that clients will use for
+ this server during installs.
  .
- The "next_server" field must be set to something other than
- 127.0.0.1, and should match the IP address of the boot server
- on the PXE network.
+ This address will be written into "/etc/cobbler/settings" as the
+ value of the "server" field. For Kickstart features to work properly,
+ it must be set to something other than localhost.
+
+Template: cobbler/next_server
+Type: string
+Default: 127.0.0.1
+_Description: IP address of the boot server:
+ Please specify the local IP address of the boot server on the PXE
+ network.
  .
- Note that these values will try to be automatically detected,
- however they can be manually edited in "/etc/cobbler/settings".
+ This address will be written into "/etc/cobbler/settings" as the
+ value of the "next_server" field. For PXE features to work properly,
+ it must be set to something other than 127.0.0.1.
--- cobbler.old/debian/control	2015-05-12 07:41:05.726393726 +0200
+++ cobbler/debian/control	2015-06-06 13:28:57.870623632 +0200
@@ -41,32 +41,32 @@
          rsync,
          ${misc:Depends},
          ${python:Depends}
-Description: network boot, install and update server - Python modules
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - Python modules
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package contains the Python code.
+ This package provides the Python libraries for Cobbler.
 
 Package: cobbler-common
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: adduser, python-cobbler (= ${binary:Version}), ${misc:Depends}
 Provides: ${python:Provides}
-Description: network boot, install and update server - Common files
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - common files
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package contains the common files.
+ This package provides the common files.
 
 Package: cobbler-web
 Architecture: all
@@ -76,17 +76,16 @@
          cobbler-common (= ${binary:Version} ),
          ${misc:Depends}
 Provides: ${python:Provides}
-Description: network boot, install and update server - web interface
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - web interface
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package provides the web interface and its corresponding configuration
- files.
+ This package provides the web interface and its configuration files.
 
 Package: cobbler
 Architecture: all
@@ -115,16 +114,16 @@
           genisoimage,
           mkisofs-hpa,
           rsync,
-Description: network boot, install and update server - Daemon
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
+Description: network boot, install, and update server - daemon
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
  .
- This package contains the Cobbler daemon.
+ This package provides the Cobbler daemon.
 
 Package: python-koan
 Section: python
@@ -136,18 +135,19 @@
          ${misc:Depends},
          ${python:Depends}
 Provides: ${python:Provides}
-Description: kickstart-over-a-network (koan) - Python libraries
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
- .
- This package contains the Koan Python code. Koan stands for
- kickstart-over-a-network. It's a Cobbler helper tool that supports virtualized
- guests installs and reinstalling existing Linux machines.
+Description: Kickstart-Over-A-Network - Python libraries
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
+ .
+ Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports
+ virtualized guest installs and reinstalling existing Linux machines.
+ .
+ This package provides the Python libraries for koan.
 
 Package: koan
 Architecture: all
@@ -165,14 +165,13 @@
          ${python:Depends}
 Suggests: createrepo, dhcp3-server, mkisofs-hpa, rsync, selinux-utils, tftpd-hpa
 Description: kickstart-over-a-network (koan)
- Cobbler is a network install server. Cobbler supports PXE, virtualized
- installs, and reinstalling existing Linux machines. The last two modes use a
- helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features
- include importing distributions from DVDs and rsync mirrors, kickstart
- templating, integrated yum mirroring, and built-in DHCP/DNS Management.
- Cobbler has a Python and XMLRPC API for integration with other applications.
- There is also a web interface.
- .
- This package contains Koan. Koan stands for kickstart-over-a-network. It's a
- Cobbler helper tool that supports virtualized guests installs and reinstalling
- existing Linux machines.
+ Cobbler is a network install server supporting PXE, virtualized installs,
+ and reinstalling existing Linux machines (the last two modes use an
+ integrated helper tool, "koan"). Cobbler's advanced features include
+ importing distributions from DVDs and rsync mirrors, Kickstart templating,
+ integrated yum mirroring, and built-in DHCP/DNS management. It has a
+ Python and XMLRPC API for integration with other applications, and there
+ is also a web interface.
+ .
+ Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports
+ virtualized guest installs and reinstalling existing Linux machines.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20150609/5ec01e5a/attachment-0001.sig>


More information about the Openstack-devel mailing list