<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>Renamed base/deploy to base/server.</title>
<updated>2013-04-09T13:40:09+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-04-05T19:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=62ccd4ca0addd8a4c74bcbdfca6aea0c9381907f'/>
<id>62ccd4ca0addd8a4c74bcbdfca6aea0c9381907f</id>
<content type='text'>
The base/deploy folder has been renamed to base/server to match the
package name. The pki.conf has been moved into pki-base package.

Ticket #553, #564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The base/deploy folder has been renamed to base/server to match the
package name. The pki.conf has been moved into pki-base package.

Ticket #553, #564
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate folder for python deployment engine source code.</title>
<updated>2013-04-03T17:40:04+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-26T15:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=58af16ad10520d5a667427ec998127e45dd98612'/>
<id>58af16ad10520d5a667427ec998127e45dd98612</id>
<content type='text'>
Place the python deployment source code and the python deployment
scriptlets in two seperate folders base/deploy/src/engine and
/base/deploy/src/scriptlets in the project.

Ticket #521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Place the python deployment source code and the python deployment
scriptlets in two seperate folders base/deploy/src/engine and
/base/deploy/src/scriptlets in the project.

Ticket #521
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pki_backup_password from examples in pkispwan.</title>
<updated>2013-04-02T21:08:21+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-28T18:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6f041151bdd292410923deb8f5e92f45b549d46a'/>
<id>6f041151bdd292410923deb8f5e92f45b549d46a</id>
<content type='text'>
Since pki_backup_password depends on pki_backup_keys to be true, it
is misleading to mention only pki_backup_password in the man page.
It is removed from the examples in the man page.

Ticket #465
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since pki_backup_password depends on pki_backup_keys to be true, it
is misleading to mention only pki_backup_password in the man page.
It is removed from the examples in the man page.

Ticket #465
</pre>
</div>
</content>
</entry>
<entry>
<title>Change timeout from number of tries to total time.</title>
<updated>2013-04-02T21:02:37+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-28T13:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a698f1052fc299ffdcd155fb1618780f6acb0e2d'/>
<id>a698f1052fc299ffdcd155fb1618780f6acb0e2d</id>
<content type='text'>
Change the current implementation of time out as
number of tries to, the total time for trying to
get the status of the Tomcat.

Ticket #563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the current implementation of time out as
number of tries to, the total time for trying to
get the status of the Tomcat.

Ticket #563
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary log in pkidestroy.</title>
<updated>2013-03-27T13:51:59+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-27T13:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=30ecd7f72f7a607d3839a21ae82472cb6f07c966'/>
<id>30ecd7f72f7a607d3839a21ae82472cb6f07c966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how the password is passed to pkidestroy.</title>
<updated>2013-03-26T19:32:39+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-21T19:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=479f7849d0cb52b520f77386cc15b6081c379bb5'/>
<id>479f7849d0cb52b520f77386cc15b6081c379bb5</id>
<content type='text'>
Removed the -w &lt;security domain password&gt; option for pkidestroy.
Added the -W &lt;security domain password file&gt; option which takes a
file containing the password as input. It is an optional parameter.
Added required information in pkidestroy.

Ticket #502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the -w &lt;security domain password&gt; option for pkidestroy.
Added the -W &lt;security domain password file&gt; option which takes a
file containing the password as input. It is an optional parameter.
Added required information in pkidestroy.

Ticket #502
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle the Keyboard interrupt gracefully.</title>
<updated>2013-03-26T19:22:47+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-20T21:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=3e70f3ea2abd3f6c855ff433b4b1ee5e0312417c'/>
<id>3e70f3ea2abd3f6c855ff433b4b1ee5e0312417c</id>
<content type='text'>
Catch the KeyboardInterrupt (Ctrl-C) input during the execution of
pkispawn and pkidestroy and display a proper message to user rather
than a stacktrace.

Ticket #536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch the KeyboardInterrupt (Ctrl-C) input during the execution of
pkispawn and pkidestroy and display a proper message to user rather
than a stacktrace.

Ticket #536
</pre>
</div>
</content>
</entry>
<entry>
<title>Add information about interactive mode in pkispawn.</title>
<updated>2013-03-25T20:12:36+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-14T20:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=64c208345dd15991ba51ed8d976d6504efa94abd'/>
<id>64c208345dd15991ba51ed8d976d6504efa94abd</id>
<content type='text'>
Updated pkispawn/pkidestroy manpages with the steps involved
during the Interactive mode installation. A brief description
of all the parameters asked during the installation is provided.

Ticket #471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated pkispawn/pkidestroy manpages with the steps involved
during the Interactive mode installation. A brief description
of all the parameters asked during the installation is provided.

Ticket #471
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor fixes to pkispawn man page.</title>
<updated>2013-03-22T17:48:46+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-15T15:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=e21d70e294557cf04518159b2d3c8aadb89286ab'/>
<id>e21d70e294557cf04518159b2d3c8aadb89286ab</id>
<content type='text'>
Updating the sample configuration file entries in
default CA and subordinate CA installation. Added
sample configuration files for each installation type
mentioned in the man page.

Tickets #509, #525
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating the sample configuration file entries in
default CA and subordinate CA installation. Added
sample configuration files for each installation type
mentioned in the man page.

Tickets #509, #525
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor installation code to remove dependency on jython</title>
<updated>2013-03-21T16:11:31+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-03-18T15:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c9a081037aa5bf15cf6226f06ea54ea98deba5bc'/>
<id>c9a081037aa5bf15cf6226f06ea54ea98deba5bc</id>
<content type='text'>
Connection is now made to the installation servlet through a python
client using JSON.  The code to construct the ConfgurationRequest and
parse the results has been moved to pkihelper.py, and configuration.py
no longer calls a separate jython process to create the Configuration
object and parse the results.  The jython code has therefore been removed.

Also added status servlet to other java subsystems, to be tested prior
to starting configuration.

Trac Ticket 532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Connection is now made to the installation servlet through a python
client using JSON.  The code to construct the ConfgurationRequest and
parse the results has been moved to pkihelper.py, and configuration.py
no longer calls a separate jython process to create the Configuration
object and parse the results.  The jython code has therefore been removed.

Also added status servlet to other java subsystems, to be tested prior
to starting configuration.

Trac Ticket 532
</pre>
</div>
</content>
</entry>
</feed>
